mirror of
https://github.com/bdunderscore/modular-avatar.git
synced 2024-12-29 02:35:06 +08:00
docs(world-fixed-object): fix description for Quest (#586)
Currently World Fixed Object prevents Quest build (#581).
This commit is contained in:
parent
610ce40270
commit
efdb5dbe8b
@ -18,4 +18,4 @@ to its child. You can control the position of GameObjects within a World Fixed O
|
||||
Only one constraint will be generated, even if multiple World Fixed Object components are used.
|
||||
As such, the performance impact of this component is the same whether you use one or dozens.
|
||||
|
||||
Due to technical limitations on the Quest, this component has no effect when building for Quest standalone.
|
||||
Due to technical limitations on the Quest, this component can't be used when building for Quest standalone.
|
@ -17,4 +17,4 @@ World Fixed ObjectのついたGameObjectはParent Constraint等を使用して
|
||||
|
||||
複数のWorld Fixed Objectコンポーネントを使っても、Constraintは一つだけです。なので、複数のGameObjectを指定しても、その分重くなることはありません。
|
||||
|
||||
技術的な制約により、Quest単体では動作できません。Quest向けのビルドはつけたままにしてもいいが、効果は発揮しません。
|
||||
技術的な制約により、Quest単体では動作できず、Quest向けのビルドでは使用できません。
|
Loading…
Reference in New Issue
Block a user