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

Doesn't work in the editor with Configurable Enter Play Mode #64

Open
Romaleks360 opened this issue Apr 2, 2023 · 0 comments
Open

Doesn't work in the editor with Configurable Enter Play Mode #64

Romaleks360 opened this issue Apr 2, 2023 · 0 comments

Comments

@Romaleks360
Copy link

Romaleks360 commented Apr 2, 2023

The picker stops working properly when fast enter play mode is enabled. The most obvious effect is that the hue slider on the left is white (ColorSliderImage's Awake is broken). There are also occasional errors in the console.

https://forum.unity.com/threads/configurable-enter-play-mode.768689/

ExecuteInEditMode/ExecuteAlways scripts are not destroyed/awaken - no OnDestroy/Awake calls for those.
Watch out for Awake/OnEnable methods which check EditorApplication.isPlaying property - Awake is not called and OnEnable is called only when EditorApplication.isPlaying is already true on Play Mode change.

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

1 participant