-
Notifications
You must be signed in to change notification settings - Fork 200
Description
I imported the whole package in my project. It works fine!
I can easily create ui elements by dragging them from the folder "ComponentPrefabs" to my hierarchy.
However, when I want to directly create an ui elements using right click mouse button in the hierarchy and selecting "Material UI", I always get the same error message :
UnityEngine.Object.CheckNullArgument (System.Object arg, System.String message) (at C:/buildslave/unity/build/Runtime/Export/UnityEngineObject.cs:102)
UnityEngine.Object.Instantiate (UnityEngine.Object original) (at C:/buildslave/unity/build/Runtime/Export/UnityEngineObject.cs:87)
MaterialUI.MaterialUIEditorTools.CreateRoundButtonRaised () (at Assets/UI Google/Editor/MaterialUIEditorTools.cs:136)
UnityEditor.GenericMenu:CatchMenu(Object, String[], Int32)