SubjectNerd-Unity / ReorderableInspector

Automatic reorderable lists for Unity game engine components
MIT License
485 stars 47 forks source link

No changes in inspector, Unity 5.6.3p2 #3

Closed sleepandpancakes closed 5 years ago

sleepandpancakes commented 6 years ago

No changes to the default inspector are made when using the [Reorderable] and [EditScriptable] attributes in Unity 5.6.3p2. No compiler errors are given, but the default arrays are drawn and inline editing of Scriptable objects are not enabled.

screen shot 2017-12-02 at 9 36 05 am screen shot 2017-12-02 at 9 36 16 am
sleepandpancakes commented 6 years ago

I updated to Unity 2017.3.1 and this issue persists.

Nomy1 commented 6 years ago

Same, nothing changes.

ChemiKhazi commented 6 years ago

Are there any other plugins being used in the project? I'm unable to reproduce in 5.6.5f1 and 2017.2.0f3

I'm going to try with the specific reported versions but it takes me a while to download.

sleepandpancakes commented 6 years ago

I tried testing it in an empty project in 2017.3.1 and it still does nothing. Is it possibly a platform issue? I am using Mac

sleepandpancakes commented 6 years ago

FYI, I just tried it on 2017.3.1 on Windows and it works. Seems like it may be related to the platform

ChemiKhazi commented 6 years ago

Hmm. I'm not aware of platform specific code. This might be tricky for me to fix since I don't have access to mac machines.

manotone commented 6 years ago

If it makes you feel any better I'm on windows 8 and can't get this to work, so it may not be platform specific. Having the same problem with the inspector not changing. Using Unity 2017.2.0f3

FirstGearGames commented 6 years ago

Got mine working fine in 2017.4.2f2. I was even able to move them into custom folders. Just make sure you maintain the "Editor" folder or else Unity won't recognize that portion as an editor script.

sleepandpancakes commented 6 years ago

yeah I don't think this is platform specific. Doesn't work on Unity 2018 for me in either Windows or Mac. The editor scripts are in the Editor folder

Naphier commented 5 years ago

I just implemented in a project using Unity 2018.2 on Win 10. Works like a charm.

sleepandpancakes commented 5 years ago

Yeah this plugin now works for me, on both Mac and Windows. I think the culprit may have been a different editor plugin (that I've since deleted) that was interfering with this one somehow. If other people are still having the same issue I recommend making sure that it's not caused by a different plugin. Thanks for the awesome and very useful extension.