Captain510 Upon further investigation, we found that if you save the project once in version 4.1 and then open it in 4.2 or 4.3-beta, the rotation direction (clockwise) appears correctly in both versions. Based on this finding, we think it might be possible to fix the issue, and we have created an issue ticket to look into it further: EsotericSoftware/spine-editor919
Although we cannot guarantee when the fix will be completed, saving the project once in 4.1 and then saving or exporting it in 4.2 is likely to serve as an effective workaround in the meantime. You can import a Spine project created in version 3.8.99 into 4.1 using the import command available in the CLI, save it as a new Spine project, and then export that 4.1-saved project using version 4.2, which should work correctly.
In the CLI, you can specify the editor version to launch using the -u
option. So, you should import the project using -u 4.1.xx
and then export it using -u 4.2.xx
.
I hope this information is helpful.