Roman Fadeev

Results 8 comments of Roman Fadeev

Hi, Could you please provide example code for reproducing the issue? Unity version and target platform would be also helpful. I tried to reproduce the issue with PC Windows IL2CPP...

Hi, This is due to Unity not supporting several custom property drawers. The potential solution is to either create your own attribute and property drawer to draw both EasyButtons and...

Hi, Could you please provide example code for the `Header` attribute not working? I modified example code like this ```csharp using UnityEngine; namespace EasyButtons { public class ButtonsExample : MonoBehaviour...

Could you please provide Spriter project and code snippet you use to make a transition to be able to reproduce the issue?

Could you please provide version of Unity you are using to import packages? Do I understand correctly that you import packages from latest `develop` (this [one](https://github.com/loodakrawa/SpriterDotNet/blob/develop/SpriterDotNet.Unity/SpriterDotNet.Unity.Examples.unitypackage))?

Hi, Thank you for the contribution! I have added the link, please update to version [1.0.5](https://github.com/rfadeev/pump-editor/releases/tag/1.0.5). Clicking the "View documentation" from Package Manager window should open the link for Unity...

Hi, Thank you for reporting the issue. I have reproduced it and fixed in 11cc10db352e7b7b0e97dbcffb07cb4e775a7431. Seems Unity changed how `Resources.FindObjectsOfTypeAll` works for editor windows and hence false trigger of the...

@tokegameart Hi, could you please send example project and specify what exactly does not work?