본문 바로가기
반응형

유니티9

유니티) Scoped registries https://docs.unity3d.com/2021.3/Documentation/Manual/upm-scoped.html Unity - Manual: Scoped registries Scoped registries Scoped registries allow Unity to communicate the location of any custom package registry server to the Package Manager so that the user has access to several collections of packages at the same time. Here are some important concepts to he docs.unity3d.com Scoped registries란? 유.. 2023. 6. 28.
유니티)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.
유니티)firebase 저장소 사용해서 이미지 업로드하기 1. firebase 계정 생성 https://firebase.google.com/ Firebase Firebase는 고품질 앱을 빠르게 개발하고 비즈니스를 성장시키는 데 도움이 되는 Google의 모바일 플랫폼입니다. firebase.google.com 계정과 프로젝트를 생성한다 카테고리에서 빌드 > storage로 이동한다 처음 생성하게되면 시작하기 버튼을 누릅니다. 액세스권한은 생성후에도 수정이 가능하다 2. Firebase Unity SDK https://firebase.google.com/download/unity?hl=ko 위 링크에서 unity용 sdk를 다운받는다. 전 저장소만 쓸거니까 firebaseStorage만 임포트했습니다. 2-1. google-services.json google.. 2023. 5. 31.
반응형