|
Is it possible instantiate an object once in the manner of "OnMouseUp" and then define its transform position of a bone that in on a model in a scene? I desire a laser beam to attach to a models bone and move with it. Thanks M8s
(comments are locked)
|
|
"define its transform position of a bone that in on a model"? I have no idea what that is supposed to mean. Please consider rephrasing. Your description is quite poor. Do you mean the Going from what you describe in the latter part of your question, you want an object "laser" to move with some other object "bone", right? That can be achieved through parenting:
If your laser is a particle system or something that you turn on/off often enough, it is simpler to just add this part to the prefab and turn it off/stop emitting. Please see the 3D platformer tutorial's jetpack example of how to do this.
(comments are locked)
|
