We have created a small Needle scene and now handing over the project to the frontend-devs working on the website.
However, when we try to build the web project (npm install + npm start) independent of Unity we experience issues. Mainly this one:
Error: The following dependencies are imported but could not be resolved: @tweenjs/tween.js (imported by [my-path]/CameraSettingsMenu.ts)
Any ideas how we can fix this?