Brian
Brian
There is a "mock" api included in the example https://origincache.facebook.com/developers/resources/?id=tic-tac-toe.zip [fbinstant.6.0.mock.js.txt](https://github.com/defold/extension-fbinstant/files/1829225/fbinstant.6.0.mock.js.txt) It returns dummy values to all function calls. Could detect if the domain is localhost, and then load the...
Desktop builds are faster than HTML5 so it would be useful too. The problem I see is needing to update so many things as the API changes. I'm going to...
This needs an iframe test too I think
@astrochili Did you ever come up with a solution that worked for you?
@jcash any idea on how to actually fix this properly? I need to highlight words over time without everything jumping around
really stupid hacky way I'm considering: create two sets of nodes one normal color one highlighted for normal set disable any nodes which are currently highlighted for highlighted disable all...
Another option would be to have the image not scale but also not impact the line height in any way.
Bonus request, allow us to get data from the audio that would enable us to create visualizers / create elements which react to audio more dynamically.
> That feels like it should live in another issue / feature request I think :) You're right! But maybe some part of it would be appropriate for this issue...
VRM is just a GLB with extra data so if you made a GLB loader it would still be able to load the VRM and just ignore the extra data....