UnitySuperEditor / SuperEditor

Super Editor project is an enhancement plan to make Unity, the world's most popular game engine, versatile and streamlined.
247 stars 25 forks source link

Can't create Custom Theme #16

Open Nefalox opened 3 years ago

Nefalox commented 3 years ago

When I try to create a Custom Theme this is what I get logged in the Console:

Invalid generated unique path '' (input path 'Assets/Scenes/random platforming scene/Assets/Extensions/SuperEditor/EditorResources/Themes/Theme.asset')
UnityEditor.ProjectWindowUtil:CreateAsset (UnityEngine.Object,string)
CGHBNFMMNFMFJNOPDHLEBKJFABAGBPBNAALK.LBBGPIDBLEGLKGGBIIFGOBJNOJGIILIIEFMM:NewTheme ()
UnityEditor.GenericMenu:CatchMenu (object,string[],int)

Is this a Bug or is it a Pro only Feature?

UnitySuperEditor commented 3 years ago

There is a folder called 'Assets' in your project. Try changing the folder name to see if there are any problems

Nefalox commented 3 years ago

The 'Assets' folder is just where all the Project assets are all stored in, I can't rename it or anything since it's setted up by Unity

Nefalox commented 3 years ago

Oops