Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ciro-unity opened this issue Feb 13, 2019 · 1 comment

Comments

@ciro-unity
Copy link
Contributor

(Sent by @TamTam via Slack)

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

@swenyan
Copy link

swenyan commented Feb 19, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants