728x90 error9 [Unity] 유니티 UI의 버튼 클릭이 안될 때 해결 방법 / 유니티 버튼 클릭 안됨 오류 유니티에서 테스트를 하려는데갑자기 UI에서 버튼클릭이 안 되는 경우가 발생했다.바로 직전까지만 해도 됐었는데...한참 찾다가 원인을 발견했다..!!!(이런 일은 처음...)참고 : 다른 분의 글을 통해 해결을 하고 나도 다시 정리했다.1. 버튼 위에 가려진 Object가 있는 경우버튼 위에 보이지는 않는 오브젝트가 있는지 살펴보고있다면 뒤로 보내든지, 없애든지 해야 한다. 2. 버튼 클릭 이벤트가 중첩되어 있는 경우버튼이 클릭될 때 두 개 이상의 이벤트가 동시에 실행되는 문제가 발생할 수 있다.이벤트 중복 실행을 방지하기 위해 각 이벤트를 적절하게 구분하고,필요한 경우 중복 이벤트를 제거하여 문제를 해결할 수 있다. 하지만 난 이런 경우는 다 아니었다... Hierarchy에 있는 EventSystem이.. 2025. 2. 25. [Unity] CommandInvokationFailure: Unable to install APK to device. Please make sure the Android SDK is installed and is properly configured in the Editor. See the Console for more details. 📝 Unity에서 만든 프로그램을 안드로이드에 빌드하면서 이런 에러가 떴다. CommandInvokationFailure: Unable to install APK to device. Please make sure the Android SDK is installed and is properly configured in the Editor. See the Console for more details. 1. 지금 테스트하려고 하는 단말기에 이미 설치된 버전이랑 맞지 않아서 발생 2. 현재 핸드폰의 용량 부족 3. etc. 1. 핸드폰에 있는 앱을 지우고 다시 컴파일한다. 2. 핸드폰 용량을 정리 후 빌드한다. 3. [다른 .. 2023. 4. 18. [GitHub] (refusing to allow a Personal Access Token to create or update workflow `.github/workflows/build.yml` without `workflow` scope) 해결 방법 📝 git push를 하고 있는데 에러가 발생했다. ! [remote rejected] feature/STC-134 -> feature/STC-134 (refusing to allow a Personal Access Token to create or update workflow `.github/workflows/build.yml` without `workflow` scope) error: failed to push some refs to 'https://github.com/haiicorp/strokcare-app-unity.git' 발급받은 Access token(푸시할때 사용하는 개인 액세스 토큰(PAT, Personal Access.. 2023. 3. 8. [Unity] InvalidOperationException: You are trying to read Input using the UnityEngine.Input class, but you have switched active Input handling to Input System package in Player Settings. 해결 방법 유니티 스크롤을 페이지 단위로 처리하는 것을 YouTube 영상을 보면서 만들고 실행을 시켜봤는데 InvalidOperationException: You are trying to read Input using the UnityEngine.Input class, but you have switched active Input handling to Input System package in Player Settings. 이런 에러가 발생했다. 에러를 찾아본 끝에 해결책을 찾았다. 1. File > Build Settings 클릭 2. Player Settings... 클릭 3. Player > Other Settings에서 밑으로 내려보면 4. Active Input Handling* 이 I.. 2023. 2. 3. [C#, Unity] NullReferenceException: Object reference not set to an instance of an object 해결 방법 실습 도중 이런 에러가 발생했다. NullReferenceException: Object reference not set to an instance of an object 👉 NullReferenceException: 개체 참조가 개체의 인스턴스로 설정되지 않았습니다. null의 값을 가질 수 없는 object에 null을 할당했기 때문에 발생한다. 💡 방법 1 : 내가 해결한 방법 이런 식으로 오브젝트를 할당을 해주지 않아서 None 값으로 표시될수도 있고 MissingData처럼 스크립트에서 오브젝트 이름을 바꾸면 초기화가 될 수도 있으니 해당 오브젝트를 다시 할당해주어야 한다. 💡 방법 2 : 인터넷에서 찾아 본.. 2022. 12. 2. Mac 에러 해결하기 (xcrun: error: invalid active developer path) 전날 밤에 Mac을 업데이트했다. 오늘도 개발을 하려고 인텔리제이(IntelliJ)에서 작업 후 실행을 시켰는데 xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun 이런 에러가 발생했다. > xcode-select --install 터미널에 위에 명령어를 입력해주면 간단히 해결된다! 2022. 11. 16. [FPDF] Failed to initialize parser: Failed to read pdf: Failed to read xref table: Expected xref to start with ‘xref’. Got: 103 GoFPDF로 PDF template을 import 하려고 하는데 계속 이런 에러가 발생했다. > Failed to initialize parser: Failed to read pdf: Failed to read xref table: Expected xref to start with ‘xref’. Got: 103 https://github.com/phpdave11/gofpdi/issues/16 Failed to initialize parser: Failed to read pdf: Failed to read xref table: Expected xref to start with 'xref' · Issue #16 · p Certain formats of PDF documents do not contain t.. 2022. 9. 7. Go(Golang)의 fmt.Errorf() Golang의 fmt.Errorf() 함수에 대해 알아보자! https://pkg.go.dev/fmt fmt package - fmt - Go Packages Print, Println, and Printf lay out their arguments differently. In this example we can compare their behaviors. Println always adds blanks between the items it prints, while Print adds blanks only between non-string arguments and Printf does exactly what i pkg.go.dev fmt.Errorf() 함수를 사용해 에러가 발생한 값과 매개변수의 정보를.. 2022. 8. 19. 이전 1 2 다음 728x90