본문 바로가기
반응형

Unity9

유니티)firebase 연동시 오류들 오류1)ios모듈 추가안함 Assembly 'Assets/ExternalDependencyManager/Editor/1.2.175/Google.IOSResolver.dll' will not be loaded due to errors: Unable to resolve reference 'UnityEditor.iOS.Extensions.Xcode'. Is the assembly missing or incompatible with the current platform? Reference validation can be disabled in the Plugin Inspector. firebase unity sdk를 가져왔을때 안드로이드 플랫폼만 지원하려는 프로젝트를 만드시더라도 ios모듈을 사용하는 unity .. 2023. 6. 27.
유니티) 이미지 다운로드 QRcode 생성하기 포스팅목표) 런타임으로 firebase 저장소를 사용하여 유니티내에서 이미지파일을 클라우드에 올리고 저장소에 올라간 이미지의 다운로드 링크를 가져와서 큐알코드를 생성할 수 있다. 이전글) https://workdiarysometimesnot.tistory.com/101 유니티)firebase 저장소 사용해서 이미지 업로드하기 1. firebase 계정 생성 https://firebase.google.com/ Firebase Firebase는 고품질 앱을 빠르게 개발하고 비즈니스를 성장시키는 데 도움이 되는 Google의 모바일 플랫폼입니다. firebase.google.com 계정과 프로젝트를 workdiarysometimesnot.tistory.com firebase 저장소를 사용하는 자세한 내용은 윗.. 2023. 6. 18.
유니티)JSON 이용시 빌드 후 NotSupportedException 에러날때 에러내용) NotSupportedException: System.Reflection.Emit.DynamicMethod::.ctor at System.Reflection.Emit.DynamicMethod..ctor (System.String name, System.Type returnType, System.Type[] parameterTypes, System.Type owner, System.Boolean skipVisibility) [0x00000] in :0 at Newtonsoft.Json.Utilities.DynamicReflectionDelegateFactory.CreateDynamicMethod (System.String name, System.Type returnType, System.Type.. 2022. 3. 30.
Unity Content size fitter 사용 시 sizeDelta 접근하기 https://docs.unity3d.com/Packages/com.unity.ugui@1.0/manual/script-ContentSizeFitter.html Content Size Fitter | Unity UI | 1.0.0 Content Size Fitter Properties Property: Function: Horizontal Fit How the width is controlled. Unconstrained Do not drive the width based on the layout element. Min Size Drive the width based on the minimum width of the layout element. docs.unity3d.com layout controlle.. 2021. 8. 31.
반응형