HDR Colors?

dangoyette

New member
I tried putting a public Color property on an Action, decorated with [ColorUsage] to support HDR color, but the Behavior Design UI only seems to let me pick non-HDR colors. Is this a missing feature? Or do I need to use a different attribute to pick HDRP colors? The same applies to SharedColor, or color variables on a behavior tree.
 
That's a new property to me :) Right now you can use object drawers to draw a custom inspector which draws an HDR Color field, but I'll also add it to the next version.
 
Top