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