Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Game Development How to Make a Video Game Player Input and Cameras Move the Player with Animation

"The name 'Vector3' does not exist in the current context." error CS0103.

My frog will jump, but not move in any particular directions (he does veer a miniscule amount to the right, but I do not think that is part of the current problem).

I rebooted unity and editor next day and now it is recognizing Vector3, but frog is still not moving in any direction while jumping. I have cut and pasted several people's working code from the forum.

SOLVED(ish), by unchecking "Terrain Collider" in the terrain assest. Apparently my frog isn't strong enough to get past the grass and terrain imperfections.

1 Answer

SOLVED(ish), by unchecking "Terrain Collider" in the terrain asset. Apparently my frog isn't strong enough to get past the grass and terrain imperfections.