07-30-2021, 01:36 PM
Hi
Can you please confirm to me that the following fixed your issue?
Go to CreateGameObject.cs
Find this line:
Add underneath the following
Can you please confirm to me that the following fixed your issue?
Go to CreateGameObject.cs
Find this line:
Code:
res.gameObject.layer = Layer;Add underneath the following
Code:
for (int i = 0; i < res.childCount; i++)
res.GetChild(i).gameObject.layer = Layer;
Available for freelance work, feel free to reach out: toolbuddy.net
Please consider leaving a review for Curvy, this helps immensely. Thank you.
Please consider leaving a review for Curvy, this helps immensely. Thank you.

