Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 문제풀이
- Android
- 알고리즘
- 자유여행
- 빌드
- 방학여행
- 이펙티브 C#
- 정렬
- 알고리즘 문제풀이
- 일본음식
- 유니티
- HackerRank
- Effective C#
- IOS
- 이펙티브 씨샵
- 개발
- 책리뷰
- Unity
- 프로그래밍도서
- C#
- 코토리
- 책 정리
- javascript
- 독서
- 서평
- 해커랭크 문제풀이
- 독후감
- build
- 프로그래밍
- 해커랭크
Archives
- Today
- Total
목록오류 (1)
Console.Log
[Unity] 유니티 광고(Unity ads) 컴파일러 오류날 때
UnityEngine.Advertisements 의 namespace가 존재 하지 않을때 정확히는 error CS0234: The type or namespace name 'Advertisements' does not exist in the namespace 'UnityEngine'. Are you missing an assembly reference?오류가 나는것입니다. 이유는 UnityEngine.Advertisements가 namespace로 존재하지 않다고 나오는 컴파일러 오류입니다. 해결방법은 Simple solution that worked for me: Switch Unity Ads OFF, save the project, close Unity. Run Unity again, open the..
프로그래밍/Unity
2017. 2. 21. 14:13