I was drafted to do the UI to cover some people who had fallen behind. After looking at a the button setup for a little while in Unity I figured we can have a universal button script, and then have the buttons themselves call the public functions to allow interactivity (All contained in one script)Continue reading “UI Development”
Tag Archives: gamedev
Programming camera And Movement
This is the document where I explain how the camera and movement/rotation code works. Camera Code. The bulk of the work is done in two functions. HandleMouseInput(), and HandlePosition(). Essentially we want to create a Dark souls style third person controller. So we want the camera to orbit the player relative to the mouse input.Continue reading “Programming camera And Movement”
Shader Research
This is going to be a compiled list of notes about my shader research. A lot of this is just going to be reading, as I am going in almost completely blind. https://thebookofshaders.com/ Is a great interactive resource. helped me learn the basics. Harry (A guy I found on twitter) makes some great beginner tutorialsContinue reading “Shader Research”