I am using the spine web player and want to have character walking on the stage from offsreen - this currently breaks the whole thing visually bc although (or thats why) I gave the Spineplayer a fixed viewport width and height, the animation gets scaled depending on where the character currently is. So if he is off screen it shows him "in screen" and everything is smaller.
It kind of makes sense, that the animation scales within the viewport, but I need it to show eg only the part where the background is and nothing else around it.
What can I do to get a kind of Camera with bounds within the rendering happens?