Integration of PhysX into a C++ Engine
For AerRacers, we use the Unity physics engine to control speed, manage collisions and perform raycasting. I had to integrate PhysX inside our engine.
Post Mortem of the AerRacers Project
AerRacers is a racing game on Switch in local multiplayer. For this, we had to use the NekoEngine, a custom game engine developed in C++.
Importing Unity Scene into a C++ Engine
For AerRacers, we decided to use Unity to design the level. For this, we had to set up a scene system that could be imported from Unity.