I was taking a small break from Jarvis to do a little work on my small HTML5 shoot em up game and I ran into an issue with Direction Calculator:
Basically I can't get the "Rotate object toward a position" action to work in my game after exporting it as a HTML5 game. It works just fine when running it from the editor and I get no warnings when I compile(no mention of unsupported extensions or conditions/actions) the project.
Is this due to a unsupported feature or did I stumble upon a bug?
Attaching an isolated case. When running from the editor the arrow object should chase the other active object but after exporting the project the arrow will just dart away.