Just some features I want to add in... #401
Closed
FirstGearGames
started this conversation in
Feature Request
Replies: 1 comment
-
Features added as individual posts. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
some kind of component or callback for collision events with CSP that will only call once per tick, and only call during replay if collisions did not occur on the normal tick. Replaying Boolean will indicate if occurring during replay.
would really like to utilize on tick, pretick, ect callbacks instead of making users use events. Can visit codegen and perhaps register NetworkBehaviors with the timemanager at runtime that implement the override. Time manager then calls methods only registered.
ADDED - remove forced base calls for overrides, easy.Beta Was this translation helpful? Give feedback.
All reactions