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

Change Network Relative Parent to Use Buffer Model #158

Open
nicholas-maltbie opened this issue Feb 2, 2023 · 0 comments
Open

Change Network Relative Parent to Use Buffer Model #158

nicholas-maltbie opened this issue Feb 2, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@nicholas-maltbie
Copy link
Owner

Right now the network relative parent synchronizes state via a NetworkVariable but it would be much better to update this to a direct buffer similar to netcode's NetworkTransform.

Basically need to do the same thing as the existing network transform but instead of synchronization in local space relative to parent, synchronize in relative parent space according to the current KCC movement model. Also, don't worry about synchronization of scale for now as that is a bit beyond the current scope.

And also, this synchronization should be controlled by a RelativeParent struct (should refactor that code in the KCCMovementEngine as well... at least let the end user disable it if they don't want to use it).

@nicholas-maltbie nicholas-maltbie added the enhancement New feature or request label Feb 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant