[unity] Changed example skeleton atlas assets from using PMA to straight alpha for better compatibility with Linear color space.
@ -521,34 +521,32 @@ UNITY_SOURCE_DIR=../spine-unity
|
|||||||
# to the unity assets directories. This requires to change the png file reference line in the atlas file.
|
# to the unity assets directories. This requires to change the png file reference line in the atlas file.
|
||||||
UNITY_TARGET_DIR="$ROOT/spine-unity/Assets/Spine/Samples~/Spine Examples/Spine Skeletons/Dragon"
|
UNITY_TARGET_DIR="$ROOT/spine-unity/Assets/Spine/Samples~/Spine Examples/Spine Skeletons/Dragon"
|
||||||
cp -f ../dragon/export/dragon-ess.json "$UNITY_TARGET_DIR/dragon.json"
|
cp -f ../dragon/export/dragon-ess.json "$UNITY_TARGET_DIR/dragon.json"
|
||||||
cp -f ../dragon/export/dragon-pma.atlas "$UNITY_TARGET_DIR/dragon.atlas.txt"
|
cp -f ../dragon/export/dragon.atlas "$UNITY_TARGET_DIR/dragon.atlas.txt"
|
||||||
$sed -i "s/dragon-pma.png/dragon.png/g" "$UNITY_TARGET_DIR/dragon.atlas.txt"
|
$sed -i "s/dragon_2.png/dragon2.png/g" "$UNITY_TARGET_DIR/dragon.atlas.txt"
|
||||||
$sed -i "s/dragon-pma_2.png/dragon2.png/g" "$UNITY_TARGET_DIR/dragon.atlas.txt"
|
$sed -i "s/dragon_3.png/dragon3.png/g" "$UNITY_TARGET_DIR/dragon.atlas.txt"
|
||||||
$sed -i "s/dragon-pma_3.png/dragon3.png/g" "$UNITY_TARGET_DIR/dragon.atlas.txt"
|
$sed -i "s/dragon_4.png/dragon4.png/g" "$UNITY_TARGET_DIR/dragon.atlas.txt"
|
||||||
$sed -i "s/dragon-pma_4.png/dragon4.png/g" "$UNITY_TARGET_DIR/dragon.atlas.txt"
|
$sed -i "s/dragon_5.png/dragon5.png/g" "$UNITY_TARGET_DIR/dragon.atlas.txt"
|
||||||
$sed -i "s/dragon-pma_5.png/dragon5.png/g" "$UNITY_TARGET_DIR/dragon.atlas.txt"
|
cp -f ../dragon/export/dragon.png "$UNITY_TARGET_DIR/dragon.png"
|
||||||
cp -f ../dragon/export/dragon-pma.png "$UNITY_TARGET_DIR/dragon.png"
|
cp -f ../dragon/export/dragon_2.png "$UNITY_TARGET_DIR/dragon2.png"
|
||||||
cp -f ../dragon/export/dragon-pma_2.png "$UNITY_TARGET_DIR/dragon2.png"
|
cp -f ../dragon/export/dragon_3.png "$UNITY_TARGET_DIR/dragon3.png"
|
||||||
cp -f ../dragon/export/dragon-pma_3.png "$UNITY_TARGET_DIR/dragon3.png"
|
cp -f ../dragon/export/dragon_4.png "$UNITY_TARGET_DIR/dragon4.png"
|
||||||
cp -f ../dragon/export/dragon-pma_4.png "$UNITY_TARGET_DIR/dragon4.png"
|
cp -f ../dragon/export/dragon_5.png "$UNITY_TARGET_DIR/dragon5.png"
|
||||||
cp -f ../dragon/export/dragon-pma_5.png "$UNITY_TARGET_DIR/dragon5.png"
|
|
||||||
|
|
||||||
UNITY_TARGET_DIR="$ROOT/spine-unity/Assets/Spine/Samples~/Spine Examples/Spine Skeletons/Goblins"
|
UNITY_TARGET_DIR="$ROOT/spine-unity/Assets/Spine/Samples~/Spine Examples/Spine Skeletons/Goblins"
|
||||||
cp -f ../goblins/export/goblins-pro.json "$UNITY_TARGET_DIR/goblins.json"
|
cp -f ../goblins/export/goblins-pro.json "$UNITY_TARGET_DIR/goblins.json"
|
||||||
cp -f ../goblins/export/goblins-pma.atlas "$UNITY_TARGET_DIR/goblins.atlas.txt"
|
cp -f ../goblins/export/goblins.atlas "$UNITY_TARGET_DIR/goblins.atlas.txt"
|
||||||
$sed -i 's/goblins-pma.png/goblins.png/g' "$UNITY_TARGET_DIR/goblins.atlas.txt"
|
cp -f ../goblins/export/goblins.png "$UNITY_TARGET_DIR/goblins.png"
|
||||||
cp -f ../goblins/export/goblins-pma.png "$UNITY_TARGET_DIR/goblins.png"
|
|
||||||
|
|
||||||
UNITY_TARGET_DIR="$ROOT/spine-unity/Assets/Spine/Samples~/Spine Examples/Spine Skeletons/Hero"
|
UNITY_TARGET_DIR="$ROOT/spine-unity/Assets/Spine/Samples~/Spine Examples/Spine Skeletons/Hero"
|
||||||
cp -f ../hero/export/hero-pro.json "$UNITY_TARGET_DIR/"
|
cp -f ../hero/export/hero-pro.json "$UNITY_TARGET_DIR/"
|
||||||
cp -f ../hero/export/hero-pma.atlas "$UNITY_TARGET_DIR/hero-pro.atlas.txt"
|
cp -f ../hero/export/hero.atlas "$UNITY_TARGET_DIR/hero-pro.atlas.txt"
|
||||||
$sed -i 's/hero-pma.png/hero-pro.png/g' "$UNITY_TARGET_DIR/hero-pro.atlas.txt"
|
$sed -i 's/hero.png/hero-pro.png/g' "$UNITY_TARGET_DIR/hero-pro.atlas.txt"
|
||||||
cp -f ../hero/export/hero-pma.png "$UNITY_TARGET_DIR/hero-pro.png"
|
cp -f ../hero/export/hero.png "$UNITY_TARGET_DIR/hero-pro.png"
|
||||||
|
|
||||||
UNITY_TARGET_DIR="$ROOT/spine-unity/Assets/Spine/Samples~/Spine Examples/Spine Skeletons/raptor-pro-and-mask"
|
UNITY_TARGET_DIR="$ROOT/spine-unity/Assets/Spine/Samples~/Spine Examples/Spine Skeletons/raptor-pro-and-mask"
|
||||||
cp -f ../raptor/export/raptor-pro.json "$UNITY_TARGET_DIR/raptor-pro.json"
|
cp -f ../raptor/export/raptor-pro.json "$UNITY_TARGET_DIR/raptor-pro.json"
|
||||||
cp -f ../raptor/export/raptor-pma.atlas "$UNITY_TARGET_DIR/raptor-pma.atlas.txt"
|
cp -f ../raptor/export/raptor.atlas "$UNITY_TARGET_DIR/raptor.atlas.txt"
|
||||||
cp -f ../raptor/export/raptor-pma.png "$UNITY_TARGET_DIR/raptor-pma.png"
|
cp -f ../raptor/export/raptor.png "$UNITY_TARGET_DIR/raptor.png"
|
||||||
|
|
||||||
# URP packages
|
# URP packages
|
||||||
UNITY_TARGET_DIR="$ROOT/spine-unity/Modules/com.esotericsoftware.spine.urp-shaders/Samples~/Examples/2D/Spine Skeletons/RaptorURP"
|
UNITY_TARGET_DIR="$ROOT/spine-unity/Modules/com.esotericsoftware.spine.urp-shaders/Samples~/Examples/2D/Spine Skeletons/RaptorURP"
|
||||||
@ -567,22 +565,22 @@ cp -f ../raptor/export/raptor.png "$UNITY_TARGET_DIR/"
|
|||||||
|
|
||||||
UNITY_TARGET_DIR="$ROOT/spine-unity/Assets/Spine/Samples~/Spine Examples/Spine Skeletons/spineboy-pro"
|
UNITY_TARGET_DIR="$ROOT/spine-unity/Assets/Spine/Samples~/Spine Examples/Spine Skeletons/spineboy-pro"
|
||||||
cp -f ../spineboy/export/spineboy-pro.json "$UNITY_TARGET_DIR/spineboy-pro.json"
|
cp -f ../spineboy/export/spineboy-pro.json "$UNITY_TARGET_DIR/spineboy-pro.json"
|
||||||
cp -f ../spineboy/export/spineboy-pma.atlas "$UNITY_TARGET_DIR/spineboy-pro.atlas.txt"
|
cp -f ../spineboy/export/spineboy.atlas "$UNITY_TARGET_DIR/spineboy-pro.atlas.txt"
|
||||||
$sed -i 's/spineboy-pma.png/spineboy-pro.png/g' "$UNITY_TARGET_DIR/spineboy-pro.atlas.txt"
|
$sed -i 's/spineboy.png/spineboy-pro.png/g' "$UNITY_TARGET_DIR/spineboy-pro.atlas.txt"
|
||||||
cp -f ../spineboy/export/spineboy-pma.png "$UNITY_TARGET_DIR/spineboy-pro.png"
|
cp -f ../spineboy/export/spineboy.png "$UNITY_TARGET_DIR/spineboy-pro.png"
|
||||||
|
|
||||||
UNITY_TARGET_DIR="$ROOT/spine-unity/Assets/Spine/Samples~/Spine Examples/Spine Skeletons/mix-and-match"
|
UNITY_TARGET_DIR="$ROOT/spine-unity/Assets/Spine/Samples~/Spine Examples/Spine Skeletons/mix-and-match"
|
||||||
cp -f ../mix-and-match/export/mix-and-match-pro.json "$UNITY_TARGET_DIR/"
|
cp -f ../mix-and-match/export/mix-and-match-pro.json "$UNITY_TARGET_DIR/"
|
||||||
cp -f ../mix-and-match/export/mix-and-match-pma.atlas "$UNITY_TARGET_DIR/mix-and-match-pma.atlas.txt"
|
cp -f ../mix-and-match/export/mix-and-match.atlas "$UNITY_TARGET_DIR/mix-and-match.atlas.txt"
|
||||||
cp -f ../mix-and-match/export/mix-and-match-pma.png "$UNITY_TARGET_DIR/"
|
cp -f ../mix-and-match/export/mix-and-match.png "$UNITY_TARGET_DIR/"
|
||||||
|
|
||||||
UNITY_TARGET_DIR="$ROOT/spine-unity/Assets/Spine/Samples~/Spine Examples/Spine Skeletons/Stretchyman"
|
UNITY_TARGET_DIR="$ROOT/spine-unity/Assets/Spine/Samples~/Spine Examples/Spine Skeletons/Stretchyman"
|
||||||
cp -f ../stretchyman/export/stretchyman-pro.json "$UNITY_TARGET_DIR/stretchyman.json"
|
cp -f ../stretchyman/export/stretchyman-pro.json "$UNITY_TARGET_DIR/stretchyman.json"
|
||||||
# Note: normalmap and emissionmap need to be created manually. Thus we use a separately prepared
|
# Note: normalmap and emissionmap need to be created manually. Thus we use a separately prepared
|
||||||
# atlas and diffuse map here so that the maps always match. These atlas textures are copied to the target dir.
|
# atlas and diffuse map here so that the maps always match. These atlas textures are copied to the target dir.
|
||||||
cp -f ../stretchyman/manual-maps/stretchyman-pma.atlas "$UNITY_TARGET_DIR/stretchyman-diffuse-pma.atlas.txt"
|
cp -f ../stretchyman/manual-maps/stretchyman.atlas "$UNITY_TARGET_DIR/stretchyman-diffuse.atlas.txt"
|
||||||
$sed -i 's/stretchyman-pma.png/stretchyman-diffuse-pma.png/g' "$UNITY_TARGET_DIR/stretchyman-diffuse-pma.atlas.txt"
|
$sed -i 's/stretchyman.png/stretchyman-diffuse.png/g' "$UNITY_TARGET_DIR/stretchyman-diffuse.atlas.txt"
|
||||||
cp -f ../stretchyman/manual-maps/stretchyman-pma.png "$UNITY_TARGET_DIR/stretchyman-diffuse-pma.png"
|
cp -f ../stretchyman/manual-maps/stretchyman.png "$UNITY_TARGET_DIR/stretchyman-diffuse.png"
|
||||||
cp -f ../stretchyman/manual-maps/stretchyman-normals.png "$UNITY_TARGET_DIR/"
|
cp -f ../stretchyman/manual-maps/stretchyman-normals.png "$UNITY_TARGET_DIR/"
|
||||||
cp -f ../stretchyman/manual-maps/stretchyman-emission.png "$UNITY_TARGET_DIR/"
|
cp -f ../stretchyman/manual-maps/stretchyman-emission.png "$UNITY_TARGET_DIR/"
|
||||||
|
|
||||||
@ -603,79 +601,77 @@ cp -f ../stretchyman/manual-maps/stretchyman-emission.png "$UNITY_TARGET_DIR/"
|
|||||||
|
|
||||||
UNITY_TARGET_DIR="$ROOT/spine-unity/Assets/Spine/Samples~/Spine Examples/Spine Skeletons/Eyes"
|
UNITY_TARGET_DIR="$ROOT/spine-unity/Assets/Spine/Samples~/Spine Examples/Spine Skeletons/Eyes"
|
||||||
cp -f $UNITY_SOURCE_DIR/eyes/export/eyes.json "$UNITY_TARGET_DIR/eyes.json"
|
cp -f $UNITY_SOURCE_DIR/eyes/export/eyes.json "$UNITY_TARGET_DIR/eyes.json"
|
||||||
cp -f $UNITY_SOURCE_DIR/eyes/export/eyes-pma.atlas "$UNITY_TARGET_DIR/eyes.atlas.txt"
|
cp -f $UNITY_SOURCE_DIR/eyes/export/eyes.atlas "$UNITY_TARGET_DIR/eyes.atlas.txt"
|
||||||
$sed -i 's/eyes-pma.png/eyes.png/g' "$UNITY_TARGET_DIR/eyes.atlas.txt"
|
cp -f $UNITY_SOURCE_DIR/eyes/export/eyes.png "$UNITY_TARGET_DIR/eyes.png"
|
||||||
cp -f $UNITY_SOURCE_DIR/eyes/export/eyes-pma.png "$UNITY_TARGET_DIR/eyes.png"
|
|
||||||
|
|
||||||
UNITY_TARGET_DIR="$ROOT/spine-unity/Assets/Spine/Samples~/Spine Examples/Spine Skeletons/FootSoldier"
|
UNITY_TARGET_DIR="$ROOT/spine-unity/Assets/Spine/Samples~/Spine Examples/Spine Skeletons/FootSoldier"
|
||||||
cp -f $UNITY_SOURCE_DIR/footsoldier/export/footsoldier.json "$UNITY_TARGET_DIR/FootSoldier.json"
|
cp -f $UNITY_SOURCE_DIR/footsoldier/export/footsoldier.json "$UNITY_TARGET_DIR/FootSoldier.json"
|
||||||
cp -f $UNITY_SOURCE_DIR/footsoldier/export/footsoldier-pma.atlas "$UNITY_TARGET_DIR/FS_White.atlas.txt"
|
cp -f $UNITY_SOURCE_DIR/footsoldier/export/footsoldier.atlas "$UNITY_TARGET_DIR/FS_White.atlas.txt"
|
||||||
$sed -i 's/footsoldier-pma.png/FS_White.png/g' "$UNITY_TARGET_DIR/FS_White.atlas.txt"
|
$sed -i 's/footsoldier.png/FS_White.png/g' "$UNITY_TARGET_DIR/FS_White.atlas.txt"
|
||||||
cp -f $UNITY_SOURCE_DIR/footsoldier/export/footsoldier-pma.png "$UNITY_TARGET_DIR/FS_White.png"
|
cp -f $UNITY_SOURCE_DIR/footsoldier/export/footsoldier.png "$UNITY_TARGET_DIR/FS_White.png"
|
||||||
|
|
||||||
UNITY_TARGET_DIR="$ROOT/spine-unity/Assets/Spine/Samples~/Spine Examples/Spine Skeletons/Gauge"
|
UNITY_TARGET_DIR="$ROOT/spine-unity/Assets/Spine/Samples~/Spine Examples/Spine Skeletons/Gauge"
|
||||||
cp -f $UNITY_SOURCE_DIR/gauge/export/gauge.json "$UNITY_TARGET_DIR/Gauge.json"
|
cp -f $UNITY_SOURCE_DIR/gauge/export/gauge.json "$UNITY_TARGET_DIR/Gauge.json"
|
||||||
cp -f $UNITY_SOURCE_DIR/gauge/export/gauge-pma.atlas "$UNITY_TARGET_DIR/Gauge.atlas.txt"
|
cp -f $UNITY_SOURCE_DIR/gauge/export/gauge.atlas "$UNITY_TARGET_DIR/Gauge.atlas.txt"
|
||||||
$sed -i 's/gauge-pma.png/Gauge.png/g' "$UNITY_TARGET_DIR/Gauge.atlas.txt"
|
$sed -i 's/gauge.png/Gauge.png/g' "$UNITY_TARGET_DIR/Gauge.atlas.txt"
|
||||||
cp -f $UNITY_SOURCE_DIR/gauge/export/gauge-pma.png "$UNITY_TARGET_DIR/Gauge.png"
|
cp -f $UNITY_SOURCE_DIR/gauge/export/gauge.png "$UNITY_TARGET_DIR/Gauge.png"
|
||||||
|
|
||||||
UNITY_TARGET_DIR="$ROOT/spine-unity/Assets/Spine/Samples~/Spine Examples/Spine Skeletons/Raptor"
|
UNITY_TARGET_DIR="$ROOT/spine-unity/Assets/Spine/Samples~/Spine Examples/Spine Skeletons/Raptor"
|
||||||
cp -f $UNITY_SOURCE_DIR/raptor/export/raptor.json "$UNITY_TARGET_DIR/raptor.json"
|
cp -f $UNITY_SOURCE_DIR/raptor/export/raptor.json "$UNITY_TARGET_DIR/raptor.json"
|
||||||
cp -f $UNITY_SOURCE_DIR/raptor/export/raptor-pma.atlas "$UNITY_TARGET_DIR/raptor.atlas.txt"
|
cp -f $UNITY_SOURCE_DIR/raptor/export/raptor.atlas "$UNITY_TARGET_DIR/raptor.atlas.txt"
|
||||||
$sed -i 's/raptor-pma.png/raptor.png/g' "$UNITY_TARGET_DIR/raptor.atlas.txt"
|
cp -f $UNITY_SOURCE_DIR/raptor/export/raptor.png "$UNITY_TARGET_DIR/raptor.png"
|
||||||
cp -f $UNITY_SOURCE_DIR/raptor/export/raptor-pma.png "$UNITY_TARGET_DIR/raptor.png"
|
|
||||||
|
|
||||||
|
|
||||||
UNITY_TARGET_DIR="$ROOT/spine-unity/Assets/Spine/Samples~/Spine Examples/Spine Skeletons/Raggedy Spineboy"
|
UNITY_TARGET_DIR="$ROOT/spine-unity/Assets/Spine/Samples~/Spine Examples/Spine Skeletons/Raggedy Spineboy"
|
||||||
cp -f $UNITY_SOURCE_DIR/raggedyspineboy/export/raggedyspineboy.json "$UNITY_TARGET_DIR/raggedy spineboy.json"
|
cp -f $UNITY_SOURCE_DIR/raggedyspineboy/export/raggedyspineboy.json "$UNITY_TARGET_DIR/raggedy spineboy.json"
|
||||||
cp -f $UNITY_SOURCE_DIR/raggedyspineboy/export/raggedyspineboy-pma.atlas "$UNITY_TARGET_DIR/Raggedy Spineboy.atlas.txt"
|
cp -f $UNITY_SOURCE_DIR/raggedyspineboy/export/raggedyspineboy.atlas "$UNITY_TARGET_DIR/Raggedy Spineboy.atlas.txt"
|
||||||
$sed -i 's/raggedyspineboy-pma.png/Raggedy Spineboy.png/g' "$UNITY_TARGET_DIR/Raggedy Spineboy.atlas.txt"
|
$sed -i 's/raggedyspineboy.png/Raggedy Spineboy.png/g' "$UNITY_TARGET_DIR/Raggedy Spineboy.atlas.txt"
|
||||||
cp -f $UNITY_SOURCE_DIR/raggedyspineboy/export/raggedyspineboy-pma.png "$UNITY_TARGET_DIR/Raggedy Spineboy.png"
|
cp -f $UNITY_SOURCE_DIR/raggedyspineboy/export/raggedyspineboy.png "$UNITY_TARGET_DIR/Raggedy Spineboy.png"
|
||||||
|
|
||||||
UNITY_TARGET_DIR="$ROOT/spine-unity/Assets/Spine/Samples~/Spine Examples/Spine Skeletons/spineboy-pro"
|
UNITY_TARGET_DIR="$ROOT/spine-unity/Assets/Spine/Samples~/Spine Examples/Spine Skeletons/spineboy-pro"
|
||||||
cp -f $UNITY_SOURCE_DIR/spineboy-pro/export/spineboy-pro.json "$UNITY_TARGET_DIR/spineboy-pro.json"
|
cp -f $UNITY_SOURCE_DIR/spineboy-pro/export/spineboy-pro.json "$UNITY_TARGET_DIR/spineboy-pro.json"
|
||||||
cp -f $UNITY_SOURCE_DIR/spineboy-pro/export/spineboy-pma.atlas "$UNITY_TARGET_DIR/spineboy-pro.atlas.txt"
|
cp -f $UNITY_SOURCE_DIR/spineboy-pro/export/spineboy.atlas "$UNITY_TARGET_DIR/spineboy-pro.atlas.txt"
|
||||||
$sed -i 's/spineboy-pma.png/spineboy-pro.png/g' "$UNITY_TARGET_DIR/spineboy-pro.atlas.txt"
|
$sed -i 's/spineboy.png/spineboy-pro.png/g' "$UNITY_TARGET_DIR/spineboy-pro.atlas.txt"
|
||||||
cp -f $UNITY_SOURCE_DIR/spineboy-pro/export/spineboy-pma.png "$UNITY_TARGET_DIR/spineboy-pro.png"
|
cp -f $UNITY_SOURCE_DIR/spineboy-pro/export/spineboy.png "$UNITY_TARGET_DIR/spineboy-pro.png"
|
||||||
|
|
||||||
UNITY_TARGET_DIR="$ROOT/spine-unity/Assets/Spine/Samples~/Spine Examples/Spine Skeletons/spineboy-unity"
|
UNITY_TARGET_DIR="$ROOT/spine-unity/Assets/Spine/Samples~/Spine Examples/Spine Skeletons/spineboy-unity"
|
||||||
cp -f $UNITY_SOURCE_DIR/spineboy-unity/export/spineboy-unity.json "$UNITY_TARGET_DIR/spineboy-unity.json"
|
cp -f $UNITY_SOURCE_DIR/spineboy-unity/export/spineboy-unity.json "$UNITY_TARGET_DIR/spineboy-unity.json"
|
||||||
cp -f $UNITY_SOURCE_DIR/spineboy-unity/export/spineboy-pma.atlas "$UNITY_TARGET_DIR/spineboy.atlas.txt"
|
cp -f $UNITY_SOURCE_DIR/spineboy-unity/export/spineboy.atlas "$UNITY_TARGET_DIR/spineboy.atlas.txt"
|
||||||
$sed -i 's/spineboy-pma.png/spineboy.png/g' "$UNITY_TARGET_DIR/spineboy.atlas.txt"
|
cp -f $UNITY_SOURCE_DIR/spineboy-unity/export/spineboy.png "$UNITY_TARGET_DIR/spineboy.png"
|
||||||
cp -f $UNITY_SOURCE_DIR/spineboy-unity/export/spineboy-pma.png "$UNITY_TARGET_DIR/spineboy.png"
|
|
||||||
|
|
||||||
UNITY_TARGET_DIR="$ROOT/spine-unity/Assets/Spine/Samples~/Spine Examples/Spine Skeletons/Spineunitygirl"
|
UNITY_TARGET_DIR="$ROOT/spine-unity/Assets/Spine/Samples~/Spine Examples/Spine Skeletons/Spineunitygirl"
|
||||||
cp -f $UNITY_SOURCE_DIR/spineunitygirl/export/doi.json "$UNITY_TARGET_DIR/Doi.json"
|
cp -f $UNITY_SOURCE_DIR/spineunitygirl/export/doi.json "$UNITY_TARGET_DIR/Doi.json"
|
||||||
cp -f $UNITY_SOURCE_DIR/spineunitygirl/export/doi-pma.atlas "$UNITY_TARGET_DIR/Doi.atlas.txt"
|
cp -f $UNITY_SOURCE_DIR/spineunitygirl/export/doi.atlas "$UNITY_TARGET_DIR/Doi.atlas.txt"
|
||||||
$sed -i 's/doi-pma.png/Doi.png/g' "$UNITY_TARGET_DIR/Doi.atlas.txt"
|
$sed -i 's/doi.png/Doi.png/g' "$UNITY_TARGET_DIR/Doi.atlas.txt"
|
||||||
cp -f $UNITY_SOURCE_DIR/spineunitygirl/export/doi-pma.png "$UNITY_TARGET_DIR/Doi.png"
|
cp -f $UNITY_SOURCE_DIR/spineunitygirl/export/doi.png "$UNITY_TARGET_DIR/Doi.png"
|
||||||
|
|
||||||
UNITY_TARGET_DIR="$ROOT/spine-unity/Assets/Spine/Samples~/Spine Examples/Spine Skeletons/Whirlyblendmodes"
|
UNITY_TARGET_DIR="$ROOT/spine-unity/Assets/Spine/Samples~/Spine Examples/Spine Skeletons/Whirlyblendmodes"
|
||||||
cp -f $UNITY_SOURCE_DIR/whirlyblendmodes/export/whirlyblendmodes.json "$UNITY_TARGET_DIR/whirlyblendmodes.json"
|
cp -f $UNITY_SOURCE_DIR/whirlyblendmodes/export/whirlyblendmodes.json "$UNITY_TARGET_DIR/whirlyblendmodes.json"
|
||||||
cp -f $UNITY_SOURCE_DIR/whirlyblendmodes/export/whirlyblendmodes-pma.atlas "$UNITY_TARGET_DIR/whirlyblendmodes.atlas.txt"
|
cp -f $UNITY_SOURCE_DIR/whirlyblendmodes/export/whirlyblendmodes.atlas "$UNITY_TARGET_DIR/whirlyblendmodes.atlas.txt"
|
||||||
$sed -i 's/whirlyblendmodes-pma.png/whirlyblendmodes.png/g' "$UNITY_TARGET_DIR/whirlyblendmodes.atlas.txt"
|
cp -f $UNITY_SOURCE_DIR/whirlyblendmodes/export/whirlyblendmodes.png "$UNITY_TARGET_DIR/whirlyblendmodes.png"
|
||||||
cp -f $UNITY_SOURCE_DIR/whirlyblendmodes/export/whirlyblendmodes-pma.png "$UNITY_TARGET_DIR/whirlyblendmodes.png"
|
|
||||||
|
|
||||||
UNITY_TARGET_DIR="$ROOT/spine-unity/Assets/Spine/Samples~/Spine Examples/Spine Skeletons/celestial-circus"
|
UNITY_TARGET_DIR="$ROOT/spine-unity/Assets/Spine/Samples~/Spine Examples/Spine Skeletons/celestial-circus"
|
||||||
cp -f ../celestial-circus/export/celestial-circus-pro.json "$UNITY_TARGET_DIR/"
|
cp -f ../celestial-circus/export/celestial-circus-pro.json "$UNITY_TARGET_DIR/"
|
||||||
cp -f ../celestial-circus/export/celestial-circus-pma.atlas "$UNITY_TARGET_DIR/celestial-circus-pma.atlas.txt"
|
cp -f ../celestial-circus/export/celestial-circus.atlas "$UNITY_TARGET_DIR/celestial-circus.atlas.txt"
|
||||||
cp -f ../celestial-circus/export/celestial-circus-pma*.png "$UNITY_TARGET_DIR/"
|
cp -f ../celestial-circus/export/celestial-circus.png "$UNITY_TARGET_DIR/"
|
||||||
|
|
||||||
UNITY_TARGET_DIR="$ROOT/spine-unity/Assets/Spine/Samples~/Spine Examples/Spine Skeletons/snowglobe"
|
UNITY_TARGET_DIR="$ROOT/spine-unity/Assets/Spine/Samples~/Spine Examples/Spine Skeletons/snowglobe"
|
||||||
cp -f ../snowglobe/export/snowglobe-pro.skel "$UNITY_TARGET_DIR/snowglobe-pro.skel.bytes"
|
cp -f ../snowglobe/export/snowglobe-pro.skel "$UNITY_TARGET_DIR/snowglobe-pro.skel.bytes"
|
||||||
cp -f ../snowglobe/export/snowglobe-pma.atlas "$UNITY_TARGET_DIR/snowglobe-pma.atlas.txt"
|
cp -f ../snowglobe/export/snowglobe.atlas "$UNITY_TARGET_DIR/snowglobe.atlas.txt"
|
||||||
cp -f ../snowglobe/export/snowglobe-pma*.png "$UNITY_TARGET_DIR/"
|
cp -f ../snowglobe/export/snowglobe.png "$UNITY_TARGET_DIR/"
|
||||||
|
cp -f ../snowglobe/export/snowglobe_2.png "$UNITY_TARGET_DIR/"
|
||||||
|
cp -f ../snowglobe/export/snowglobe_3.png "$UNITY_TARGET_DIR/"
|
||||||
|
|
||||||
UNITY_TARGET_DIR="$ROOT/spine-unity/Assets/Spine/Samples~/Spine Examples/Spine Skeletons/cloud-pot"
|
UNITY_TARGET_DIR="$ROOT/spine-unity/Assets/Spine/Samples~/Spine Examples/Spine Skeletons/cloud-pot"
|
||||||
cp -f ../cloud-pot/export/cloud-pot.skel "$UNITY_TARGET_DIR/cloud-pot.skel.bytes"
|
cp -f ../cloud-pot/export/cloud-pot.skel "$UNITY_TARGET_DIR/cloud-pot.skel.bytes"
|
||||||
cp -f ../cloud-pot/export/cloud-pot-pma.atlas "$UNITY_TARGET_DIR/cloud-pot-pma.atlas.txt"
|
cp -f ../cloud-pot/export/cloud-pot.atlas "$UNITY_TARGET_DIR/cloud-pot.atlas.txt"
|
||||||
cp -f ../cloud-pot/export/cloud-pot-pma.png "$UNITY_TARGET_DIR/"
|
cp -f ../cloud-pot/export/cloud-pot.png "$UNITY_TARGET_DIR/"
|
||||||
|
|
||||||
UNITY_TARGET_DIR="$ROOT/spine-unity/Assets/Spine/Samples~/Spine Examples/Spine Skeletons/sack"
|
UNITY_TARGET_DIR="$ROOT/spine-unity/Assets/Spine/Samples~/Spine Examples/Spine Skeletons/sack"
|
||||||
cp -f ../7-anticipation/export/sack-pro.skel "$UNITY_TARGET_DIR/sack-pro.skel.bytes"
|
cp -f ../7-anticipation/export/sack-pro.skel "$UNITY_TARGET_DIR/sack-pro.skel.bytes"
|
||||||
cp -f ../7-anticipation/export/7-anticipation-pma.atlas "$UNITY_TARGET_DIR/sack-pma.atlas.txt"
|
cp -f ../7-anticipation/export/7-anticipation.atlas "$UNITY_TARGET_DIR/sack.atlas.txt"
|
||||||
$sed -i 's/7-anticipation-pma.png/sack-pma.png/g' "$UNITY_TARGET_DIR/sack-pma.atlas.txt"
|
$sed -i 's/7-anticipation.png/sack.png/g' "$UNITY_TARGET_DIR/sack.atlas.txt"
|
||||||
cp -f ../7-anticipation/export/7-anticipation-pma.png "$UNITY_TARGET_DIR/sack-pma.png"
|
cp -f ../7-anticipation/export/7-anticipation.png "$UNITY_TARGET_DIR/sack.png"
|
||||||
|
|
||||||
echo "--"
|
echo "--"
|
||||||
echo "Note regarding spine-xna and spine-unity:"
|
echo "Note regarding spine-xna and spine-unity:"
|
||||||
|
|||||||
@ -1,7 +1,6 @@
|
|||||||
dragon.png
|
dragon.png
|
||||||
size: 1024, 1024
|
size: 1024, 1024
|
||||||
filter: Linear, Linear
|
filter: Linear, Linear
|
||||||
pma: true
|
|
||||||
front-toe-a
|
front-toe-a
|
||||||
bounds: 300, 929, 29, 50
|
bounds: 300, 929, 29, 50
|
||||||
front-toe-b
|
front-toe-b
|
||||||
@ -32,7 +31,6 @@ thiagobrayner
|
|||||||
dragon2.png
|
dragon2.png
|
||||||
size: 1024, 1024
|
size: 1024, 1024
|
||||||
filter: Linear, Linear
|
filter: Linear, Linear
|
||||||
pma: true
|
|
||||||
back
|
back
|
||||||
bounds: 647, 57, 190, 185
|
bounds: 647, 57, 190, 185
|
||||||
chin
|
chin
|
||||||
@ -60,7 +58,6 @@ tail05
|
|||||||
dragon3.png
|
dragon3.png
|
||||||
size: 1024, 1024
|
size: 1024, 1024
|
||||||
filter: Linear, Linear
|
filter: Linear, Linear
|
||||||
pma: true
|
|
||||||
chest
|
chest
|
||||||
bounds: 858, 299, 136, 122
|
bounds: 858, 299, 136, 122
|
||||||
left-front-thigh
|
left-front-thigh
|
||||||
@ -93,7 +90,6 @@ tail02
|
|||||||
dragon4.png
|
dragon4.png
|
||||||
size: 1024, 1024
|
size: 1024, 1024
|
||||||
filter: Linear, Linear
|
filter: Linear, Linear
|
||||||
pma: true
|
|
||||||
left-wing03
|
left-wing03
|
||||||
bounds: 2, 2, 264, 589
|
bounds: 2, 2, 264, 589
|
||||||
rotate: 90
|
rotate: 90
|
||||||
@ -107,7 +103,6 @@ left-wing06
|
|||||||
dragon5.png
|
dragon5.png
|
||||||
size: 1024, 1024
|
size: 1024, 1024
|
||||||
filter: Linear, Linear
|
filter: Linear, Linear
|
||||||
pma: true
|
|
||||||
left-wing01
|
left-wing01
|
||||||
bounds: 268, 2, 264, 589
|
bounds: 268, 2, 264, 589
|
||||||
left-wing02
|
left-wing02
|
||||||
|
|||||||
@ -1,7 +1,6 @@
|
|||||||
eyes.png
|
eyes.png
|
||||||
size: 1024, 512
|
size: 1024, 512
|
||||||
filter: Linear, Linear
|
filter: Linear, Linear
|
||||||
pma: true
|
|
||||||
EyeLines
|
EyeLines
|
||||||
bounds: 2, 2, 868, 322
|
bounds: 2, 2, 868, 322
|
||||||
EyeWhite
|
EyeWhite
|
||||||
|
|||||||
@ -1,7 +1,6 @@
|
|||||||
FS_White.png
|
FS_White.png
|
||||||
size: 256, 512
|
size: 256, 512
|
||||||
filter: Linear, Linear
|
filter: Linear, Linear
|
||||||
pma: true
|
|
||||||
White/arm
|
White/arm
|
||||||
bounds: 143, 151, 111, 98
|
bounds: 143, 151, 111, 98
|
||||||
rotate: 90
|
rotate: 90
|
||||||
|
|||||||
@ -1,7 +1,6 @@
|
|||||||
Gauge.png
|
Gauge.png
|
||||||
size: 1024, 64
|
size: 1024, 64
|
||||||
filter: Linear, Linear
|
filter: Linear, Linear
|
||||||
pma: true
|
|
||||||
Background
|
Background
|
||||||
bounds: 480, 30, 224, 32
|
bounds: 480, 30, 224, 32
|
||||||
Bar
|
Bar
|
||||||
|
|||||||
@ -1,7 +1,6 @@
|
|||||||
goblins.png
|
goblins.png
|
||||||
size: 1024, 128
|
size: 1024, 128
|
||||||
filter: Linear, Linear
|
filter: Linear, Linear
|
||||||
pma: true
|
|
||||||
dagger
|
dagger
|
||||||
bounds: 372, 99, 26, 108
|
bounds: 372, 99, 26, 108
|
||||||
rotate: 90
|
rotate: 90
|
||||||
|
|||||||
@ -1,7 +1,6 @@
|
|||||||
hero-pro.png
|
hero-pro.png
|
||||||
size: 1024, 256
|
size: 1024, 256
|
||||||
filter: Linear, Linear
|
filter: Linear, Linear
|
||||||
pma: true
|
|
||||||
body
|
body
|
||||||
bounds: 742, 77, 97, 95
|
bounds: 742, 77, 97, 95
|
||||||
rotate: 90
|
rotate: 90
|
||||||
|
|||||||
@ -1,7 +1,6 @@
|
|||||||
Raggedy Spineboy.png
|
Raggedy Spineboy.png
|
||||||
size: 256, 256
|
size: 256, 256
|
||||||
filter: Linear, Linear
|
filter: Linear, Linear
|
||||||
pma: true
|
|
||||||
arm
|
arm
|
||||||
bounds: 140, 17, 71, 75
|
bounds: 140, 17, 71, 75
|
||||||
head
|
head
|
||||||
|
|||||||
@ -1,7 +1,6 @@
|
|||||||
raptor.png
|
raptor.png
|
||||||
size: 1024, 1024
|
size: 1024, 1024
|
||||||
filter: Linear, Linear
|
filter: Linear, Linear
|
||||||
pma: true
|
|
||||||
back_arm
|
back_arm
|
||||||
bounds: 407, 496, 46, 29
|
bounds: 407, 496, 46, 29
|
||||||
back_bracer
|
back_bracer
|
||||||
|
|||||||
@ -1,7 +1,6 @@
|
|||||||
Doi.png
|
Doi.png
|
||||||
size: 1024, 512
|
size: 1024, 512
|
||||||
filter: Linear, Linear
|
filter: Linear, Linear
|
||||||
pma: true
|
|
||||||
armL
|
armL
|
||||||
bounds: 502, 178, 163, 133
|
bounds: 502, 178, 163, 133
|
||||||
rotate: 90
|
rotate: 90
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
stretchyman-diffuse-pma.png
|
stretchyman-diffuse.png
|
||||||
size: 1024,256
|
size: 1024,256
|
||||||
format: RGBA8888
|
format: RGBA8888
|
||||||
filter: Linear,Linear
|
filter: Linear,Linear
|
||||||
|
Before Width: | Height: | Size: 90 KiB After Width: | Height: | Size: 90 KiB |
@ -10,7 +10,7 @@ MonoBehaviour:
|
|||||||
m_Enabled: 1
|
m_Enabled: 1
|
||||||
m_EditorHideFlags: 0
|
m_EditorHideFlags: 0
|
||||||
m_Script: {fileID: 11500000, guid: a6b194f808b1af6499c93410e504af42, type: 3}
|
m_Script: {fileID: 11500000, guid: a6b194f808b1af6499c93410e504af42, type: 3}
|
||||||
m_Name: stretchyman-diffuse-pma_Atlas
|
m_Name: stretchyman-diffuse_Atlas
|
||||||
m_EditorClassIdentifier:
|
m_EditorClassIdentifier:
|
||||||
textureLoadingMode: 0
|
textureLoadingMode: 0
|
||||||
onDemandTextureLoader: {fileID: 0}
|
onDemandTextureLoader: {fileID: 0}
|
||||||
@ -6,7 +6,7 @@ Material:
|
|||||||
m_ObjectHideFlags: 0
|
m_ObjectHideFlags: 0
|
||||||
m_PrefabParentObject: {fileID: 0}
|
m_PrefabParentObject: {fileID: 0}
|
||||||
m_PrefabInternal: {fileID: 0}
|
m_PrefabInternal: {fileID: 0}
|
||||||
m_Name: stretchyman-diffuse-pma_Material
|
m_Name: stretchyman-diffuse_Material
|
||||||
m_Shader: {fileID: 4800000, guid: 2ce511398fb980f41b7d316c51534590, type: 3}
|
m_Shader: {fileID: 4800000, guid: 2ce511398fb980f41b7d316c51534590, type: 3}
|
||||||
m_ShaderKeywords: _ALPHAPREMULTIPLY_ON _EMISSION _FIXED_NORMALS _FIXED_NORMALS_VIEWSPACE
|
m_ShaderKeywords: _ALPHAPREMULTIPLY_ON _EMISSION _FIXED_NORMALS _FIXED_NORMALS_VIEWSPACE
|
||||||
_NORMALMAP
|
_NORMALMAP
|
||||||
@ -22,7 +22,7 @@ MonoBehaviour:
|
|||||||
applyAdditiveMaterial: 0
|
applyAdditiveMaterial: 0
|
||||||
additiveMaterials: []
|
additiveMaterials: []
|
||||||
multiplyMaterials:
|
multiplyMaterials:
|
||||||
- pageName: celestial-circus-pma.png
|
- pageName: celestial-circus.png
|
||||||
material: {fileID: 2100000, guid: 51ea24e83c232c34994854424cd89413, type: 2}
|
material: {fileID: 2100000, guid: 51ea24e83c232c34994854424cd89413, type: 2}
|
||||||
screenMaterials: []
|
screenMaterials: []
|
||||||
skeletonDataModifiers: []
|
skeletonDataModifiers: []
|
||||||
|
|||||||
@ -1,7 +1,6 @@
|
|||||||
celestial-circus-pma.png
|
celestial-circus.png
|
||||||
size: 1024, 1024
|
size: 1024, 1024
|
||||||
filter: Linear, Linear
|
filter: Linear, Linear
|
||||||
pma: true
|
|
||||||
scale: 0.4
|
scale: 0.4
|
||||||
arm-back-down
|
arm-back-down
|
||||||
bounds: 971, 683, 38, 82
|
bounds: 971, 683, 38, 82
|
||||||
|
After Width: | Height: | Size: 788 KiB |
@ -10,7 +10,7 @@ MonoBehaviour:
|
|||||||
m_Enabled: 1
|
m_Enabled: 1
|
||||||
m_EditorHideFlags: 0
|
m_EditorHideFlags: 0
|
||||||
m_Script: {fileID: 11500000, guid: a6b194f808b1af6499c93410e504af42, type: 3}
|
m_Script: {fileID: 11500000, guid: a6b194f808b1af6499c93410e504af42, type: 3}
|
||||||
m_Name: celestial-circus-pma_Atlas
|
m_Name: celestial-circus_Atlas
|
||||||
m_EditorClassIdentifier:
|
m_EditorClassIdentifier:
|
||||||
textureLoadingMode: 0
|
textureLoadingMode: 0
|
||||||
onDemandTextureLoader: {fileID: 0}
|
onDemandTextureLoader: {fileID: 0}
|
||||||
@ -7,7 +7,7 @@ Material:
|
|||||||
m_CorrespondingSourceObject: {fileID: 0}
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
m_PrefabInstance: {fileID: 0}
|
m_PrefabInstance: {fileID: 0}
|
||||||
m_PrefabAsset: {fileID: 0}
|
m_PrefabAsset: {fileID: 0}
|
||||||
m_Name: celestial-circus-pma_Material
|
m_Name: celestial-circus_Material
|
||||||
m_Shader: {fileID: 4800000, guid: 1e8a610c9e01c3648bac42585e5fc676, type: 3}
|
m_Shader: {fileID: 4800000, guid: 1e8a610c9e01c3648bac42585e5fc676, type: 3}
|
||||||
m_Parent: {fileID: 0}
|
m_Parent: {fileID: 0}
|
||||||
m_ModifiedSerializedProperties: 0
|
m_ModifiedSerializedProperties: 0
|
||||||
@ -7,7 +7,7 @@ Material:
|
|||||||
m_CorrespondingSourceObject: {fileID: 0}
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
m_PrefabInstance: {fileID: 0}
|
m_PrefabInstance: {fileID: 0}
|
||||||
m_PrefabAsset: {fileID: 0}
|
m_PrefabAsset: {fileID: 0}
|
||||||
m_Name: celestial-circus-pma_celestial-circus-pma-Multiply
|
m_Name: celestial-circus_celestial-circus-Multiply
|
||||||
m_Shader: {fileID: 4800000, guid: 8bdcdc7ee298e594a9c20c61d25c33b6, type: 3}
|
m_Shader: {fileID: 4800000, guid: 8bdcdc7ee298e594a9c20c61d25c33b6, type: 3}
|
||||||
m_Parent: {fileID: 0}
|
m_Parent: {fileID: 0}
|
||||||
m_ModifiedSerializedProperties: 0
|
m_ModifiedSerializedProperties: 0
|
||||||
@ -1,7 +1,6 @@
|
|||||||
cloud-pot-pma.png
|
cloud-pot.png
|
||||||
size: 1024, 512
|
size: 1024, 512
|
||||||
filter: Linear, Linear
|
filter: Linear, Linear
|
||||||
pma: true
|
|
||||||
scale: 0.5
|
scale: 0.5
|
||||||
cloud-base-1
|
cloud-base-1
|
||||||
bounds: 548, 129, 233, 210
|
bounds: 548, 129, 233, 210
|
||||||
|
Before Width: | Height: | Size: 342 KiB After Width: | Height: | Size: 342 KiB |
@ -10,7 +10,7 @@ MonoBehaviour:
|
|||||||
m_Enabled: 1
|
m_Enabled: 1
|
||||||
m_EditorHideFlags: 0
|
m_EditorHideFlags: 0
|
||||||
m_Script: {fileID: 11500000, guid: a6b194f808b1af6499c93410e504af42, type: 3}
|
m_Script: {fileID: 11500000, guid: a6b194f808b1af6499c93410e504af42, type: 3}
|
||||||
m_Name: cloud-pot-pma_Atlas
|
m_Name: cloud-pot_Atlas
|
||||||
m_EditorClassIdentifier:
|
m_EditorClassIdentifier:
|
||||||
textureLoadingMode: 0
|
textureLoadingMode: 0
|
||||||
onDemandTextureLoader: {fileID: 0}
|
onDemandTextureLoader: {fileID: 0}
|
||||||
@ -7,7 +7,7 @@ Material:
|
|||||||
m_CorrespondingSourceObject: {fileID: 0}
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
m_PrefabInstance: {fileID: 0}
|
m_PrefabInstance: {fileID: 0}
|
||||||
m_PrefabAsset: {fileID: 0}
|
m_PrefabAsset: {fileID: 0}
|
||||||
m_Name: cloud-pot-pma_Material
|
m_Name: cloud-pot_Material
|
||||||
m_Shader: {fileID: 4800000, guid: 1e8a610c9e01c3648bac42585e5fc676, type: 3}
|
m_Shader: {fileID: 4800000, guid: 1e8a610c9e01c3648bac42585e5fc676, type: 3}
|
||||||
m_Parent: {fileID: 0}
|
m_Parent: {fileID: 0}
|
||||||
m_ModifiedSerializedProperties: 0
|
m_ModifiedSerializedProperties: 0
|
||||||
@ -1,7 +1,6 @@
|
|||||||
mix-and-match-pma.png
|
mix-and-match.png
|
||||||
size: 1024, 512
|
size: 1024, 512
|
||||||
filter: Linear, Linear
|
filter: Linear, Linear
|
||||||
pma: true
|
|
||||||
scale: 0.5
|
scale: 0.5
|
||||||
base-head
|
base-head
|
||||||
bounds: 185, 123, 95, 73
|
bounds: 185, 123, 95, 73
|
||||||
|
Before Width: | Height: | Size: 360 KiB After Width: | Height: | Size: 360 KiB |
@ -10,7 +10,7 @@ MonoBehaviour:
|
|||||||
m_Enabled: 1
|
m_Enabled: 1
|
||||||
m_EditorHideFlags: 0
|
m_EditorHideFlags: 0
|
||||||
m_Script: {fileID: 11500000, guid: a6b194f808b1af6499c93410e504af42, type: 3}
|
m_Script: {fileID: 11500000, guid: a6b194f808b1af6499c93410e504af42, type: 3}
|
||||||
m_Name: mix-and-match-pma_Atlas
|
m_Name: mix-and-match_Atlas
|
||||||
m_EditorClassIdentifier:
|
m_EditorClassIdentifier:
|
||||||
textureLoadingMode: 0
|
textureLoadingMode: 0
|
||||||
onDemandTextureLoader: {fileID: 0}
|
onDemandTextureLoader: {fileID: 0}
|
||||||
@ -7,7 +7,7 @@ Material:
|
|||||||
m_CorrespondingSourceObject: {fileID: 0}
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
m_PrefabInstance: {fileID: 0}
|
m_PrefabInstance: {fileID: 0}
|
||||||
m_PrefabAsset: {fileID: 0}
|
m_PrefabAsset: {fileID: 0}
|
||||||
m_Name: mix-and-match-pma_Material
|
m_Name: mix-and-match_Material
|
||||||
m_Shader: {fileID: 4800000, guid: 1e8a610c9e01c3648bac42585e5fc676, type: 3}
|
m_Shader: {fileID: 4800000, guid: 1e8a610c9e01c3648bac42585e5fc676, type: 3}
|
||||||
m_Parent: {fileID: 0}
|
m_Parent: {fileID: 0}
|
||||||
m_ModifiedSerializedProperties: 0
|
m_ModifiedSerializedProperties: 0
|
||||||
@ -1,7 +1,6 @@
|
|||||||
raptor-pma.png
|
raptor.png
|
||||||
size: 1024, 512
|
size: 1024, 512
|
||||||
filter: Linear, Linear
|
filter: Linear, Linear
|
||||||
pma: true
|
|
||||||
scale: 0.5
|
scale: 0.5
|
||||||
back-arm
|
back-arm
|
||||||
bounds: 130, 32, 46, 25
|
bounds: 130, 32, 46, 25
|
||||||
|
Before Width: | Height: | Size: 402 KiB After Width: | Height: | Size: 402 KiB |
@ -10,7 +10,7 @@ MonoBehaviour:
|
|||||||
m_Enabled: 1
|
m_Enabled: 1
|
||||||
m_EditorHideFlags: 0
|
m_EditorHideFlags: 0
|
||||||
m_Script: {fileID: 11500000, guid: a6b194f808b1af6499c93410e504af42, type: 3}
|
m_Script: {fileID: 11500000, guid: a6b194f808b1af6499c93410e504af42, type: 3}
|
||||||
m_Name: raptor-pma_Atlas
|
m_Name: raptor_Atlas
|
||||||
m_EditorClassIdentifier:
|
m_EditorClassIdentifier:
|
||||||
textureLoadingMode: 0
|
textureLoadingMode: 0
|
||||||
onDemandTextureLoader: {fileID: 0}
|
onDemandTextureLoader: {fileID: 0}
|
||||||
@ -7,7 +7,7 @@ Material:
|
|||||||
m_CorrespondingSourceObject: {fileID: 0}
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
m_PrefabInstance: {fileID: 0}
|
m_PrefabInstance: {fileID: 0}
|
||||||
m_PrefabAsset: {fileID: 0}
|
m_PrefabAsset: {fileID: 0}
|
||||||
m_Name: raptor-pma_Material
|
m_Name: raptor_Material
|
||||||
m_Shader: {fileID: 4800000, guid: 1e8a610c9e01c3648bac42585e5fc676, type: 3}
|
m_Shader: {fileID: 4800000, guid: 1e8a610c9e01c3648bac42585e5fc676, type: 3}
|
||||||
m_Parent: {fileID: 0}
|
m_Parent: {fileID: 0}
|
||||||
m_ModifiedSerializedProperties: 0
|
m_ModifiedSerializedProperties: 0
|
||||||
@ -7,7 +7,7 @@ Material:
|
|||||||
m_CorrespondingSourceObject: {fileID: 0}
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
m_PrefabInstance: {fileID: 0}
|
m_PrefabInstance: {fileID: 0}
|
||||||
m_PrefabAsset: {fileID: 0}
|
m_PrefabAsset: {fileID: 0}
|
||||||
m_Name: raptor-pma_MaterialOutline
|
m_Name: raptor_MaterialOutline
|
||||||
m_Shader: {fileID: 4800000, guid: 28b5cf4804845fe4b868531fd0bb81d5, type: 3}
|
m_Shader: {fileID: 4800000, guid: 28b5cf4804845fe4b868531fd0bb81d5, type: 3}
|
||||||
m_ShaderKeywords: _USE8NEIGHBOURHOOD_ON
|
m_ShaderKeywords: _USE8NEIGHBOURHOOD_ON
|
||||||
m_LightmapFlags: 4
|
m_LightmapFlags: 4
|
||||||
@ -7,7 +7,7 @@ Material:
|
|||||||
m_CorrespondingSourceObject: {fileID: 0}
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
m_PrefabInstance: {fileID: 0}
|
m_PrefabInstance: {fileID: 0}
|
||||||
m_PrefabAsset: {fileID: 0}
|
m_PrefabAsset: {fileID: 0}
|
||||||
m_Name: raptor-pma_MaterialOutline_OutsideMask
|
m_Name: raptor_MaterialOutline_OutsideMask
|
||||||
m_Shader: {fileID: 4800000, guid: 28b5cf4804845fe4b868531fd0bb81d5, type: 3}
|
m_Shader: {fileID: 4800000, guid: 28b5cf4804845fe4b868531fd0bb81d5, type: 3}
|
||||||
m_Parent: {fileID: 0}
|
m_Parent: {fileID: 0}
|
||||||
m_ModifiedSerializedProperties: 0
|
m_ModifiedSerializedProperties: 0
|
||||||
@ -7,7 +7,7 @@ Material:
|
|||||||
m_CorrespondingSourceObject: {fileID: 0}
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
m_PrefabInstance: {fileID: 0}
|
m_PrefabInstance: {fileID: 0}
|
||||||
m_PrefabAsset: {fileID: 0}
|
m_PrefabAsset: {fileID: 0}
|
||||||
m_Name: raptor-pma_MaterialTint
|
m_Name: raptor_MaterialTint
|
||||||
m_Shader: {fileID: 4800000, guid: 522f03282fd79be47b306e2ef4b593fd, type: 3}
|
m_Shader: {fileID: 4800000, guid: 522f03282fd79be47b306e2ef4b593fd, type: 3}
|
||||||
m_Parent: {fileID: 0}
|
m_Parent: {fileID: 0}
|
||||||
m_ModifiedSerializedProperties: 0
|
m_ModifiedSerializedProperties: 0
|
||||||
@ -7,7 +7,7 @@ Material:
|
|||||||
m_CorrespondingSourceObject: {fileID: 0}
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
m_PrefabInstance: {fileID: 0}
|
m_PrefabInstance: {fileID: 0}
|
||||||
m_PrefabAsset: {fileID: 0}
|
m_PrefabAsset: {fileID: 0}
|
||||||
m_Name: raptor-pma_MaterialTint_OutsideMask
|
m_Name: raptor_MaterialTint_OutsideMask
|
||||||
m_Shader: {fileID: 4800000, guid: 522f03282fd79be47b306e2ef4b593fd, type: 3}
|
m_Shader: {fileID: 4800000, guid: 522f03282fd79be47b306e2ef4b593fd, type: 3}
|
||||||
m_Parent: {fileID: 0}
|
m_Parent: {fileID: 0}
|
||||||
m_ModifiedSerializedProperties: 0
|
m_ModifiedSerializedProperties: 0
|
||||||
@ -6,7 +6,7 @@ Material:
|
|||||||
m_ObjectHideFlags: 0
|
m_ObjectHideFlags: 0
|
||||||
m_PrefabParentObject: {fileID: 0}
|
m_PrefabParentObject: {fileID: 0}
|
||||||
m_PrefabInternal: {fileID: 0}
|
m_PrefabInternal: {fileID: 0}
|
||||||
m_Name: raptor-pma_Material_InsideMask
|
m_Name: raptor_Material_InsideMask
|
||||||
m_Shader: {fileID: 4800000, guid: 1e8a610c9e01c3648bac42585e5fc676, type: 3}
|
m_Shader: {fileID: 4800000, guid: 1e8a610c9e01c3648bac42585e5fc676, type: 3}
|
||||||
m_ShaderKeywords:
|
m_ShaderKeywords:
|
||||||
m_LightmapFlags: 4
|
m_LightmapFlags: 4
|
||||||
@ -6,7 +6,7 @@ Material:
|
|||||||
m_ObjectHideFlags: 0
|
m_ObjectHideFlags: 0
|
||||||
m_PrefabParentObject: {fileID: 0}
|
m_PrefabParentObject: {fileID: 0}
|
||||||
m_PrefabInternal: {fileID: 0}
|
m_PrefabInternal: {fileID: 0}
|
||||||
m_Name: raptor-pma_Material_OutsideMask
|
m_Name: raptor_Material_OutsideMask
|
||||||
m_Shader: {fileID: 4800000, guid: 1e8a610c9e01c3648bac42585e5fc676, type: 3}
|
m_Shader: {fileID: 4800000, guid: 1e8a610c9e01c3648bac42585e5fc676, type: 3}
|
||||||
m_ShaderKeywords:
|
m_ShaderKeywords:
|
||||||
m_LightmapFlags: 4
|
m_LightmapFlags: 4
|
||||||
@ -1,7 +1,6 @@
|
|||||||
sack-pma.png
|
sack.png
|
||||||
size: 512, 512
|
size: 512, 512
|
||||||
filter: Linear, Linear
|
filter: Linear, Linear
|
||||||
pma: true
|
|
||||||
scale: 0.5
|
scale: 0.5
|
||||||
cape-back
|
cape-back
|
||||||
bounds: 229, 149, 260, 260
|
bounds: 229, 149, 260, 260
|
||||||
|
Before Width: | Height: | Size: 168 KiB After Width: | Height: | Size: 168 KiB |
@ -10,7 +10,7 @@ MonoBehaviour:
|
|||||||
m_Enabled: 1
|
m_Enabled: 1
|
||||||
m_EditorHideFlags: 0
|
m_EditorHideFlags: 0
|
||||||
m_Script: {fileID: 11500000, guid: a6b194f808b1af6499c93410e504af42, type: 3}
|
m_Script: {fileID: 11500000, guid: a6b194f808b1af6499c93410e504af42, type: 3}
|
||||||
m_Name: sack-pma_Atlas
|
m_Name: sack_Atlas
|
||||||
m_EditorClassIdentifier:
|
m_EditorClassIdentifier:
|
||||||
textureLoadingMode: 0
|
textureLoadingMode: 0
|
||||||
onDemandTextureLoader: {fileID: 0}
|
onDemandTextureLoader: {fileID: 0}
|
||||||
@ -7,7 +7,7 @@ Material:
|
|||||||
m_CorrespondingSourceObject: {fileID: 0}
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
m_PrefabInstance: {fileID: 0}
|
m_PrefabInstance: {fileID: 0}
|
||||||
m_PrefabAsset: {fileID: 0}
|
m_PrefabAsset: {fileID: 0}
|
||||||
m_Name: sack-pma_Material
|
m_Name: sack_Material
|
||||||
m_Shader: {fileID: 4800000, guid: 1e8a610c9e01c3648bac42585e5fc676, type: 3}
|
m_Shader: {fileID: 4800000, guid: 1e8a610c9e01c3648bac42585e5fc676, type: 3}
|
||||||
m_Parent: {fileID: 0}
|
m_Parent: {fileID: 0}
|
||||||
m_ModifiedSerializedProperties: 0
|
m_ModifiedSerializedProperties: 0
|
||||||
@ -22,9 +22,9 @@ MonoBehaviour:
|
|||||||
applyAdditiveMaterial: 0
|
applyAdditiveMaterial: 0
|
||||||
additiveMaterials: []
|
additiveMaterials: []
|
||||||
multiplyMaterials:
|
multiplyMaterials:
|
||||||
- pageName: snowglobe-pma_4.png
|
- pageName: snowglobe_4.png
|
||||||
material: {fileID: 2100000, guid: 457f3020c684d35468371a3d1f701bf5, type: 2}
|
material: {fileID: 2100000, guid: 457f3020c684d35468371a3d1f701bf5, type: 2}
|
||||||
- pageName: snowglobe-pma.png
|
- pageName: snowglobe.png
|
||||||
material: {fileID: 2100000, guid: 8fe6588f222e36643befb8dc4dd42d31, type: 2}
|
material: {fileID: 2100000, guid: 8fe6588f222e36643befb8dc4dd42d31, type: 2}
|
||||||
screenMaterials: []
|
screenMaterials: []
|
||||||
skeletonDataModifiers: []
|
skeletonDataModifiers: []
|
||||||
|
|||||||
@ -1,7 +1,6 @@
|
|||||||
snowglobe-pma.png
|
snowglobe.png
|
||||||
size: 1024, 1024
|
size: 1024, 1024
|
||||||
filter: Linear, Linear
|
filter: Linear, Linear
|
||||||
pma: true
|
|
||||||
scale: 0.5
|
scale: 0.5
|
||||||
blue-present-decoration
|
blue-present-decoration
|
||||||
bounds: 905, 377, 41, 40
|
bounds: 905, 377, 41, 40
|
||||||
@ -58,10 +57,9 @@ snow
|
|||||||
string
|
string
|
||||||
bounds: 2, 968, 5, 53
|
bounds: 2, 968, 5, 53
|
||||||
|
|
||||||
snowglobe-pma_2.png
|
snowglobe_2.png
|
||||||
size: 1024, 1024
|
size: 1024, 1024
|
||||||
filter: Linear, Linear
|
filter: Linear, Linear
|
||||||
pma: true
|
|
||||||
scale: 0.5
|
scale: 0.5
|
||||||
arm-down-l
|
arm-down-l
|
||||||
bounds: 80, 8, 56, 54
|
bounds: 80, 8, 56, 54
|
||||||
@ -192,10 +190,9 @@ shoe-l
|
|||||||
shoe-r
|
shoe-r
|
||||||
bounds: 2, 521, 44, 93
|
bounds: 2, 521, 44, 93
|
||||||
|
|
||||||
snowglobe-pma_3.png
|
snowglobe_3.png
|
||||||
size: 1024, 512
|
size: 1024, 512
|
||||||
filter: Linear, Linear
|
filter: Linear, Linear
|
||||||
pma: true
|
|
||||||
scale: 0.5
|
scale: 0.5
|
||||||
globe-base-back
|
globe-base-back
|
||||||
bounds: 2, 2, 606, 258
|
bounds: 2, 2, 606, 258
|
||||||
|
Before Width: | Height: | Size: 311 KiB After Width: | Height: | Size: 311 KiB |
|
Before Width: | Height: | Size: 871 KiB After Width: | Height: | Size: 871 KiB |
|
Before Width: | Height: | Size: 68 KiB After Width: | Height: | Size: 68 KiB |
|
Before Width: | Height: | Size: 248 KiB After Width: | Height: | Size: 248 KiB |
|
Before Width: | Height: | Size: 401 KiB After Width: | Height: | Size: 401 KiB |
@ -10,7 +10,7 @@ MonoBehaviour:
|
|||||||
m_Enabled: 1
|
m_Enabled: 1
|
||||||
m_EditorHideFlags: 0
|
m_EditorHideFlags: 0
|
||||||
m_Script: {fileID: 11500000, guid: a6b194f808b1af6499c93410e504af42, type: 3}
|
m_Script: {fileID: 11500000, guid: a6b194f808b1af6499c93410e504af42, type: 3}
|
||||||
m_Name: snowglobe-pma_Atlas
|
m_Name: snowglobe_Atlas
|
||||||
m_EditorClassIdentifier:
|
m_EditorClassIdentifier:
|
||||||
textureLoadingMode: 0
|
textureLoadingMode: 0
|
||||||
onDemandTextureLoader: {fileID: 0}
|
onDemandTextureLoader: {fileID: 0}
|
||||||
@ -7,7 +7,7 @@ Material:
|
|||||||
m_CorrespondingSourceObject: {fileID: 0}
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
m_PrefabInstance: {fileID: 0}
|
m_PrefabInstance: {fileID: 0}
|
||||||
m_PrefabAsset: {fileID: 0}
|
m_PrefabAsset: {fileID: 0}
|
||||||
m_Name: snowglobe-pma_snowglobe-pma-Multiply
|
m_Name: snowglobe_snowglobe-Multiply
|
||||||
m_Shader: {fileID: 4800000, guid: 8bdcdc7ee298e594a9c20c61d25c33b6, type: 3}
|
m_Shader: {fileID: 4800000, guid: 8bdcdc7ee298e594a9c20c61d25c33b6, type: 3}
|
||||||
m_Parent: {fileID: 0}
|
m_Parent: {fileID: 0}
|
||||||
m_ModifiedSerializedProperties: 0
|
m_ModifiedSerializedProperties: 0
|
||||||
@ -7,7 +7,7 @@ Material:
|
|||||||
m_CorrespondingSourceObject: {fileID: 0}
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
m_PrefabInstance: {fileID: 0}
|
m_PrefabInstance: {fileID: 0}
|
||||||
m_PrefabAsset: {fileID: 0}
|
m_PrefabAsset: {fileID: 0}
|
||||||
m_Name: snowglobe-pma_snowglobe-pma
|
m_Name: snowglobe_snowglobe
|
||||||
m_Shader: {fileID: 4800000, guid: 1e8a610c9e01c3648bac42585e5fc676, type: 3}
|
m_Shader: {fileID: 4800000, guid: 1e8a610c9e01c3648bac42585e5fc676, type: 3}
|
||||||
m_Parent: {fileID: 0}
|
m_Parent: {fileID: 0}
|
||||||
m_ModifiedSerializedProperties: 0
|
m_ModifiedSerializedProperties: 0
|
||||||
@ -7,7 +7,7 @@ Material:
|
|||||||
m_CorrespondingSourceObject: {fileID: 0}
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
m_PrefabInstance: {fileID: 0}
|
m_PrefabInstance: {fileID: 0}
|
||||||
m_PrefabAsset: {fileID: 0}
|
m_PrefabAsset: {fileID: 0}
|
||||||
m_Name: snowglobe-pma_snowglobe-pma_2
|
m_Name: snowglobe_snowglobe_2
|
||||||
m_Shader: {fileID: 4800000, guid: 1e8a610c9e01c3648bac42585e5fc676, type: 3}
|
m_Shader: {fileID: 4800000, guid: 1e8a610c9e01c3648bac42585e5fc676, type: 3}
|
||||||
m_Parent: {fileID: 0}
|
m_Parent: {fileID: 0}
|
||||||
m_ModifiedSerializedProperties: 0
|
m_ModifiedSerializedProperties: 0
|
||||||
@ -7,7 +7,7 @@ Material:
|
|||||||
m_CorrespondingSourceObject: {fileID: 0}
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
m_PrefabInstance: {fileID: 0}
|
m_PrefabInstance: {fileID: 0}
|
||||||
m_PrefabAsset: {fileID: 0}
|
m_PrefabAsset: {fileID: 0}
|
||||||
m_Name: snowglobe-pma_snowglobe-pma_3
|
m_Name: snowglobe_snowglobe_3
|
||||||
m_Shader: {fileID: 4800000, guid: 1e8a610c9e01c3648bac42585e5fc676, type: 3}
|
m_Shader: {fileID: 4800000, guid: 1e8a610c9e01c3648bac42585e5fc676, type: 3}
|
||||||
m_Parent: {fileID: 0}
|
m_Parent: {fileID: 0}
|
||||||
m_ModifiedSerializedProperties: 0
|
m_ModifiedSerializedProperties: 0
|
||||||
@ -7,7 +7,7 @@ Material:
|
|||||||
m_CorrespondingSourceObject: {fileID: 0}
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
m_PrefabInstance: {fileID: 0}
|
m_PrefabInstance: {fileID: 0}
|
||||||
m_PrefabAsset: {fileID: 0}
|
m_PrefabAsset: {fileID: 0}
|
||||||
m_Name: snowglobe-pma_snowglobe-pma_4-Multiply
|
m_Name: snowglobe_snowglobe_4-Multiply
|
||||||
m_Shader: {fileID: 4800000, guid: 8bdcdc7ee298e594a9c20c61d25c33b6, type: 3}
|
m_Shader: {fileID: 4800000, guid: 8bdcdc7ee298e594a9c20c61d25c33b6, type: 3}
|
||||||
m_Parent: {fileID: 0}
|
m_Parent: {fileID: 0}
|
||||||
m_ModifiedSerializedProperties: 0
|
m_ModifiedSerializedProperties: 0
|
||||||
@ -1,7 +1,6 @@
|
|||||||
spineboy-pro.png
|
spineboy-pro.png
|
||||||
size: 2048, 1024
|
size: 2048, 1024
|
||||||
filter: Linear, Linear
|
filter: Linear, Linear
|
||||||
pma: true
|
|
||||||
crosshair
|
crosshair
|
||||||
bounds: 538, 418, 89, 89
|
bounds: 538, 418, 89, 89
|
||||||
dust01
|
dust01
|
||||||
|
|||||||
@ -1,7 +1,6 @@
|
|||||||
spineboy.png
|
spineboy.png
|
||||||
size: 1024, 1024
|
size: 1024, 1024
|
||||||
filter: Linear, Linear
|
filter: Linear, Linear
|
||||||
pma: true
|
|
||||||
eye_indifferent
|
eye_indifferent
|
||||||
bounds: 747, 451, 93, 89
|
bounds: 747, 451, 93, 89
|
||||||
eye_surprised
|
eye_surprised
|
||||||
|
|||||||