Evgeniy Goroshkin

Results 35 comments of Evgeniy Goroshkin

I have the same thought. :) `?.` called "safe navigation operator", it do null checks for us and return null instead of throw an NullPointerException, [https://en.wikipedia.org/wiki/Safe_navigation_operator](https://en.wikipedia.org/wiki/Safe_navigation_operator) Example: ``` Local name...

I saw implementation for them in repo. Can't wait to try it out. :)

Not a big problem, but it's still with us. :)

This function is under `std.requesters` namespace, if you jump to definition you'll see that only `OpenUrl()` is available for Emscripten target. So it's not a bug, but maybe there should...

It's very complex thing, If you want to have feature-rich editor. I thought about making such add-on - as a paid plugin, can't do that for free.

Hi. What I'm really need is supporting of .glb / .gltf animations. It's possible by implementing sceneform 1.16.0 (works in native android app). I tried to implement it by myself...

Please, provide me link to "new ARCore API".

My proposal: make all native kotlin functions to execute in background thread (via coroutines or so). This time we have app freezing and ANR, especially when loading image markers and...