Vladyslav Pohorielov

Results 10 issues of Vladyslav Pohorielov

Hi! I didnt create issue before this PR as it is pretty simple change and I think it is better to discuss and solve it here I see that you...

### Is there an existing issue for this? - [X] I have searched the [existing issues](https://github.com/4ian/GDevelop/issues) ### Describe the bug If instance of object that you are going to delete...

😤Non optimal UI

### Current Behavior I have resource that I registered with `Assets.add` method and passed some data (another resource loaded with `Assets`) as third parameter there . ``` PIXI.Assets.add('resource1', 'resource1Url'); const...

Issue happens if I try to load `TextureAtlas` with preloaded images. For that you need to pass `{ images }` as third parameter to `Assets.add`. ``` PIXI.Assets.add(resource.name, resource.file, { images...

I need ability to parse and construct spine from preloaded separate files. I don't use `PIXI.Assets` to load spine files so I need functionality to parse them by myself. In...

This PR solves https://github.com/pixijs/spine/issues/528 issue. It allows to parse preloaded files and construct spine from them. I can do next now ``` ... import { SpineLoader } from '@pixi-spine/loader-uni'; ......

Support https://github.com/arthuro555/gdcore-tools/pull/5 changes

Hi @AriaMinaei ! I am interested if you are planning or supporting idea to make studio package more configurable and flexible and add ability to have panels approach. I mean...

### Is there an existing issue for this? - [X] I have searched the [existing issues](https://github.com/4ian/GDevelop/issues) ### Describe the bug I found funny issue I am sure it is not...

🐛 bug

I see that you are declaring and exporting interfaces for Vertex, Region, Clipping and Mesh attachments but not the Point, Path, BoundingBox. Anyway they are implemented and used. What is...