Open kwhitejr opened 2 years ago
Sent from Libero Mail for Android Friday, 08 July 2022, 07:08am +02:00 from Kevin White @.*** :
Howdy @Shinjingi , thanks for releasing Part 2 of 2D Character Controller. Found your Part 1 via GMTK. I appreciate your programmer's approach to the process. Took me a long time to find someone who isn't just building a monolith Character Controller class. I have a couple questions about your workflow from a programming perspective. I watched you Lost Temple Chapter 0 video and heard you mention using debug tools. Not sure if these debug tools are in Unity of Visual Studio or both? Was wondering if you could provide some insight on...
- What debug tools do you use (for example, to know whether two objects collide as expected or to see whether coyote jump code is firing as expected)? I have some experience with VS Code and Intellij, but haven't figured out how to run debug mode of scripts while a Unity game is running... or if this is even feasible when it seems like a lot of functions once per frame.
- Do you write tests for your C# classes / mono behaviors? If so what does that look like?
- In Lost Temple Chapter 0 I saw your character could dash, wall jump, and wall slide. My guess is that dash is an update to Capabilities/Move, but how do you conceptualize wall movements? Is it something like a Check/Wall?
- Slopes? π Great work, man. Hope to see more! β Reply to this email directly, view it on GitHub , or unsubscribe . You are receiving this because you were mentioned. Message ID: @ github . com>
Howdy @Shinjingi , thanks for releasing Part 2 of 2D Character Controller. Found your Part 1 via GMTK. I appreciate your programmer's approach to the process. Took me a long time to find someone who isn't just building a monolith Character Controller class. I have a couple questions about your workflow from a programming perspective.
I watched you Lost Temple Chapter 0 video and heard you mention using debug tools. Not sure if these debug tools are in Unity of Visual Studio or both? Was wondering if you could provide some insight on...
Capabilities/Move
, but how do you conceptualize wall movements? Is it something like aCheck/Wall
?Great work, man. Hope to see more!