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
I'm trying to make a component that needs to store a vector of information, however this isn't sized so Legion won't let me use it as a component. What's the idiomatic way to attach unsized data to an entity in Legion?
The text was updated successfully, but these errors were encountered:
Update. For me the case is that I want to implement a ScriptComponent that has an field instance: Option<Box<dyn Script>>, but as mentioned above it is not allowed.
I'm trying to make a component that needs to store a vector of information, however this isn't sized so Legion won't let me use it as a component. What's the idiomatic way to attach unsized data to an entity in Legion?
The text was updated successfully, but these errors were encountered: