Hello newbie here
I have been trying to set up the following functionality:
- Use netlify to host a static site
- Users go to the website and interact with it (simple example they press a button)
- Unity does something cool - shows an animation etc.
Currently I’m using Fauna to store “button presses” from the site and then polling the database from Unity which works but I’d like to try doing it without polling.
Is there a way I can utilize netlify functions to do something of this nature? Or can someone point me in the direction of some resources because I’m not even sure what to google haha.
I’m not sure if this is the right place to ask so feel free to move/close this if that’s the case!
Many thanks!