Looking for simple script to navigate "Ethan" or other characters

Hi,

Just curious if someone could give or direct me to a simple script that allows me to move my character that I intend on using from the asset store?

I’m currently dabbling in my roll a ball game and I would like to replace my sphere player with a character provided by Unity.

Nothing fancy just something that allows them to walk and move their arms.

Thanks

You could start writing one! :stuck_out_tongue:

No seriously, I would start getting buried in code, create a new C# script in unity, open monodevelop, and start googling the crap out of everything. Figure out how to swap the model of the character for the ball, then figure out how to animate the character, and then figure out how to rotate the character to face the right way, how to crossfade between movement and idle animations. Then just keep going - never stop! Learn like you have never learned before! Who knows, you might develop something besides a video game - you might develop a passion for writing your very own code!

Thanks MD, I will give it a try first. I just get overwhelmed with trying to learn Unity itself AND scripting that I don’t know where to begin. I will probably finish off learning Space Shooter than move on to creating my own character script. It’s probably best I try doing it first.

Check out 3DBuzz.com, they have some pretty cool stuff there, and when I was first learning I picked up all kinds of stuff from them.

Good luck!

Thanks, I’ll look into that for sure!