UnityPlayground icon indicating copy to clipboard operation
UnityPlayground copied to clipboard

When adding the Playground from the packages selection, custom Inspectors don't show up

Open ciro-unity opened this issue 6 years ago • 1 comments

(Sent by @tamtam via Slack)

When adding the Playground from the .unitypackage selection when creating a new project, custom Inspectors don't show up.

ciro-unity avatar Feb 13 '19 18:02 ciro-unity

I had the same problem and fixed it by turning on the DEFAULT_INSPECTORS macro.

Here is what I did:

  1. Go to top menu, select "Playground -> Turn Playground on"
  2. Then the API update dialogue window pops up, Select "Go Ahead. I made a backup"
  3. Wait until API update finished ( should be over in a few seconds )
  4. 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.

swenyan avatar Feb 19 '19 03:02 swenyan