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

Decouple editor from using internal editor state #134

Open
Sandvoxel opened this issue Dec 27, 2023 · 2 comments
Open

Decouple editor from using internal editor state #134

Sandvoxel opened this issue Dec 27, 2023 · 2 comments
Labels
editor core Core functional of editor

Comments

@Sandvoxel
Copy link

Make the editor state inferred using something like bevy's default macro to allow users to define there own state

enum AppState {
   [default]
   MainMenu,
   [editor]
   Editor,
   InGame
}
@naomijub
Copy link
Collaborator

naomijub commented Dec 27, 2023

If you run without default features it will execute game mode. This might be helpful while we work on this issue

@rewin123 rewin123 added the editor core Core functional of editor label Dec 27, 2023
@rewin123 rewin123 added this to the 0.4 milestone Dec 27, 2023
@rewin123
Copy link
Owner

I think this would be a really useful feature if you need to hide any editor ui and its logic even if the editor plugin is plugged in

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

No branches or pull requests

3 participants