본문 바로가기
728x90

Unity32

[cmd] adb server version (41) doesn't match this client (36); killing...해결 adb server version (41) doesn't match this client (36); killing... * daemon started successfully * visual studio와 같이 실행중일 경우 뜨는 경우가 있다고 한다. Visual Studio창을 닫고 다시 연결했더니 잘 연결되었다. 2023. 4. 25.
[Unity 오류 미해결] Scene 증발, binary파일 text화 갑자기 SafeMode가 뜨더니 나의 GameMain이 다음과 같이 변해있었다. 413A5559B3F47FCD8B45EDB538693E63 (int32_t ___0_value, const RuntimeMethod* method) ; // System.SByte System.Int32::System.IConvertible.ToSByte(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int8_t Int32_System_IConvertible_ToSByte_m41D047F0BAD5118F0C15C34DC113CC595BB9B00D (int32_t* __this, RuntimeObject* ___0_provider, const RuntimeMethod*.. 2023. 4. 24.
[GPGS] *** [Play Games Plugin 0.11.01] ERROR: Returning an error code. 04-18 15:36:46.986 28979 29006 W Unity : *** [Play Games Plugin 0.11.01] 04-18-23 15:36:46 +09:00 ERROR: Returning an error code. 04-18 15:36:47.012 28979 29006 I Unity : ProcessAuthentication: Canceled 결론부터 말하자면...아래 세 부분에서 Package Name이 같지 않아 발생한 문제였다. 처음 빌드했을 때는 Google Play 로그인이 되었고, 어느 순간부터 로그인이 되질 않았다. 구글링하면 비슷한 문제들이 많이 보였고, 여러 해결 방법도 많았다. 하지만 어떤 방법으로도 문제 해결이 불가능했고 해결 못했다는 사람들 또한 많았다. 아마 나와.. 2023. 4. 18.
[GPGS] Google Play Game Service 연동 문제 해결 \android\repositories.cfg could not be loaded. System.Threading.ThreadHelper.ThreadStart () 위의 주소에 다음과같은 파일을 만들어 넣으면 된다. 저장할 때 꼭 파일형식 모든 파일로! repositories.cfg ### User Sources for Android SDK Manager count = 0 2023. 4. 18.
[Unity 인공지능 / ML Agent] Get Potion (추가중) 캐릭터(agent)가 힐링포션만을 먹도록 학습시키는 예제. 1. 환경 배치 2. 환경 세팅 1) 이전의 포션이 있다면 모두 삭제 2) 캐릭터를 (0, 0, 0)으로 초기화 3) 새로운 포션들을 랜덤으로 배치(치유 포션 + 독 포션 3세트로 설정, 이전에 배운 Apple Catch 예제의 랜덤 생성을 이용) 리스트를 이용하여 포션을 저장, 먹었다면 삭제, 초기화하면 모두 삭제 PotionArea using System.Collections; using System.Collections.Generic; using UnityEngine; using TMPro; public class PotionArea : MonoBehaviour { public CharacterAgent characterAgent; publ.. 2023. 4. 11.
GooglePlayGamesPlugin-0.11.01 failed error 해결 GooglePlayGamesPlugin-0.11.01 1. 프로젝트\Assets\GooglePlayGames\com.google.play.games\Editor 의 2. GooglePlayGamesPluginDependencies.xml 파일을 열어 3. repository 내부를 Assets/GooglePlayGames/com.google.play.games/Editor/m2repository 로 바꿔준다. https://3dmpengines.tistory.com/2184 com.google.games:gpgs-plugin-support:0.11.01 --> com.google.games:gpgs-plugin-support:+ com.google.games:gpgs-plugin-support:0.11... 2023. 4. 11.
728x90