I created empty scene with Cocos Creator 3.2.0.
There is only main light and camera in the scene. The default that you get when you start.
In Chrome browser I am getting following error message.
The AudioContext was not allowed to start. It must be resumed (or created) after a user gesture on the page. https://goo.gl/7K7WLu
I understand this error occurring if I try to start audio clip without user clicking on the screen.
But why do I get this message for an empty scene?