docs: Update FPV documentation now that animations are supported

This commit is contained in:
bd_ 2022-11-07 20:34:08 -08:00
parent 031d3f009f
commit 115de56c52

View File

@ -14,9 +14,6 @@ This component cannot be used as the child of a PhysBone chain (you can add it i
Using this component on _all_ children of the Head can be distracting, as your bangs continually get in the way.
Currently, animating aspects of objects or components under a First Person Visible object is not supported.
Additionally, due to technical limitations, First Person Visible is not supported on Quest standalone.
Finally, the processing involved in this component is somewhat heavyweight, and may result in slower build times.
## Setting up First Person Visible
@ -25,3 +22,5 @@ Just attach a First Person Visible component under a child of the Head bone. The
The component will automatically generate a clone of the Head bone, which is connected to the real head bone using a parent constraint.
Only one constraint will be generated, even if multiple First Person Visible 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.