Free Trial UIBlock Doesn't Populate Nova Elements #180
Whitegrave
started this conversation in
Bugs
Replies: 2 comments 1 reply
-
Thanks for checking out Nova and for bringing this to our attention! Which version of Unity are you using when you're hitting this issue? |
Beta Was this translation helpful? Give feedback.
1 reply
-
The fix for this has just been published in v1.2.0! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I'm following this YT tutorial to create an inventory UI.
https://youtu.be/dpXxMlPaRNg?t=243
At 4:03 the instructor adds a UIBlock. When I do this in Unity I am met with an error and the block has no elements
InvalidOperationException: The current selection does not contain any objects editable by the component tool of type: Nova.InternalNamespace_17.InternalNamespace_21.InternalType_713 UnityEditor.EditorTools.ToolManager.SetActiveTool (System.Type type) (at <4a2ef894c23c41d5a468d9265ab2328d>:0) UnityEditor.EditorTools.ToolManager.SetActiveTool[T] () (at <4a2ef894c23c41d5a468d9265ab2328d>:0) Nova.InternalNamespace_17.InternalType_533+<>c.<InternalMethod_2112>b__3_0 () (at Assets/Nova/Scripts/Editor/InternalScript_58.cs:38) UnityEditor.EditorApplication.Internal_CallDelayFunctions () (at <4a2ef894c23c41d5a468d9265ab2328d>:0)
I have also tested a blank unity project with the same result
Beta Was this translation helpful? Give feedback.
All reactions