Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help  Rope not rendering Unity 2021.3.14
#4
(23-08-2023, 08:57 AM)kebab_traume Wrote: Thank you for the quick reply Jose! 
I found the problem. For some reasons solver doesn't have the fixed updater component. After I've added it and gave reference to a solver - everything works. So the next question - why it works like that? I haven't add that component manually before


Whenever you create a new solver object from the GameObject menu, the solver is automatically added to the first updater present in the scene (a new updater is created, if none exists yet). This follows how many other GameObjects in Unity work: for instance, when you create a new UI panel/button/etc, it will be added to the first canvas in the scene - a new canvas will be created if there isn't one yet.

If you have copied the solver manually from another scene or created the component yourself, then it is your responsibility to add the solver to an updater of your choice. See:
http://obi.virtualmethodstudio.com/manua...cture.html
http://obi.virtualmethodstudio.com/manua...aters.html
Reply


Messages In This Thread
RE: Rope not rendering Unity 2021.3.14 - by josemendez - 23-08-2023, 09:38 AM