Skip to content

v0.68.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@ousttrue ousttrue released this 17 Mar 04:31
· 3289 commits to master since this release
2273022

バグを修正しました (Bug Fixes)

以下の順番で呼ぶようにしてください。

            context.EnableUpdateWhenOffscreen();
            context.ShowMeshes();

// Mesh, Material, Texture が context から 移動していなくなるため、👇を最後に呼ぶ
            context.DisposeOnGameObjectDestroyed();

実行順への配慮が要らないようなAPIを検討中です。

関連情報 (Related Information)