Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help  Need Help On Render Chain at RunTime
#3
(14-08-2020, 07:21 AM)josemendez Wrote: Hi,

If the chain component has not yet been serialized, the instances list will be null. Modify ObiRopeChainRenderer.cs, line 14 should look like this:

Code:
[HideInInspector][SerializeField] public List<GameObject> linkInstances = new List<GameObject>();

kind regards,
 IT worked! thanks!
Reply


Messages In This Thread
RE: Need Help On Render Chain at RunTime - by huahuapro - 15-08-2020, 01:30 AM