I can’t find a solution that works for me with the default Unity Rigidbody system. So I have an idea.. What if I write my own? I could write my own physics system so I can have more control over how the velocity is calculated in an object. But, then I’d also need to do my own collision system logic, so I’ve been thinking…
what if I make this game with a bareknuckles engine, like raylib? It honestly feels like it might be easier for me, since it would load and run faster than Unity, use way less resources which would let me develop quicker on my laptop.
One can maybe see the Unity project as a prototype. It served the purpose of showcasing that I can figure out the necessities for making a game of this caliber, and to show me how much I dislike Unity’s physics system for this sort of work, especially with how my laptop interacts with Unity.
I’m gonna look into a new engine for this project. And worst case, I’ll write one myself. Maybe I’ll just write my own physics engine in Unity so I can keep the comfort features of the engine. We’ll see.
Happy coding.
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.