seoyeon01

Results 6 issues of seoyeon01

Unity : 2021.3.0f1 There is no problem in editor mode. However, there is a problem with the runtime after the build. (exe) Nothing is drawn on the screen. The screen...

I think GameObject of the "Container" was the intended description ++ Thank you for providing such a great project. The articles on your blog were also very helpful :)

Is there way to find the Page(Modal / Sheet) from container(or static method way like find container)? If it's not, is it by design reason? For example, (I haven't tested...

Unity 22.3.13f1 transform.localPosition assign attempt for 'TestObject' is not valid. Input localPosition is { 0.000000, NaN, 0.000000 }. ![image](https://github.com/Demigiant/dotween/assets/48429544/be358e50-35fa-4ba6-abc2-5b2e046cfc8c) I'm having a similar problem with this. https://github.com/Demigiant/dotween/issues/137 In my case,...

Editor components preview well as intended. 1. When i play, the preview, move tween starts from 'From Position (Related)'. ![1](https://github.com/Demigiant/dotween/assets/48429544/6ab469cb-8c38-4982-9dfa-0b7e0fe8a5ca) But, 2. Run the Play mode. 3. The AutoPlay option...

I couldn't find it in the document, It seems that using OnInvokeAsync allows UnityEvent to wait. for example ```csharp public UnityEvent TestEvent; public UnityAction TestAction1; public Action TestAction2; private async...