Im in the middle of building assets for our game but my producer wants me to upscale the resolution of the images.
Is there a way to do that while preserving the project and animations, so i wont need to go back and start new.
Im in the middle of building assets for our game but my producer wants me to upscale the resolution of the images.
Is there a way to do that while preserving the project and animations, so i wont need to go back and start new.
To upscale your Spine project while preserving the animations, you can follow these steps:
This process allows you to upscale your assets without losing your existing animations and rigging. You can also use different resolution images at runtime by specifying a scale when loading the skeleton JSON, which can be useful for adapting to different screen resolutions.
how do i specify this "specify the scale factor that corresponds to your desired upscale (e.g., 2 for 200%)."
thanks