- Edited
Not sure if I'm just doing something wrong but it seems like the Deformation option isn't available for me.
In my project:
In the Manual:
Unity 6 Preview (6000.0.3f1)
Windows 11 23H2
Curve Architect version 1.0.2
Not sure if I'm just doing something wrong but it seems like the Deformation option isn't available for me.
In my project:
In the Manual:
Unity 6 Preview (6000.0.3f1)
Windows 11 23H2
Curve Architect version 1.0.2
You need to have a Mesh Filter or Mesh Collider component attached to the GameObject for the deformation option to be available. Otherwise, it will default to a follower.
Edit: Currently Curve Architect can't deform Game Objects inside prefabs.
Missing components was the issue, thanks!