engine icon indicating copy to clipboard operation
engine copied to clipboard

Loading scene settings in 1.56 gives error 'Turning on disabled clustered lighting is not currently supported'

Open yaustar opened this issue 2 years ago • 1 comments

Project: https://playcanvas.com/project/924351/overview/switch-full-scene-example

Load between the scenes using the UI

Messages 'Turning on disabled clustered lighting is not currently supported' appears in the console.

yaustar avatar Sep 08 '22 16:09 yaustar

This Bug may just appear in Editor Play Mode, because the scene json data, from "realtime" websocket connection, may has no "clusteredLightingEnabled" property in data.setting.render object. This may not appear in publiced application. Using "true" as default value of "clusteredLightingEnabled", in Scene.clusteredLightingEnabled setter, if 'undefined' setted as value, may be better; OR just fix editor server.

Casval111 avatar Sep 13 '22 08:09 Casval111

The message no longer appears in the console with 1.57.1. Closing.

willeastcott avatar Oct 16 '22 12:10 willeastcott

Reopening, takes place when loading Seemore.

mvaligursky avatar Nov 21 '22 15:11 mvaligursky