반응형 c#5 ScriptableObject vs new Class Unity 의 E-Book 을 보던 중 궁금해져서 찾아본 내용을 기록으로 남김https://unity.com/kr/resources/create-modular-game-architecture-with-scriptable-objects-ebook?ungated=true&isGated=false Create modular game architecture in Unity with ScriptableObjectsThis guide provides tips and tricks from professional developers for deploying ScriptableObjects in production.unity.comE-Book 내용에 다음과 같은 내용이 있음If you need to make a Scri.. 2024. 5. 21. Covariance and Contravariance Covariance and Contravariance (C#) 용어 정리 Invariance Means that you can use only the type originally specified. An invariant generic type parameter is neither covariant nor contravariant. You cannot assign an instance of List to a variable of type List or vice versa. Variance Convariance Enables you to use a more derived type than originally specified. You can assign an instance of IEnumerable to.. 2022. 1. 19. [.NET] Windows Registry 등록/삭제 Custom URI Scheme 를 테스트 하다가 Windows 에 Registry 를 자동으로 등록/삭제 하면 편하겠다는 생각이 들어 찾아보게 되었습니다. 공식 문서를 찾아봅니다. https://docs.microsoft.com/ko-kr/dotnet/api/microsoft.win32.registry?view=netframework-4.5 Registry Class (Microsoft.Win32) Windows 레지스트리의 루트 키를 나타내는 개체와 키/값 쌍에 액세스하는 static 메서드를 제공합니다.Provides objects that represent the root keys in the Windows registry, and static methods to access key/value p.. 2019. 9. 8. [Unity3D] C# Unity와 연관된 C# 지식에 대해 스크랩 하고 정리해 봅니다. 일단은 스크랩 위주로... 환경 설정 Microsoft Visual Studio Professional 2015 (14.0.25431.01 Update 3) Microsft .NET Framework (4.8.03752) Unity (2018.4.2f1) Player Setting Scripting Runtime Version - .NET 4.x Equivalent Scripting Backend - Mono Api Compatibility Level - .NET Standard 2.0 참고 C# 언어 및 .NET Framework 소개 C# 언어 및 .NET Framework 소개 C# 및 .NET의 기본 사항에 대해 알아봅니다. C# .. 2019. 8. 5. 이전 1 2 다음 반응형