23 ms·
How do I add WASD controls to the camera?
by damon_c 3y ago
How do I add WASD controls to the camera?
- TrevorSundberg 3y agoThat's something you'll have to code up yourself, however to get you started this script checks for pressing the W key and moves forward: https://pastebin.com/8kMTCu3Y https://pastebin.com/8kMTCu3Y
- damon_c 3y agoHugely helpful, thanks! I really did give it a few minutes and look for docs/examples before asking. I promise!
- TrevorSundberg 3y agoAlso hopefully these docs can be of use. They're a bit of a mess as they were never properly ported to GitHub wiki: https://github.com/zeroengineteam/ZeroDocs/blob/master/getting_started.md https://github.com/zeroengineteam/ZeroDocs/blob/master/getti...