ikuko

Results 3 issues of ikuko

**Describe the bug in detail:** It was not cast in the generated UASM even though I explicitly instructed it to cast. It is possible to work around this by going...

bug

**Feature Description:** Inline Functions (ja:) 関数のインライン化 Suppose you have the following U# code (ja:) 以下のようなU#コードがあったとします ``` private void Start() { Method(); } void Method() { Debug.Log("UDON METHOD"); } ``` It...

enhancement
blocked

**Describe the bug in detail:** The behavior of C# and U# is different when you do an explicit cast. (ja: ) 明示的キャストを行った際にC#とU#で動作が異なります **Provide steps/code to reproduce the bug:** C# or...

bug
blocked-vrc