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

Improved Editors #68

Open
grofit opened this issue Oct 30, 2024 · 0 comments
Open

Improved Editors #68

grofit opened this issue Oct 30, 2024 · 0 comments
Assignees
Labels
editor An issue effecting the optional editors library enhancement

Comments

@grofit
Copy link
Member

grofit commented Oct 30, 2024

There was an attempt like 6 years ago to improve how the editor side of things functioned and allow more complex scenarios like saving and loading entity states external to the unity scene object.

Due to many factors that branch never saw the light of day but it did manage to implement a lot of improvements and made things look a bit nicer overall, but its just sat there not doing much.

it was also where the LazyData and Persistity libraries were created,

Recently someone raised an issue with the editor in the Unity stuff and it got me interested in trying to slice out the editor changes that were made in the old branch, but leave the fancier persistence side of things there, I had a quick mess about today and have managed to get something functional done which can be found on this branch.

https://github.com/EcsRx/ecsrx.unity/tree/spike/editor-update-2024

There editor looks a bit nicer and performs slightly better, but it DOESNT use the newer binary serialization approach the old branch used, it just uses the basic JSON serializer the current editor uses, so it should work the same way, but look slightly nicer and support more complex components.

image

I am mainly making this here as a placeholder for anyone who has opinions, or thoughts on what sort of things the Unity editors should really have and for anyone to give it a quick test to see if they are happy with it.

(Its currently not finished yet, there is an issue with some button sizing for removal of entity from inspector, as well as changes needed to other components like system overview etc).

@grofit grofit added enhancement editor An issue effecting the optional editors library labels Oct 31, 2024
@grofit grofit self-assigned this Nov 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
editor An issue effecting the optional editors library enhancement
Projects
None yet
Development

No branches or pull requests

1 participant