반응형 GAME Dev/Error11 Broken text PPtr in file 에러 문제 해결 아래와 같은 에러 발생 시 Broken text PPtr in file(Assets/Scenes/Stage1.unity). Local file identifier (481480651) doesn't exist! 일부 prefabs에 남아 있는 잘못된 참조가 원인일 수 있으니, 해당 scene에 새로운 빈 GameObject를 추가, 삭제하고 저장하여(scene 파일의 참조들 갱신) 다시 실행해본다. 2023. 6. 29. 유니티 업그레이드 후 Gradle 빌드 에러 해결 Failed to apply plugin 'com.android.internal.application'. > Cannot parse project property android.enableR8='' of type 'class java.lang.String' as boolean. Expected 'true' or 'false'. 유니티 버전 업그래이드 후 안드로이드 빌드 시 위 와 같은 gradle 관련 에러가 발생한다면 Project - Assets - Plugins - Android 폴더를 삭제한다. Resolving Android Dependencies가 자동 실행 되고 완료되면 빌드를 다시 해본다. 빌드 성공~ Build completed with a result of 'Succeeded' in 3.. 2023. 6. 29. 이전 1 2 다음 반응형