From 115de56c523892fa383b6b8cb215158dc60d6aa0 Mon Sep 17 00:00:00 2001 From: bd_ Date: Mon, 7 Nov 2022 20:34:08 -0800 Subject: [PATCH] docs: Update FPV documentation now that animations are supported --- docs/docs/reference/first-person.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/docs/reference/first-person.md b/docs/docs/reference/first-person.md index bd35dd0c..0336912f 100644 --- a/docs/docs/reference/first-person.md +++ b/docs/docs/reference/first-person.md @@ -12,10 +12,7 @@ When you want to see your own hair, or other accessories attached to your head, This component cannot be used as the child of a PhysBone chain (you can add it in the parent instead). -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. +Using this component on _all_ children of the Head can be distracting, as your bangs continually get in the way. Finally, the processing involved in this component is somewhat heavyweight, and may result in slower build times. @@ -24,4 +21,6 @@ Finally, the processing involved in this component is somewhat heavyweight, and Just attach a First Person Visible component under a child of the Head bone. There are no configuration options to set. 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. \ No newline at end of file +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. \ No newline at end of file