비교적 최근에 유니티에서 공식적인 문서를 공유가 되었습니다.코딩 스타일에 대해서 고민이 있거나 개발팀에서 정할 때 레퍼런스가 될 수 있겠네요.그리고 pdf 파일도 포함되어 있습니다.문서 파일에는 코딩 스타일 뿐만 아니라 개발 관련된 좋은 내용들로 알차게 구성되어 있습니다. https://unity.com/kr/resources/c-sharp-style-guide-unity-6 C# 코딩 스타일 가이드 (Unity 6 에디션) | Unity이 가이드를 통해 보다 깔끔하고 스케일링 가능한 코드베이스를 사용하면 팀을 확충하는 과정에서 신규 개발자를 효율적으로 온보딩할 수도 있습니다.unity.com
에셋 스토어를 둘러보다가 발견한 에셋에 대해서 간략히 소개해 드리려고 합니다.먼저, 가장 중요한 에셋은 무료로 풀었네요.https://assetstore.unity.com/packages/add-ons/mis-middleware-for-invector-template-201846 MIS-Middleware For Invector Template | Add-Ons | Unity Asset StoreGet the MIS-Middleware For Invector Template package from MyMOBILIN and speed up your game development process. Find this & other Add-Ons options on the Unity Asset Store.asse..
유니티 에셋스토어에 있는 10종 개발 툴 선정 기준은 아래와 같습니다.특정 게임 장르에 한정되어 있지 않은 에셋무료 에셋비교적 최신 업데이트 날짜가 최근이고 꾸준히 버전업 되고 있는 에셋실제로 써보면서 다음 신규 프로젝트에서도 쓰고 싶은 디폴트 에셋 https://assetstore.unity.com/packages/tools/utilities/pools-231438 Pools | 유틸리티 도구 | Unity Asset StoreUse the Pools from Redcode Games on your next project. Find this utility tool & more on the Unity Asset Store.assetstore.unity.com https://assetstore.un..
특정 Component가 있는 게임 오브젝트만 검색할 수 있는 기능이 있다. Hierarchy의 검색 입력 박스에 "t: "를 쓰고, 찾고자 하는 Component 이름을 입력한다.그러면 아래와 같이 NavMeshSurface를 가지고 있는 게임 오브젝트만을 리스트로 보여준다.
이걸 왜 이제서야 발견했는지 모르겠다.정말이지 끝내주는 배경 제작 엔진이다.아직 구매를 안 해봐서 확신할 수는 없지만,이 정도 퀄리티를 유니티 엔진 상에서 보여준다면 굳이 언리얼로 갈아탈 이유가 있을까? 하지만 언리얼 엔진이랑 유니티 엔진 둘 다 쓰긴 해야된다.언리얼 엔진으로 게임 외주 개발 요청이 지속적으로 늘고 있기 때문이다. https://assetstore.unity.com/packages/tools/utilities/the-visual-engine-286827 The Visual Engine | 유틸리티 도구 | Unity Asset StoreUse the The Visual Engine from BOXOPHOBIC on your next project. Find this utility tool..
테스트한 유니티 버전 : 6000.0.35f1매번 스크립트 수정이 있을 때마다, 저장을 하면 유니티 에디터가 컴파일 된다.이를 막는 방법이 있는데, 두 가지를 설정해 주어야 한다.수동으로 컴파일 하려면 Ctrl + R 키를 입력하면 된다. Unity Editor => Edit => Preferences => Asset Pipeline => Auto Refresh => Disabled 로 설정 2. Visual Studio 2022 => Tools => Options => Tools for Unity => Refresh Unity’s AssetDatabase on save: False