본문 바로가기

error5

[Unity NetCode/ 문제 해결 완료] Build 실행 파일의 StartClient error 문제 상황 :  Unity Editor에서 Play 정상 작동, Build Play Client 접속 문제 Host의 Address를 찾고 connect한 이후  IsListening이 true로 남아있는 경우가 있어 StartClient 실패 1. 연결되지 않은 Client 종료를 하지 않는 경우 발생.  2. NetworkManager의 ShutdownInternal()을 실행하지 않음.  3. IsListening이 true로 다음 IP로 넘어가 StartClient 실행 4. 실제 Host IP에 접근하면 Client의 Instance가 이미 존재하여 StartClient 실패 문제 상황 분석 :  Login의 FindHost()의 반복문은 프레임 차이의 속도를 제어하는 Time.deltaTime.. 2024. 8. 30.
[Unity NetCode/문제 해결 완료] 멀티플레이 Client 연결 Error Unity NetCode 1.0.0(pre 9) 버전에서 발생한 문제이다.  문제 상황:Host가 접속하여 Server가 존재하는 상황이지만,Client의 입장에서 NetworkTransport.ConnectionData.Address에 정확하게 접근하여도 접속을 실패하는 문제이다.    정말 초기 버전의 NetCode 1.0.0의 document가 손상된 부분이 많아 정말 꾸역꾸역 이해해 가며원인이 무엇일까 생각해보았다.  하지만 원본 프로젝트는 실제로 플레이에 문제가 없다고 Client 측에서 전달받았다.  해결 방법 : 결국 해결하게 된 방법은 ...ㅎㅎHost의 방화벽을 모두 해제하는 것이 방법으로 바로 Client의 Server 연결이 성공하였다. 덕분에 NetCode 공부는 많이 했다고 생각한.. 2024. 8. 30.
[문제 해결, GPGS] GPGS연동 중 빌드 에러, Starting a Gradle Daemon, 1 incompatible Daemon could not be reused, use --status for details UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&) firebase 연동하고 빌드하니 에러가 생김 [해결방법 ↓ 진한 글씨들] 에러 1. unity > Configure project :launcher WARNING: The option setting 'android.enableR8=false' is deprecated. It will be removed in version 5.0 of the Android Gradle plugin. You will no longer be able to disable R8 해당 오류는 사라짐 에러 2. Starting a Gradle Daemon, 1 incompatible and 4 stopped Daemons could not be reused, use --status for details 1) 경로에 한글 이름이 포.. 2023. 4. 27.
[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.
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.