Skip to content
This repository has been archived by the owner on May 29, 2024. It is now read-only.

Commit

Permalink
1.48.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
MikalDev authored Aug 3, 2021
1 parent 421fda0 commit e6fb978
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
- Commisions for specific new features are also accepted, contact Mikal via Twitter @kindeyegames or the Construct Community Discord server (Mikal).

## Important notes for Spine export files:
- Requires Spine version 3.8+ JSON files. See Spine Formatter below to upgrade older JSON files.
- Requires Spine version 3.8.x JSON files.
- Spine 4.0.x files and runtime are not yet supported, but will be done. No ETA yet.
- See Spine Formatter below to upgrade older JSON files.
- In the Spine export dialogue box, under Runtime, set both 'Filter min' and 'Filter mag' to Linear or Nearest.
- In the Packing settings, set Region Padding to 2 or higher (if you see lines around your images, it may be because padding is set to 0).
- Max texture size, 4096x4096. multiple texture sheets supported (use comma separated list on C3 spine object's png path property).
Expand All @@ -17,7 +19,7 @@
- Do not use worker mode for C3 (see below for details.)
- For jumping or large movments, animate Spine character 'in place', don't do large translations in the Spine project.
- Use C3 events and movement to do the large translations in the C3 project instead (e.g. a long jump.)
- If animation is clipping against the bounds of the C3 object, you can use the scale property to make the Spine render smaller
- If animation is clipping against the bounds of the C3 object, you can use the property bbox override and values to control the bounding box size and center offset. The values are based on Spine project coordinates.
- Alternatively create a large transparent image in the Spine project behind your Spine character, this will can be used to set the bounding box size fot the C3 spine render.

## Multiple instances of a C3 Spine Object
Expand Down Expand Up @@ -120,6 +122,9 @@ Useful for Dragon Bones Spine JSON export and earlier Spine versions.
- Preview Spine render in editor (dependent on C3 editor SDK updates)

## Release notes
- 1.48.0 Scripting interface for Apply slot colors, scripting interface for addCustomSkinOutfit (quickly update custom skin from object)
- 1.47.5 Make compatible with ProUI plugin for scroll lists
- 1.47.3 Add bounding box override checkbox (can set bounding box in property, no need for transparent bounding box)
- 1.46.0 More animation scripting interfaces
- 1.45.0 Animation scripting interfaces
- 1.44.0 Palette loading optimization (if only a few palette entries need update, just update those areas of the palette texture, otherwise update entire palette texture.)
Expand Down

0 comments on commit e6fb978

Please sign in to comment.