disguise-one / RenderStream-Unity

RenderStream plugin for Unity
BSD 3-Clause "New" or "Revised" License
38 stars 15 forks source link

Do not show unsupported fields in Exposed Object #15

Open husberg-disguise opened 3 years ago

husberg-disguise commented 3 years ago

Reported internally (DSOF-17009) by @bbuckley94: Currently, when you add an Exposed Object to a Remote Parameters component, all parameters for the exposed object component are added as fields. There are many types that are unsupported by d3 and RenderStream and therefore are not written to the JSON file even if they are enabled. It would be nice if we could add a whitelist of supported types so that when we add an exposed object component only those that are supported appear within the 'Fields' list. Having less options always makes things less complicated for the end-user and avoids any potential confusion.