同步
This commit is contained in:
37538
Assets/FR2_Cache.asset
37538
Assets/FR2_Cache.asset
File diff suppressed because it is too large
Load Diff
@@ -25,10 +25,13 @@ namespace ES3Internal
|
||||
|
||||
if (type != typeof(object) && lastAccessedType != null && lastAccessedType.type == type)
|
||||
return lastAccessedType;
|
||||
|
||||
|
||||
// If type doesn't exist, create one.
|
||||
if (types.TryGetValue(type, out lastAccessedType))
|
||||
{
|
||||
return lastAccessedType;
|
||||
}
|
||||
|
||||
return (lastAccessedType = CreateES3Type(type, throwException));
|
||||
}
|
||||
|
||||
|
||||
@@ -133,12 +133,12 @@ namespace Ichni.RhythmGame
|
||||
particleSystemRenderer.material.SetColor("_BaseColor", colorSubmodule.currentBaseColor);
|
||||
if (colorSubmodule.emissionEnabled)
|
||||
{
|
||||
particleSystemRenderer.material.EnableKeyword("_EMISSION_ON");
|
||||
particleSystemRenderer.material.SetFloat("_EnableEmission", 1);
|
||||
particleSystemRenderer.material.SetColor("_EmissionColor", colorSubmodule.GetCurrentEmissionColor());
|
||||
}
|
||||
else
|
||||
{
|
||||
particleSystemRenderer.material.DisableKeyword("_EMISSION_ON");
|
||||
particleSystemRenderer.material.SetFloat("_EnableEmission", 0);
|
||||
}
|
||||
}
|
||||
#endregion
|
||||
|
||||
@@ -197,11 +197,11 @@ namespace Ichni
|
||||
assetList_Other = new List<Object>();
|
||||
}
|
||||
|
||||
public T GetObject<T>(string name)
|
||||
public T GetObject<T>(string name) where T : class
|
||||
{
|
||||
if (name == "None")
|
||||
{
|
||||
return default(T);
|
||||
return null;
|
||||
}
|
||||
|
||||
T[] assetList;
|
||||
@@ -214,7 +214,7 @@ namespace Ichni
|
||||
{
|
||||
if (name == assetList_GameObject[i].name)
|
||||
{
|
||||
return assetList[i];
|
||||
if (assetList != null) return assetList[i];
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -226,7 +226,7 @@ namespace Ichni
|
||||
{
|
||||
if (name == assetList_Material[i].name)
|
||||
{
|
||||
return assetList[i];
|
||||
if (assetList != null) return assetList[i];
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -238,7 +238,7 @@ namespace Ichni
|
||||
{
|
||||
if (name == assetList_Texture[i].name)
|
||||
{
|
||||
return assetList[i];
|
||||
if (assetList != null) return assetList[i];
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -249,12 +249,12 @@ namespace Ichni
|
||||
{
|
||||
if (name == assetList_Other[i].name)
|
||||
{
|
||||
return assetList[i];
|
||||
if (assetList != null) return assetList[i];
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
return default(T);
|
||||
return null;
|
||||
}
|
||||
}
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
8
Assets/StreamingAssets/Export/Mr. Weq - Lunar Shade.meta
Normal file
8
Assets/StreamingAssets/Export/Mr. Weq - Lunar Shade.meta
Normal file
@@ -0,0 +1,8 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 6c85348626a6fdc4fac6ac52e4041fbd
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Binary file not shown.
@@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 5f99274d8a3ef1b4f8f5f145c1c264e6
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Binary file not shown.
@@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: e6e993eb6f5c43644b891a6f0ba1be51
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Binary file not shown.
@@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: cf0d562b7ad64aa4db238461173dc23b
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1 @@
|
||||
ŰuV]ČówŻ»ÔhüµnŁÓĄ}R›µ•tXôŘ~Ŕa|ęnúW>+¨•¤Z¨<5A> ˙ÔÓű#*vŁ[›˙úZ•ŠÄ.ĚÔű?&®ĹČ‘;.đR—°<éŘťrăÔßmŔv…ë‘s=!â]t 7rü–xü‰^(óyßĘÚĄmu(ë<>ŐÜ<>Ľýľú4äősá‰Í1sδŁßŕÇ!ă$1媌Ľ<C59A>óČNö„őí8ĽĂ\řĽH¸Nf2<µ'Ň‚4–Ľ;^˘Şöśăýł"‡‹ą.Mł´0¬AĎV±äČ@ĐĹuőµ6YÉ"§
|
||||
@@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 5ee3150752ec57b47870b716ba0bf74b
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
8
Assets/StreamingAssets/Export/pof.meta
Normal file
8
Assets/StreamingAssets/Export/pof.meta
Normal file
@@ -0,0 +1,8 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 522281a720fccd14a89dae708afe9545
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
BIN
Assets/StreamingAssets/Export/pof/Beatmap.bytes
Normal file
BIN
Assets/StreamingAssets/Export/pof/Beatmap.bytes
Normal file
Binary file not shown.
7
Assets/StreamingAssets/Export/pof/Beatmap.bytes.meta
Normal file
7
Assets/StreamingAssets/Export/pof/Beatmap.bytes.meta
Normal file
@@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 7ad07a532b11b4549ba56db20244304d
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
1
Assets/StreamingAssets/Export/pof/CommandScripts.bytes
Normal file
1
Assets/StreamingAssets/Export/pof/CommandScripts.bytes
Normal file
@@ -0,0 +1 @@
|
||||
гъ€В4ЭЬ}ккДnќЪ™щ№1@D?ђЏґ|мнЉцtІ]{аaBЃ
|
||||
@@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 230d1ef4a78be7c4ab981f06a602786b
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
BIN
Assets/StreamingAssets/Export/pof/ProjectInfo.bytes
Normal file
BIN
Assets/StreamingAssets/Export/pof/ProjectInfo.bytes
Normal file
Binary file not shown.
7
Assets/StreamingAssets/Export/pof/ProjectInfo.bytes.meta
Normal file
7
Assets/StreamingAssets/Export/pof/ProjectInfo.bytes.meta
Normal file
@@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 4d2f8fd23969dca4ab51f19a23e9c42e
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
2
Assets/StreamingAssets/Export/pof/SongInfo.bytes
Normal file
2
Assets/StreamingAssets/Export/pof/SongInfo.bytes
Normal file
@@ -0,0 +1,2 @@
|
||||
…Õå$4¥ù<C2A5>á<EFBFBD>N<EFBFBD>Ê¢ú`‹y¯Ó ‘rÈŠ|ŠJ¼W̾7Ÿ iXmÏ]ŸjçTÀôo"Œü5êŠ9I+ú¾JZƒx O½Ž~1l©<07><>ªÈßH<0E>/‹à¼Ô?Õ™®f¿ˆø-Ÿ³´9öMðf<C3B0>tþ&îFžŸÞUŠÙa”[ñùI<IÓ°
|
||||
òša³¦˜¬E„[¹¡Ó’ñÄ8,üÑ¥`WÈ+«ÓûK XǪ{RO㙼طÔA“ž[sÅ ¼ÊÿCa<43>]¨<,’›<E28099>^¤Ð˜ç°;qXíó áþ*Ð+Â
|
||||
7
Assets/StreamingAssets/Export/pof/SongInfo.bytes.meta
Normal file
7
Assets/StreamingAssets/Export/pof/SongInfo.bytes.meta
Normal file
@@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: daf639bda868a5b41af9718de84f865a
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,8 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 54f76f2e0eea66841b9ad877725438d2
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,8 @@
|
||||
fileFormatVersion: 2
|
||||
guid: f0e331951de095b4ea57137c98f7eb62
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
145402
Assets/StreamingAssets/Projects/Mr. Weq - Lunar Shade/BREAK/Beatmap.json
Normal file
145402
Assets/StreamingAssets/Projects/Mr. Weq - Lunar Shade/BREAK/Beatmap.json
Normal file
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: bb2816cc7ce9a13458c88887eb27eaf6
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
160968
Assets/StreamingAssets/Projects/Mr. Weq - Lunar Shade/Beatmap.json
Normal file
160968
Assets/StreamingAssets/Projects/Mr. Weq - Lunar Shade/Beatmap.json
Normal file
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: b596651094d8c194e9d2bdf02d7057ca
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"CommandScripts" : {
|
||||
"__type" : "Ichni.RhythmGame.Beatmap.CommandScripts_BM,Assembly-CSharp",
|
||||
"value" : {
|
||||
"commandList" : [
|
||||
|
||||
],
|
||||
"attachedElementGuid" : {
|
||||
"value" : "00000000-0000-0000-0000-000000000000"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: bee61c3b0a3fe144c9c7f91a70a61a1f
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Binary file not shown.
@@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 63b8c1c80834ad0419c96a4b706bd010
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"ProjectInformation" : {
|
||||
"__type" : "Ichni.RhythmGame.Beatmap.ProjectInformation_BM,Assembly-CSharp",
|
||||
"value" : {
|
||||
"projectName" : "Mr. Weq - Lunar Shade",
|
||||
"creatorName" : "FE",
|
||||
"editorVersion" : "0.1.0",
|
||||
"createTime" : "2026\/1\/15 19:53:06",
|
||||
"lastSaveTime" : "4\/3\/2026 3:51:48 AM",
|
||||
"selectedThemeBundleList" : [
|
||||
"basic","departure_to_multiverse","metropolis_on_orbit","shapes"
|
||||
],
|
||||
"tagManager" : {
|
||||
"tagMatchers" : [
|
||||
|
||||
]
|
||||
},
|
||||
"attachedElementGuid" : {
|
||||
"value" : "00000000-0000-0000-0000-000000000000"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 5e1d91995df63a74a851ef20fe40aafb
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"SongInformation" : {
|
||||
"__type" : "Ichni.RhythmGame.Beatmap.SongInformation_BM,Assembly-CSharp",
|
||||
"value" : {
|
||||
"songName" : "Mr. Weq - Lunar Shade.wav",
|
||||
"bpm" : 90,
|
||||
"delay" : 1,
|
||||
"offset" : 0,
|
||||
"attachedElementGuid" : {
|
||||
"value" : "00000000-0000-0000-0000-000000000000"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 16fb8f2547cbd854c9b061352f81ed12
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,8 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 4fbf3fff9d4e3414a9f4215d80b34cb9
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
170944
Assets/StreamingAssets/Projects/Mr. Weq - Lunar Shade/X1/Beatmap.json
Normal file
170944
Assets/StreamingAssets/Projects/Mr. Weq - Lunar Shade/X1/Beatmap.json
Normal file
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 50839c50085841e4b8c0c6733c02cf08
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,8 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 637f5a7bcb429524bbcfdffa0696b0e4
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
160461
Assets/StreamingAssets/Projects/Mr. Weq - Lunar Shade/X2/Beatmap.json
Normal file
160461
Assets/StreamingAssets/Projects/Mr. Weq - Lunar Shade/X2/Beatmap.json
Normal file
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 314b16d7a5ca82c4f888ba4adbeceb2f
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,8 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 53046437b663e4146ba6afab10f11109
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
151819
Assets/StreamingAssets/Projects/Mr. Weq - Lunar Shade/X3/Beatmap.json
Normal file
151819
Assets/StreamingAssets/Projects/Mr. Weq - Lunar Shade/X3/Beatmap.json
Normal file
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 563f3a7ee227b5743ae59cd15cd6eae4
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: a3ff3aee03ea72b4b87428a6638e0307
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
8
Assets/StreamingAssets/Projects/pof.meta
Normal file
8
Assets/StreamingAssets/Projects/pof.meta
Normal file
@@ -0,0 +1,8 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 107c05da11917f840a3399bdd4bcc2ef
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
36417
Assets/StreamingAssets/Projects/pof/Beatmap.json
Normal file
36417
Assets/StreamingAssets/Projects/pof/Beatmap.json
Normal file
File diff suppressed because it is too large
Load Diff
7
Assets/StreamingAssets/Projects/pof/Beatmap.json.meta
Normal file
7
Assets/StreamingAssets/Projects/pof/Beatmap.json.meta
Normal file
@@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 8bbfc9eb45be38946acdaa220fe76d0a
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
13
Assets/StreamingAssets/Projects/pof/CommandScripts.json
Normal file
13
Assets/StreamingAssets/Projects/pof/CommandScripts.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"CommandScripts" : {
|
||||
"__type" : "Ichni.RhythmGame.Beatmap.CommandScripts_BM,Assembly-CSharp",
|
||||
"value" : {
|
||||
"commandList" : [
|
||||
|
||||
],
|
||||
"attachedElementGuid" : {
|
||||
"value" : "00000000-0000-0000-0000-000000000000"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: d2d1e79c83cc4ab4c90197187f55e0bb
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
23
Assets/StreamingAssets/Projects/pof/ProjectInfo.json
Normal file
23
Assets/StreamingAssets/Projects/pof/ProjectInfo.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"ProjectInformation" : {
|
||||
"__type" : "Ichni.RhythmGame.Beatmap.ProjectInformation_BM,Assembly-CSharp",
|
||||
"value" : {
|
||||
"projectName" : "pof",
|
||||
"creatorName" : "7",
|
||||
"editorVersion" : "0.1.0",
|
||||
"createTime" : "2025\/8\/16 9:40:44",
|
||||
"lastSaveTime" : "4\/2\/2026 3:39:50 PM",
|
||||
"selectedThemeBundleList" : [
|
||||
"basic","departure_to_multiverse"
|
||||
],
|
||||
"tagManager" : {
|
||||
"tagMatchers" : [
|
||||
|
||||
]
|
||||
},
|
||||
"attachedElementGuid" : {
|
||||
"value" : "00000000-0000-0000-0000-000000000000"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 83d92ab00a108e040ab6ad137d89143f
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
14
Assets/StreamingAssets/Projects/pof/SongInfo.json
Normal file
14
Assets/StreamingAssets/Projects/pof/SongInfo.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"SongInformation" : {
|
||||
"__type" : "Ichni.RhythmGame.Beatmap.SongInformation_BM,Assembly-CSharp",
|
||||
"value" : {
|
||||
"songName" : "pof.wav",
|
||||
"bpm" : 165,
|
||||
"delay" : 0,
|
||||
"offset" : 0,
|
||||
"attachedElementGuid" : {
|
||||
"value" : "00000000-0000-0000-0000-000000000000"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
7
Assets/StreamingAssets/Projects/pof/SongInfo.json.meta
Normal file
7
Assets/StreamingAssets/Projects/pof/SongInfo.json.meta
Normal file
@@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 4fd661d7889526e4196183637ec7e4b6
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
BIN
Assets/StreamingAssets/Projects/pof/pof.wav
Normal file
BIN
Assets/StreamingAssets/Projects/pof/pof.wav
Normal file
Binary file not shown.
7
Assets/StreamingAssets/Projects/pof/pof.wav.meta
Normal file
7
Assets/StreamingAssets/Projects/pof/pof.wav.meta
Normal file
@@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: fb884972080c7754aae02ed42a6af2ad
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
8
Assets/StreamingAssets/Projects/新世纪wow战士.meta
Normal file
8
Assets/StreamingAssets/Projects/新世纪wow战士.meta
Normal file
@@ -0,0 +1,8 @@
|
||||
fileFormatVersion: 2
|
||||
guid: f4654ba46e8f5144dbae4e2e6db26ca4
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
BIN
Assets/StreamingAssets/Projects/新世纪wow战士.zip
Normal file
BIN
Assets/StreamingAssets/Projects/新世纪wow战士.zip
Normal file
Binary file not shown.
7
Assets/StreamingAssets/Projects/新世纪wow战士.zip.meta
Normal file
7
Assets/StreamingAssets/Projects/新世纪wow战士.zip.meta
Normal file
@@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 0a191e5ed9070864c9624e5abb7bb81c
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
63011
Assets/StreamingAssets/Projects/新世纪wow战士/Beatmap.json
Normal file
63011
Assets/StreamingAssets/Projects/新世纪wow战士/Beatmap.json
Normal file
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 3451d6d90812fb240998a353b422d434
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
13
Assets/StreamingAssets/Projects/新世纪wow战士/CommandScripts.json
Normal file
13
Assets/StreamingAssets/Projects/新世纪wow战士/CommandScripts.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"CommandScripts" : {
|
||||
"__type" : "Ichni.RhythmGame.Beatmap.CommandScripts_BM,Assembly-CSharp",
|
||||
"value" : {
|
||||
"commandList" : [
|
||||
|
||||
],
|
||||
"attachedElementGuid" : {
|
||||
"value" : "00000000-0000-0000-0000-000000000000"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 0844cf65fc6387349bfd5a7115d6cf86
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
23
Assets/StreamingAssets/Projects/新世纪wow战士/ProjectInfo.json
Normal file
23
Assets/StreamingAssets/Projects/新世纪wow战士/ProjectInfo.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"ProjectInformation" : {
|
||||
"__type" : "Ichni.RhythmGame.Beatmap.ProjectInformation_BM,Assembly-CSharp",
|
||||
"value" : {
|
||||
"projectName" : "新世纪wow战士",
|
||||
"creatorName" : "Bipolar",
|
||||
"editorVersion" : "0.1.0",
|
||||
"createTime" : "2026\/2\/3 23:04:50",
|
||||
"lastSaveTime" : "4\/3\/2026 1:08:35 AM",
|
||||
"selectedThemeBundleList" : [
|
||||
"basic","departure_to_multiverse"
|
||||
],
|
||||
"tagManager" : {
|
||||
"tagMatchers" : [
|
||||
|
||||
]
|
||||
},
|
||||
"attachedElementGuid" : {
|
||||
"value" : "00000000-0000-0000-0000-000000000000"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: a5a56868366eeb744be73f30a0cb69bb
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
14
Assets/StreamingAssets/Projects/新世纪wow战士/SongInfo.json
Normal file
14
Assets/StreamingAssets/Projects/新世纪wow战士/SongInfo.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"SongInformation" : {
|
||||
"__type" : "Ichni.RhythmGame.Beatmap.SongInformation_BM,Assembly-CSharp",
|
||||
"value" : {
|
||||
"songName" : "world for white (lies)(mastered)..mp3",
|
||||
"bpm" : 184,
|
||||
"delay" : 0,
|
||||
"offset" : 0,
|
||||
"attachedElementGuid" : {
|
||||
"value" : "00000000-0000-0000-0000-000000000000"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: ab0ad6d081f70c44da8f708f2778131e
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Binary file not shown.
@@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: e5f9c0c58508318468ac38be3add39e5
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Binary file not shown.
@@ -1,6 +1,6 @@
|
||||
ManifestFileVersion: 0
|
||||
UnityVersion: 6000.3.7f1
|
||||
CRC: 2552696846
|
||||
CRC: 3052627744
|
||||
HashAppended: 0
|
||||
AssetBundleManifest:
|
||||
AssetBundleInfos:
|
||||
|
||||
Binary file not shown.
@@ -1,34 +1,44 @@
|
||||
ManifestFileVersion: 0
|
||||
UnityVersion: 6000.3.7f1
|
||||
CRC: 3126107931
|
||||
CRC: 43309550
|
||||
Hashes:
|
||||
AssetFileHash:
|
||||
serializedVersion: 2
|
||||
Hash: 6071e55eb638100f304e878aaa1f996e
|
||||
Hash: 7e6510928a127829b2e045950debece6
|
||||
TypeTreeHash:
|
||||
serializedVersion: 2
|
||||
Hash: 1cfddeea06ce0ec573e0d0ec81ebe20e
|
||||
Hash: bc9f87c7e64ff656997db0f2b2a91703
|
||||
IncrementalBuildHash:
|
||||
serializedVersion: 2
|
||||
Hash: 605629987b8eddfaf6d9d9ab3aae1631
|
||||
Hash: 87a218d1ec15b08d97b6180b944afca3
|
||||
HashAppended: 0
|
||||
ClassTypes:
|
||||
- Class: 28
|
||||
Script: {instanceID: 0}
|
||||
- Class: 213
|
||||
Script: {instanceID: 0}
|
||||
SerializeReferenceClassIdentifiers: []
|
||||
Assets:
|
||||
- Assets/ThemeBundles/Shapes/Sprites/Square_1px.png
|
||||
- Assets/ThemeBundles/Shapes/Sprites/Circle_1px.png
|
||||
- Assets/ThemeBundles/Shapes/Sprites/Leaf_1.png
|
||||
- Assets/ThemeBundles/Shapes/Sprites/RegularDialond_2px.png
|
||||
- Assets/ThemeBundles/Shapes/Sprites/Circle_0.5px.png
|
||||
- Assets/ThemeBundles/Shapes/Sprites/Square_0.5px.png
|
||||
- Assets/ThemeBundles/Shapes/Sprites/Leaf_0.png
|
||||
- Assets/ThemeBundles/Shapes/Sprites/Triangle_1px.png
|
||||
- Assets/ThemeBundles/Shapes/Sprites/Triangle_2px.png
|
||||
- Assets/ThemeBundles/Shapes/Sprites/RegularDialond_1px.png
|
||||
- Assets/ThemeBundles/Shapes/Sprites/Square_2px.png
|
||||
- Assets/ThemeBundles/Shapes/Sprites/Ciecle_2px.png
|
||||
- Assets/ThemeBundles/Shapes/Sprites/Triangle_0.5px.png
|
||||
- Assets/ThemeBundles/Shapes/Sprites/RegularDiamond_0.5px.png
|
||||
- Assets/ThemeBundles/Shapes/Sprites/triangle_SolidColorFill.png
|
||||
- Assets/ThemeBundles/Shapes/Sprites/square_Frame_2.png
|
||||
- Assets/ThemeBundles/Shapes/Sprites/rhombus_Frame_1.png
|
||||
- Assets/ThemeBundles/Shapes/Sprites/triangle_Frame_1.png
|
||||
- Assets/ThemeBundles/Shapes/Sprites/circle_Frame_2_Broken.png
|
||||
- Assets/ThemeBundles/Shapes/Sprites/square_GradientFill.png
|
||||
- Assets/ThemeBundles/Shapes/Sprites/square_Frame_50.png
|
||||
- Assets/ThemeBundles/Shapes/Sprites/rhombus_Frame_5.png
|
||||
- Assets/ThemeBundles/Shapes/Sprites/circle_Frame_1.png
|
||||
- Assets/ThemeBundles/Shapes/Sprites/circle_Frame_2.png
|
||||
- Assets/ThemeBundles/Shapes/Sprites/circle_Frame_5.png
|
||||
- Assets/ThemeBundles/Shapes/Sprites/circle_SolidColorFill.png
|
||||
- Assets/ThemeBundles/Shapes/Sprites/rhombus_Frame_50.png
|
||||
- Assets/ThemeBundles/Shapes/Sprites/triangle_Frame_2.png
|
||||
- Assets/ThemeBundles/Shapes/Sprites/rhombus_Frame_2.png
|
||||
- Assets/ThemeBundles/Shapes/Sprites/circle_Frame_50.png
|
||||
- Assets/ThemeBundles/Shapes/Sprites/square_Frame_5.png
|
||||
- Assets/ThemeBundles/Shapes/Sprites/triangle_Frame_5.png
|
||||
- Assets/ThemeBundles/Shapes/Sprites/triangle_Frame_50.png
|
||||
- Assets/ThemeBundles/Shapes/Sprites/rhombus_SolidColorFill.png
|
||||
- Assets/ThemeBundles/Shapes/Sprites/square_SolidColorFill.png
|
||||
- Assets/ThemeBundles/Shapes/Sprites/square_Frame_1.png
|
||||
Dependencies: []
|
||||
|
||||
6
Assets/StreamingAssets/get_types.ps1
Normal file
6
Assets/StreamingAssets/get_types.ps1
Normal file
@@ -0,0 +1,6 @@
|
||||
$file = Get-ChildItem -Path 'D:\Projects\IchniCreatorStudio\Assets\StreamingAssets\Projects' -Filter 'Beatmap.json' -Recurse | Where-Object { $_.FullName -like '*wow*' } | Select-Object -First 1
|
||||
Write-Host "File found: $($file.FullName)"
|
||||
$json = Get-Content $file.FullName -Raw
|
||||
$matches = [regex]::Matches($json, '"__type"\s*:\s*"([^"]+)"')
|
||||
$types = $matches | ForEach-Object { $_.Groups[1].Value } | Sort-Object -Unique
|
||||
$types | Out-File -FilePath 'D:\Projects\IchniCreatorStudio\Assets\StreamingAssets\unique_types.txt'
|
||||
7
Assets/StreamingAssets/get_types.ps1.meta
Normal file
7
Assets/StreamingAssets/get_types.ps1.meta
Normal file
@@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 85df5e629e7fdb448bb202bb84786ba1
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
5
Assets/StreamingAssets/search_beatmap.ps1
Normal file
5
Assets/StreamingAssets/search_beatmap.ps1
Normal file
@@ -0,0 +1,5 @@
|
||||
$file = Get-ChildItem -Path 'D:\Projects\IchniCreatorStudio\Assets\StreamingAssets\Projects' -Filter 'Beatmap.json' -Recurse | Where-Object { $_.FullName -like '*wow*' } | Select-Object -First 1
|
||||
Write-Host "Searching: $($file.FullName)"
|
||||
$json = Get-Content $file.FullName
|
||||
$items = $json | Select-String -Pattern 'Beatmap\.'
|
||||
$items | Out-File -FilePath 'D:\Projects\IchniCreatorStudio\Assets\StreamingAssets\search_results_beatmap.txt'
|
||||
7
Assets/StreamingAssets/search_beatmap.ps1.meta
Normal file
7
Assets/StreamingAssets/search_beatmap.ps1.meta
Normal file
@@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 07e32db271d0a16439ba15251349ac93
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
BIN
Assets/StreamingAssets/search_results_beatmap.txt
Normal file
BIN
Assets/StreamingAssets/search_results_beatmap.txt
Normal file
Binary file not shown.
7
Assets/StreamingAssets/search_results_beatmap.txt.meta
Normal file
7
Assets/StreamingAssets/search_results_beatmap.txt.meta
Normal file
@@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 12824e0e247506a47a7da11dff8a2898
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
2578
Assets/StreamingAssets/search_results_utf8.txt
Normal file
2578
Assets/StreamingAssets/search_results_utf8.txt
Normal file
File diff suppressed because it is too large
Load Diff
7
Assets/StreamingAssets/search_results_utf8.txt.meta
Normal file
7
Assets/StreamingAssets/search_results_utf8.txt.meta
Normal file
@@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: cda5fb29956fc63469263f87c093f221
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
BIN
Assets/StreamingAssets/unique_types.txt
Normal file
BIN
Assets/StreamingAssets/unique_types.txt
Normal file
Binary file not shown.
7
Assets/StreamingAssets/unique_types.txt.meta
Normal file
7
Assets/StreamingAssets/unique_types.txt.meta
Normal file
@@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: cdeb5c5a4cbfb1a468c6d607fb901462
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
17
Assets/StreamingAssets/unique_types_utf8.txt
Normal file
17
Assets/StreamingAssets/unique_types_utf8.txt
Normal file
@@ -0,0 +1,17 @@
|
||||
Beatmap.Vector3Interferometer_BM,Assembly-CSharp
|
||||
Ichni.RhythmGame.Beatmap.BaseColorChange_BM,Assembly-CSharp
|
||||
Ichni.RhythmGame.Beatmap.BeatmapContainer_BM,Assembly-CSharp
|
||||
Ichni.RhythmGame.Beatmap.ColorSubmodule_BM,Assembly-CSharp
|
||||
Ichni.RhythmGame.Beatmap.CrossTrackPoint_BM,Assembly-CSharp
|
||||
Ichni.RhythmGame.Beatmap.Displacement_BM,Assembly-CSharp
|
||||
Ichni.RhythmGame.Beatmap.ElementFolder_BM,Assembly-CSharp
|
||||
Ichni.RhythmGame.Beatmap.GameCamera_BM,Assembly-CSharp
|
||||
Ichni.RhythmGame.Beatmap.PathNode_BM,Assembly-CSharp
|
||||
Ichni.RhythmGame.Beatmap.Scale_BM,Assembly-CSharp
|
||||
Ichni.RhythmGame.Beatmap.Swirl_BM,Assembly-CSharp
|
||||
Ichni.RhythmGame.Beatmap.TimeDurationSubmodule_BM,Assembly-CSharp
|
||||
Ichni.RhythmGame.Beatmap.Track_BM,Assembly-CSharp
|
||||
Ichni.RhythmGame.Beatmap.TrackPathSubmodule_BM,Assembly-CSharp
|
||||
Ichni.RhythmGame.Beatmap.TrackRendererSubmoduleAutoOrient_BM,Assembly-CSharp
|
||||
Ichni.RhythmGame.Beatmap.TrackRendererSubmoduleSurface_BM,Assembly-CSharp
|
||||
Ichni.RhythmGame.Beatmap.TransformSubmodule_BM,Assembly-CSharp
|
||||
7
Assets/StreamingAssets/unique_types_utf8.txt.meta
Normal file
7
Assets/StreamingAssets/unique_types_utf8.txt.meta
Normal file
@@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 02eb5277b9bf011419ce6c1abf8993ad
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -92,6 +92,7 @@ namespace Ichni.RhythmGame.ThemeBundles.Basic
|
||||
if (colorSubmodule.emissionEnabled)
|
||||
{
|
||||
// 如果启用了发光,尝试设置发光颜色(需要对应的 Shader 支持)
|
||||
spriteRenderer.material.SetFloat("_EnableEmission", 1);
|
||||
spriteRenderer.material.SetColor("_EmissionColor", colorSubmodule.GetCurrentEmissionColor());
|
||||
}
|
||||
}
|
||||
|
||||
@@ -193,12 +193,12 @@ namespace Ichni.RhythmGame.ThemeBundles.DepartureToMultiverse
|
||||
if (rend == null) continue;
|
||||
if (colorSubmodule.emissionEnabled)
|
||||
{
|
||||
rend.material.EnableKeyword("_EMISSION_ON");
|
||||
rend.material.SetFloat("_EnableEmission", 1);
|
||||
rend.material.SetColor("_EmissionColor", emissionColor);
|
||||
}
|
||||
else
|
||||
{
|
||||
rend.material.DisableKeyword("_EMISSION_ON");
|
||||
rend.material.SetFloat("_EnableEmission", 0);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 13 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 12 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 12 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 7.5 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 8.5 KiB |
@@ -1,143 +0,0 @@
|
||||
fileFormatVersion: 2
|
||||
guid: c558ce5f4aa3f9645ac6dfef15a706cf
|
||||
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: 1
|
||||
wrapV: 1
|
||||
wrapW: 0
|
||||
nPOTScale: 0
|
||||
lightmap: 0
|
||||
compressionQuality: 50
|
||||
spriteMode: 2
|
||||
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: 1
|
||||
spriteTessellationDetail: -1
|
||||
textureType: 8
|
||||
textureShape: 1
|
||||
singleChannelComponent: 0
|
||||
flipbookRows: 1
|
||||
flipbookColumns: 1
|
||||
maxTextureSizeSet: 0
|
||||
compressionQualitySet: 0
|
||||
textureFormatSet: 0
|
||||
ignorePngGamma: 0
|
||||
applyGammaDecoding: 0
|
||||
swizzle: 50462976
|
||||
cookieLightType: 0
|
||||
platformSettings:
|
||||
- serializedVersion: 4
|
||||
buildTarget: DefaultTexturePlatform
|
||||
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: 4
|
||||
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: 4
|
||||
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
|
||||
- serializedVersion: 4
|
||||
buildTarget: iOS
|
||||
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: []
|
||||
customData:
|
||||
physicsShape: []
|
||||
bones: []
|
||||
spriteID:
|
||||
internalID: 0
|
||||
vertices: []
|
||||
indices:
|
||||
edges: []
|
||||
weights: []
|
||||
secondaryTextures: []
|
||||
spriteCustomMetadata:
|
||||
entries: []
|
||||
nameFileIdTable: {}
|
||||
mipmapLimitGroupName:
|
||||
pSDRemoveMatte: 0
|
||||
userData:
|
||||
assetBundleName: shapes
|
||||
assetBundleVariant:
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 3.6 KiB |
@@ -1,143 +0,0 @@
|
||||
fileFormatVersion: 2
|
||||
guid: f5fcdd879ea38a14085a3d3409a3c024
|
||||
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: 1
|
||||
wrapV: 1
|
||||
wrapW: 0
|
||||
nPOTScale: 0
|
||||
lightmap: 0
|
||||
compressionQuality: 50
|
||||
spriteMode: 2
|
||||
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: 1
|
||||
spriteTessellationDetail: -1
|
||||
textureType: 8
|
||||
textureShape: 1
|
||||
singleChannelComponent: 0
|
||||
flipbookRows: 1
|
||||
flipbookColumns: 1
|
||||
maxTextureSizeSet: 0
|
||||
compressionQualitySet: 0
|
||||
textureFormatSet: 0
|
||||
ignorePngGamma: 0
|
||||
applyGammaDecoding: 0
|
||||
swizzle: 50462976
|
||||
cookieLightType: 0
|
||||
platformSettings:
|
||||
- serializedVersion: 4
|
||||
buildTarget: DefaultTexturePlatform
|
||||
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: 4
|
||||
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: 4
|
||||
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
|
||||
- serializedVersion: 4
|
||||
buildTarget: iOS
|
||||
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: []
|
||||
customData:
|
||||
physicsShape: []
|
||||
bones: []
|
||||
spriteID:
|
||||
internalID: 0
|
||||
vertices: []
|
||||
indices:
|
||||
edges: []
|
||||
weights: []
|
||||
secondaryTextures: []
|
||||
spriteCustomMetadata:
|
||||
entries: []
|
||||
nameFileIdTable: {}
|
||||
mipmapLimitGroupName:
|
||||
pSDRemoveMatte: 0
|
||||
userData:
|
||||
assetBundleName: shapes
|
||||
assetBundleVariant:
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user