-
Notifications
You must be signed in to change notification settings - Fork 67
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
refactor: StoredComponent #328
base: dev
Are you sure you want to change the base?
Conversation
Can we store only components and return game objects? Or components are similar for different objects? |
i don't know :3 |
just realized, that yes a prefab can have the same component as another prefab (such as different types of something like Ragdoll etc etc, so im not actually sure on how to do this) dont merge until we know how to deal with that ^^ |
I checked NetworkClient's prefabs and they're stored as game objs. Idk if we can really store them as a components |
No description provided.