playcanvas/editor

Dispersion property

Closed this issue ยท 5 comments

Console issues a warning for the new dispersion property on a new Standard Material:

image

How do you reproduce this? I'm running engine example with this, and no warnings. What's the callstack?
It seems to be an Editor issue.

Hmm, just create a new blank project and add a new material to assets. The launcher will give the warning (even though the material is not used anywhere, probably coming from preload or something)

Yea so this warning is generated when validating the standard material properties to see if any additional parameters are provided. Nothing is done with the result of this validation however so this warning can be ignored ๐Ÿ‘

Note that this warning will go away with the next release of the engine that implements the property, so this is just temporary.