You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Editor extensions are currently in the same dynamic library as the game code. This causes issues in CI and generally during export. Editor extensions should be in their own library that can be treated as editor only.
Editor extensions are currently in the same dynamic library as the game code. This causes issues in CI and generally during export. Editor extensions should be in their own library that can be treated as editor only.