Closed mvaligursky closed 2 weeks ago
This is the warning on WebGPU which needs to be addressed: pc.Picker#getSelection is not supported on WebGPU, use pc.Picker#getSelectionAsync instead.
pc.Picker#getSelection is not supported on WebGPU, use pc.Picker#getSelectionAsync instead.
As a result, the object picking in the scene does not work.
Does this issue still exist? I cannot replicate it @mvaligursky
in WebGPU mode I cannot pick the objects: https://playcanvas.vercel.app/#/misc/editor
This is the warning on WebGPU which needs to be addressed:
pc.Picker#getSelection is not supported on WebGPU, use pc.Picker#getSelectionAsync instead.
As a result, the object picking in the scene does not work.