top of page

weekly update 51 and 52

  • Writer: Kevin Chacon
    Kevin Chacon
  • Apr 25
  • 1 min read

-I had some problems with coding here and there but with persistence I was able to fix my problem even though it seemed like everything was correct.

I was having issue in my character being unable to move and jump.
I was having issue in my character being unable to move and jump.

I ended up renaming the script from PlayerMOvement to PlayerMovment and I added the animator onto my character which then regained the ability to move and jump again.

-I have also worked on the codes for projectiles and attack with no issues.

-The other issue I had was my Doors script with my CameraController script.

The issue was in the public class of CameraController script it said CameraControl which effected the Door script that couldn't find CameraController so simple fix was to add ler in public class or to change CameraController to CameraControl in the Door script. Also, in line 12 in CameraController I forgot to add ) after transform.position.y .


 
 
 

Comments


bottom of page