A 4D video game?

Viewing single post

Started by Legend, Feb 27, 2018, 04:58 AM

previous topic - next topic

Legend

@the-Pi-guy

Do you have any experience making game engines? I'm starting to think it might be wise for me to make my own engine instead of using Unity. Currently I'm only using Unity for the most basic things since obviously the engine isn't designed for 4D.

If I make my own engine the only extra work is additional memory management, input/output, supporting consoles directly, and the general requirements of making a seperate application that runs as the editor (but I have to make my own editor either way). Overall this could potentially save time since I wouldn't have to fight Unity to make it do what I want. It also could give the game a huge performance boost and give me valuable experience.


I'm tepid though since I don't know C++ yet and I don't have experience creating programs.