Denys Ashikhin

Results 39 comments of Denys Ashikhin

Oh that looks good, and seems like it has another source of the issue, that's not just a ton of html's being rendered at once. Also @brianzinn I am still...

I am doing some research to determine which platform/libraries to get started with for my next project. And seeing Unity's decisions I wanted to stay away from it this time...

@Gramps That's much appreciated, one thing to clarify, my interest is more in micro-transaction for premium currency. Essentially, bill arbitrary amount for an arbitrary in-game currency without touching the inventory...

> but the second one should be doable with the current version of GodotSteam. Nice, that will probably work for me, for example I have an item that I define...

Sorry to necro an old threa, but I manually implemented the PR and it fixed the issue for me without a problem - is there anything we can do to...

Thanks, that fixed it. Now serving as: `app.use('/assetv2', express.static(path.join(__dirname, 'assets_stream')));` However, I have an issue for my models where I use multiples. This works: ``` ``` but I only get...

Sounds good, it is the same file but used for different objects (each having their own position and internal information). So the Id is used to separate them... I'll look...

What the user in #144 is requesting is exactly what I am trying to achieve as well. However, I need each .glb file (mesh?) to be it's own object (exactly...

https://codesandbox.io/s/broken-rain-2d5l62?file=/src/worker.jsx The above sandbox has the model I'm using, it's a bit simpler in that I don't have any logic active for rotating the model + changing animation based on...