ClassTypeReference-for-Unity icon indicating copy to clipboard operation
ClassTypeReference-for-Unity copied to clipboard

Property drawer that allows class selection from drop-down in Unity.

Results 4 ClassTypeReference-for-Unity issues
Sort by recently updated
recently updated
newest added

When installed with given instructions, opening c# project of a unity project with vscode, it gives primary referenced version of framework is 4.8 but package target framework is 4.7.1, it...

public static class GUIHelper { private static readonly GUIStyle _closeButtonStyle = GUI.skin.FindStyle("ToolbarSeachCancelButton"); [PublicAPI] public static bool CloseButton(Rect buttonRect) { return GUI.Button(buttonRect, GUIContent.none, _closeButtonStyle); //NullReferenceException: Object reference not set to an...

![NVIDIA_Share_ioXOXRY4sU](https://user-images.githubusercontent.com/46750330/212248704-1013b0d2-b0b9-4488-b52b-ceff286465b3.png) ![NVIDIA_Share_C5lGCtJS3i](https://user-images.githubusercontent.com/46750330/212248712-8fd25211-76bd-4ef7-b47a-05bfdbe2958e.png)

When used inside a Unity Package, TypeOptions(ShowAllTypes = true), will only show Types which are part of the assembly of that Unity Package, and not Types from the "main" project....