Quawetim

Results 5 comments of Quawetim

> Same with PlayGamesPlatform.Instance.SavedGame.OpenWithAutomaticConflictResolution using 0.10.12 Same thing.

На версии [0.2.3rc3] адрес router.asus.com снова доступен с запущенным GDPI.

> @Quawetim снова? А на какой версии не работало? На v0.2.2 Было всё как у автора поста.

Yep, same problem with much easier sample. ```c# public abstract class UiElement : MonoBehaviour, IInitializable { public virtual void Initialize() { } public virtual void Foo() { } public virtual...

@portlek, yep, i thought about it. I don't like this method because i need to write code every time i add new UiElement to Canvas. New UiElement => new code....