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

Issue with Prepare step? #639

Open
cBournhonesque opened this issue Jan 22, 2025 · 0 comments
Open

Issue with Prepare step? #639

cBournhonesque opened this issue Jan 22, 2025 · 0 comments

Comments

@cBournhonesque
Copy link
Contributor

  • I create a RigidBody with Transform (but no Position/Rotation) in FixedUpdate
  • My SyncPlugin is only doing position_to_transform
  • In PhysicsSet::StepSimulation, I would expect Position to be added on my entity to match the Transform that I provided (-1, 4, 1); but it doesn't seem to be the case. A Position has been added on my entity in the Prepare set but its value is different from (-1, 4, 1), I think it's simply (0, 0, 0)?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant