Unity
-
[Tip] Logcat 과 Unity EditorUnity/DEBUG 2020. 5. 19. 22:40
유니티 에디터 상에서 Logcat을 확인 하는 방법이 있다. https://docs.unity3d.com/Packages/com.unity.mobile.android-logcat@1.2/manual/index.html Overview | Android Logcat | 1.2.0-preview Overview Android Logcat Package is a utility for displaying log messages coming from an Android device in the Unity Editor. Read more about Android Logcat Document. Requirements Compatible with Unity 2019.1 or above. Requires Unity's ..
-
[Tip] 화면 해상도 & 가로 세로 비율 조정 02Unity/UI 2020. 5. 17. 10:22
1편에 이은 후속이다. 1편에서 언급한 실험 결과인 셈. https://devsquare.tistory.com/11 [Tip] 화면 해상도 & 가로 세로 비율 조정 01 사실 Resolution과 AspectRatio를 고정하는 것은 그리 좋은 방법이 아니다. 가장 좋은 방법은 있는 그대로의 단말기 환경에 대응을 하는 것이다. 그럼에도 불구하고 몇몇 경우에 Resolution과 AspectRatio를 � devsquare.tistory.com 아래는 나름대로 정리한 것이다. 물론 개발하는 개개인마다 생각하는 정답은 다르기 때문에 이것이 100% 정답이라고 할 수는 없겠다. 하지만 나처럼 "찌그러진 원이나 늘어진 화면"을 싫어하고, "원 빌드 모든 단말기 지원"를 궁극적으로 추구한다면 아래와 같은 방법이 ..
-
[Tip] 그래픽 성능 테스트 툴 - GRAPHYUnity/DEBUG 2020. 5. 17. 07:56
https://assetstore.unity.com/packages/tools/gui/graphy-ultimate-fps-counter-stats-monitor-debugger-105778 [Graphy] - Ultimate FPS Counter - Stats Monitor & Debugger | GUI 도구 | Unity Asset Store Use the [Graphy] - Ultimate FPS Counter - Stats Monitor & Debugger from Tayx on your next project. Find this GUI tool & more on the Unity Asset Store. assetstore.unity.com 무료 애셋 중에서 상당히 강력한 도구이다. 사실 빌드 후에..
-
[Tip] 화면 해상도 & 가로 세로 비율 조정 01Unity/UI 2020. 5. 17. 01:07
https://devsquare.tistory.com/13 [Tip] 화면 해상도 & 가로 세로 비율 조정 02 1편에 이은 후속이다. 1편에서 언급한 실험 결과인 셈. https://devsquare.tistory.com/11 [Tip] 화면 해상도 & 가로 세로 비율 조정 01 사실 Resolution과 AspectRatio를 고정하는 것은 그리 좋은 방법이 아니다... devsquare.tistory.com 급하신 분은 결론부에 해당되는 2편을 보시는 걸 추천합니다. 사실 Resolution과 AspectRatio를 고정하는 것은 그리 좋은 방법이 아니다. 가장 좋은 방법은 있는 그대로의 단말기 환경에 대응을 하는 것이다. 그럼에도 불구하고 몇몇 경우에 Resolution과 AspectRatio를 ..
-
[Tip] ScrollRect 자동 정렬 (Dynamic ordering)Unity/UI 2020. 5. 15. 05:19
이게 알고 나면 정말 간단한건데 까먹고 나면 난감하기 그지 없다. 검색하면 C# 코딩으로 해결하는 ...양형들 때문에 눈물이 주르륵... - Horizontal/Vertical Layout Group 자식 노드들의 위치를 레이아웃 잡아서 정렬한다. - Content Size Fitter Content 영역의 크기를 조정한다. 보통 이거 두개면 스크롤뷰를 완벽하게 구현할 수 있다. 자세한 내용은 Unity UI 레퍼런스 문서를 참조하면 된다. https://docs.unity3d.com/Packages/com.unity.ugui@1.0/manual/comp-UIAutoLayout.html Auto Layout | Unity UI | 1.0.0 Auto Layout The auto layout system ..
-
[Tip] Vroid 와 Unity의 연동Unity/3D 2020. 4. 28. 20:13
https://vroid.com/en/studio/ VRoid Studio | VRoid VRoid Studio is an application to create 3D models of humanoid avatars (characters). The app runs on Windows and Mac and can be used for free by anyone. 3D models created with VRoid Studio can be used as avatars on various VR/AR contents, both for commerci vroid.com 일본 애니메이션 풍 3D 캐릭터를 만들 수 있는 도구다. 유니티 기반으로 만들어졌는지, 다운받으면 친숙한 아이콘이 보인다. 한가지 아쉬운 점은 v..
-
[Tip] Unity에서 2D 스프라이트 만들기Unity/2D 2020. 4. 28. 07:14
https://assetstore.unity.com/packages/tools/sprite-management/shapes2d-make-art-fast-62586 Shapes2D - Make art fast! | 스프라이트 관리 | Unity Asset Store Get the Shapes2D - Make art fast! package from SUB-C and speed up your game development process. Find this & other 스프라이트 관리 options on the Unity Asset Store. assetstore.unity.com 유니티 상에서 비교적 간단한 스프라이트를 제작할 때 사용되는 Asset이다. 막 이걸로 모든 유니티 2d 에셋을 만들어내는 것은..
-
[Tip] 깔끔한 지연 보상의 처리Unity/Photon Pun2 2020. 4. 27. 08:59
Photon Pun2 의 튜토리얼 가이드에서 지연보상을 코드로 직접 구현을 하는데 번거로울 뿐더러 깔끔하지도 않다. 이를 처리하기 위해 이것저것 살펴본 결과 찾아낸 해결책은 아래와 같다. PhotonTransformView Classic 이름은 클래식인데, 기능이 더 풍부하다. 자세한 정보는 공식 가이드를 살펴보자. https://doc.photonengine.com/ko-KR/pun/v1/demos-and-tutorials/package-demos/rpg-movement RPG 이동 데모 | Photon Engine MULTIPLAYER REALTIME PUN BOLT QUANTUM COMMUNICATION CHAT VOICE SELF-HOSTED SERVER We Make Multiplayer Sim..