Games now require ammo.js engine, which can now be imported using only the standard script in HTML head section. And it requires also Aframe and SDS to be imported in the same way. Hence, there is a conflict between deps downloaded using npm and deps imported using script tag in head.
It would make a lot of things simpler if we can manage all deps using npm.
Games now require ammo.js engine, which can now be imported using only the standard script in HTML head section. And it requires also Aframe and SDS to be imported in the same way. Hence, there is a conflict between deps downloaded using npm and deps imported using script tag in head.
It would make a lot of things simpler if we can manage all deps using npm.