Im making an aquarium simulator and im trying to create realistic fish behavior. How to do that?
Make Animation Loop
When Animation Loop Change Position
Well what i can think of is you have few options:
a) make it movement random
b) just program by your self, like slim in platform game example. Add spots when should fish change it path. Also you can do this with random too.
Maybe this extension should work
if you want to move the fish in a random position.
And what do you mean by realistic fish behaviour?
Hi lolman1,
Well I think that to do that you could do:
-Create a condition where, always the fish does random movements, so you add a force, after a little time and the fish change direction.
-You create a condition that your fish does an animation in loop always.
-Another idea is that you apply a force to the fish and when it arrives in a certain position it change direction.
I hope I helped you