Adding this.require('motion-input', { descriptors: ['deviceorientation'] }); to any PlayerExperience constructor, running under Firefox, will result in said PlayerExperience start() function not being called. (test with current template, soundworks v2.0)
Adding
this.require('motion-input', { descriptors: ['deviceorientation'] });
to any PlayerExperience constructor, running under Firefox, will result in said PlayerExperiencestart()
function not being called. (test with current template, soundworks v2.0)