Can I use Colliders or is scripting needed?

Hi. iv just imported an FBX file in from max with a character and the animation. I dont want to do much with it just let in play in a loop but when it hits something it stops then starts again. i have put plain cubes in front of it with all the colliders on it but the character just walks through them but it will collide with my 3rd person character. any help will be much appreciated.

many thx Lee

you need scripting. You can’t make any kind of game that’s got any remote quality without it. Unity, the way I see it, is just a renderer, a physics engine, and a scripting development package all in one. You have to do the work your self.

Yes. Behavior are scripted. Easy as that. And since animation is only a dead cycle. Looping through, it has no behavior but what you need is def adding behavior to it.