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 |
Tags
- javascript
- 이펙티브 C#
- 개발
- 유니티
- 자유여행
- HackerRank
- Android
- 책 정리
- 책리뷰
- 일본음식
- 알고리즘
- 프로그래밍
- 정렬
- Effective C#
- 프로그래밍도서
- 방학여행
- 빌드
- 이펙티브 씨샵
- 서평
- 해커랭크
- build
- 해커랭크 문제풀이
- 독서
- Unity
- 코토리
- C#
- IOS
- 독후감
- 알고리즘 문제풀이
- 문제풀이
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