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

Blueprints: InspectorEntityAttribute has to get a blueprint via a blueprint id #24

Open
coeing opened this issue Dec 29, 2015 · 0 comments
Labels

Comments

@coeing
Copy link
Member

coeing commented Dec 29, 2015

Because of some refactoring and cleanup, the EntityManager now doesn't have a reference to the BlueprintManager anymore, but they are completely separate.

The InspectorEntityAttribute needs the BlueprintManager though to map its blueprint id correctly and create an entity out of it. Right now the inspector attributes only have access to the EntityManager. Some kind of DeserializationContext should be given to the attributes, so they can correctly deserialize themselves.

@coeing coeing added the feature label Dec 29, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant