Brian
Brian
Example of an arcadey kart style racing controller would be useful. There are important features like jumping / sliding / powerups that would be useful to include examples for.
Destiny 2 can be played for free on Stadia to reference how sparrows behave. One feature that's nice about their version is that mouse can be used for turning in...
Follow camera does not currently avoid obstacles. Follow camera could raycast to the player and try to avoid obstacles between it and the player in a smart way.
Could add a tiny bit of input smoothing as an option, just because it generally can feel nicer than raw input.
Here's a wishlist I made for another UI project but some may be useful for this one too. - need to disable hover / input on other UI while touch...
https://steamcommunity.com/app/583930/discussions/0/1741138420017042584/
OS Menus
Useful for editors Might be better as its own NE http://zetcode.com/gui/winapi/menus/ Might be an existing cross platform solution which could be wrapped
``` 3200 x 1800 Yoga 2 pro lenovo ``` If app is set to fullscreen at launch it flickers on this setup, has to go switch to window mode. Not...
https://forum.defold.com/t/first-mouse-click-after-fullscreen-toggle/66076 > In this example the problem is not related to mouse click but to the F key (on the keyboard). In the on_input method you may see that once...
>In FSH since last update the mouse cursor is now the system cursor and switches to game cursor when over something clickable. It also sometimes flashes between the 2 when...