 overloadedtech Registered User |
Quote
|
2022-12-06 23:23:25 |
|
Hi all, how can I make my game's first person camera go by itself at a constant speed without the player having to click anything?
Thanks Community
|
 edwin123 Registered User |
Quote
|
2022-12-08 18:21:36 |
|
Oh, on proiximty : change position (any number of how much you like it to move ) of camera that may work
|
 angstloch Registered User |
Quote
|
2022-12-08 18:59:51 |
|
Every X ms, move the camera by vector Z using "Change node position". Make sure "Move animate" is checked, and that the "Time to move" is the same as X.
|
 overloadedtech Registered User |
Quote
|
2022-12-11 22:13:46 |
|
I did not understand in detail, could you explain it better?
|
 andgameplay Registered User |
Quote
|
2022-12-12 20:12:38 |
|
Hi, you just need add a behavior "every few seconds do something" then add a action "change postion of a scene node" then you can change the postion "by a vector" then just insert the values. I hope this help!
|