unity-fracture
unity-fracture copied to clipboard
CreateWalls script only creates a wall at the origin, not at the location of the Walls prefab
Was wondering how to fix this issue? I tried changing the fractured.transform.SetParent(transform) within CreateWalls.cs to fractured.transform.SetParent(transform, true) with no luck.
Any advice?