|
Hi, I have been playing arround with Lerpz tutorial, and I have added new models for enemies, and I have a robot with a canon, I want it to shoot Lerptz instead of following him for melee. Anyone knows a script or can help me how to do it? 1,000 billion thanks in advance
(comments are locked)
|
|
See the second example here: http://unity3d.com/support/documentation/ScriptReference/Object.Instantiate.html This type of code (or similar) is used to fire a bullet in most games. Thanks, but there is a very weird effect on the script: Here you have a link on youtube about the effect, I have just recorded it : http://youtube.com/watch?v=b9xm_UZRqX0
May 06 '11 at 09:10 PM
Infinity
It looks like you have Instantiate in a part of the script which is getting run very often. Either in the update or some other part
May 07 '11 at 06:54 PM
GesterX
(comments are locked)
|
