Yuto Fushimi

Results 15 issues of Yuto Fushimi

構造が明らかになるようなアニメーションを実装して理解を促進する。

enhancement

現状は Oculus Touch 用の入力と振動コードが直書きされている。 OpenXR、WinMR にも対応するためには、それぞれのプラットフォームの入力、振動を扱うコードを別の `.unitypackage` として分離して含めておき、それぞれの SDK 不足によるエラーが起きないようにするのが良策かもしれない。(初期設定時の手間は増えるが) プラットフォームごとの入力プレハブを言語ごとの入力システムに参照させる感じが良いかな。しかし言語をまたぐ可能性を考えると、それらをまとめる階層を用意したほうがいいかも。

enhancement

Current Status - Load: async - Parse: sync

enhancement

Create the same test cases as the CSVs and after it passes, the beta ends.

enhancement

It is a matter of the execution directory. Rider runs tests from output directory, so it reaches example CSVs. Opposite, VS runs from the home directory, so it fails. Maybe...