Sergey Morozov

Results 12 issues of Sergey Morozov

New async method with the ability to interrupt input from the console https://stackoverflow.com/questions/9479573/how-to-interrupt-console-readline

Heya! Would be great to make it possible to use Unity-File-Debug from the UPM package ^^ There is a guide: https://medium.com/openupm/how-to-maintain-upm-package-part-1-7b4daf88d4c4

Why do you need line 221 in this file: https://github.com/neuecc/UniRx/blob/284d5c50d3f1ddd9fa7df3d382ea904732a9c2ff/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/ReactiveProperty.cs

"failed to verify android.view.view spacemadness.com.lunarconsole.console"

To add the ability to map custom types (#87 ), I suggest making StringMapper the default mapper

```csharp public record Id(int Value); public class Data { public Id Id { get; private set; } } ``` Why is it forbidden to register non-primitive types? ```csharp Map(data =>...

Maybe someone would be interested in a package version that supports customizing icons and folder names: https://github.com/NuclearBand/UnityProjectFolderIcons I did not make a fork, because there are too many changes, and...

Возможно изменить шейдеры так, чтобы градиент мог работать в качестве soft маски вместе с этим пакетом https://github.com/mob-sakai/SoftMaskForUGUI?

ResourceCollector.cs:19 После импорта пакета выдаёт ошибки и не может получается сделать Tools->...->Update, потому что нету папок ME.ResourceCollector/Editor в Assets. Приходится вручную их создавать, чтобы потом сделать UpdateResouces и всё завелось.