0

ワールド スペース UI と Google Cardboard に問題があります。キャンバスはキャラクターにアタッチされており、VR モードが無効になっているときはカメラ プレビューではっきりと確認できますが、VR が有効になっているときは確認できません。私は数時間グーグルで検索し、段ボールのプレハブの設定をいじりましたが、役に立ちませんでした. また、Cardboard に付属するデモ シーンのワールド空間 UI にも同じ問題があることに気付きました。

ここに画像の説明を入力

4

1 に答える 1

0

Unity のどのバージョンを使用していますか?

Have you tried setting Canvas Render Mode to World Space and setting up the Event Camera to Main Camera

If it is still not working for you, you might want to look into the issue that I bumped into.

World Space Canvas UI Element Issue

It has been a known issue from a long time from some Unity 4.* versions that was resolved in 5.* but has not appeared again in 5.3.5 and some other versions. Downgrading to Unity to 5.3.4f1 helps (According to the blog above).

But if you are someone who'd rather use tweaks than downgrade, then you might want to use Quad in Gameobjects and add a child 3D Text. I have been doing the same for my Cardboard games.

于 2016-06-04T03:55:28.210 に答える