[SUGGESTION] Tween Animation Library: having both .umd and .mjs versions in Playcanvas Asset Store

Hey guys,
apparently noticed that you can only import .umd version of the Tween library from the Playcanvas assets store, which doesn’t work with .mjs script system (as it contains the direct assignment to pc.*, which is not supported on MJS scripting system);
Would be handy if users could choose between two versions (.umd and .mjs) when importing it.

@Mark_Lundin

Yep, that’s a good point. In the mean time you can grab an ESM compatible version here if you need it.