sgao1995 / Cat-and-Mouse-Game

repository for capstone project (Cat-and-Mouse Game)
0 stars 1 forks source link

Implement Basic Movement and Camera Controls #17

Closed littleappledev closed 7 years ago

littleappledev commented 7 years ago

The player should be able to move their character freely and interact on a basic level with the virtual envrionment (map). This includes:

1) Ability to move characters in the X, Y and Z axes as (to the extent as allowed by the environment)

2) All objects in the envrionment (including the characters) are treated as RigidBodies, and subjected to the laws of physics as implemented natively by the Unity Engine.

3) Experimentation and demonstration/dicussion on the various modes of control for the Camera. For instanace, the camera may be manipulated thorugh:

littleappledev commented 7 years ago

I have grouped the Movement and Camera Controls as one atomic task as the implementation and limitations as placed on either system will affect (and possibly place limits) of the operation of the other.

littleappledev commented 7 years ago

This issue has been resolved since commit: c2ee8bdcda3a5e5ce092fa33e6d63affe4044b0e .

Please see the commit log and accompanying changes for more details.

This issue will be marked as closed.