Hi!
I’m a PHP-Programmer and now I want to make a little 3D game. There are (too) many different tutorials but I don’t know what I should learn first. Yesterday I completed a well documented tutorial for a racing game, but there are many other questions.
Here is a little description what I want to do:
2 Battleships are fighting against each other.
It will be a bit like artillery duel or scorched earth. You can move your ship in realtime, set your turrets angle and firepower, link the turrets,…
To control your ship you will get some 2D Interfaces (Speed slider, Rudder, Turret Angle, firepower,…)
First I want to move the ship. In the racing tutorial I used the WheelCollider and the rpm function to move the car.
What do I use for a ship? The ColliderBox Class has no speed function.
Next step would be the 2D interface. How can I influence the speed (or something else) of my object by doing a mouseclick on my 2D interface?
Are there any tutorials which cover some of my problems?
For a beginner it is hard to get a complete overview how things work together. There are so many different tutorials but it’s not easy to bring the fragments together.
Anyone knows where to get some free WW2 Battleship models?
Thanks!