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
Currently, the networking system relies in a fairly hacky "Entity Pipeline". Instead, this should probably be fully data driven so entities can be created dynamically without having to hard code anything. This would be useful for networking.
Perhaps, networking should replace the Entity Pipeline with some kind of static registration function that provides a function called to "create" an instance of that object when replicating it.
The text was updated successfully, but these errors were encountered:
Currently, the networking system relies in a fairly hacky "Entity Pipeline". Instead, this should probably be fully data driven so entities can be created dynamically without having to hard code anything. This would be useful for networking.
Perhaps, networking should replace the Entity Pipeline with some kind of static registration function that provides a function called to "create" an instance of that object when replicating it.
The text was updated successfully, but these errors were encountered: