fix:1、更换ui(图鉴相关)

This commit is contained in:
2026-05-18 16:46:13 +08:00
parent cc12dffbaa
commit a23840e6dc
184 changed files with 5800 additions and 1580 deletions
-15
View File
@@ -1,15 +0,0 @@
<linker>
<assembly fullname="Unity.Addressables, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null" preserve="all">
<type fullname="UnityEngine.AddressableAssets.Addressables" preserve="all" />
</assembly>
<assembly fullname="Unity.ResourceManager, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null" preserve="all">
<type fullname="UnityEngine.ResourceManagement.ResourceProviders.AssetBundleProvider" preserve="all" />
<type fullname="UnityEngine.ResourceManagement.ResourceProviders.BundledAssetProvider" preserve="all" />
<type fullname="UnityEngine.ResourceManagement.ResourceProviders.InstanceProvider" preserve="all" />
<type fullname="UnityEngine.ResourceManagement.ResourceProviders.LegacyResourcesProvider" preserve="all" />
<type fullname="UnityEngine.ResourceManagement.ResourceProviders.SceneProvider" preserve="all" />
</assembly>
<assembly fullname="UnityEngine.CoreModule, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null">
<type fullname="UnityEngine.TextAsset" preserve="all" />
</assembly>
</linker>
File diff suppressed because one or more lines are too long
@@ -1,5 +1,5 @@
fileFormatVersion: 2
guid: dd63584bcf36190448fdd94981a84524
guid: 8041a14d093b7a247ba9da67450fc1a6
TextScriptImporter:
externalObjects: {}
userData:
File diff suppressed because one or more lines are too long
@@ -9,6 +9,15 @@ namespace RedHotRoast {
public int PassCoins;
}
[ConfigKey("LevelUnlock_A")]
public class LevelUnlock_A
{
public int LeveType;
public string Name;
public int GoldCoins;
public int PassCoins;
}
[ConfigKey("Live")]
public class Live {
public int Progress;
@@ -18,4 +27,14 @@ namespace RedHotRoast {
public int CD;
public int SubscribeUnlock; // 是否需要订阅解锁(0:不需要,1:需要)
}
[ConfigKey("Live_A")]
public class Live_A
{
public int Progress;
public int SubscribeUnlock; // 是否需要订阅解锁(0:不需要,1:需要)
public string Name;
public int GoldCoins;
public int AD;
public int CD;
}
}
@@ -37,4 +37,37 @@ namespace RedHotRoast
public int GoldCoins;
}
[ConfigKey("FreeImageLibrary_A")]
public class FreeImageLibrary_A
{
public int id;
public string Name;
public int State;
}
[ConfigKey("ADImageLibrary_A")]
public class ADImageLibrary_A
{
public int id;
public string Name;
public int State;
public int GoldCoins;
}
[ConfigKey("SpecialImageLibrary_A")]
public class SpecialImageLibrary_A
{
public int id;
public string Name;
public int State;
public int GoldCoins;
}
[ConfigKey("VIPImageLibrary_A")]
public class VIPImageLibrary_A
{
public int id;
public string Name;
public int State;
public int GoldCoins;
}
}
@@ -17,4 +17,22 @@ namespace RedHotRoast {
public int[] State;
public int SubscribeUnlock; // 是否需要订阅解锁(0:不需要,1:需要)
}
[ConfigKey("SecretAlbums_A")]
public class SecretAlbums_A
{
public int id;
public int HotType;
public string Name;
public string Name2;
public float Price;
public int SubscribeUnlock; // 是否需要订阅解锁(0:不需要,1:需要)
public int PayType; //解锁方式(0:支付,1:金币,2:广告)
public float DiscountPrice;
public int GoldCoins;
public int AD;
public int CD;
public float Quantity;
public int[] State;
}
}
@@ -19,7 +19,7 @@ namespace FGUI.LG_Common
{
base.ConstructFromXML(xml);
anim = (GGraph)GetChildAt(1);
anim = (GGraph)GetChildAt(0);
}
}
}
@@ -9,6 +9,7 @@ namespace FGUI.LG_Unlock
public static void BindAll()
{
UIObjectFactory.SetPackageItemExtension(com_chatUnlock.URL, typeof(com_chatUnlock));
UIObjectFactory.SetPackageItemExtension(com_imgMask.URL, typeof(com_imgMask));
UIObjectFactory.SetPackageItemExtension(com_scAlbumLock.URL, typeof(com_scAlbumLock));
UIObjectFactory.SetPackageItemExtension(com_LiveUnlock.URL, typeof(com_LiveUnlock));
UIObjectFactory.SetPackageItemExtension(com_SubUnlock.URL, typeof(com_SubUnlock));
@@ -0,0 +1,25 @@
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
using FairyGUI;
using FairyGUI.Utils;
namespace FGUI.LG_Unlock
{
public partial class com_imgMask : GComponent
{
public GGraph anim;
public const string URL = "ui://876wwqikd3y01h";
public static com_imgMask CreateInstance()
{
return (com_imgMask)UIPackage.CreateObject("LG_Unlock", "com_imgMask");
}
public override void ConstructFromXML(XML xml)
{
base.ConstructFromXML(xml);
anim = (GGraph)GetChildAt(1);
}
}
}
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 9023c92b04f52a142ba0852e04f2eb2f
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
@@ -8,6 +8,7 @@ namespace FGUI.LG_Unlock
public partial class com_scAlbumLock : GComponent
{
public GButton btn_close;
public GGraph anim;
public GTextField text_unlock;
public const string URL = "ui://876wwqiki5pm0";
@@ -21,7 +22,8 @@ namespace FGUI.LG_Unlock
base.ConstructFromXML(xml);
btn_close = (GButton)GetChildAt(1);
text_unlock = (GTextField)GetChildAt(2);
anim = (GGraph)GetChildAt(2);
text_unlock = (GTextField)GetChildAt(4);
}
}
}
@@ -28,12 +28,12 @@ namespace FGUI.LG_albums
type = GetControllerAt(0);
is_vip = GetControllerAt(1);
com_loader = (GComponent)GetChildAt(1);
btn_pay = (GButton)GetChildAt(12);
btn_vip = (GButton)GetChildAt(13);
btn_download = (GButton)GetChildAt(14);
btn_watch = (GButton)GetChildAt(15);
btn_download_coin = (GButton)GetChildAt(16);
com_loader = (GComponent)GetChildAt(2);
btn_pay = (GButton)GetChildAt(13);
btn_vip = (GButton)GetChildAt(14);
btn_download = (GButton)GetChildAt(15);
btn_watch = (GButton)GetChildAt(16);
btn_download_coin = (GButton)GetChildAt(17);
}
}
}
@@ -11,6 +11,8 @@ namespace FGUI.LG_live
UIObjectFactory.SetPackageItemExtension(com_live.URL, typeof(com_live));
UIObjectFactory.SetPackageItemExtension(item_live.URL, typeof(item_live));
UIObjectFactory.SetPackageItemExtension(com_liveDetail.URL, typeof(com_liveDetail));
UIObjectFactory.SetPackageItemExtension(btn_claim.URL, typeof(btn_claim));
UIObjectFactory.SetPackageItemExtension(btn_unlock_1.URL, typeof(btn_unlock_1));
}
}
}
@@ -0,0 +1,27 @@
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
using FairyGUI;
using FairyGUI.Utils;
namespace FGUI.LG_live
{
public partial class btn_claim : GButton
{
public Controller have_vip;
public GImage ad_icon;
public const string URL = "ui://ttzukgl9lk0x1d";
public static btn_claim CreateInstance()
{
return (btn_claim)UIPackage.CreateObject("LG_live", "btn_claim");
}
public override void ConstructFromXML(XML xml)
{
base.ConstructFromXML(xml);
have_vip = GetControllerAt(0);
ad_icon = (GImage)GetChildAt(1);
}
}
}
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: d080593136c6b74438e366864f073a4c
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
@@ -0,0 +1,25 @@
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
using FairyGUI;
using FairyGUI.Utils;
namespace FGUI.LG_live
{
public partial class btn_unlock_1 : GButton
{
public Controller down_load;
public const string URL = "ui://ttzukgl9lk0x1i";
public static btn_unlock_1 CreateInstance()
{
return (btn_unlock_1)UIPackage.CreateObject("LG_live", "btn_unlock_1");
}
public override void ConstructFromXML(XML xml)
{
base.ConstructFromXML(xml);
down_load = GetControllerAt(0);
}
}
}
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: c6836849b9bedcb4b9f3e81def6d3a3f
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
@@ -20,8 +20,8 @@ namespace FGUI.LG_live
{
base.ConstructFromXML(xml);
list_ = (GList)GetChildAt(2);
btn_close = (GButton)GetChildAt(3);
list_ = (GList)GetChildAt(1);
btn_close = (GButton)GetChildAt(2);
}
}
}
@@ -16,8 +16,8 @@ namespace FGUI.LG_live
public GComponent com_loader;
public GComponent img_cover;
public GImage img_mask;
public GButton btn_download;
public GButton btn_download_coin;
public btn_claim btn_download;
public btn_unlock_1 btn_download_coin;
public GButton btn_pay;
public GButton btn_watchad;
public GButton btn_vip_unlock;
@@ -41,8 +41,8 @@ namespace FGUI.LG_live
com_loader = (GComponent)GetChildAt(4);
img_cover = (GComponent)GetChildAt(5);
img_mask = (GImage)GetChildAt(6);
btn_download = (GButton)GetChildAt(7);
btn_download_coin = (GButton)GetChildAt(8);
btn_download = (btn_claim)GetChildAt(7);
btn_download_coin = (btn_unlock_1)GetChildAt(8);
btn_pay = (GButton)GetChildAt(11);
btn_watchad = (GButton)GetChildAt(12);
btn_vip_unlock = (GButton)GetChildAt(13);
@@ -26,6 +26,7 @@ namespace FGUI.ZM_Lobby_03
public GButton btn_head;
public GButton btn_gold;
public btn_play btn_play;
public btn_play btn_play_1;
public GButton btn_album;
public GButton btn_secret;
public GButton btn_vip;
@@ -72,22 +73,23 @@ namespace FGUI.ZM_Lobby_03
btn_head = (GButton)GetChildAt(19);
btn_gold = (GButton)GetChildAt(20);
btn_play = (btn_play)GetChildAt(21);
btn_album = (GButton)GetChildAt(22);
btn_secret = (GButton)GetChildAt(23);
btn_vip = (GButton)GetChildAt(24);
btn_live = (GButton)GetChildAt(25);
btn_wheel = (GButton)GetChildAt(26);
btn_sign = (btn_sign)GetChildAt(27);
btn_shop = (GButton)GetChildAt(28);
btn_pass = (btn_task_pass)GetChildAt(29);
btn_three_day = (GButton)GetChildAt(30);
btn_task = (GButton)GetChildAt(31);
btn_noads = (GButton)GetChildAt(32);
btn_record = (GButton)GetChildAt(33);
btn_restore = (GButton)GetChildAt(34);
btn_egg = (btn_egg)GetChildAt(35);
top_panel = (GGroup)GetChildAt(36);
btn_chat = (GButton)GetChildAt(37);
btn_play_1 = (btn_play)GetChildAt(22);
btn_album = (GButton)GetChildAt(23);
btn_secret = (GButton)GetChildAt(24);
btn_vip = (GButton)GetChildAt(25);
btn_live = (GButton)GetChildAt(26);
btn_wheel = (GButton)GetChildAt(27);
btn_sign = (btn_sign)GetChildAt(28);
btn_shop = (GButton)GetChildAt(29);
btn_pass = (btn_task_pass)GetChildAt(30);
btn_three_day = (GButton)GetChildAt(31);
btn_task = (GButton)GetChildAt(32);
btn_noads = (GButton)GetChildAt(33);
btn_record = (GButton)GetChildAt(34);
btn_restore = (GButton)GetChildAt(35);
btn_egg = (btn_egg)GetChildAt(36);
top_panel = (GGroup)GetChildAt(37);
btn_chat = (GButton)GetChildAt(38);
}
}
}
+2 -2
View File
@@ -350,8 +350,8 @@ namespace RedHotRoast
//is debug test--------
return false;
// return true; //zhushi
// return false;
return true; //zhushi
return GetLoginModel().IsMagic;
}
+1 -2
View File
@@ -180,7 +180,6 @@
fx_end_bg,
fx_btn_secret,
fx_login_btn,
fx_btn_play,
fx_btn_vip,
fx_btn_album,
fx_btn_live,
@@ -192,7 +191,7 @@
fx_three_gift,
fx_add_box,
fx_pass_free,
fx_pass_premium,
fx_secret_girl,
fx_proplight,
fx_btnchat,
fx_chatunlock,
+1 -1
View File
@@ -13,6 +13,6 @@ MonoBehaviour:
m_Name: NetworkConfig
m_EditorClassIdentifier:
showNetworkLog: 1
debugHost: sandbox-api.swhitegames.tech
debugHost: api.jsoncompare.online
releaseHost: tronwingame.fun
connectionMode: 0
@@ -0,0 +1,20 @@
album.png
size: 196,146
format: RGBA8888
filter: Linear,Linear
repeat: none
Album_word
rotate: true
xy: 156, 10
size: 134, 38
orig: 134, 38
offset: 0, 0
index: -1
album
rotate: false
xy: 2, 2
size: 152, 142
orig: 152, 142
offset: 0, 0
index: -1
@@ -1,5 +1,5 @@
fileFormatVersion: 2
guid: 4d1ff18b5b76e4ca89ac710ba725b6d9
guid: 8b4543ac6fb7b2547baa9f309cc45528
TextScriptImporter:
externalObjects: {}
userData:
@@ -0,0 +1 @@
{"skeleton":{"hash":"sNI/duvNvfcQnB9EzQbomfTZePk","spine":"3.8.93","x":-75.5,"y":-82.14,"width":152,"height":153.64,"images":"./image/","audio":""},"bones":[{"name":"root"},{"name":"album","parent":"root"}],"slots":[{"name":"album","bone":"album","attachment":"album"},{"name":"Album_word","bone":"root","attachment":"Album_word"}],"skins":[{"name":"default","attachments":{"Album_word":{"Album_word":{"y":-63.14,"width":134,"height":38}},"album":{"album":{"x":0.5,"y":0.5,"width":152,"height":142}}}}],"animations":{"animation":{"bones":{"album":{"rotate":[{},{"time":0.0667,"angle":20.82},{"time":0.1667},{"time":0.2333,"angle":20.82},{"time":0.3333}],"translate":[{"curve":"stepped"},{"time":0.5},{"time":1,"y":19},{"time":1.5},{"time":2,"y":19},{"time":2.5,"curve":"stepped"},{"time":3}]}}}}}
@@ -1,5 +1,5 @@
fileFormatVersion: 2
guid: f6c2082ca3a0e784faf989450047867f
guid: 0d6b13b9c1766004994470524cb7cbb8
TextScriptImporter:
externalObjects: {}
userData:
Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

@@ -1,9 +1,9 @@
fileFormatVersion: 2
guid: 46abf45d1a1f741afb40c9817f353cc1
guid: c6e96a2901a261441a5509b3bda6fd93
TextureImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 12
serializedVersion: 13
mipmaps:
mipMapMode: 0
enableMipMap: 0
@@ -80,19 +80,6 @@ TextureImporter:
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 3
buildTarget: WebGL
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 3
buildTarget: Standalone
maxTextureSize: 2048
@@ -120,7 +107,7 @@ TextureImporter:
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 3
buildTarget: Android
buildTarget: WebGL
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
@@ -133,7 +120,7 @@ TextureImporter:
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 3
buildTarget: Server
buildTarget: Android
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
@@ -10,8 +10,8 @@ MonoBehaviour:
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: a6b194f808b1af6499c93410e504af42, type: 3}
m_Name: photo_Atlas
m_Name: album_Atlas
m_EditorClassIdentifier:
atlasFile: {fileID: 4900000, guid: 456ad3cfb83577b40ba9327426e9f4f0, type: 3}
atlasFile: {fileID: 4900000, guid: 8b4543ac6fb7b2547baa9f309cc45528, type: 3}
materials:
- {fileID: 2100000, guid: 47cbb11542b45d4479834943d7461f92, type: 2}
- {fileID: 2100000, guid: 64bbc22aba4ebd14f8a08fb420b7c9d2, type: 2}
@@ -1,5 +1,5 @@
fileFormatVersion: 2
guid: e25356b74f6e6b84298d468c76356188
guid: 35e2b60dc575d2f44b5d8d18e85347e1
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 11400000
@@ -7,7 +7,7 @@ Material:
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: photo_Material
m_Name: album_Material
m_Shader: {fileID: 4800000, guid: 1e8a610c9e01c3648bac42585e5fc676, type: 3}
m_Parent: {fileID: 0}
m_ModifiedSerializedProperties: 0
@@ -27,7 +27,7 @@ Material:
serializedVersion: 3
m_TexEnvs:
- _MainTex:
m_Texture: {fileID: 2800000, guid: 10d90f858d4e2b745a0204398078e2c3, type: 3}
m_Texture: {fileID: 2800000, guid: c6e96a2901a261441a5509b3bda6fd93, type: 3}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
m_Ints: []
@@ -1,5 +1,5 @@
fileFormatVersion: 2
guid: 83939c8d543b92743b27630cdebc2f66
guid: 64bbc22aba4ebd14f8a08fb420b7c9d2
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 2100000
@@ -10,12 +10,12 @@ MonoBehaviour:
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: f1b3b4b945939a54ea0b23d3396115fb, type: 3}
m_Name: photo_SkeletonData
m_Name: album_SkeletonData
m_EditorClassIdentifier:
atlasAssets:
- {fileID: 11400000, guid: a62d3e1eb9ed6cd44a2c219eac4d1512, type: 2}
- {fileID: 11400000, guid: 35e2b60dc575d2f44b5d8d18e85347e1, type: 2}
scale: 0.01
skeletonJSON: {fileID: 4900000, guid: 1d4331dcae5683b46926dbe975f5563a, type: 3}
skeletonJSON: {fileID: 4900000, guid: 0d6b13b9c1766004994470524cb7cbb8, type: 3}
isUpgradingBlendModeMaterials: 0
blendModeMaterials:
requiresBlendModeMaterials: 0
@@ -1,5 +1,5 @@
fileFormatVersion: 2
guid: d9dbe0e216c875f48a0b5832dcacf08c
guid: 5ca8a6c3e2d2de7488a92f705552447a
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 11400000
@@ -1,13 +0,0 @@
album_icon.png
size: 115,119
format: RGBA8888
filter: Linear,Linear
repeat: none
icon
rotate: false
xy: 2, 2
size: 111, 115
orig: 113, 117
offset: 1, 1
index: -1
@@ -1 +0,0 @@
{"skeleton":{"hash":"XP2VzHvhTs5BJ/lRKM3fzxYGHik","spine":"3.8.93","x":-59,"y":-59,"width":113,"height":117,"images":"./images/","audio":"D:/冬季战争_27版/动效/补充/album_icon"},"bones":[{"name":"root"},{"name":"bone","parent":"root","x":8.18,"y":-8.94}],"slots":[{"name":"icon","bone":"bone","attachment":"icon"}],"skins":[{"name":"default","attachments":{"icon":{"icon":{"x":-10.68,"y":8.44,"width":113,"height":117}}}}],"animations":{"animation":{"bones":{"bone":{"translate":[{},{"time":0.6667,"y":2.5},{"time":1.3333}],"shear":[{"curve":"stepped"},{"time":0.4},{"time":0.4667,"y":-3.78},{"time":0.5667,"y":10.14},{"time":0.6667,"y":-6.7},{"time":0.7667}]}}}}}
Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

@@ -1,140 +0,0 @@
fileFormatVersion: 2
guid: aa89475e0e2f94f4d9ab82a8cbfc791a
TextureImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 13
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
flipGreenChannel: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
vTOnly: 0
ignoreMipmapLimit: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 1
aniso: 1
mipBias: 0
wrapU: 0
wrapV: 0
wrapW: 0
nPOTScale: 1
lightmap: 0
compressionQuality: 50
spriteMode: 0
spriteExtrude: 1
spriteMeshType: 1
alignment: 0
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 0
spriteTessellationDetail: -1
textureType: 0
textureShape: 1
singleChannelComponent: 0
flipbookRows: 1
flipbookColumns: 1
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
ignorePngGamma: 0
applyGammaDecoding: 0
swizzle: 50462976
cookieLightType: 0
platformSettings:
- serializedVersion: 3
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 0
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 3
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 3
buildTarget: iPhone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 3
buildTarget: Android
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
spriteSheet:
serializedVersion: 2
sprites: []
outline: []
physicsShape: []
bones: []
spriteID:
internalID: 0
vertices: []
indices:
edges: []
weights: []
secondaryTextures: []
nameFileIdTable: {}
mipmapLimitGroupName:
pSDRemoveMatte: 0
userData:
assetBundleName:
assetBundleVariant:
@@ -97,7 +97,7 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: d247ba06193faa74d9335f5481b2b56c, type: 3}
m_Name:
m_EditorClassIdentifier:
skeletonDataAsset: {fileID: 11400000, guid: 9fbd16e8456056c4abf65a84ebeae474, type: 2}
skeletonDataAsset: {fileID: 11400000, guid: 5ca8a6c3e2d2de7488a92f705552447a, type: 2}
initialSkinName:
initialFlipX: 0
initialFlipY: 0
@@ -97,7 +97,7 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: d247ba06193faa74d9335f5481b2b56c, type: 3}
m_Name:
m_EditorClassIdentifier:
skeletonDataAsset: {fileID: 11400000, guid: d9dbe0e216c875f48a0b5832dcacf08c, type: 2}
skeletonDataAsset: {fileID: 11400000, guid: a9c6faffcec0a434590bddd4802136ba, type: 2}
initialSkinName:
initialFlipX: 0
initialFlipY: 0
@@ -0,0 +1,27 @@
live.png
size: 241,146
format: RGBA8888
filter: Linear,Linear
repeat: none
Live
rotate: false
xy: 152, 13
size: 87, 41
orig: 87, 41
offset: 0, 0
index: -1
yxdt_live
rotate: true
xy: 2, 2
size: 142, 148
orig: 142, 148
offset: 0, 0
index: -1
yxdt_live_bg02
rotate: true
xy: 152, 56
size: 88, 80
orig: 88, 80
offset: 0, 0
index: -1
@@ -1,5 +1,5 @@
fileFormatVersion: 2
guid: 7a6bb8d6796214d5d98923061a6904f9
guid: e9188c3e9839bbd4c9552b2134d4dfa8
TextScriptImporter:
externalObjects: {}
userData:
@@ -0,0 +1 @@
{"skeleton":{"hash":"k4zlPolI0EB5hfhhc8VRdDhpsFc","spine":"3.8.93","x":-71,"y":-83.95,"width":142,"height":158.45,"images":"./image/","audio":""},"bones":[{"name":"root"},{"name":"yxdt_live","parent":"root"},{"name":"yxdt_live_bg02","parent":"yxdt_live","x":-4.58,"y":-10.37}],"slots":[{"name":"yxdt_live","bone":"yxdt_live","attachment":"yxdt_live"},{"name":"yxdt_live_bg02","bone":"yxdt_live_bg02","attachment":"yxdt_live_bg02"},{"name":"Live","bone":"root","attachment":"Live"}],"skins":[{"name":"default","attachments":{"Live":{"Live":{"x":0.5,"y":-63.45,"width":87,"height":41}},"yxdt_live":{"yxdt_live":{"y":0.5,"width":142,"height":148}},"yxdt_live_bg02":{"yxdt_live_bg02":{"x":0.5,"y":0.5,"width":88,"height":80}}}}],"animations":{"animation":{"slots":{"yxdt_live_bg02":{"color":[{"color":"ffffffff","curve":"stepped"},{"time":0.1667,"color":"ffffffff"},{"time":0.2667,"color":"ffffff00"},{"time":0.3333,"color":"ffffffff"},{"time":0.4,"color":"ffffff00","curve":"stepped"},{"time":2,"color":"ffffff00"},{"time":2.1667,"color":"ffffffff"}]}},"bones":{"yxdt_live":{"translate":[{"curve":0.25,"c3":0.75},{"time":0.5,"y":23.26,"curve":0.25,"c3":0.75},{"time":1,"curve":0.25,"c3":0.75},{"time":1.5,"y":23.26,"curve":0.25,"c3":0.75},{"time":2,"curve":"stepped"},{"time":3}]}}}}}
@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 718fd02a79ab48d4c8faa17047f1acdc
TextScriptImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB

@@ -1,5 +1,5 @@
fileFormatVersion: 2
guid: d8205570a7d0dc14999fb302e77a06e2
guid: 28a0c69ceabedc046b8a3df6beb43966
TextureImporter:
internalIDToNameTable: []
externalObjects: {}
@@ -106,6 +106,19 @@ TextureImporter:
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 3
buildTarget: WebGL
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 3
buildTarget: Android
maxTextureSize: 2048
@@ -10,8 +10,8 @@ MonoBehaviour:
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: a6b194f808b1af6499c93410e504af42, type: 3}
m_Name: photo_Atlas
m_Name: live_Atlas
m_EditorClassIdentifier:
atlasFile: {fileID: 4900000, guid: d61ae99d2c9fa40fdbed9fa72c8d9e27, type: 3}
atlasFile: {fileID: 4900000, guid: e9188c3e9839bbd4c9552b2134d4dfa8, type: 3}
materials:
- {fileID: 2100000, guid: 104bc58403ad346e68bc09894ce20c03, type: 2}
- {fileID: 2100000, guid: 32f68c5c1e973b244bd51394cfdd29ba, type: 2}
@@ -1,5 +1,5 @@
fileFormatVersion: 2
guid: 9fbd16e8456056c4abf65a84ebeae474
guid: 4b1926ea1bc355740a0ab9ba017a9984
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 11400000
@@ -7,14 +7,13 @@ Material:
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: album_icon_Material
m_Name: live_Material
m_Shader: {fileID: 4800000, guid: 1e8a610c9e01c3648bac42585e5fc676, type: 3}
m_Parent: {fileID: 0}
m_ModifiedSerializedProperties: 0
m_ValidKeywords:
- _STRAIGHT_ALPHA_INPUT
m_InvalidKeywords:
- CLIPPED
- _USE8NEIGHBOURHOOD_ON
m_LightmapFlags: 4
m_EnableInstancingVariants: 0
@@ -27,7 +26,7 @@ Material:
serializedVersion: 3
m_TexEnvs:
- _MainTex:
m_Texture: {fileID: 2800000, guid: aa89475e0e2f94f4d9ab82a8cbfc791a, type: 3}
m_Texture: {fileID: 2800000, guid: 28a0c69ceabedc046b8a3df6beb43966, type: 3}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
m_Ints: []
@@ -1,5 +1,5 @@
fileFormatVersion: 2
guid: 69e0f4835d118f34db1fa01255736dd6
guid: 32f68c5c1e973b244bd51394cfdd29ba
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 2100000
@@ -10,12 +10,12 @@ MonoBehaviour:
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: f1b3b4b945939a54ea0b23d3396115fb, type: 3}
m_Name: photo_SkeletonData
m_Name: live_SkeletonData
m_EditorClassIdentifier:
atlasAssets:
- {fileID: 11400000, guid: 90dc4c5db14c644ad87d01d6463abaf5, type: 2}
- {fileID: 11400000, guid: 4b1926ea1bc355740a0ab9ba017a9984, type: 2}
scale: 0.01
skeletonJSON: {fileID: 4900000, guid: 3c6cbda8dcc864a53925c521b2463960, type: 3}
skeletonJSON: {fileID: 4900000, guid: 718fd02a79ab48d4c8faa17047f1acdc, type: 3}
isUpgradingBlendModeMaterials: 0
blendModeMaterials:
requiresBlendModeMaterials: 0
@@ -1,5 +1,5 @@
fileFormatVersion: 2
guid: 9a6c3bfb328537a4f9df94ac3dcafe99
guid: a9c6faffcec0a434590bddd4802136ba
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 11400000
@@ -1,27 +0,0 @@
live_icon.png
size: 627,442
format: RGBA8888
filter: Linear,Linear
repeat: none
bg
rotate: true
xy: 2, 2
size: 438, 441
orig: 440, 443
offset: 1, 1
index: -1
light
rotate: true
xy: 445, 74
size: 156, 125
orig: 158, 127
offset: 1, 1
index: -1
women
rotate: false
xy: 445, 232
size: 180, 208
orig: 182, 210
offset: 1, 1
index: -1
@@ -1,7 +0,0 @@
fileFormatVersion: 2
guid: df4f7a58502974a409328247373d9432
TextScriptImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
@@ -1 +0,0 @@
{"skeleton":{"hash":"MH0Etbn+HaP9vgo+dDeIYqn5SWs","spine":"3.8.93","x":-220,"y":-222,"width":440,"height":443,"images":"./images/","audio":"D:/冬季战争_27版/动效/补充/live_icon"},"bones":[{"name":"root"},{"name":"bone","parent":"root","x":27.28,"y":-17.77},{"name":"bone2","parent":"root","x":-75.66,"y":28.58},{"name":"bone3","parent":"root","x":-81.68,"y":-52.09}],"slots":[{"name":"bg","bone":"bone","attachment":"bg"},{"name":"women","bone":"bone3","attachment":"women"},{"name":"light","bone":"bone2","attachment":"light"}],"skins":[{"name":"default","attachments":{"bg":{"bg":{"x":-27.28,"y":17.27,"width":440,"height":443}},"light":{"light":{"x":7.66,"y":-9.08,"width":158,"height":127}},"women":{"women":{"x":9.68,"y":40.09,"width":182,"height":210}}}}],"animations":{"animation":{"slots":{"women":{"color":[{"color":"ffffffff","curve":"stepped"},{"time":0.3,"color":"ffffffff"},{"time":0.3333,"color":"ffffff00","curve":"stepped"},{"time":0.6333,"color":"ffffff00"},{"time":0.6667,"color":"ffffffff","curve":"stepped"},{"time":1,"color":"ffffffff"}]}},"bones":{"bone":{"translate":[{},{"time":0.5,"y":7.22},{"time":1}]},"bone2":{"translate":[{},{"time":0.5,"y":7.22},{"time":1}]},"bone3":{"translate":[{},{"time":0.5,"y":7.22},{"time":1}]}}}}}
@@ -1,7 +0,0 @@
fileFormatVersion: 2
guid: 8a943df693417c94a8c1c964a0a4d820
TextScriptImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
Binary file not shown.

Before

Width:  |  Height:  |  Size: 281 KiB

@@ -97,7 +97,7 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: d247ba06193faa74d9335f5481b2b56c, type: 3}
m_Name:
m_EditorClassIdentifier:
skeletonDataAsset: {fileID: 11400000, guid: 784260fd161902849984acd4826e12ff, type: 2}
skeletonDataAsset: {fileID: 11400000, guid: 9d97fc99d4541dd46b41ead5896ed169, type: 2}
initialSkinName:
initialFlipX: 0
initialFlipY: 0
@@ -1,41 +0,0 @@
photo.png
size: 518,175
format: RGBA8888
filter: Linear,Linear
repeat: none
bg
rotate: false
xy: 2, 4
size: 302, 169
orig: 304, 171
offset: 1, 1
index: -1
heart1
rotate: true
xy: 445, 109
size: 64, 65
orig: 66, 67
offset: 1, 1
index: -1
heart2
rotate: false
xy: 445, 50
size: 71, 57
orig: 73, 59
offset: 1, 1
index: -1
mouth
rotate: true
xy: 445, 2
size: 46, 35
orig: 48, 37
offset: 1, 1
index: -1
women
rotate: false
xy: 306, 9
size: 137, 164
orig: 139, 166
offset: 1, 1
index: -1
@@ -1,7 +0,0 @@
fileFormatVersion: 2
guid: 456ad3cfb83577b40ba9327426e9f4f0
TextScriptImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
@@ -1 +0,0 @@
{"skeleton":{"hash":"iPFIQhg7PmhNmaxfgFT+bGlr+Y4","spine":"3.8.93","x":-186,"y":-86,"width":361,"height":192,"images":"./images/","audio":"D:/冬季战争_27版/动效/相册icon"},"bones":[{"name":"root"},{"name":"bone","parent":"root","x":135.93,"y":56.69},{"name":"bone2","parent":"root","x":-5.08,"y":45.48},{"name":"bone3","parent":"root","x":-153.76,"y":34.86},{"name":"bone4","parent":"root","x":-69.39,"y":-16.47},{"name":"bone5","parent":"root","x":0.82,"y":70.26}],"slots":[{"name":"bg","bone":"bone5","attachment":"bg"},{"name":"heart1","bone":"bone3","attachment":"heart1"},{"name":"mouth","bone":"bone2","attachment":"mouth"},{"name":"heart2","bone":"bone","attachment":"heart2"},{"name":"women","bone":"bone4","attachment":"women"}],"skins":[{"name":"default","attachments":{"bg":{"bg":{"x":-0.82,"y":-70.76,"width":304,"height":171}},"heart1":{"heart1":{"x":0.76,"y":-0.36,"width":66,"height":67}},"heart2":{"heart2":{"x":2.57,"y":-1.19,"width":73,"height":59}},"mouth":{"mouth":{"x":-1.92,"y":-0.98,"width":48,"height":37}},"women":{"women":{"x":-3.11,"y":39.47,"width":139,"height":166}}}}],"animations":{"animation":{"slots":{"mouth":{"color":[{"color":"ffffffff","curve":"stepped"},{"time":0.6667,"color":"ffffffff"},{"time":0.9,"color":"ffffff00"}]}},"bones":{"bone":{"translate":[{},{"time":0.3333,"y":4.72},{"time":0.6667}]},"bone3":{"translate":[{},{"time":0.2333,"y":1.18},{"time":0.5,"y":4.13},{"time":0.7667,"curve":"stepped"},{"time":0.9}]},"bone2":{"translate":[{"curve":"stepped"},{"time":0.9}],"scale":[{},{"time":0.9,"x":1.365,"y":1.365}]},"bone5":{"translate":[{},{"time":0.4667,"y":-2.36},{"time":0.9}]},"bone4":{"translate":[{},{"time":0.4667,"y":0.59},{"time":0.9}],"shear":[{},{"time":0.4667,"y":0.26},{"time":0.9}]}}}}}
@@ -1,7 +0,0 @@
fileFormatVersion: 2
guid: 1d4331dcae5683b46926dbe975f5563a
TextScriptImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
Binary file not shown.

Before

Width:  |  Height:  |  Size: 141 KiB

@@ -1,8 +0,0 @@
fileFormatVersion: 2
guid: a62d3e1eb9ed6cd44a2c219eac4d1512
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 11400000
userData:
assetBundleName:
assetBundleVariant:
@@ -1,8 +0,0 @@
fileFormatVersion: 2
guid: 784260fd161902849984acd4826e12ff
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 11400000
userData:
assetBundleName:
assetBundleVariant:
@@ -0,0 +1,41 @@
secret.png
size: 691,167
format: RGBA8888
filter: Linear,Linear
repeat: none
bg
rotate: false
xy: 2, 2
size: 367, 163
orig: 367, 163
offset: 0, 0
index: -1
heart
rotate: true
xy: 583, 23
size: 62, 51
orig: 62, 51
offset: 0, 0
index: -1
role
rotate: true
xy: 371, 12
size: 153, 210
orig: 153, 210
offset: 0, 0
index: -1
xin01
rotate: false
xy: 636, 27
size: 53, 58
orig: 53, 58
offset: 0, 0
index: -1
xin02
rotate: true
xy: 583, 87
size: 78, 68
orig: 78, 68
offset: 0, 0
index: -1
@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 93213ba89ace14045ba5215d5523eb76
TextScriptImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
@@ -0,0 +1 @@
{"skeleton":{"hash":"aLOvprZ3HA5MTgygL/Um5CqJTj8","spine":"3.8.93","x":-205.62,"y":-128.63,"width":426.39,"height":212.92,"images":"./image/","audio":""},"bones":[{"name":"root"},{"name":"bg","parent":"root","y":-45.12},{"name":"xin02","parent":"bg","x":168.86,"y":64.49},{"name":"xin01","parent":"bg","x":-176.77,"y":30.73},{"name":"role","parent":"bg","x":-79.2,"y":47.66},{"name":"heart","parent":"bg","x":21.12,"y":18.36}],"slots":[{"name":"bg","bone":"bg","attachment":"bg"},{"name":"heart","bone":"heart","attachment":"heart"},{"name":"role","bone":"role","attachment":"role"},{"name":"xin01","bone":"xin01","attachment":"xin01"},{"name":"xin02","bone":"xin02","attachment":"xin02"}],"skins":[{"name":"default","attachments":{"bg":{"bg":{"x":-5.44,"y":-2,"width":367,"height":163}},"heart":{"heart":{"y":0.5,"width":62,"height":51}},"role":{"role":{"x":-3.34,"y":-23.24,"width":153,"height":210}},"xin01":{"xin01":{"x":-2.35,"y":-31.44,"width":53,"height":58}},"xin02":{"xin02":{"x":12.91,"y":6.21,"width":78,"height":68}}}}],"animations":{"animation":{"slots":{"heart":{"color":[{"color":"ffffff00"},{"time":1,"color":"ffffffff"},{"time":1.3333,"color":"ffffff00","curve":"stepped"},{"time":1.6667,"color":"ffffff00"},{"time":2.6667,"color":"ffffffff"},{"time":3,"color":"ffffff00"}]}},"bones":{"bg":{"translate":[{},{"time":0.5,"y":18.14},{"time":1},{"time":1.5,"y":18.14},{"time":2,"curve":"stepped"},{"time":3}]},"xin02":{"scale":[{},{"time":0.5,"x":1.108,"y":1.108},{"time":1},{"time":1.5,"x":1.108,"y":1.108},{"time":2}]},"xin01":{"rotate":[{}],"scale":[{},{"time":0.5,"x":1.096,"y":1.096},{"time":1},{"time":1.5,"x":1.096,"y":1.096},{"time":2}]},"role":{"translate":[{},{"time":0.5,"y":3.89},{"time":1},{"time":1.5,"y":3.89},{"time":2}]}}}}}
@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: a22d814228be4014bbbd7575d557cd00
TextScriptImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
Binary file not shown.

After

Width:  |  Height:  |  Size: 119 KiB

@@ -1,5 +1,5 @@
fileFormatVersion: 2
guid: 10d90f858d4e2b745a0204398078e2c3
guid: f3c93129ad492bc46a76985e9175db39
TextureImporter:
internalIDToNameTable: []
externalObjects: {}
@@ -106,6 +106,19 @@ TextureImporter:
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 3
buildTarget: WebGL
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 3
buildTarget: Android
maxTextureSize: 2048
@@ -10,8 +10,8 @@ MonoBehaviour:
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: a6b194f808b1af6499c93410e504af42, type: 3}
m_Name: live_icon_Atlas
m_Name: secret_Atlas
m_EditorClassIdentifier:
atlasFile: {fileID: 4900000, guid: df4f7a58502974a409328247373d9432, type: 3}
atlasFile: {fileID: 4900000, guid: 93213ba89ace14045ba5215d5523eb76, type: 3}
materials:
- {fileID: 2100000, guid: 83939c8d543b92743b27630cdebc2f66, type: 2}
- {fileID: 2100000, guid: 70183657843bc4040ae0061b2a06119e, type: 2}
@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: e0964ddcfcabf6340b18aad370ae17ab
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 11400000
userData:
assetBundleName:
assetBundleVariant:
@@ -7,7 +7,7 @@ Material:
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: photo_Material
m_Name: secret_Material
m_Shader: {fileID: 4800000, guid: 1e8a610c9e01c3648bac42585e5fc676, type: 3}
m_Parent: {fileID: 0}
m_ModifiedSerializedProperties: 0
@@ -27,7 +27,7 @@ Material:
serializedVersion: 3
m_TexEnvs:
- _MainTex:
m_Texture: {fileID: 2800000, guid: 46abf45d1a1f741afb40c9817f353cc1, type: 3}
m_Texture: {fileID: 2800000, guid: f3c93129ad492bc46a76985e9175db39, type: 3}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
m_Ints: []
@@ -1,5 +1,5 @@
fileFormatVersion: 2
guid: 47cbb11542b45d4479834943d7461f92
guid: 70183657843bc4040ae0061b2a06119e
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 2100000
@@ -10,12 +10,12 @@ MonoBehaviour:
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: f1b3b4b945939a54ea0b23d3396115fb, type: 3}
m_Name: live_icon_SkeletonData
m_Name: secret_SkeletonData
m_EditorClassIdentifier:
atlasAssets:
- {fileID: 11400000, guid: 9a6c3bfb328537a4f9df94ac3dcafe99, type: 2}
- {fileID: 11400000, guid: e0964ddcfcabf6340b18aad370ae17ab, type: 2}
scale: 0.01
skeletonJSON: {fileID: 4900000, guid: 8a943df693417c94a8c1c964a0a4d820, type: 3}
skeletonJSON: {fileID: 4900000, guid: a22d814228be4014bbbd7575d557cd00, type: 3}
isUpgradingBlendModeMaterials: 0
blendModeMaterials:
requiresBlendModeMaterials: 0
@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 9d97fc99d4541dd46b41ead5896ed169
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 11400000
userData:
assetBundleName:
assetBundleVariant:
@@ -10,12 +10,12 @@ MonoBehaviour:
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: f1b3b4b945939a54ea0b23d3396115fb, type: 3}
m_Name: album_icon_SkeletonData
m_Name: live_SkeletonData
m_EditorClassIdentifier:
atlasAssets:
- {fileID: 11400000, guid: e25356b74f6e6b84298d468c76356188, type: 2}
- {fileID: 11400000, guid: 6ff9110d9301fee41b78a10bf5eb1dd0, type: 2}
scale: 0.01
skeletonJSON: {fileID: 4900000, guid: f6c2082ca3a0e784faf989450047867f, type: 3}
skeletonJSON: {fileID: 4900000, guid: 1ab9370af2b498f44afc325b790354b3, type: 3}
isUpgradingBlendModeMaterials: 0
blendModeMaterials:
requiresBlendModeMaterials: 0
@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 99ce053e7fc588540a6edf59455c7f11
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 11400000
userData:
assetBundleName:
assetBundleVariant:
@@ -1,33 +1,33 @@
vip_icon.png
size: 280,126
size: 187,240
format: RGBA8888
filter: Linear,Linear
repeat: none
VIP
rotate: true
xy: 250, 64
size: 60, 28
orig: 62, 30
offset: 1, 1
xy: 146, 70
size: 168, 39
orig: 168, 39
offset: 0, 0
index: -1
bg
rotate: true
xy: 146, 2
size: 122, 102
orig: 124, 104
offset: 1, 1
rotate: false
xy: 2, 118
size: 142, 120
orig: 142, 120
offset: 0, 0
index: -1
light
rotate: true
xy: 2, 10
xy: 2, 2
size: 114, 142
orig: 116, 144
offset: 1, 1
index: -1
star
rotate: false
xy: 250, 49
xy: 146, 55
size: 13, 13
orig: 15, 15
offset: 1, 1
@@ -1 +1 @@
{"skeleton":{"hash":"qb1wFJ4t8xRYHhmNahwNigF8RJU","spine":"3.8.93","x":-62,"y":-53,"width":124,"height":104,"images":"./images/","audio":"D:/冬季战争_27版/动效/补充/vip_icon"},"bones":[{"name":"root"},{"name":"bone","parent":"root","x":-0.29,"y":-38},{"name":"bone2","parent":"root","x":0.51,"y":-19.4},{"name":"bone3","parent":"root","x":23.91,"y":-11.4},{"name":"bone4","parent":"root","x":-19.09,"y":11.8},{"name":"bone5","parent":"root","x":0.15,"y":22.69}],"slots":[{"name":"bg","bone":"bone","attachment":"bg"},{"name":"cut","bone":"bone5","attachment":"cut"},{"name":"light","bone":"bone4","attachment":"light"},{"name":"VIP","bone":"bone2","attachment":"VIP"},{"name":"star","bone":"bone3","attachment":"star"}],"skins":[{"name":"default","attachments":{"VIP":{"VIP":{"x":-1.51,"y":-2.6,"width":62,"height":30}},"bg":{"bg":{"x":0.29,"y":37,"width":124,"height":104}},"cut":{"cut":{"type":"clipping","end":"light","vertexCount":10,"vertices":[-3.24,14.74,-24.9,-11.62,-22.24,-13.81,-24.81,-19.3,-0.01,-57.45,25.03,-18.95,22.69,-13.57,24.44,-11.23,2.92,14.98,-0.24,12.17],"color":"ce3a3aff"}},"light":{"light":{"x":0.09,"y":-5.8,"width":116,"height":144}},"star":{"star":{"x":-0.41,"y":-1.1,"width":15,"height":15}}}}],"animations":{"animation":{"slots":{"light":{"color":[{"color":"ffffffff"},{"time":0.6667,"color":"ffffff7a"},{"time":0.7,"color":"ffffff00"}]},"star":{"color":[{"color":"ffffff00","curve":"stepped"},{"time":0.6333,"color":"ffffff00"},{"time":0.6667,"color":"ffffffff"}]}},"bones":{"bone":{"translate":[{},{"time":0.8333,"y":1.25},{"time":1.6667}]},"bone5":{"translate":[{},{"time":0.8333,"y":1.25},{"time":1.6667}]},"bone4":{"translate":[{"x":-28.1},{"time":0.6667,"x":79.2}]},"bone3":{"rotate":[{"curve":"stepped"},{"time":0.6667},{"time":1.5,"angle":-178.72}],"scale":[{"x":-0.028,"y":-0.028,"curve":"stepped"},{"time":0.6667,"x":-0.028,"y":-0.028},{"time":1,"curve":"stepped"},{"time":1.3333},{"time":1.6667,"x":0.029,"y":0.029}]},"bone2":{"scale":[{},{"time":0.5,"x":-1},{"time":1}]}}}}}
{"skeleton":{"hash":"zcxkhG13eCYA+LkrOaFv4CKLS0A","spine":"3.8.93","x":-85,"y":-69.81,"width":168,"height":136.93,"images":"./images/","audio":"D:/冬季战争_27版/动效/补充/vip_icon"},"bones":[{"name":"root"},{"name":"huangguan","parent":"root","x":-0.29,"y":-29.88},{"name":"VIP","parent":"root","x":0.51,"y":-45.5},{"name":"star","parent":"huangguan","x":15.15,"y":63.72},{"name":"bone4","parent":"root","x":-19.09,"y":11.8},{"name":"bone5","parent":"huangguan","x":0.45,"y":68}],"slots":[{"name":"bg","bone":"huangguan","attachment":"bg"},{"name":"VIP","bone":"VIP","attachment":"VIP"},{"name":"star","bone":"star","attachment":"star"},{"name":"cut","bone":"bone5","attachment":"caijian"},{"name":"light","bone":"bone4","attachment":"light"}],"skins":[{"name":"default","attachments":{"VIP":{"VIP":{"x":-1.51,"y":-4.82,"width":168,"height":39}},"bg":{"bg":{"x":0.29,"y":37,"width":142,"height":120}},"cut":{"caijian":{"type":"clipping","end":"cut","vertexCount":22,"vertices":[3.17,14.3,27.81,-16.41,26.92,-17.82,27.14,-19.22,28.99,-25,27.36,-28.47,24.4,-34.25,20.36,-40.26,12.65,-46.84,4.38,-51.64,-1.92,-51.92,-8.78,-49.57,-14.42,-46.66,-18.93,-42.61,-22.5,-36.5,-27.2,-28.8,-29.37,-25.22,-27.67,-18.83,-29.18,-16.29,-3.14,14.73,-0.7,11.91,0.52,11.99],"color":"ce3a3a00"}},"light":{"light":{"x":0.09,"y":-5.8,"width":116,"height":144}},"star":{"star":{"x":-0.41,"y":-1.1,"width":15,"height":15}}}}],"animations":{"animation":{"slots":{"light":{"color":[{"color":"ffffffff"},{"time":0.6667,"color":"ffffff7a"},{"time":0.7,"color":"ffffff00"}]},"star":{"color":[{"color":"ffffff00","curve":"stepped"},{"time":0.6333,"color":"ffffff00"},{"time":0.6667,"color":"ffffffff"}]}},"bones":{"huangguan":{"translate":[{},{"time":0.8333,"y":6.45},{"time":1.6667}]},"bone5":{"translate":[{},{"time":0.8333,"y":1.25},{"time":1.6667}]},"bone4":{"translate":[{"x":-28.1},{"time":0.6667,"x":79.2}]},"star":{"rotate":[{"curve":"stepped"},{"time":0.6667},{"time":1.5,"angle":-178.72}],"scale":[{"x":-0.028,"y":-0.028,"curve":"stepped"},{"time":0.6667,"x":-0.028,"y":-0.028},{"time":1,"curve":"stepped"},{"time":1.3333},{"time":1.6667,"x":0.029,"y":0.029}]},"VIP":{"translate":[{},{"time":0.8333,"y":3.51},{"time":1.6667}],"scale":[{},{"time":0.8333,"x":1.02,"y":1.02},{"time":1.6667}]}}}}}
Binary file not shown.

Before

Width:  |  Height:  |  Size: 37 KiB

After

Width:  |  Height:  |  Size: 51 KiB

@@ -106,6 +106,19 @@ TextureImporter:
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 3
buildTarget: WebGL
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 3
buildTarget: Android
maxTextureSize: 2048
@@ -14,7 +14,6 @@ Material:
m_ValidKeywords:
- _STRAIGHT_ALPHA_INPUT
m_InvalidKeywords:
- CLIPPED
- _USE8NEIGHBOURHOOD_ON
m_LightmapFlags: 4
m_EnableInstancingVariants: 0
@@ -0,0 +1,41 @@
assitant.png
size: 703,173
format: RGBA8888
filter: Linear,Linear
repeat: none
bg
rotate: false
xy: 2, 8
size: 367, 163
orig: 367, 163
offset: 0, 0
index: -1
heart
rotate: true
xy: 650, 34
size: 62, 51
orig: 62, 51
offset: 0, 0
index: -1
role
rotate: true
xy: 371, 2
size: 169, 207
orig: 169, 207
offset: 0, 0
index: -1
xin01
rotate: true
xy: 580, 98
size: 73, 115
orig: 73, 115
offset: 0, 0
index: -1
xin02
rotate: true
xy: 580, 18
size: 78, 68
orig: 78, 68
offset: 0, 0
index: -1
@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 80f64ba0b5a90ac4f86825c016c446fd
TextScriptImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
@@ -0,0 +1 @@
{"skeleton":{"hash":"a/DT9VAE+aLf8Gqc9zonn448H+Y","spine":"3.8.93","x":-214,"y":-135.89,"width":433.95,"height":218.86,"images":"./image/","audio":""},"bones":[{"name":"root"},{"name":"bg","parent":"root","y":-45.12},{"name":"xin02","parent":"bg","x":168.04,"y":65.65},{"name":"xin01","parent":"bg","x":-179.23,"y":-31.79},{"name":"role","parent":"bg","x":-80.37,"y":47.66},{"name":"heart","parent":"bg","x":19.4,"y":20.17}],"slots":[{"name":"bg","bone":"bg","attachment":"bg"},{"name":"heart","bone":"heart","attachment":"heart"},{"name":"role","bone":"role","attachment":"role"},{"name":"xin01","bone":"xin01","attachment":"xin01"},{"name":"xin02","bone":"xin02","attachment":"xin02"}],"skins":[{"name":"default","attachments":{"bg":{"bg":{"x":-5.44,"y":-2,"width":367,"height":163}},"heart":{"heart":{"y":0.5,"width":62,"height":51}},"role":{"role":{"x":2.8,"y":-23.06,"width":169,"height":207}},"xin01":{"xin01":{"x":1.73,"y":-1.48,"width":73,"height":115}},"xin02":{"xin02":{"x":12.91,"y":6.21,"width":78,"height":68}}}}],"animations":{"animation":{"slots":{"heart":{"color":[{"color":"ffffff00"},{"time":1,"color":"ffffffff"},{"time":1.3333,"color":"ffffff00","curve":"stepped"},{"time":1.6667,"color":"ffffff00"},{"time":2.6667,"color":"ffffffff"},{"time":3,"color":"ffffff00"}]}},"bones":{"bg":{"translate":[{},{"time":0.5,"y":18.14},{"time":1},{"time":1.5,"y":18.14},{"time":2,"curve":"stepped"},{"time":3}]},"xin02":{"scale":[{},{"time":0.5,"x":1.108,"y":1.108},{"time":1},{"time":1.5,"x":1.108,"y":1.108},{"time":2}]},"xin01":{"rotate":[{}],"translate":[{"curve":0.25,"c3":0.75},{"time":0.5,"y":10.69,"curve":0.25,"c3":0.75},{"time":1,"curve":0.25,"c3":0.75},{"time":1.5,"y":10.69,"curve":0.25,"c3":0.75},{"time":2}],"scale":[{},{"time":0.5,"x":1.052,"y":1.052},{"time":1},{"time":1.5,"x":1.052,"y":1.052},{"time":2}]},"role":{"translate":[{},{"time":0.5,"y":4.37},{"time":1},{"time":1.5,"y":4.37},{"time":2}]}}}}}
@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 9b8877269b67a804c83e883ad1c49c9a
TextScriptImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
Binary file not shown.

After

Width:  |  Height:  |  Size: 128 KiB

@@ -0,0 +1,153 @@
fileFormatVersion: 2
guid: 2173eb164e2f95a40a0c1e00c51d2583
TextureImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 13
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
flipGreenChannel: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
vTOnly: 0
ignoreMipmapLimit: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 1
aniso: 1
mipBias: 0
wrapU: 0
wrapV: 0
wrapW: 0
nPOTScale: 1
lightmap: 0
compressionQuality: 50
spriteMode: 0
spriteExtrude: 1
spriteMeshType: 1
alignment: 0
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 0
spriteTessellationDetail: -1
textureType: 0
textureShape: 1
singleChannelComponent: 0
flipbookRows: 1
flipbookColumns: 1
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
ignorePngGamma: 0
applyGammaDecoding: 0
swizzle: 50462976
cookieLightType: 0
platformSettings:
- serializedVersion: 3
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 0
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 3
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 3
buildTarget: iPhone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 3
buildTarget: WebGL
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 3
buildTarget: Android
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
spriteSheet:
serializedVersion: 2
sprites: []
outline: []
physicsShape: []
bones: []
spriteID:
internalID: 0
vertices: []
indices:
edges: []
weights: []
secondaryTextures: []
nameFileIdTable: {}
mipmapLimitGroupName:
pSDRemoveMatte: 0
userData:
assetBundleName:
assetBundleVariant:
@@ -10,8 +10,8 @@ MonoBehaviour:
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: a6b194f808b1af6499c93410e504af42, type: 3}
m_Name: album_icon_Atlas
m_Name: assitant_Atlas
m_EditorClassIdentifier:
atlasFile: {fileID: 4900000, guid: dd63584bcf36190448fdd94981a84524, type: 3}
atlasFile: {fileID: 4900000, guid: 80f64ba0b5a90ac4f86825c016c446fd, type: 3}
materials:
- {fileID: 2100000, guid: 69e0f4835d118f34db1fa01255736dd6, type: 2}
- {fileID: 2100000, guid: f9038f2a8e812764ab192572d86d02bf, type: 2}
@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 8129fcf5074bc854cb9945d5c74f70c9
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 11400000
userData:
assetBundleName:
assetBundleVariant:
@@ -7,7 +7,7 @@ Material:
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: live_icon_Material
m_Name: assitant_Material
m_Shader: {fileID: 4800000, guid: 1e8a610c9e01c3648bac42585e5fc676, type: 3}
m_Parent: {fileID: 0}
m_ModifiedSerializedProperties: 0
@@ -27,7 +27,7 @@ Material:
serializedVersion: 3
m_TexEnvs:
- _MainTex:
m_Texture: {fileID: 2800000, guid: d8205570a7d0dc14999fb302e77a06e2, type: 3}
m_Texture: {fileID: 2800000, guid: 2173eb164e2f95a40a0c1e00c51d2583, type: 3}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
m_Ints: []
@@ -1,5 +1,5 @@
fileFormatVersion: 2
guid: 104bc58403ad346e68bc09894ce20c03
guid: f9038f2a8e812764ab192572d86d02bf
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 2100000
@@ -0,0 +1,31 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!114 &11400000
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: f1b3b4b945939a54ea0b23d3396115fb, type: 3}
m_Name: assitant_SkeletonData
m_EditorClassIdentifier:
atlasAssets:
- {fileID: 11400000, guid: 8129fcf5074bc854cb9945d5c74f70c9, type: 2}
scale: 0.01
skeletonJSON: {fileID: 4900000, guid: 9b8877269b67a804c83e883ad1c49c9a, type: 3}
isUpgradingBlendModeMaterials: 0
blendModeMaterials:
requiresBlendModeMaterials: 0
applyAdditiveMaterial: 0
additiveMaterials: []
multiplyMaterials: []
screenMaterials: []
skeletonDataModifiers: []
fromAnimation: []
toAnimation: []
duration: []
defaultMix: 0.2
controller: {fileID: 0}
@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: f88e80057bec8ec40aa4bbbb66d3a754
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 11400000
userData:
assetBundleName:
assetBundleVariant:
@@ -96,7 +96,7 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: d247ba06193faa74d9335f5481b2b56c, type: 3}
m_Name:
m_EditorClassIdentifier:
skeletonDataAsset: {fileID: 11400000, guid: 46cdb2ea123064e4da8a4807d1db7cfc, type: 2}
skeletonDataAsset: {fileID: 11400000, guid: f88e80057bec8ec40aa4bbbb66d3a754, type: 2}
initialSkinName:
initialFlipX: 0
initialFlipY: 0
@@ -1,48 +0,0 @@
photo.png
size: 497,176
format: RGBA8888
filter: Linear,Linear
repeat: none
bg
rotate: false
xy: 2, 5
size: 302, 169
orig: 302, 169
offset: 0, 0
index: -1
heart1
rotate: true
xy: 398, 114
size: 60, 97
orig: 60, 97
offset: 0, 0
index: -1
heart2
rotate: false
xy: 398, 55
size: 71, 57
orig: 71, 57
offset: 0, 0
index: -1
heart3
rotate: false
xy: 435, 17
size: 44, 36
orig: 44, 36
offset: 0, 0
index: -1
mouth
rotate: true
xy: 398, 7
size: 46, 35
orig: 46, 35
offset: 0, 0
index: -1
women
rotate: false
xy: 306, 2
size: 90, 172
orig: 90, 172
offset: 0, 0
index: -1

Some files were not shown because too many files have changed in this diff Show More