Unity Rope System

Unity - C#
Programming
Personal Project
Solo Project

One week our lecturer showed us a rope system he had created and I thought it was very satisfying so I resolved to create my own. I ended up adding even more features than the version my lecturer made, including being able to undo the rope and making it respect gravity.

Vehicle Building System

Unity - C#
Programming
Uni Assignment
Solo Project

I created this vehicle building system for a university assignment. I was originally planning to do a system similar to those found in games such as Besiege, Space Engineers, and Minecraft, where the builidng is locked to a grid system which doesn't allow much detail. Eventually I ambitiously decided to try and recreate the more advanced system found in Crossout, Where items can be any shape including concave shapes, and they fit to a small grid system but need to check for intersections outside of the grid system as well.