sschmid / Entitas

Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
MIT License
7.11k stars 1.11k forks source link

Jenny Window does not open #989

Closed zendorx closed 2 years ago

zendorx commented 2 years ago

I have tested few projects. After I deleted it. But in new project Jenny somewhy looking for preferences in old project folder and do not opens.

image

sschmid commented 2 years ago

Ok, looks like it saves the path to the Jenny.properties in the EditorPrefs. Clearing the EditorPrefs with EditorPrefs.DeleteAll should help

sschmid commented 2 years ago

Fixed in Entitas 1.14.0