15-08-2020, 01:30 AM
(14-08-2020, 07:21 AM)josemendez Wrote: Hi,IT worked! thanks!
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,