13-02-2019, 09:51 AM
(This post was last modified: 13-02-2019, 09:52 AM by josemendez.)
(13-02-2019, 09:17 AM)Richard Wrote: I tried, but it becomes like this, and obi pin constraints says like I do nothing...
What is actors transform in the manual in "fix position only"?
Hi there,
Tried clicking "Add Pin Constraint" ?
The transform of an actor is its transform component. This is a standard Unity component that defines the position/rotation/size of an object. See:
https://docs.unity3d.com/Manual/class-Transform.html
I'd advise to first understand the basic stuff thoroughly before attempting to use more advanced tools.