Hey there!
Iām new here but got an idea for your project and the editor. I try to understand the behaviors of the movement and the camera itself at the moment.
So lets say we want to create an rpg, fps or something like that. I wondered why there is no feature like the plane, box or ball where the user just have to put it in and thatās it. I mean its just the same for every game with these functions. Set up a setting, adjust the camera in a player group, set the player dummy the way you want to do it and give it the same moving settings like xyz. So why not let the user decide which way he wants to move, give him this feature with the script function by creating a script what already does this kind of things?!
Lets call it basic movement behavior or setting.
I mean why reinvent the wheel when it already exists?!
The advantage is that it would attract more users and inspire them to create a own project here. Apart from the fact that you want to simplify the creation of applications with your project. If I get it right.
It would also make certain structures easier. And isnāt that what projects like ammo, bullet or cannon also had in mind while creating such libraries?!
I have already thought about creating a few such projects. Just because it would also save my time, if I can use only the same part of a code without worrying about whether xyz have to work now or not. So I can invest more time in creating models or think about quests, create stories, items or whatever the game needs in the case to be more lively.
If I only think about path finding or collision detectionā¦
And the point is, yes the tutorials help a lot, but if you go and check out the fps movement, the 360° and the billboards tutorial, they are pretty much the same. At least they try to do the same, give an entity a movement in a scene. Okay 360° needs some forward/back⦠but thatās not the hard thing.
If you compare them all, they all work somehow differently, are formatted differently and use different names; Although they do the same. What is the ārightā way ?! This is a question I ask myself and above all why this does not exist as a function to use in the editor. Just choose if you want to move, how and how fast you want to move and set the necessary values. Perhaps still extras such as sensitivity of the mouse or something similar but these are then rather gadgets.