Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Bug / Crash  Can't generate rope in runtime. (Unity 2019.3.10f1)
#1
Hello, a code that I use to generate ropes in runtime stopped working when I updated from Unity 2019.2 to 2019.3
Here's the error that appears:

[Image: error-01.png][Image: error-02.png]

Here's the code that I use to generate the rope:
[Image: rope-01.png]
[Image: rope-02.png]

I call the SetupRopeObject method in Awake, then run the CreateRopeRoutine 0.2 seconds later.

Any help would be appreciated! Thanks!
Reply


Messages In This Thread
Can't generate rope in runtime. (Unity 2019.3.10f1) - by hecali_aj - 18-04-2020, 07:56 AM