VirtualDever
close
프로필 배경
프로필 로고

VirtualDever

  • Root (749)
    • ComputerScience (52)
      • Coding Test (27)
      • Algorithm (2)
      • Math (3)
      • Physics (3)
    • Language (62)
      • C# (18)
      • C (2)
      • C++ (1)
      • English (29)
      • Python (5)
      • Lua (4)
    • Engine (124)
      • DirectX (2)
      • Unity (87)
      • Unreal (16)
      • OpenCV (5)
      • WPF (4)
      • Roblox (4)
    • AI (12)
      • LLM (9)
    • Server (8)
      • ASP.NET Core (1)
      • Database (4)
    • IDE & Tool (31)
    • DevLog (111)
    • LifeLog (307)
      • book (126)
      • Review (4)
      • Workout (27)
      • Finance (20)
    • SideProjects (36)
      • N Job (33)
      • Youtuber (3)
  • 홈
  • 태그
  • 방명록

C# 코딩 스타일 가이드 (Unity 6)

비교적 최근에 유니티에서 공식적인 문서를 공유가 되었습니다.코딩 스타일에 대해서 고민이 있거나 개발팀에서 정할 때 레퍼런스가 될 수 있겠네요.그리고 pdf 파일도 포함되어 있습니다.문서 파일에는 코딩 스타일 뿐만 아니라 개발 관련된 좋은 내용들로 알차게 구성되어 있습니다. https://unity.com/kr/resources/c-sharp-style-guide-unity-6 C# 코딩 스타일 가이드 (Unity 6 에디션) | Unity이 가이드를 통해 보다 깔끔하고 스케일링 가능한 코드베이스를 사용하면 팀을 확충하는 과정에서 신규 개발자를 효율적으로 온보딩할 수도 있습니다.unity.com

  • format_list_bulleted Engine/Unity
  • · 2025. 9. 4.
  • textsms

Unity Asset Store에서 주목할 만한 퍼블리셔 MyMOBILIN

에셋 스토어를 둘러보다가 발견한 에셋에 대해서 간략히 소개해 드리려고 합니다.먼저, 가장 중요한 에셋은 무료로 풀었네요.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..

  • format_list_bulleted Engine/Unity
  • · 2025. 9. 1.
  • textsms

[2025년] 게임 개발자를 위한 개발 필수 에셋 10종 (only 무료)

유니티 에셋스토어에 있는 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..

  • format_list_bulleted Engine/Unity
  • · 2025. 8. 27.
  • textsms
특정 Component를 가진 GameObject를 Hierarchy에서 검색

특정 Component를 가진 GameObject를 Hierarchy에서 검색

특정 Component가 있는 게임 오브젝트만 검색할 수 있는 기능이 있다. Hierarchy의 검색 입력 박스에 "t: "를 쓰고, 찾고자 하는 Component 이름을 입력한다.그러면 아래와 같이 NavMeshSurface를 가지고 있는 게임 오브젝트만을 리스트로 보여준다.

  • format_list_bulleted Engine/Unity
  • · 2025. 4. 19.
  • textsms

놀라운 유니티 에셋 : The Visual Engine

이걸 왜 이제서야 발견했는지 모르겠다.정말이지 끝내주는 배경 제작 엔진이다.아직 구매를 안 해봐서 확신할 수는 없지만,이 정도 퀄리티를 유니티 엔진 상에서 보여준다면 굳이 언리얼로 갈아탈 이유가 있을까? 하지만 언리얼 엔진이랑 유니티 엔진 둘 다 쓰긴 해야된다.언리얼 엔진으로 게임 외주 개발 요청이 지속적으로 늘고 있기 때문이다. 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..

  • format_list_bulleted Engine/Unity
  • · 2025. 4. 13.
  • textsms
Unity 6 에서 에디터에서 auto refreshing 기능 끄기

Unity 6 에서 에디터에서 auto refreshing 기능 끄기

테스트한 유니티 버전 : 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

  • format_list_bulleted Engine/Unity
  • · 2025. 4. 10.
  • textsms
  • navigate_before
  • 1
  • 2
  • 3
  • 4
  • ···
  • 15
  • navigate_next
공지사항
  • 개인 포트폴리오 [Division Like] 소개
  • 디스코드 [게임개발일지 공유] 서버에 초대 드립니다.
  • 게임 외주 개발 합니다.
  • Vritual Dever의 주인장은 누구입니까
전체 카테고리
  • Root (749)
    • ComputerScience (52)
      • Coding Test (27)
      • Algorithm (2)
      • Math (3)
      • Physics (3)
    • Language (62)
      • C# (18)
      • C (2)
      • C++ (1)
      • English (29)
      • Python (5)
      • Lua (4)
    • Engine (124)
      • DirectX (2)
      • Unity (87)
      • Unreal (16)
      • OpenCV (5)
      • WPF (4)
      • Roblox (4)
    • AI (12)
      • LLM (9)
    • Server (8)
      • ASP.NET Core (1)
      • Database (4)
    • IDE & Tool (31)
    • DevLog (111)
    • LifeLog (307)
      • book (126)
      • Review (4)
      • Workout (27)
      • Finance (20)
    • SideProjects (36)
      • N Job (33)
      • Youtuber (3)
최근 글
인기 글
최근 댓글
태그
  • #ㅂㅗ
  • #부
  • #1
  • #ㅗ
전체 방문자
오늘
어제
전체
Copyright © 쭈미로운 생활 All rights reserved.
Designed by JJuum

티스토리툴바