mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-02 21:59:09 +08:00
Merge branch '3.8' into 3.9-beta
This commit is contained in:
commit
cd54a24b30
@ -99,6 +99,7 @@
|
|||||||
* Removed `inheritDeform` field, getter, and setter from `MeshAttachment`.
|
* Removed `inheritDeform` field, getter, and setter from `MeshAttachment`.
|
||||||
* Changed `.skel` binary format, added a string table. References to strings in the data resolve to this string table, reducing storage size of binary files considerably.
|
* Changed `.skel` binary format, added a string table. References to strings in the data resolve to this string table, reducing storage size of binary files considerably.
|
||||||
* Changed the `.json` and `.skel` file formats to accomodate the new feature and file size optimiations. Old projects must be exported with Spine 3.8.20+ to be compatible with the 3.8 Spine runtimes.
|
* Changed the `.json` and `.skel` file formats to accomodate the new feature and file size optimiations. Old projects must be exported with Spine 3.8.20+ to be compatible with the 3.8 Spine runtimes.
|
||||||
|
* Switched projects from FDT to Visual Studio Code. See updated `README.md` files for instructions.
|
||||||
|
|
||||||
* **Additions**
|
* **Additions**
|
||||||
* Added `SkeletonBinary` to load binary `.skel` files. See `MixAndMatchExample.as` in `spine-startling-example`.
|
* Added `SkeletonBinary` to load binary `.skel` files. See `MixAndMatchExample.as` in `spine-startling-example`.
|
||||||
@ -116,6 +117,7 @@
|
|||||||
|
|
||||||
### Starling
|
### Starling
|
||||||
* Added `MixAndMatchExample.as` to demonstrate the new Skin API additions and how to load binary `.skel` files.
|
* Added `MixAndMatchExample.as` to demonstrate the new Skin API additions and how to load binary `.skel` files.
|
||||||
|
* Switched projects from FDT to Visual Studio Code. See updated `README.md` files for instructions.
|
||||||
|
|
||||||
## C
|
## C
|
||||||
* **Breaking changes**
|
* **Breaking changes**
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user