You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a material has an existing prefiltered cubemap set, then updating the material's cubemap property material.cubeMap = cubemapAsset.resource will have no effect as this call doesn't update the prefiltered textures in the material.
Changing a material's cubemap should at least clear old cubemap data, and ideally update it to the new maps.
The text was updated successfully, but these errors were encountered:
If a material has an existing prefiltered cubemap set, then updating the material's cubemap property
material.cubeMap = cubemapAsset.resource
will have no effect as this call doesn't update the prefiltered textures in the material.Changing a material's cubemap should at least clear old cubemap data, and ideally update it to the new maps.
The text was updated successfully, but these errors were encountered: