UnityPlayground
UnityPlayground copied to clipboard
When adding the Playground from the packages selection, custom Inspectors don't show up
(Sent by @tamtam via Slack)
When adding the Playground from the .unitypackage selection when creating a new project, custom Inspectors don't show up.
I had the same problem and fixed it by turning on the DEFAULT_INSPECTORS macro.
Here is what I did:
- Go to top menu, select "Playground -> Turn Playground on"
- Then the API update dialogue window pops up, Select "Go Ahead. I made a backup"
- Wait until API update finished ( should be over in a few seconds )
- When API update finished, console message "Finished updating scripts / assemblies" should show up.
Then the custom inspector should come back.
If it doesn't work, open an custom inspector script to check out whether the DEFAULT_INSPECTORS macro is on. if it is still off, perhaps you need to restart Unity and do the above steps again.