Do libraries need to be aligned to specific versions depending on the type of project?
If so, how should I align the versions?
Or can I simply use the latest versions without aligning them?
When I clone the existing template from 8thWall, The set of versions are vary from the templates.
And i met specific error with using of hider material in recent VPS project.
There were no major issues when using the project cloned directly from the 8thWall VPS template.
The Lightship VPS Bespoke template for A-frame use this set of version now.
-aframe:1.3.0
-aframe-extras-6.1.1.min.js
Problems arose when I replaced the libraries with the latest versions specified in the documentation: Hosted packages | 8th Wall.
I changed the version like this below, then some part of the hider material effect did not worked.
-aframe:1.5.0
-aframe-extras-7.2.0.min.js
Are there specific versions that need to be aligned based on the type of project?
Or should I just always use the latest versions by default?