Avatar Camera

v1.0

This component should be attached to the camera which is looking at your 3D Avatar.

Transition Time

When the SetBackgroundColor() method is called, it will transition to the new color value, and will take this amount of time to complete the transition.

If you are using Portraits Realtime Color system to manage the background color, you'll likely want to keep the Transition Time value to be non-zero, but fairly low. Without any transition, you may notice hue shifts during low-light situations.

Keeping the minimum color higher (on the PortraitsRealtimeColor class), and ensuring there is some transition time for the background color changes will minimize this effect.

However, if the Transition Time is too long, when realtime lights affect the player position, the impact will not be visible in the background until the transition is closer to completion.

For fast lighting changes, this means that the impact may not appear before the light effect has expired.

Portrait Camera

This should be automatically assigned, if you've attached this component to the Camera object.

Last updated