Hey guys, I told my problem in this video. But I want to tell here too. I have a spear here. And it rotates to my character and it is chasing my character. But I want to do it as when the spear activated it have been rotated to my character and go towards to my character’s position in that moment. But the spear won’t chase my character. And it will pass the position. I don’t know English so much. You can understand me better if you watch the video. Please help me. By the way do not forget to activate subtitles.
This still isn’t the right forum for this.
As already mentioned, Getting Started or 3D Forum would be better suited for such issues.
Nonetheless, I think you simply have to move your rotation from your update() function into your start() or awake() function since you don’t want to update the rotation of the spear.
Or you could remove the Target when you don’t want the spear to follow it after creation.
You should test these things one at a time instead of everything at once, to make sure that each part of your script does the correct things before adding more code.
You should post your script code if you can’t find the issue, it most certainly is not an issue with your scene or the gameobjects.
Wrong forum, poor title and information. Please review prior to posting.