Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Bug / Crash  Three bugs in FluidKarmanVortex Scene
#7
(15-03-2022, 12:32 PM)Chua Polar Wrote: I find that when I turn the backend to Oni, the other 2 bugs remain.

Hi,

I'm unable to reproduce these. Tested on 2019.4.30f1, 2020.3.25f1 and 2021.2.1f1. The Karman Vortex scene works well on all 3 of them regardless of the backend used.

Which Unity version are you using? If it's 2022.1.0b4, keep in mind that beta Unity releases are not officially supported. Beta releases are intended for testing purposes only, as they're often riddled with bugs.

Also a note about the "setting the velocity of a kinematic rigidbody" warning: there's nothing wrong with that, it will have no effect since the inertia tensor and the mass of a kinematic body are infinite for all intents and purposes. Unity recently added this warning to the velocity property setters, but it can safely be ignored. See Unity's documentation:


Unity 2021:
https://docs.unity3d.com/2021.2/Document...ocity.html

Unity 2022:
https://docs.unity3d.com/2022.2/Document...ocity.html

You can see that in 2022 they've added a line at the very end of the documentation page:
Quote:Additionally, setting the linear velocity of a kinematic rigidbody is not allowed and will have no effect.

Setting the velocity of a kinematic rigidbody has never had any effect (it is in fact ignored), the only thing that has changed in 2022 is that they've added a warning to the console.
Reply


Messages In This Thread
RE: Three bugs in FluidKarmanVortex Scene - by josemendez - 15-03-2022, 12:37 PM