Compare commits
83 Commits
v.1.4.8_an
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
90af1ffd08 | ||
|
|
405413a212 | ||
|
|
9488ff2513 | ||
|
|
2a42432a18 | ||
|
|
874e4f85fc | ||
|
|
62c2e9cfc3 | ||
|
|
49bafa2fac | ||
|
|
7739b7d291 | ||
|
|
f0f4c639c0 | ||
|
|
b6d20fe9cd | ||
|
|
f7a4d2aa47 | ||
|
|
f3cac19afe | ||
|
|
8538803485 | ||
|
|
be63ed686d | ||
|
|
67e9e2606f | ||
|
|
7a015b49c0 | ||
|
|
8910eb7a9a | ||
|
|
7736db2fd8 | ||
|
|
f7e06bbbb0 | ||
|
|
9c606c912c | ||
|
|
b29592f4ba | ||
|
|
93870ca319 | ||
|
|
10a8fb1bd4 | ||
|
|
f0a42fe98e | ||
|
|
3cb8082e95 | ||
|
|
000bf11a3c | ||
|
|
94bf2f7e8d | ||
|
|
ecb8126410 | ||
|
|
fb5452c195 | ||
|
|
bbba324be0 | ||
|
|
0d8ae2d971 | ||
|
|
10fdfacc3d | ||
|
|
c664cf5dad | ||
|
|
a758dcc6cb | ||
|
|
1868e0240b | ||
|
|
915b2d063d | ||
|
|
0a437537bc | ||
|
|
28e0b2c050 | ||
|
|
aa3289de03 | ||
|
|
7193f5dcbe | ||
|
|
bb32c2d7d7 | ||
|
|
4edac166cb | ||
|
|
9281fa7205 | ||
|
|
5aa8a23495 | ||
| d4be4b43e6 | |||
| fa077c8263 | |||
|
|
ed8226641d | ||
|
|
093f14b332 | ||
|
|
0a47f14639 | ||
|
|
49d3ec38f9 | ||
|
|
d9229a681c | ||
| 3a4eb9b1bb | |||
|
|
5ff0c61668 | ||
|
|
122cc3b38b | ||
|
|
9c9fe3ec54 | ||
|
|
3eb1cf0802 | ||
|
|
56ef059eb8 | ||
|
|
ee98d9f79a | ||
|
|
2f51ae1ae6 | ||
|
|
3930c8fdd7 | ||
|
|
2867004de9 | ||
|
|
b36d71eaf3 | ||
|
|
b8252ea632 | ||
|
|
7a978d23e6 | ||
|
|
ab7b5bc5fc | ||
|
|
f63a371e34 | ||
|
|
0c30b628b5 | ||
|
|
41b3ffa70d | ||
|
|
931b027788 | ||
| 1d7a2b6d8a | |||
| 9f66ce34ac | |||
|
|
6ca3d26981 | ||
|
|
e5c0e0e410 | ||
|
|
956e0fc450 | ||
|
|
6b868e2614 | ||
| 195a4fcb6c | |||
|
|
14753f4ff0 | ||
|
|
9679193809 | ||
|
|
4472be6385 | ||
|
|
83a73f90f2 | ||
|
|
f850de3096 | ||
|
|
bfe54cca00 | ||
|
|
abfddf5100 |
@ -13,8 +13,8 @@ namespace BFEditor.Build
|
|||||||
|
|
||||||
public class BuildProjectWindow : EditorWindow
|
public class BuildProjectWindow : EditorWindow
|
||||||
{
|
{
|
||||||
private static int versionCode = 16;
|
private static int versionCode = 18;
|
||||||
private static string versionName = "1.4.8";
|
private static string versionName = "1.6.5";
|
||||||
BFPlatformOptions platform = BFPlatformOptions.AndroidDev;
|
BFPlatformOptions platform = BFPlatformOptions.AndroidDev;
|
||||||
const string ANDROID_DEV_PACKAGE_NAME = "com.juzu.b6.dev.android";
|
const string ANDROID_DEV_PACKAGE_NAME = "com.juzu.b6.dev.android";
|
||||||
const string ANDROID_RELEASE_PACKAGE_NAME = "com.juzu.b6.release.android";
|
const string ANDROID_RELEASE_PACKAGE_NAME = "com.juzu.b6.release.android";
|
||||||
|
|||||||
@ -620,12 +620,6 @@ namespace BFEditor.Build
|
|||||||
|
|
||||||
var buildGradlePath = Path.Combine(PublishAsProjectPath, "launcher/build.gradle");
|
var buildGradlePath = Path.Combine(PublishAsProjectPath, "launcher/build.gradle");
|
||||||
var buildGradleText = File.ReadAllText(buildGradlePath);
|
var buildGradleText = File.ReadAllText(buildGradlePath);
|
||||||
var regex1 = new Regex("implementation 'com.google.android.play:core:1.10.0'");
|
|
||||||
if (!regex1.IsMatch(buildGradleText))
|
|
||||||
{
|
|
||||||
var regex12 = new Regex("dependencies {");
|
|
||||||
buildGradleText = regex12.Replace(buildGradleText, "dependencies {\n implementation 'com.google.android.play:core:1.10.0'");
|
|
||||||
}
|
|
||||||
var regex2 = new Regex("assetPacks = [\":install_time_pack\"]");
|
var regex2 = new Regex("assetPacks = [\":install_time_pack\"]");
|
||||||
if (!regex2.IsMatch(buildGradleText))
|
if (!regex2.IsMatch(buildGradleText))
|
||||||
{
|
{
|
||||||
|
|||||||
@ -136,71 +136,17 @@ namespace BFEditor
|
|||||||
var configFileInfos = configDirInfo.GetFiles(suffix, SearchOption.TopDirectoryOnly);
|
var configFileInfos = configDirInfo.GetFiles(suffix, SearchOption.TopDirectoryOnly);
|
||||||
|
|
||||||
// 检查棋盘文件格式
|
// 检查棋盘文件格式
|
||||||
|
checkBoard("chapter_board", env, sb);
|
||||||
|
checkBoard("chapter_board_bossrush", env, sb);
|
||||||
|
checkBoard("chapter_board_daily_challenge", env, sb);
|
||||||
|
checkBoard("chapter_board_dungeon_armor", env, sb);
|
||||||
|
checkBoard("chapter_board_dungeon_equip", env, sb);
|
||||||
|
checkBoard("chapter_board_dungeon_gold", env, sb);
|
||||||
|
checkBoard("chapter_board_dungeon_shards", env, sb);
|
||||||
|
checkBoard("chapter_board_rune", env, sb);
|
||||||
|
checkBoard("activity_pvp_board", env, sb);
|
||||||
|
checkBoard("arena_board", env, sb);
|
||||||
|
|
||||||
var luaScriptString = @"local cfg = require('app/config/chapter_board')
|
|
||||||
if not cfg or not cfg.data then
|
|
||||||
return ''
|
|
||||||
end
|
|
||||||
cfg = cfg.data
|
|
||||||
local tempMap = {}
|
|
||||||
local addErrorInfo = function(errorInfo, cfgId, errorStr)
|
|
||||||
if not tempMap[cfgId] then
|
|
||||||
tempMap[cfgId] = true
|
|
||||||
table.insert(errorInfo, 'cfgId = ' .. cfgId)
|
|
||||||
end
|
|
||||||
|
|
||||||
table.insert(errorInfo, ' ' .. errorStr)
|
|
||||||
end
|
|
||||||
|
|
||||||
local errorInfo = {}
|
|
||||||
for k, info in pairs(cfg) do
|
|
||||||
local board = info.board
|
|
||||||
if not board then
|
|
||||||
addErrorInfo(errorInfo, k, '没有board字段,请检查')
|
|
||||||
end
|
|
||||||
|
|
||||||
if #board < 49 then
|
|
||||||
addErrorInfo(errorInfo, k, '没有board长度不足,请检查,当前长度为' .. #board)
|
|
||||||
end
|
|
||||||
|
|
||||||
for index, v in ipairs(board) do
|
|
||||||
if not v[1] then
|
|
||||||
addErrorInfo(errorInfo, k, 'board字段中' .. index .. '索引没有格子类型')
|
|
||||||
end
|
|
||||||
if not v[2] then
|
|
||||||
addErrorInfo(errorInfo, k, 'board字段中' .. index .. '索引没有元素类型')
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
local mystery_box_board = info.mystery_box_board
|
|
||||||
if mystery_box_board then
|
|
||||||
for index, v in ipairs(mystery_box_board) do
|
|
||||||
if not v[1] then
|
|
||||||
addErrorInfo(errorInfo, k, 'mystery_box_board字段中' .. index .. '索引没有格子类型')
|
|
||||||
end
|
|
||||||
if not v[2] then
|
|
||||||
addErrorInfo(errorInfo, k, 'mystery_box_board字段中' .. index .. '索引没有元素类型')
|
|
||||||
end
|
|
||||||
end
|
|
||||||
end
|
|
||||||
end
|
|
||||||
if #errorInfo > 0 then
|
|
||||||
return table.concat(errorInfo, '\n');
|
|
||||||
end
|
|
||||||
|
|
||||||
return ''";
|
|
||||||
var resultStr = env.DoString(luaScriptString);
|
|
||||||
if (resultStr.Length > 0)
|
|
||||||
{
|
|
||||||
foreach(var strObj in resultStr)
|
|
||||||
{
|
|
||||||
var str = Convert.ToString(strObj);
|
|
||||||
if(!String.IsNullOrEmpty(str))
|
|
||||||
{
|
|
||||||
sb.Append(str + "\n");
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// 检查monster
|
// 检查monster
|
||||||
string monsterConfigListLua = "{";
|
string monsterConfigListLua = "{";
|
||||||
@ -213,7 +159,7 @@ namespace BFEditor
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
monsterConfigListLua += "}";
|
monsterConfigListLua += "}";
|
||||||
luaScriptString = "local ids = {}\n local MONSTER_LIST = " + monsterConfigListLua + "\n";
|
var luaScriptString = "local ids = {}\n local MONSTER_LIST = " + monsterConfigListLua + "\n";
|
||||||
luaScriptString += @"local str = {}
|
luaScriptString += @"local str = {}
|
||||||
for i, name in ipairs(MONSTER_LIST) do
|
for i, name in ipairs(MONSTER_LIST) do
|
||||||
if name ~= 'monster_base' and name ~= 'monster_position' and name ~= 'monster_position_base' then
|
if name ~= 'monster_base' and name ~= 'monster_position' and name ~= 'monster_position_base' then
|
||||||
@ -230,7 +176,7 @@ namespace BFEditor
|
|||||||
return table.concat(str, '\n');
|
return table.concat(str, '\n');
|
||||||
end
|
end
|
||||||
return ''";
|
return ''";
|
||||||
resultStr = env.DoString(luaScriptString);
|
var resultStr = env.DoString(luaScriptString);
|
||||||
if (resultStr.Length > 0)
|
if (resultStr.Length > 0)
|
||||||
{
|
{
|
||||||
foreach(var strObj in resultStr)
|
foreach(var strObj in resultStr)
|
||||||
@ -299,6 +245,76 @@ namespace BFEditor
|
|||||||
return sb;
|
return sb;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public static void checkBoard(string configName, LuaEnv env, in StringBuilder sb)
|
||||||
|
{
|
||||||
|
var luaScriptString = @"
|
||||||
|
if not cfg or not cfg.data then
|
||||||
|
return ''
|
||||||
|
end
|
||||||
|
cfg = cfg.data
|
||||||
|
local tempMap = {}
|
||||||
|
local addErrorInfo = function(errorInfo, cfgId, errorStr)
|
||||||
|
if not tempMap[cfgId] then
|
||||||
|
tempMap[cfgId] = true
|
||||||
|
table.insert(errorInfo, 'cfgId = ' .. cfgId)
|
||||||
|
end
|
||||||
|
|
||||||
|
table.insert(errorInfo, ' ' .. errorStr)
|
||||||
|
end
|
||||||
|
|
||||||
|
local errorInfo = {}
|
||||||
|
for k, info in pairs(cfg) do
|
||||||
|
local board = info.board or info.board_daily_challenge
|
||||||
|
if not board then
|
||||||
|
addErrorInfo(errorInfo, k, configName .. ' 没有board字段,请检查')
|
||||||
|
else
|
||||||
|
if #board < 49 then
|
||||||
|
addErrorInfo(errorInfo, k, configName .. ' 没有board长度不足,请检查,当前长度为' .. #board)
|
||||||
|
end
|
||||||
|
|
||||||
|
for index, v in ipairs(board) do
|
||||||
|
if not v[1] then
|
||||||
|
addErrorInfo(errorInfo, k, configName .. ' board字段中' .. index .. '索引没有格子类型')
|
||||||
|
end
|
||||||
|
if not v[2] then
|
||||||
|
addErrorInfo(errorInfo, k, configName .. ' board字段中' .. index .. '索引没有元素类型')
|
||||||
|
elseif v[2] > 5 or v[2] < 0 then
|
||||||
|
addErrorInfo(errorInfo, k, configName .. ' board字段中' .. index .. '元素类型不合法,当前为' .. v[2])
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
|
local mystery_box_board = info.mystery_box_board
|
||||||
|
if mystery_box_board then
|
||||||
|
for index, v in ipairs(mystery_box_board) do
|
||||||
|
if not v[1] then
|
||||||
|
addErrorInfo(errorInfo, k, configName .. ' mystery_box_board字段中' .. index .. '索引没有格子类型')
|
||||||
|
end
|
||||||
|
if not v[2] then
|
||||||
|
addErrorInfo(errorInfo, k, configName .. ' mystery_box_board字段中' .. index .. '索引没有元素类型')
|
||||||
|
end
|
||||||
|
end
|
||||||
|
end
|
||||||
|
end
|
||||||
|
end
|
||||||
|
if #errorInfo > 0 then
|
||||||
|
return table.concat(errorInfo, '\n');
|
||||||
|
end
|
||||||
|
|
||||||
|
return ''";
|
||||||
|
var resultStr = env.DoString(" local cfg = require('app/config/" + configName + "')\n" + "local configName = '" + configName + "'\n" + luaScriptString);
|
||||||
|
if (resultStr.Length > 0)
|
||||||
|
{
|
||||||
|
foreach(var strObj in resultStr)
|
||||||
|
{
|
||||||
|
var str = Convert.ToString(strObj);
|
||||||
|
if(!String.IsNullOrEmpty(str))
|
||||||
|
{
|
||||||
|
sb.Append(str + "\n");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
public static bool FastExportExcelToLua(bool isDeveloper, string designExcelPath)
|
public static bool FastExportExcelToLua(bool isDeveloper, string designExcelPath)
|
||||||
{
|
{
|
||||||
failFlag = false;
|
failFlag = false;
|
||||||
|
|||||||
@ -8,28 +8,28 @@
|
|||||||
url "https://maven.google.com"
|
url "https://maven.google.com"
|
||||||
}
|
}
|
||||||
maven {
|
maven {
|
||||||
url "https://android-sdk.is.com/" // Assets/IronSource/Editor/IronSourceSDKDependencies.xml:9, Assets/IronSource/Editor/ISAdColonyAdapterDependencies.xml:16, Assets/IronSource/Editor/ISAdMobAdapterDependencies.xml:16, Assets/IronSource/Editor/ISAppLovinAdapterDependencies.xml:8, Assets/IronSource/Editor/ISChartboostAdapterDependencies.xml:8, Assets/IronSource/Editor/ISFacebookAdapterDependencies.xml:16, Assets/IronSource/Editor/ISFyberAdapterDependencies.xml:16, Assets/IronSource/Editor/ISMintegralAdapterDependencies.xml:48, Assets/IronSource/Editor/ISPangleAdapterDependencies.xml:8, Assets/IronSource/Editor/ISTapJoyAdapterDependencies.xml:8, Assets/IronSource/Editor/ISUnityAdsAdapterDependencies.xml:8, Assets/IronSource/Editor/ISVungleAdapterDependencies.xml:16, Assets/IronSourceAdQuality/Editor/IronSourceAdQualityDependencies.xml:9, Assets/IronSourceAdQuality/Editor/IronSourceAdQualityDependencies.xml:17
|
url "https://android-sdk.is.com/" // Assets/ThirdParty/IronSource/Editor/IronSourceSDKDependencies.xml:9, Assets/ThirdParty/IronSource/Editor/ISAdColonyAdapterDependencies.xml:16, Assets/ThirdParty/IronSource/Editor/ISAdMobAdapterDependencies.xml:16, Assets/ThirdParty/IronSource/Editor/ISAppLovinAdapterDependencies.xml:8, Assets/ThirdParty/IronSource/Editor/ISChartboostAdapterDependencies.xml:8, Assets/ThirdParty/IronSource/Editor/ISFacebookAdapterDependencies.xml:16, Assets/ThirdParty/IronSource/Editor/ISFyberAdapterDependencies.xml:16, Assets/ThirdParty/IronSource/Editor/ISMintegralAdapterDependencies.xml:48, Assets/ThirdParty/IronSource/Editor/ISPangleAdapterDependencies.xml:8, Assets/ThirdParty/IronSource/Editor/ISTapJoyAdapterDependencies.xml:8, Assets/ThirdParty/IronSource/Editor/ISUnityAdsAdapterDependencies.xml:8, Assets/ThirdParty/IronSource/Editor/ISVungleAdapterDependencies.xml:16
|
||||||
}
|
}
|
||||||
maven {
|
maven {
|
||||||
url "https://maven.google.com/" // Assets/IronSource/Editor/IronSourceSDKDependencies.xml:17, Assets/IronSource/Editor/IronSourceSDKDependencies.xml:25, Assets/IronSource/Editor/ISAdColonyAdapterDependencies.xml:8, Assets/IronSource/Editor/ISAdMobAdapterDependencies.xml:8, Assets/IronSource/Editor/ISAppLovinAdapterDependencies.xml:15, Assets/IronSource/Editor/ISFacebookAdapterDependencies.xml:8, Assets/IronSource/Editor/ISMintegralAdapterDependencies.xml:40, Assets/IronSource/Editor/ISUnityAdsAdapterDependencies.xml:15
|
url "https://maven.google.com/" // Assets/ThirdParty/IronSource/Editor/IronSourceSDKDependencies.xml:17, Assets/ThirdParty/IronSource/Editor/IronSourceSDKDependencies.xml:25, Assets/ThirdParty/IronSource/Editor/ISAdColonyAdapterDependencies.xml:8, Assets/ThirdParty/IronSource/Editor/ISAdMobAdapterDependencies.xml:8, Assets/ThirdParty/IronSource/Editor/ISFacebookAdapterDependencies.xml:8, Assets/ThirdParty/IronSource/Editor/ISMintegralAdapterDependencies.xml:40, Assets/ThirdParty/IronSource/Editor/ISUnityAdsAdapterDependencies.xml:15
|
||||||
}
|
}
|
||||||
maven {
|
maven {
|
||||||
url "https://cboost.jfrog.io/artifactory/chartboost-ads/" // Assets/IronSource/Editor/ISChartboostAdapterDependencies.xml:15
|
url "https://cboost.jfrog.io/artifactory/chartboost-ads/" // Assets/ThirdParty/IronSource/Editor/ISChartboostAdapterDependencies.xml:15
|
||||||
}
|
}
|
||||||
maven {
|
maven {
|
||||||
url "https://repo.maven.apache.org/maven2/" // Assets/IronSource/Editor/ISFyberAdapterDependencies.xml:8
|
url "https://repo.maven.apache.org/maven2/" // Assets/ThirdParty/IronSource/Editor/ISFyberAdapterDependencies.xml:8
|
||||||
}
|
}
|
||||||
maven {
|
maven {
|
||||||
url "https://dl-maven-android.mintegral.com/repository/mbridge_android_sdk_oversea/" // Assets/IronSource/Editor/ISMintegralAdapterDependencies.xml:8, Assets/IronSource/Editor/ISMintegralAdapterDependencies.xml:16, Assets/IronSource/Editor/ISMintegralAdapterDependencies.xml:24, Assets/IronSource/Editor/ISMintegralAdapterDependencies.xml:32
|
url "https://dl-maven-android.mintegral.com/repository/mbridge_android_sdk_oversea/" // Assets/ThirdParty/IronSource/Editor/ISMintegralAdapterDependencies.xml:8, Assets/ThirdParty/IronSource/Editor/ISMintegralAdapterDependencies.xml:16, Assets/ThirdParty/IronSource/Editor/ISMintegralAdapterDependencies.xml:24, Assets/ThirdParty/IronSource/Editor/ISMintegralAdapterDependencies.xml:32
|
||||||
}
|
}
|
||||||
maven {
|
maven {
|
||||||
url "https://artifact.bytedance.com/repository/pangle/" // Assets/IronSource/Editor/ISPangleAdapterDependencies.xml:15
|
url "https://artifact.bytedance.com/repository/pangle/" // Assets/ThirdParty/IronSource/Editor/ISPangleAdapterDependencies.xml:15
|
||||||
}
|
}
|
||||||
maven {
|
maven {
|
||||||
url "https://sdk.tapjoy.com/" // Assets/IronSource/Editor/ISTapJoyAdapterDependencies.xml:15
|
url "https://sdk.tapjoy.com/" // Assets/ThirdParty/IronSource/Editor/ISTapJoyAdapterDependencies.xml:15
|
||||||
}
|
}
|
||||||
maven {
|
maven {
|
||||||
url "https://jitpack.io/" // Assets/IronSource/Editor/ISVungleAdapterDependencies.xml:8
|
url "https://jitpack.io/" // Assets/ThirdParty/IronSource/Editor/ISVungleAdapterDependencies.xml:8
|
||||||
}
|
}
|
||||||
mavenLocal()
|
mavenLocal()
|
||||||
jcenter()
|
jcenter()
|
||||||
@ -43,50 +43,50 @@ apply plugin: 'com.android.library'
|
|||||||
dependencies {
|
dependencies {
|
||||||
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
||||||
// Android Resolver Dependencies Start
|
// Android Resolver Dependencies Start
|
||||||
implementation 'androidx.recyclerview:recyclerview:1.2.1' // Assets/IronSource/Editor/ISMintegralAdapterDependencies.xml:40
|
implementation 'androidx.recyclerview:recyclerview:1.2.1' // Assets/ThirdParty/IronSource/Editor/ISMintegralAdapterDependencies.xml:40
|
||||||
implementation 'com.adcolony:sdk:4.8.0' // Assets/IronSource/Editor/ISAdColonyAdapterDependencies.xml:8
|
implementation 'com.adcolony:sdk:4.8.0' // Assets/ThirdParty/IronSource/Editor/ISAdColonyAdapterDependencies.xml:8
|
||||||
implementation 'com.android.installreferrer:installreferrer:2.1' // Assets/ThirdParty/AppsFlyer/Editor/AppsFlyerDependencies.xml:10
|
implementation 'com.android.installreferrer:installreferrer:2.1' // Assets/ThirdParty/AppsFlyer/Editor/AppsFlyerDependencies.xml:10
|
||||||
implementation 'com.android.support:appcompat-v7:25.3.1' // Facebook.Unity.Editor.AndroidSupportLibraryResolver.addSupportLibraryDependency
|
implementation 'com.android.support:appcompat-v7:25.3.1' // Facebook.Unity.Editor.AndroidSupportLibraryResolver.addSupportLibraryDependency
|
||||||
implementation 'com.android.support:cardview-v7:25.3.1' // Facebook.Unity.Editor.AndroidSupportLibraryResolver.addSupportLibraryDependency
|
implementation 'com.android.support:cardview-v7:25.3.1' // Facebook.Unity.Editor.AndroidSupportLibraryResolver.addSupportLibraryDependency
|
||||||
implementation 'com.android.support:customtabs:25.3.1' // Facebook.Unity.Editor.AndroidSupportLibraryResolver.addSupportLibraryDependency
|
implementation 'com.android.support:customtabs:25.3.1' // Facebook.Unity.Editor.AndroidSupportLibraryResolver.addSupportLibraryDependency
|
||||||
implementation 'com.android.support:support-v4:25.3.1' // Facebook.Unity.Editor.AndroidSupportLibraryResolver.addSupportLibraryDependency
|
implementation 'com.android.support:support-v4:25.3.1' // Facebook.Unity.Editor.AndroidSupportLibraryResolver.addSupportLibraryDependency
|
||||||
implementation 'com.applovin:applovin-sdk:11.10.1' // Assets/IronSource/Editor/ISAppLovinAdapterDependencies.xml:15
|
implementation 'com.applovin:applovin-sdk:11.10.1' // Assets/ThirdParty/MaxSdk/AppLovin/Editor/Dependencies.xml:4
|
||||||
|
implementation 'com.appsflyer:adrevenue:6.5.4' // Assets/ThirdParty/AppsFlyer/Editor/AppsFlyerAdRevenueDependencies.xml:4
|
||||||
implementation 'com.appsflyer:af-android-sdk:6.4.1' // Assets/ThirdParty/AppsFlyer/Editor/AppsFlyerDependencies.xml:6
|
implementation 'com.appsflyer:af-android-sdk:6.4.1' // Assets/ThirdParty/AppsFlyer/Editor/AppsFlyerDependencies.xml:6
|
||||||
|
implementation 'com.appsflyer:unity-adrevenue-generic-wrapper:6.5.4' // Assets/ThirdParty/AppsFlyer/Editor/AppsFlyerAdRevenueDependencies.xml:5
|
||||||
implementation 'com.appsflyer:unity-wrapper:6.4.1' // Assets/ThirdParty/AppsFlyer/Editor/AppsFlyerDependencies.xml:8
|
implementation 'com.appsflyer:unity-wrapper:6.4.1' // Assets/ThirdParty/AppsFlyer/Editor/AppsFlyerDependencies.xml:8
|
||||||
implementation 'com.chartboost:chartboost-sdk:9.3.1' // Assets/IronSource/Editor/ISChartboostAdapterDependencies.xml:15
|
implementation 'com.chartboost:chartboost-sdk:9.3.1' // Assets/ThirdParty/IronSource/Editor/ISChartboostAdapterDependencies.xml:15
|
||||||
implementation 'com.facebook.android:audience-network-sdk:6.15.0' // Assets/IronSource/Editor/ISFacebookAdapterDependencies.xml:8
|
implementation 'com.facebook.android:audience-network-sdk:6.16.0' // Assets/ThirdParty/IronSource/Editor/ISFacebookAdapterDependencies.xml:8
|
||||||
implementation 'com.facebook.android:facebook-applinks:[15.1,16)' // Assets/ThirdParty/FacebookSDK/Plugins/Editor/Dependencies.xml:6
|
implementation 'com.facebook.android:facebook-applinks:[15.1,16)' // Assets/ThirdParty/FacebookSDK/Plugins/Editor/Dependencies.xml:6
|
||||||
implementation 'com.facebook.android:facebook-core:[15.1,16)' // Assets/ThirdParty/FacebookSDK/Plugins/Editor/Dependencies.xml:5
|
implementation 'com.facebook.android:facebook-core:[15.1,16)' // Assets/ThirdParty/FacebookSDK/Plugins/Editor/Dependencies.xml:5
|
||||||
implementation 'com.facebook.android:facebook-gamingservices:[15.1,16)' // Assets/ThirdParty/FacebookSDK/Plugins/Editor/Dependencies.xml:9
|
implementation 'com.facebook.android:facebook-gamingservices:[15.1,16)' // Assets/ThirdParty/FacebookSDK/Plugins/Editor/Dependencies.xml:9
|
||||||
implementation 'com.facebook.android:facebook-login:[15.1,16)' // Assets/ThirdParty/FacebookSDK/Plugins/Editor/Dependencies.xml:7
|
implementation 'com.facebook.android:facebook-login:[15.1,16)' // Assets/ThirdParty/FacebookSDK/Plugins/Editor/Dependencies.xml:7
|
||||||
implementation 'com.facebook.android:facebook-share:[15.1,16)' // Assets/ThirdParty/FacebookSDK/Plugins/Editor/Dependencies.xml:8
|
implementation 'com.facebook.android:facebook-share:[15.1,16)' // Assets/ThirdParty/FacebookSDK/Plugins/Editor/Dependencies.xml:8
|
||||||
implementation 'com.fyber:marketplace-sdk:8.2.3' // Assets/IronSource/Editor/ISFyberAdapterDependencies.xml:8
|
implementation 'com.fyber:marketplace-sdk:8.2.4' // Assets/ThirdParty/IronSource/Editor/ISFyberAdapterDependencies.xml:8
|
||||||
implementation 'com.google.android.gms:play-services-ads:22.2.0' // Assets/IronSource/Editor/ISAdMobAdapterDependencies.xml:8
|
implementation 'com.google.android.gms:play-services-ads:22.2.0' // Assets/ThirdParty/IronSource/Editor/ISAdMobAdapterDependencies.xml:8
|
||||||
implementation 'com.google.android.gms:play-services-ads-identifier:18.0.1' // Assets/IronSource/Editor/IronSourceSDKDependencies.xml:17
|
implementation 'com.google.android.gms:play-services-ads-identifier:18.0.1' // Assets/ThirdParty/IronSource/Editor/IronSourceSDKDependencies.xml:17
|
||||||
implementation 'com.google.android.gms:play-services-basement:18.1.0' // Assets/IronSource/Editor/IronSourceSDKDependencies.xml:25
|
implementation 'com.google.android.gms:play-services-basement:18.1.0' // Assets/ThirdParty/IronSource/Editor/IronSourceSDKDependencies.xml:25
|
||||||
implementation 'com.ironsource.adapters:adcolonyadapter:4.3.14' // Assets/IronSource/Editor/ISAdColonyAdapterDependencies.xml:16
|
implementation 'com.ironsource.adapters:adcolonyadapter:4.3.15' // Assets/ThirdParty/IronSource/Editor/ISAdColonyAdapterDependencies.xml:16
|
||||||
implementation 'com.ironsource.adapters:admobadapter:4.3.39' // Assets/IronSource/Editor/ISAdMobAdapterDependencies.xml:16
|
implementation 'com.ironsource.adapters:admobadapter:4.3.39' // Assets/ThirdParty/IronSource/Editor/ISAdMobAdapterDependencies.xml:16
|
||||||
implementation 'com.ironsource.adapters:applovinadapter:4.3.39' // Assets/IronSource/Editor/ISAppLovinAdapterDependencies.xml:8
|
implementation 'com.ironsource.adapters:applovinadapter:4.3.39' // Assets/ThirdParty/IronSource/Editor/ISAppLovinAdapterDependencies.xml:8
|
||||||
implementation 'com.ironsource.adapters:chartboostadapter:4.3.12' // Assets/IronSource/Editor/ISChartboostAdapterDependencies.xml:8
|
implementation 'com.ironsource.adapters:chartboostadapter:4.3.12' // Assets/ThirdParty/IronSource/Editor/ISChartboostAdapterDependencies.xml:8
|
||||||
implementation 'com.ironsource.adapters:facebookadapter:4.3.44' // Assets/IronSource/Editor/ISFacebookAdapterDependencies.xml:16
|
implementation 'com.ironsource.adapters:facebookadapter:4.3.45' // Assets/ThirdParty/IronSource/Editor/ISFacebookAdapterDependencies.xml:16
|
||||||
implementation 'com.ironsource.adapters:fyberadapter:4.3.26' // Assets/IronSource/Editor/ISFyberAdapterDependencies.xml:16
|
implementation 'com.ironsource.adapters:fyberadapter:4.3.28' // Assets/ThirdParty/IronSource/Editor/ISFyberAdapterDependencies.xml:16
|
||||||
implementation 'com.ironsource.adapters:mintegraladapter:4.3.17' // Assets/IronSource/Editor/ISMintegralAdapterDependencies.xml:48
|
implementation 'com.ironsource.adapters:mintegraladapter:4.3.19' // Assets/ThirdParty/IronSource/Editor/ISMintegralAdapterDependencies.xml:48
|
||||||
implementation 'com.ironsource.adapters:pangleadapter:4.3.20' // Assets/IronSource/Editor/ISPangleAdapterDependencies.xml:8
|
implementation 'com.ironsource.adapters:pangleadapter:4.3.22' // Assets/ThirdParty/IronSource/Editor/ISPangleAdapterDependencies.xml:8
|
||||||
implementation 'com.ironsource.adapters:tapjoyadapter:4.1.25' // Assets/IronSource/Editor/ISTapJoyAdapterDependencies.xml:8
|
implementation 'com.ironsource.adapters:tapjoyadapter:4.1.25' // Assets/ThirdParty/IronSource/Editor/ISTapJoyAdapterDependencies.xml:8
|
||||||
implementation 'com.ironsource.adapters:unityadsadapter:4.3.31' // Assets/IronSource/Editor/ISUnityAdsAdapterDependencies.xml:8
|
implementation 'com.ironsource.adapters:unityadsadapter:4.3.33' // Assets/ThirdParty/IronSource/Editor/ISUnityAdsAdapterDependencies.xml:8
|
||||||
implementation 'com.ironsource.adapters:vungleadapter:4.3.21' // Assets/IronSource/Editor/ISVungleAdapterDependencies.xml:16
|
implementation 'com.ironsource.adapters:vungleadapter:4.3.22' // Assets/ThirdParty/IronSource/Editor/ISVungleAdapterDependencies.xml:16
|
||||||
implementation 'com.ironsource.sdk:mediationsdk:7.3.1.1' // Assets/IronSource/Editor/IronSourceSDKDependencies.xml:9
|
implementation 'com.ironsource.sdk:mediationsdk:7.5.1' // Assets/ThirdParty/IronSource/Editor/IronSourceSDKDependencies.xml:9
|
||||||
implementation 'com.ironsource.unity:adqualitysdk:7.13.0' // Assets/IronSourceAdQuality/Editor/IronSourceAdQualityDependencies.xml:17
|
implementation 'com.mbridge.msdk.oversea:mbbanner:16.5.21' // Assets/ThirdParty/IronSource/Editor/ISMintegralAdapterDependencies.xml:24
|
||||||
implementation 'com.ironsource:adqualitysdk:7.13.0' // Assets/IronSourceAdQuality/Editor/IronSourceAdQualityDependencies.xml:9
|
implementation 'com.mbridge.msdk.oversea:mbbid:16.5.21' // Assets/ThirdParty/IronSource/Editor/ISMintegralAdapterDependencies.xml:32
|
||||||
implementation 'com.mbridge.msdk.oversea:mbbanner:16.4.61' // Assets/IronSource/Editor/ISMintegralAdapterDependencies.xml:24
|
implementation 'com.mbridge.msdk.oversea:newinterstitial:16.5.21' // Assets/ThirdParty/IronSource/Editor/ISMintegralAdapterDependencies.xml:8
|
||||||
implementation 'com.mbridge.msdk.oversea:mbbid:16.4.61' // Assets/IronSource/Editor/ISMintegralAdapterDependencies.xml:32
|
implementation 'com.mbridge.msdk.oversea:reward:16.5.21' // Assets/ThirdParty/IronSource/Editor/ISMintegralAdapterDependencies.xml:16
|
||||||
implementation 'com.mbridge.msdk.oversea:newinterstitial:16.4.61' // Assets/IronSource/Editor/ISMintegralAdapterDependencies.xml:8
|
implementation 'com.pangle.global:ads-sdk:5.5.0.5' // Assets/ThirdParty/IronSource/Editor/ISPangleAdapterDependencies.xml:15
|
||||||
implementation 'com.mbridge.msdk.oversea:reward:16.4.61' // Assets/IronSource/Editor/ISMintegralAdapterDependencies.xml:16
|
|
||||||
implementation 'com.pangle.global:ads-sdk:5.2.0.6' // Assets/IronSource/Editor/ISPangleAdapterDependencies.xml:15
|
|
||||||
implementation 'com.parse.bolts:bolts-android:1.4.0' // Assets/ThirdParty/FacebookSDK/Plugins/Editor/Dependencies.xml:4
|
implementation 'com.parse.bolts:bolts-android:1.4.0' // Assets/ThirdParty/FacebookSDK/Plugins/Editor/Dependencies.xml:4
|
||||||
implementation 'com.tapjoy:tapjoy-android-sdk:13.0.1' // Assets/IronSource/Editor/ISTapJoyAdapterDependencies.xml:15
|
implementation 'com.tapjoy:tapjoy-android-sdk:13.0.1' // Assets/ThirdParty/IronSource/Editor/ISTapJoyAdapterDependencies.xml:15
|
||||||
implementation 'com.unity3d.ads:unity-ads:4.8.0' // Assets/IronSource/Editor/ISUnityAdsAdapterDependencies.xml:15
|
implementation 'com.unity3d.ads:unity-ads:4.9.1' // Assets/ThirdParty/IronSource/Editor/ISUnityAdsAdapterDependencies.xml:15
|
||||||
implementation 'com.vungle:publisher-sdk-android:6.12.1' // Assets/IronSource/Editor/ISVungleAdapterDependencies.xml:8
|
implementation 'com.vungle:vungle-ads:7.0.0' // Assets/ThirdParty/IronSource/Editor/ISVungleAdapterDependencies.xml:8
|
||||||
// Android Resolver Dependencies End
|
// Android Resolver Dependencies End
|
||||||
**DEPS**}
|
**DEPS**}
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
<dependencies>
|
<dependencies>
|
||||||
<unityversion>4.3.19.1</unityversion>
|
<unityversion>4.3.20.1</unityversion>
|
||||||
<androidPackages>
|
<androidPackages>
|
||||||
<androidPackage spec="com.adcolony:sdk:4.8.0">
|
<androidPackage spec="com.adcolony:sdk:4.8.0">
|
||||||
<repositories>
|
<repositories>
|
||||||
@ -9,7 +9,7 @@
|
|||||||
</androidPackages>
|
</androidPackages>
|
||||||
|
|
||||||
<androidPackages>
|
<androidPackages>
|
||||||
<androidPackage spec="com.ironsource.adapters:adcolonyadapter:4.3.14">
|
<androidPackage spec="com.ironsource.adapters:adcolonyadapter:4.3.15">
|
||||||
<repositories>
|
<repositories>
|
||||||
<repository>https://android-sdk.is.com/</repository>
|
<repository>https://android-sdk.is.com/</repository>
|
||||||
</repositories>
|
</repositories>
|
||||||
@ -17,7 +17,7 @@
|
|||||||
</androidPackages>
|
</androidPackages>
|
||||||
|
|
||||||
<!-- <iosPods>
|
<!-- <iosPods>
|
||||||
<iosPod name="IronSourceAdColonyAdapter" version="4.3.16.1">
|
<iosPod name="IronSourceAdColonyAdapter" version="4.3.17.1">
|
||||||
<sources>
|
<sources>
|
||||||
<source>https://github.com/CocoaPods/Specs</source>
|
<source>https://github.com/CocoaPods/Specs</source>
|
||||||
</sources>
|
</sources>
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
<dependencies>
|
<dependencies>
|
||||||
<unityversion>4.3.52.0</unityversion>
|
<unityversion>4.3.54.0</unityversion>
|
||||||
<androidPackages>
|
<androidPackages>
|
||||||
<androidPackage spec="com.google.android.gms:play-services-ads:22.2.0">
|
<androidPackage spec="com.google.android.gms:play-services-ads:22.2.0">
|
||||||
<repositories>
|
<repositories>
|
||||||
@ -17,7 +17,7 @@
|
|||||||
</androidPackages>
|
</androidPackages>
|
||||||
|
|
||||||
<!-- <iosPods>
|
<!-- <iosPods>
|
||||||
<iosPod name="IronSourceAdMobAdapter" version="4.3.45.0">
|
<iosPod name="IronSourceAdMobAdapter" version="4.3.47.0">
|
||||||
<sources>
|
<sources>
|
||||||
<source>https://github.com/CocoaPods/Specs</source>
|
<source>https://github.com/CocoaPods/Specs</source>
|
||||||
</sources>
|
</sources>
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
<dependencies>
|
<dependencies>
|
||||||
<unityversion>4.3.44.1</unityversion>
|
<unityversion>4.3.44.3</unityversion>
|
||||||
<androidPackages>
|
<androidPackages>
|
||||||
<androidPackage spec="com.ironsource.adapters:applovinadapter:4.3.39">
|
<androidPackage spec="com.ironsource.adapters:applovinadapter:4.3.39">
|
||||||
<repositories>
|
<repositories>
|
||||||
@ -15,7 +15,7 @@
|
|||||||
</androidPackage>
|
</androidPackage>
|
||||||
</androidPackages>
|
</androidPackages>
|
||||||
<!-- <iosPods>
|
<!-- <iosPods>
|
||||||
<iosPod name="IronSourceAppLovinAdapter" version="4.3.40.1">
|
<iosPod name="IronSourceAppLovinAdapter" version="4.3.40.3">
|
||||||
<sources>
|
<sources>
|
||||||
<source>https://github.com/CocoaPods/Specs</source>
|
<source>https://github.com/CocoaPods/Specs</source>
|
||||||
</sources>
|
</sources>
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
<dependencies>
|
<dependencies>
|
||||||
<unityversion>4.3.19.0</unityversion>
|
<unityversion>4.3.19.2</unityversion>
|
||||||
<androidPackages>
|
<androidPackages>
|
||||||
<androidPackage spec="com.ironsource.adapters:chartboostadapter:4.3.12">
|
<androidPackage spec="com.ironsource.adapters:chartboostadapter:4.3.12">
|
||||||
<repositories>
|
<repositories>
|
||||||
@ -15,7 +15,7 @@
|
|||||||
</androidPackage>
|
</androidPackage>
|
||||||
</androidPackages>
|
</androidPackages>
|
||||||
<!-- <iosPods>
|
<!-- <iosPods>
|
||||||
<iosPod name="IronSourceChartboostAdapter" version="4.3.15.0">
|
<iosPod name="IronSourceChartboostAdapter" version="4.3.15.2">
|
||||||
<sources>
|
<sources>
|
||||||
<source>https://github.com/CocoaPods/Specs</source>
|
<source>https://github.com/CocoaPods/Specs</source>
|
||||||
</sources>
|
</sources>
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
<dependencies>
|
<dependencies>
|
||||||
<unityversion>4.3.57.0</unityversion>
|
<unityversion>4.3.61.0</unityversion>
|
||||||
<androidPackages>
|
<androidPackages>
|
||||||
<androidPackage spec="com.facebook.android:audience-network-sdk:6.15.0">
|
<androidPackage spec="com.facebook.android:audience-network-sdk:6.16.0">
|
||||||
<repositories>
|
<repositories>
|
||||||
<repository>https://maven.google.com/</repository>
|
<repository>https://maven.google.com/</repository>
|
||||||
</repositories>
|
</repositories>
|
||||||
@ -9,7 +9,7 @@
|
|||||||
</androidPackages>
|
</androidPackages>
|
||||||
|
|
||||||
<androidPackages>
|
<androidPackages>
|
||||||
<androidPackage spec="com.ironsource.adapters:facebookadapter:4.3.44">
|
<androidPackage spec="com.ironsource.adapters:facebookadapter:4.3.45">
|
||||||
<repositories>
|
<repositories>
|
||||||
<repository>https://android-sdk.is.com/</repository>
|
<repository>https://android-sdk.is.com/</repository>
|
||||||
</repositories>
|
</repositories>
|
||||||
@ -17,7 +17,7 @@
|
|||||||
</androidPackages>
|
</androidPackages>
|
||||||
|
|
||||||
<!-- <iosPods>
|
<!-- <iosPods>
|
||||||
<iosPod name="IronSourceFacebookAdapter" version="4.3.39.1">
|
<iosPod name="IronSourceFacebookAdapter" version="4.3.43.0">
|
||||||
<sources>
|
<sources>
|
||||||
<source>https://github.com/CocoaPods/Specs</source>
|
<source>https://github.com/CocoaPods/Specs</source>
|
||||||
</sources>
|
</sources>
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
<dependencies>
|
<dependencies>
|
||||||
<unityversion>4.3.36.1</unityversion>
|
<unityversion>4.3.38.0</unityversion>
|
||||||
<androidPackages>
|
<androidPackages>
|
||||||
<androidPackage spec="com.fyber:marketplace-sdk:8.2.3">
|
<androidPackage spec="com.fyber:marketplace-sdk:8.2.4">
|
||||||
<repositories>
|
<repositories>
|
||||||
<repository>https://repo.maven.apache.org/maven2/</repository>
|
<repository>https://repo.maven.apache.org/maven2/</repository>
|
||||||
</repositories>
|
</repositories>
|
||||||
@ -9,7 +9,7 @@
|
|||||||
</androidPackages>
|
</androidPackages>
|
||||||
|
|
||||||
<androidPackages>
|
<androidPackages>
|
||||||
<androidPackage spec="com.ironsource.adapters:fyberadapter:4.3.26">
|
<androidPackage spec="com.ironsource.adapters:fyberadapter:4.3.28">
|
||||||
<repositories>
|
<repositories>
|
||||||
<repository>https://android-sdk.is.com/</repository>
|
<repository>https://android-sdk.is.com/</repository>
|
||||||
</repositories>
|
</repositories>
|
||||||
@ -17,7 +17,7 @@
|
|||||||
</androidPackages>
|
</androidPackages>
|
||||||
|
|
||||||
<!-- <iosPods>
|
<!-- <iosPods>
|
||||||
<iosPod name="IronSourceFyberAdapter" version="4.3.30.1">
|
<iosPod name="IronSourceFyberAdapter" version="4.3.31.1">
|
||||||
<sources>
|
<sources>
|
||||||
<source>https://github.com/CocoaPods/Specs</source>
|
<source>https://github.com/CocoaPods/Specs</source>
|
||||||
</sources>
|
</sources>
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
<dependencies>
|
<dependencies>
|
||||||
<unityversion>4.3.17.0</unityversion>
|
<unityversion>4.3.19.0</unityversion>
|
||||||
<androidPackages>
|
<androidPackages>
|
||||||
<androidPackage spec="com.mbridge.msdk.oversea:newinterstitial:16.4.61">
|
<androidPackage spec="com.mbridge.msdk.oversea:newinterstitial:16.5.21">
|
||||||
<repositories>
|
<repositories>
|
||||||
<repository>https://dl-maven-android.mintegral.com/repository/mbridge_android_sdk_oversea/</repository>
|
<repository>https://dl-maven-android.mintegral.com/repository/mbridge_android_sdk_oversea/</repository>
|
||||||
</repositories>
|
</repositories>
|
||||||
@ -9,7 +9,7 @@
|
|||||||
</androidPackages>
|
</androidPackages>
|
||||||
|
|
||||||
<androidPackages>
|
<androidPackages>
|
||||||
<androidPackage spec="com.mbridge.msdk.oversea:reward:16.4.61">
|
<androidPackage spec="com.mbridge.msdk.oversea:reward:16.5.21">
|
||||||
<repositories>
|
<repositories>
|
||||||
<repository>https://dl-maven-android.mintegral.com/repository/mbridge_android_sdk_oversea/</repository>
|
<repository>https://dl-maven-android.mintegral.com/repository/mbridge_android_sdk_oversea/</repository>
|
||||||
</repositories>
|
</repositories>
|
||||||
@ -17,7 +17,7 @@
|
|||||||
</androidPackages>
|
</androidPackages>
|
||||||
|
|
||||||
<androidPackages>
|
<androidPackages>
|
||||||
<androidPackage spec="com.mbridge.msdk.oversea:mbbanner:16.4.61">
|
<androidPackage spec="com.mbridge.msdk.oversea:mbbanner:16.5.21">
|
||||||
<repositories>
|
<repositories>
|
||||||
<repository>https://dl-maven-android.mintegral.com/repository/mbridge_android_sdk_oversea/</repository>
|
<repository>https://dl-maven-android.mintegral.com/repository/mbridge_android_sdk_oversea/</repository>
|
||||||
</repositories>
|
</repositories>
|
||||||
@ -25,7 +25,7 @@
|
|||||||
</androidPackages>
|
</androidPackages>
|
||||||
|
|
||||||
<androidPackages>
|
<androidPackages>
|
||||||
<androidPackage spec="com.mbridge.msdk.oversea:mbbid:16.4.61">
|
<androidPackage spec="com.mbridge.msdk.oversea:mbbid:16.5.21">
|
||||||
<repositories>
|
<repositories>
|
||||||
<repository>https://dl-maven-android.mintegral.com/repository/mbridge_android_sdk_oversea/</repository>
|
<repository>https://dl-maven-android.mintegral.com/repository/mbridge_android_sdk_oversea/</repository>
|
||||||
</repositories>
|
</repositories>
|
||||||
@ -41,7 +41,7 @@
|
|||||||
</androidPackages>
|
</androidPackages>
|
||||||
|
|
||||||
<androidPackages>
|
<androidPackages>
|
||||||
<androidPackage spec="com.ironsource.adapters:mintegraladapter:4.3.17">
|
<androidPackage spec="com.ironsource.adapters:mintegraladapter:4.3.19">
|
||||||
<repositories>
|
<repositories>
|
||||||
<repository>https://android-sdk.is.com/</repository>
|
<repository>https://android-sdk.is.com/</repository>
|
||||||
</repositories>
|
</repositories>
|
||||||
@ -49,7 +49,7 @@
|
|||||||
</androidPackages>
|
</androidPackages>
|
||||||
|
|
||||||
<!-- <iosPods>
|
<!-- <iosPods>
|
||||||
<iosPod name="IronSourceMintegralAdapter" version="4.3.16.0">
|
<iosPod name="IronSourceMintegralAdapter" version="4.3.18.0">
|
||||||
<sources>
|
<sources>
|
||||||
<source>https://github.com/CocoaPods/Specs</source>
|
<source>https://github.com/CocoaPods/Specs</source>
|
||||||
</sources>
|
</sources>
|
||||||
|
|||||||
@ -1,21 +1,21 @@
|
|||||||
<dependencies>
|
<dependencies>
|
||||||
<unityversion>4.3.25.0</unityversion>
|
<unityversion>4.3.27.0</unityversion>
|
||||||
<androidPackages>
|
<androidPackages>
|
||||||
<androidPackage spec="com.ironsource.adapters:pangleadapter:4.3.20">
|
<androidPackage spec="com.ironsource.adapters:pangleadapter:4.3.22">
|
||||||
<repositories>
|
<repositories>
|
||||||
<repository>https://android-sdk.is.com/</repository>
|
<repository>https://android-sdk.is.com/</repository>
|
||||||
</repositories>
|
</repositories>
|
||||||
</androidPackage>
|
</androidPackage>
|
||||||
</androidPackages>
|
</androidPackages>
|
||||||
<androidPackages>
|
<androidPackages>
|
||||||
<androidPackage spec="com.pangle.global:ads-sdk:5.2.0.6">
|
<androidPackage spec="com.pangle.global:ads-sdk:5.5.0.5">
|
||||||
<repositories>
|
<repositories>
|
||||||
<repository>https://artifact.bytedance.com/repository/pangle/</repository>
|
<repository>https://artifact.bytedance.com/repository/pangle/</repository>
|
||||||
</repositories>
|
</repositories>
|
||||||
</androidPackage>
|
</androidPackage>
|
||||||
</androidPackages>
|
</androidPackages>
|
||||||
<!-- <iosPods>
|
<!-- <iosPods>
|
||||||
<iosPod name="IronSourcePangleAdapter" version="4.3.22.0">
|
<iosPod name="IronSourcePangleAdapter" version="4.3.24.0">
|
||||||
<sources>
|
<sources>
|
||||||
<source>https://github.com/CocoaPods/Specs</source>
|
<source>https://github.com/CocoaPods/Specs</source>
|
||||||
</sources>
|
</sources>
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
<dependencies>
|
<dependencies>
|
||||||
<unityversion>4.1.30.1</unityversion>
|
<unityversion>4.1.30.3</unityversion>
|
||||||
<androidPackages>
|
<androidPackages>
|
||||||
<androidPackage spec="com.ironsource.adapters:tapjoyadapter:4.1.25">
|
<androidPackage spec="com.ironsource.adapters:tapjoyadapter:4.1.25">
|
||||||
<repositories>
|
<repositories>
|
||||||
@ -15,7 +15,7 @@
|
|||||||
</androidPackage>
|
</androidPackage>
|
||||||
</androidPackages>
|
</androidPackages>
|
||||||
<!-- <iosPods>
|
<!-- <iosPods>
|
||||||
<iosPod name="IronSourceTapjoyAdapter" version="4.1.25.1">
|
<iosPod name="IronSourceTapjoyAdapter" version="4.1.25.3">
|
||||||
<sources>
|
<sources>
|
||||||
<source>https://github.com/CocoaPods/Specs</source>
|
<source>https://github.com/CocoaPods/Specs</source>
|
||||||
</sources>
|
</sources>
|
||||||
|
|||||||
@ -1,14 +1,14 @@
|
|||||||
<dependencies>
|
<dependencies>
|
||||||
<unityversion>4.3.36.0</unityversion>
|
<unityversion>4.3.38.0</unityversion>
|
||||||
<androidPackages>
|
<androidPackages>
|
||||||
<androidPackage spec="com.ironsource.adapters:unityadsadapter:4.3.31">
|
<androidPackage spec="com.ironsource.adapters:unityadsadapter:4.3.33">
|
||||||
<repositories>
|
<repositories>
|
||||||
<repository>https://android-sdk.is.com/</repository>
|
<repository>https://android-sdk.is.com/</repository>
|
||||||
</repositories>
|
</repositories>
|
||||||
</androidPackage>
|
</androidPackage>
|
||||||
</androidPackages>
|
</androidPackages>
|
||||||
<androidPackages>
|
<androidPackages>
|
||||||
<androidPackage spec="com.unity3d.ads:unity-ads:4.8.0">
|
<androidPackage spec="com.unity3d.ads:unity-ads:4.9.1">
|
||||||
<repositories>
|
<repositories>
|
||||||
<repository>https://maven.google.com/</repository>
|
<repository>https://maven.google.com/</repository>
|
||||||
</repositories>
|
</repositories>
|
||||||
@ -16,7 +16,7 @@
|
|||||||
</androidPackages>
|
</androidPackages>
|
||||||
|
|
||||||
<!-- <iosPods>
|
<!-- <iosPods>
|
||||||
<iosPod name="IronSourceUnityAdsAdapter" version="4.3.31.0">
|
<iosPod name="IronSourceUnityAdsAdapter" version="4.3.33.0">
|
||||||
<sources>
|
<sources>
|
||||||
<source>https://github.com/CocoaPods/Specs</source>
|
<source>https://github.com/CocoaPods/Specs</source>
|
||||||
</sources>
|
</sources>
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
<dependencies>
|
<dependencies>
|
||||||
<unityversion>4.3.36.0</unityversion>
|
<unityversion>4.3.37.0</unityversion>
|
||||||
<androidPackages>
|
<androidPackages>
|
||||||
<androidPackage spec="com.vungle:publisher-sdk-android:6.12.1">
|
<androidPackage spec="com.vungle:vungle-ads:7.0.0">
|
||||||
<repositories>
|
<repositories>
|
||||||
<repository>https://jitpack.io/</repository>
|
<repository>https://jitpack.io/</repository>
|
||||||
</repositories>
|
</repositories>
|
||||||
@ -9,7 +9,7 @@
|
|||||||
</androidPackages>
|
</androidPackages>
|
||||||
|
|
||||||
<androidPackages>
|
<androidPackages>
|
||||||
<androidPackage spec="com.ironsource.adapters:vungleadapter:4.3.21">
|
<androidPackage spec="com.ironsource.adapters:vungleadapter:4.3.22">
|
||||||
<repositories>
|
<repositories>
|
||||||
<repository>https://android-sdk.is.com/</repository>
|
<repository>https://android-sdk.is.com/</repository>
|
||||||
</repositories>
|
</repositories>
|
||||||
@ -17,7 +17,7 @@
|
|||||||
</androidPackages>
|
</androidPackages>
|
||||||
|
|
||||||
<!-- <iosPods>
|
<!-- <iosPods>
|
||||||
<iosPod name="IronSourceVungleAdapter" version="4.3.28.0">
|
<iosPod name="IronSourceVungleAdapter" version="4.3.29.0">
|
||||||
<sources>
|
<sources>
|
||||||
<source>https://github.com/CocoaPods/Specs</source>
|
<source>https://github.com/CocoaPods/Specs</source>
|
||||||
</sources>
|
</sources>
|
||||||
|
|||||||
@ -1,8 +1,8 @@
|
|||||||
<dependencies>
|
<dependencies>
|
||||||
<unityversion>7.3.1.1</unityversion>
|
<unityversion>7.5.1</unityversion>
|
||||||
|
|
||||||
<androidPackages>
|
<androidPackages>
|
||||||
<androidPackage spec="com.ironsource.sdk:mediationsdk:7.3.1.1">
|
<androidPackage spec="com.ironsource.sdk:mediationsdk:7.5.1">
|
||||||
<repositories>
|
<repositories>
|
||||||
<repository>https://android-sdk.is.com/</repository>
|
<repository>https://android-sdk.is.com/</repository>
|
||||||
</repositories>
|
</repositories>
|
||||||
@ -26,7 +26,7 @@
|
|||||||
</androidPackages>
|
</androidPackages>
|
||||||
|
|
||||||
<!-- <iosPods>
|
<!-- <iosPods>
|
||||||
<iosPod name="IronSourceSDK" version="7.3.1.0">
|
<iosPod name="IronSourceSDK" version="7.5.0.0">
|
||||||
<sources>
|
<sources>
|
||||||
<source>https://github.com/CocoaPods/Specs</source>
|
<source>https://github.com/CocoaPods/Specs</source>
|
||||||
</sources>
|
</sources>
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
@ -7,7 +7,7 @@ public class IronSource : IronSourceIAgent
|
|||||||
{
|
{
|
||||||
private IronSourceIAgent _platformAgent;
|
private IronSourceIAgent _platformAgent;
|
||||||
private static IronSource _instance;
|
private static IronSource _instance;
|
||||||
public static string UNITY_PLUGIN_VERSION = "7.3.1.1-r";
|
public static string UNITY_PLUGIN_VERSION = "7.5.1-r";
|
||||||
private static bool isUnsupportedPlatform;
|
private static bool isUnsupportedPlatform;
|
||||||
|
|
||||||
private IronSource()
|
private IronSource()
|
||||||
|
|||||||
@ -17,6 +17,12 @@ MonoBehaviour:
|
|||||||
- {fileID: 21300000, guid: 60a7914eb0d965f4eb8ca86c2067851e, type: 3}
|
- {fileID: 21300000, guid: 60a7914eb0d965f4eb8ca86c2067851e, type: 3}
|
||||||
- {fileID: 21300000, guid: ff48415a944684f47b1208af4d42c74d, type: 3}
|
- {fileID: 21300000, guid: ff48415a944684f47b1208af4d42c74d, type: 3}
|
||||||
- {fileID: 21300000, guid: 02ab40c4f6061e248ae99aed8cfb8c09, type: 3}
|
- {fileID: 21300000, guid: 02ab40c4f6061e248ae99aed8cfb8c09, type: 3}
|
||||||
|
- {fileID: 21300000, guid: 8282affdf54bc4844aa71b232a6f1fa2, type: 3}
|
||||||
|
- {fileID: 21300000, guid: af1e5809796473549a4f0b2c7d3e8dc3, type: 3}
|
||||||
|
- {fileID: 21300000, guid: ba8c2822d5ad5d242b447f484ba4575f, type: 3}
|
||||||
|
- {fileID: 21300000, guid: ac152d8f1401bb04c832ae227281ad3a, type: 3}
|
||||||
|
- {fileID: 21300000, guid: 0c6437adb9cec8d42aaf032817914c06, type: 3}
|
||||||
|
- {fileID: 21300000, guid: 8747f81467f228045a66551d4a567d6d, type: 3}
|
||||||
- {fileID: 21300000, guid: 3297fc665edcde34cb54957166a8e63c, type: 3}
|
- {fileID: 21300000, guid: 3297fc665edcde34cb54957166a8e63c, type: 3}
|
||||||
- {fileID: 21300000, guid: e1559cf5b8a501f4fbf7fe9081997063, type: 3}
|
- {fileID: 21300000, guid: e1559cf5b8a501f4fbf7fe9081997063, type: 3}
|
||||||
- {fileID: 21300000, guid: 216d2e38114e808438efe51b5824272e, type: 3}
|
- {fileID: 21300000, guid: 216d2e38114e808438efe51b5824272e, type: 3}
|
||||||
@ -26,4 +32,4 @@ MonoBehaviour:
|
|||||||
- {fileID: 21300000, guid: 8fd4f500051b4a844a7d53c94975afec, type: 3}
|
- {fileID: 21300000, guid: 8fd4f500051b4a844a7d53c94975afec, type: 3}
|
||||||
- {fileID: 21300000, guid: 9cac3f4b1f93a4143a1536892fe15c71, type: 3}
|
- {fileID: 21300000, guid: 9cac3f4b1f93a4143a1536892fe15c71, type: 3}
|
||||||
- {fileID: 21300000, guid: 80d8b79692d1b7b4393ba7be095fed7b, type: 3}
|
- {fileID: 21300000, guid: 80d8b79692d1b7b4393ba7be095fed7b, type: 3}
|
||||||
spriteNameList: f90c0ae6579237db589237db599237dbfa0c0ae6fb0c0ae6fc0c0ae6fd0c0ae6fe0c0ae6ff0c0ae6000d0ae6010d0ae6445b58ce
|
spriteNameList: f90c0ae6579237db589237db599237db5a9237db5b9237db5c9237db5d9237db5e9237db5f9237dbfa0c0ae6fb0c0ae6fc0c0ae6fd0c0ae6fe0c0ae6ff0c0ae6000d0ae6010d0ae6445b58ce
|
||||||
|
|||||||
@ -62,32 +62,44 @@ SpriteAtlas:
|
|||||||
m_MasterAtlas: {fileID: 0}
|
m_MasterAtlas: {fileID: 0}
|
||||||
m_PackedSprites:
|
m_PackedSprites:
|
||||||
- {fileID: 21300000, guid: 8fd4f500051b4a844a7d53c94975afec, type: 3}
|
- {fileID: 21300000, guid: 8fd4f500051b4a844a7d53c94975afec, type: 3}
|
||||||
|
- {fileID: 21300000, guid: ba8c2822d5ad5d242b447f484ba4575f, type: 3}
|
||||||
- {fileID: 21300000, guid: bcae6ed3378a43947b0b55bb5c70625b, type: 3}
|
- {fileID: 21300000, guid: bcae6ed3378a43947b0b55bb5c70625b, type: 3}
|
||||||
|
- {fileID: 21300000, guid: 8747f81467f228045a66551d4a567d6d, type: 3}
|
||||||
- {fileID: 21300000, guid: 02ab40c4f6061e248ae99aed8cfb8c09, type: 3}
|
- {fileID: 21300000, guid: 02ab40c4f6061e248ae99aed8cfb8c09, type: 3}
|
||||||
- {fileID: 21300000, guid: e1559cf5b8a501f4fbf7fe9081997063, type: 3}
|
- {fileID: 21300000, guid: e1559cf5b8a501f4fbf7fe9081997063, type: 3}
|
||||||
- {fileID: 21300000, guid: 3297fc665edcde34cb54957166a8e63c, type: 3}
|
- {fileID: 21300000, guid: 3297fc665edcde34cb54957166a8e63c, type: 3}
|
||||||
- {fileID: 21300000, guid: 80d8b79692d1b7b4393ba7be095fed7b, type: 3}
|
- {fileID: 21300000, guid: 80d8b79692d1b7b4393ba7be095fed7b, type: 3}
|
||||||
- {fileID: 21300000, guid: 216d2e38114e808438efe51b5824272e, type: 3}
|
- {fileID: 21300000, guid: 216d2e38114e808438efe51b5824272e, type: 3}
|
||||||
- {fileID: 21300000, guid: b2d478a8fff9e1145991c81b4df46018, type: 3}
|
- {fileID: 21300000, guid: b2d478a8fff9e1145991c81b4df46018, type: 3}
|
||||||
|
- {fileID: 21300000, guid: af1e5809796473549a4f0b2c7d3e8dc3, type: 3}
|
||||||
- {fileID: 21300000, guid: ff48415a944684f47b1208af4d42c74d, type: 3}
|
- {fileID: 21300000, guid: ff48415a944684f47b1208af4d42c74d, type: 3}
|
||||||
- {fileID: 21300000, guid: 9cac3f4b1f93a4143a1536892fe15c71, type: 3}
|
- {fileID: 21300000, guid: 9cac3f4b1f93a4143a1536892fe15c71, type: 3}
|
||||||
|
- {fileID: 21300000, guid: 0c6437adb9cec8d42aaf032817914c06, type: 3}
|
||||||
- {fileID: 21300000, guid: 314704dd76dbe8b45af5fc465a36b48c, type: 3}
|
- {fileID: 21300000, guid: 314704dd76dbe8b45af5fc465a36b48c, type: 3}
|
||||||
|
- {fileID: 21300000, guid: 8282affdf54bc4844aa71b232a6f1fa2, type: 3}
|
||||||
- {fileID: 21300000, guid: 23f8691ed89b279409896acfe8179617, type: 3}
|
- {fileID: 21300000, guid: 23f8691ed89b279409896acfe8179617, type: 3}
|
||||||
- {fileID: 21300000, guid: 60a7914eb0d965f4eb8ca86c2067851e, type: 3}
|
- {fileID: 21300000, guid: 60a7914eb0d965f4eb8ca86c2067851e, type: 3}
|
||||||
|
- {fileID: 21300000, guid: ac152d8f1401bb04c832ae227281ad3a, type: 3}
|
||||||
m_PackedSpriteNamesToIndex:
|
m_PackedSpriteNamesToIndex:
|
||||||
- avatar_frame_8
|
- avatar_frame_8
|
||||||
|
- avatar_frame_15
|
||||||
- avatar_frame_7
|
- avatar_frame_7
|
||||||
|
- avatar_frame_18
|
||||||
- avatar_frame_12
|
- avatar_frame_12
|
||||||
- avatar_frame_3
|
- avatar_frame_3
|
||||||
- avatar_frame_2
|
- avatar_frame_2
|
||||||
- avatar_frame_celect
|
- avatar_frame_celect
|
||||||
- avatar_frame_4
|
- avatar_frame_4
|
||||||
- avatar_frame_6
|
- avatar_frame_6
|
||||||
|
- avatar_frame_14
|
||||||
- avatar_frame_11
|
- avatar_frame_11
|
||||||
- avatar_frame_9
|
- avatar_frame_9
|
||||||
|
- avatar_frame_17
|
||||||
- avatar_frame_5
|
- avatar_frame_5
|
||||||
|
- avatar_frame_13
|
||||||
- avatar_frame_1
|
- avatar_frame_1
|
||||||
- avatar_frame_10
|
- avatar_frame_10
|
||||||
|
- avatar_frame_16
|
||||||
m_RenderDataMap: {}
|
m_RenderDataMap: {}
|
||||||
m_Tag: avatar
|
m_Tag: avatar
|
||||||
m_IsVariant: 0
|
m_IsVariant: 0
|
||||||
|
|||||||
@ -29,6 +29,7 @@ MonoBehaviour:
|
|||||||
- {fileID: 21300000, guid: d86f0a17c7ac418449c13c7630c24a6e, type: 3}
|
- {fileID: 21300000, guid: d86f0a17c7ac418449c13c7630c24a6e, type: 3}
|
||||||
- {fileID: 21300000, guid: 7473e55ef6f1f884b8a1716e8b8d50b8, type: 3}
|
- {fileID: 21300000, guid: 7473e55ef6f1f884b8a1716e8b8d50b8, type: 3}
|
||||||
- {fileID: 21300000, guid: 5985facae59bd3a468c8c10f36e27130, type: 3}
|
- {fileID: 21300000, guid: 5985facae59bd3a468c8c10f36e27130, type: 3}
|
||||||
|
- {fileID: 21300000, guid: cd1cb2b7e4fbee04ca040a123b1c81b1, type: 3}
|
||||||
- {fileID: 21300000, guid: 4904464892cc82b40b7ecb8d19777c89, type: 3}
|
- {fileID: 21300000, guid: 4904464892cc82b40b7ecb8d19777c89, type: 3}
|
||||||
- {fileID: 21300000, guid: 5c6bf200d40af1645928a69f5be74689, type: 3}
|
- {fileID: 21300000, guid: 5c6bf200d40af1645928a69f5be74689, type: 3}
|
||||||
- {fileID: 21300000, guid: 05b2835c2f1cab94d9a683b1b224bf9f, type: 3}
|
- {fileID: 21300000, guid: 05b2835c2f1cab94d9a683b1b224bf9f, type: 3}
|
||||||
@ -40,11 +41,13 @@ MonoBehaviour:
|
|||||||
- {fileID: 21300000, guid: ebf7e343b1d2b79428117236afdf64cc, type: 3}
|
- {fileID: 21300000, guid: ebf7e343b1d2b79428117236afdf64cc, type: 3}
|
||||||
- {fileID: 21300000, guid: 062879952e89e4648bfd885bb931b006, type: 3}
|
- {fileID: 21300000, guid: 062879952e89e4648bfd885bb931b006, type: 3}
|
||||||
- {fileID: 21300000, guid: d012b6cc00c51734195445a3c6d15cf7, type: 3}
|
- {fileID: 21300000, guid: d012b6cc00c51734195445a3c6d15cf7, type: 3}
|
||||||
|
- {fileID: 21300000, guid: b6ceb1260cf406e4e867ccd7088eb8cf, type: 3}
|
||||||
- {fileID: 21300000, guid: fda0b51f55b7e3747b0d57f8016ed335, type: 3}
|
- {fileID: 21300000, guid: fda0b51f55b7e3747b0d57f8016ed335, type: 3}
|
||||||
- {fileID: 21300000, guid: bd5b5da0992114943b34e1861598244f, type: 3}
|
- {fileID: 21300000, guid: bd5b5da0992114943b34e1861598244f, type: 3}
|
||||||
- {fileID: 21300000, guid: 7d9c79f30dcdc8247aab76baf0c2c6ba, type: 3}
|
- {fileID: 21300000, guid: 7d9c79f30dcdc8247aab76baf0c2c6ba, type: 3}
|
||||||
- {fileID: 21300000, guid: 5ae3b4c8d1b2dc944968d2a268712728, type: 3}
|
- {fileID: 21300000, guid: 5ae3b4c8d1b2dc944968d2a268712728, type: 3}
|
||||||
- {fileID: 21300000, guid: f8571a4249dafd640b7e19c06f959315, type: 3}
|
- {fileID: 21300000, guid: f8571a4249dafd640b7e19c06f959315, type: 3}
|
||||||
|
- {fileID: 21300000, guid: 23f3ef320d7dba64796bf0abd2ecdb31, type: 3}
|
||||||
- {fileID: 21300000, guid: f1eb506cc169ae94da35933a571a9e24, type: 3}
|
- {fileID: 21300000, guid: f1eb506cc169ae94da35933a571a9e24, type: 3}
|
||||||
- {fileID: 21300000, guid: 3f007bc497b724f4c959944ef3ecf4ef, type: 3}
|
- {fileID: 21300000, guid: 3f007bc497b724f4c959944ef3ecf4ef, type: 3}
|
||||||
- {fileID: 21300000, guid: 397fbe85e4725d444a9be3c60ff79387, type: 3}
|
- {fileID: 21300000, guid: 397fbe85e4725d444a9be3c60ff79387, type: 3}
|
||||||
@ -85,4 +88,4 @@ MonoBehaviour:
|
|||||||
- {fileID: 21300000, guid: bb4e7dbdf89792644a8941a7e107e9ce, type: 3}
|
- {fileID: 21300000, guid: bb4e7dbdf89792644a8941a7e107e9ce, type: 3}
|
||||||
- {fileID: 21300000, guid: f2e805a98206eb34da53fa101aa5593c, type: 3}
|
- {fileID: 21300000, guid: f2e805a98206eb34da53fa101aa5593c, type: 3}
|
||||||
- {fileID: 21300000, guid: 71728bda29442ce40b864aff45c2fcf9, type: 3}
|
- {fileID: 21300000, guid: 71728bda29442ce40b864aff45c2fcf9, type: 3}
|
||||||
spriteNameList: 310000001f06000011061700200600002106000022060000230600002406000025060000971c1700260600005820170027060000192417001a24170028060000320000003e060000707a17003f0600004006000041060000b38517004206000043060000358d170044060000450600004606000047060000330000005d0600005e0600005f06000060060000610600006206000063060000550518003400000035000000360000003700000029da00003800000039000000cbda876accda876a08e5a305e00dcedbe10dcedbe20dcedbe31d440be41d440be51d440b68d8146369d814636ad81463270ec371280ec371290ec3712a0ec3712b0ec37184439896f59c08cb6ec53cb7ec06330037881e3238881e3239881e323a881e323b881e32
|
spriteNameList: 310000001f06000011061700200600002106000022060000230600002406000025060000971c1700260600005820170027060000192417001a24170028060000da271700320000003e060000707a17003f0600004006000041060000b38517004206000043060000358d170044060000f6901700450600004606000047060000330000005d060000cfee17005e0600005f06000060060000610600006206000063060000550518003400000035000000360000003700000029da00003800000039000000cbda876accda876a08e5a305e00dcedbe10dcedbe20dcedbe31d440be41d440be51d440b68d8146369d814636ad81463270ec371280ec371290ec3712a0ec3712b0ec37184439896f59c08cb6ec53cb7ec06330037881e3238881e3239881e323a881e323b881e32
|
||||||
|
|||||||
@ -68,6 +68,7 @@ SpriteAtlas:
|
|||||||
- {fileID: 21300000, guid: dab912016d15a474bba88f941dbe15ee, type: 3}
|
- {fileID: 21300000, guid: dab912016d15a474bba88f941dbe15ee, type: 3}
|
||||||
- {fileID: 21300000, guid: c1d35f3153f12a14c9c8957a905b0b28, type: 3}
|
- {fileID: 21300000, guid: c1d35f3153f12a14c9c8957a905b0b28, type: 3}
|
||||||
- {fileID: 21300000, guid: 08b6d902b86c0b34e92ab673197fb767, type: 3}
|
- {fileID: 21300000, guid: 08b6d902b86c0b34e92ab673197fb767, type: 3}
|
||||||
|
- {fileID: 21300000, guid: 23f3ef320d7dba64796bf0abd2ecdb31, type: 3}
|
||||||
- {fileID: 21300000, guid: f8571a4249dafd640b7e19c06f959315, type: 3}
|
- {fileID: 21300000, guid: f8571a4249dafd640b7e19c06f959315, type: 3}
|
||||||
- {fileID: 21300000, guid: 056b0c62d8026c546bd043ae92411b15, type: 3}
|
- {fileID: 21300000, guid: 056b0c62d8026c546bd043ae92411b15, type: 3}
|
||||||
- {fileID: 21300000, guid: 643846a215ab336468ec5ce2377a6325, type: 3}
|
- {fileID: 21300000, guid: 643846a215ab336468ec5ce2377a6325, type: 3}
|
||||||
@ -84,6 +85,7 @@ SpriteAtlas:
|
|||||||
- {fileID: 21300000, guid: 1fac7f85b1398064bb2fe6291b431566, type: 3}
|
- {fileID: 21300000, guid: 1fac7f85b1398064bb2fe6291b431566, type: 3}
|
||||||
- {fileID: 21300000, guid: 062879952e89e4648bfd885bb931b006, type: 3}
|
- {fileID: 21300000, guid: 062879952e89e4648bfd885bb931b006, type: 3}
|
||||||
- {fileID: 21300000, guid: 8f0d52f5b73b61f4da2d353433c9a3eb, type: 3}
|
- {fileID: 21300000, guid: 8f0d52f5b73b61f4da2d353433c9a3eb, type: 3}
|
||||||
|
- {fileID: 21300000, guid: b6ceb1260cf406e4e867ccd7088eb8cf, type: 3}
|
||||||
- {fileID: 21300000, guid: 5f59eb2671e1f8047bb5c912ab31a4e9, type: 3}
|
- {fileID: 21300000, guid: 5f59eb2671e1f8047bb5c912ab31a4e9, type: 3}
|
||||||
- {fileID: 21300000, guid: 9c32e986881e23942acd3c2aabeaeac3, type: 3}
|
- {fileID: 21300000, guid: 9c32e986881e23942acd3c2aabeaeac3, type: 3}
|
||||||
- {fileID: 21300000, guid: 3b1274a6d891cb545864f2d9c72f8dc1, type: 3}
|
- {fileID: 21300000, guid: 3b1274a6d891cb545864f2d9c72f8dc1, type: 3}
|
||||||
@ -91,6 +93,7 @@ SpriteAtlas:
|
|||||||
- {fileID: 21300000, guid: ea4d65d6d3df27d46b554d322c49fd49, type: 3}
|
- {fileID: 21300000, guid: ea4d65d6d3df27d46b554d322c49fd49, type: 3}
|
||||||
- {fileID: 21300000, guid: d86f0a17c7ac418449c13c7630c24a6e, type: 3}
|
- {fileID: 21300000, guid: d86f0a17c7ac418449c13c7630c24a6e, type: 3}
|
||||||
- {fileID: 21300000, guid: f67782678a259484f9bbcc1fd47de7cb, type: 3}
|
- {fileID: 21300000, guid: f67782678a259484f9bbcc1fd47de7cb, type: 3}
|
||||||
|
- {fileID: 21300000, guid: cd1cb2b7e4fbee04ca040a123b1c81b1, type: 3}
|
||||||
- {fileID: 21300000, guid: 8c7b75b71d6b7fc47acf21aa7b21f722, type: 3}
|
- {fileID: 21300000, guid: 8c7b75b71d6b7fc47acf21aa7b21f722, type: 3}
|
||||||
- {fileID: 21300000, guid: c042c1c7c85392e449166b4197c07526, type: 3}
|
- {fileID: 21300000, guid: c042c1c7c85392e449166b4197c07526, type: 3}
|
||||||
- {fileID: 21300000, guid: 89a047e7326d70042aacb397a171b4c4, type: 3}
|
- {fileID: 21300000, guid: 89a047e7326d70042aacb397a171b4c4, type: 3}
|
||||||
@ -141,6 +144,7 @@ SpriteAtlas:
|
|||||||
- 24
|
- 24
|
||||||
- hero_s
|
- hero_s
|
||||||
- frame_dec_3
|
- frame_dec_3
|
||||||
|
- 30_1
|
||||||
- 30
|
- 30
|
||||||
- 8
|
- 8
|
||||||
- 14
|
- 14
|
||||||
@ -157,6 +161,7 @@ SpriteAtlas:
|
|||||||
- match_1
|
- match_1
|
||||||
- 25_1
|
- 25_1
|
||||||
- frame_gray_4
|
- frame_gray_4
|
||||||
|
- 26_1
|
||||||
- frame_2
|
- frame_2
|
||||||
- 36
|
- 36
|
||||||
- avatar_1
|
- avatar_1
|
||||||
@ -164,6 +169,7 @@ SpriteAtlas:
|
|||||||
- hero_arrow
|
- hero_arrow
|
||||||
- 18_1
|
- 18_1
|
||||||
- 6
|
- 6
|
||||||
|
- 19_1
|
||||||
- 36_1
|
- 36_1
|
||||||
- 22
|
- 22
|
||||||
- 11
|
- 11
|
||||||
|
|||||||
@ -29,6 +29,7 @@ MonoBehaviour:
|
|||||||
- {fileID: 21300000, guid: b0fa3f60d34974540a238b8f2b49bd4c, type: 3}
|
- {fileID: 21300000, guid: b0fa3f60d34974540a238b8f2b49bd4c, type: 3}
|
||||||
- {fileID: 21300000, guid: 38670590eda286f43ae4f04b2ce191ce, type: 3}
|
- {fileID: 21300000, guid: 38670590eda286f43ae4f04b2ce191ce, type: 3}
|
||||||
- {fileID: 21300000, guid: 5123256b8feda2145a9350bee87ad74f, type: 3}
|
- {fileID: 21300000, guid: 5123256b8feda2145a9350bee87ad74f, type: 3}
|
||||||
|
- {fileID: 21300000, guid: 5343c8e4e2380374cb32eafe14882fb1, type: 3}
|
||||||
- {fileID: 21300000, guid: cdb1b44ac61889b41826aba17bfb5dc3, type: 3}
|
- {fileID: 21300000, guid: cdb1b44ac61889b41826aba17bfb5dc3, type: 3}
|
||||||
- {fileID: 21300000, guid: 569a7ae4f0309ce46a688882510a606f, type: 3}
|
- {fileID: 21300000, guid: 569a7ae4f0309ce46a688882510a606f, type: 3}
|
||||||
- {fileID: 21300000, guid: 9fde6fd89f5f157489577ca993023671, type: 3}
|
- {fileID: 21300000, guid: 9fde6fd89f5f157489577ca993023671, type: 3}
|
||||||
@ -40,11 +41,13 @@ MonoBehaviour:
|
|||||||
- {fileID: 21300000, guid: 48de69353846dea4a81cda84ed28bc51, type: 3}
|
- {fileID: 21300000, guid: 48de69353846dea4a81cda84ed28bc51, type: 3}
|
||||||
- {fileID: 21300000, guid: 0acfcf388dce9b444bc19e0f50c863b6, type: 3}
|
- {fileID: 21300000, guid: 0acfcf388dce9b444bc19e0f50c863b6, type: 3}
|
||||||
- {fileID: 21300000, guid: 7130e790e9393b74aa40cd0f1de9b2d3, type: 3}
|
- {fileID: 21300000, guid: 7130e790e9393b74aa40cd0f1de9b2d3, type: 3}
|
||||||
|
- {fileID: 21300000, guid: 619813fa1c7474744a61647f8e13a624, type: 3}
|
||||||
- {fileID: 21300000, guid: 8125b9ddf6e08c043903a9fdaf26f7b1, type: 3}
|
- {fileID: 21300000, guid: 8125b9ddf6e08c043903a9fdaf26f7b1, type: 3}
|
||||||
- {fileID: 21300000, guid: ceff0e178a3b50442854f23f561e7fed, type: 3}
|
- {fileID: 21300000, guid: ceff0e178a3b50442854f23f561e7fed, type: 3}
|
||||||
- {fileID: 21300000, guid: 83972b43f120c634090ba4b8a5b5921e, type: 3}
|
- {fileID: 21300000, guid: 83972b43f120c634090ba4b8a5b5921e, type: 3}
|
||||||
- {fileID: 21300000, guid: 83831e4876c42b246b8aa584a6a4ea02, type: 3}
|
- {fileID: 21300000, guid: 83831e4876c42b246b8aa584a6a4ea02, type: 3}
|
||||||
- {fileID: 21300000, guid: a13c781de5ebc714a9277a90e4e0f987, type: 3}
|
- {fileID: 21300000, guid: a13c781de5ebc714a9277a90e4e0f987, type: 3}
|
||||||
|
- {fileID: 21300000, guid: a24da717dbd3832428a87a849b1b47cc, type: 3}
|
||||||
- {fileID: 21300000, guid: d743dca3726b5ca4ea81a16c41925b66, type: 3}
|
- {fileID: 21300000, guid: d743dca3726b5ca4ea81a16c41925b66, type: 3}
|
||||||
- {fileID: 21300000, guid: 606933e1bb811af49a66a661c3253bd6, type: 3}
|
- {fileID: 21300000, guid: 606933e1bb811af49a66a661c3253bd6, type: 3}
|
||||||
- {fileID: 21300000, guid: 50d0ead82680c654f8bc7ead466f74ad, type: 3}
|
- {fileID: 21300000, guid: 50d0ead82680c654f8bc7ead466f74ad, type: 3}
|
||||||
@ -59,4 +62,4 @@ MonoBehaviour:
|
|||||||
- {fileID: 21300000, guid: 7eee036582b045e449aa206d20540119, type: 3}
|
- {fileID: 21300000, guid: 7eee036582b045e449aa206d20540119, type: 3}
|
||||||
- {fileID: 21300000, guid: 64a08f786204a98499066d1c13de7273, type: 3}
|
- {fileID: 21300000, guid: 64a08f786204a98499066d1c13de7273, type: 3}
|
||||||
- {fileID: 21300000, guid: e418dc2ac39d0c84cab1807decaaba9b, type: 3}
|
- {fileID: 21300000, guid: e418dc2ac39d0c84cab1807decaaba9b, type: 3}
|
||||||
spriteNameList: 310000001f06000011061700200600002106000022060000230600002406000025060000971c1700260600005820170027060000192417001a24170028060000320000003e060000707a17003f0600004006000041060000b38517004206000043060000358d170044060000450600004606000047060000330000005d0600005e0600005f06000060060000610600006206000063060000550518003400000035000000360000003700000029da00003800000039000000
|
spriteNameList: 310000001f06000011061700200600002106000022060000230600002406000025060000971c1700260600005820170027060000192417001a24170028060000da271700320000003e060000707a17003f0600004006000041060000b38517004206000043060000358d170044060000f6901700450600004606000047060000330000005d060000cfee17005e0600005f06000060060000610600006206000063060000550518003400000035000000360000003700000029da00003800000039000000
|
||||||
|
|||||||
@ -79,6 +79,7 @@ SpriteAtlas:
|
|||||||
- {fileID: 21300000, guid: 1017ce1418f44884081066c1094a629d, type: 3}
|
- {fileID: 21300000, guid: 1017ce1418f44884081066c1094a629d, type: 3}
|
||||||
- {fileID: 21300000, guid: 46e5b8d421d35b544af8eb86918b50a3, type: 3}
|
- {fileID: 21300000, guid: 46e5b8d421d35b544af8eb86918b50a3, type: 3}
|
||||||
- {fileID: 21300000, guid: 8905f5e482ea373429968d1d855c0cd7, type: 3}
|
- {fileID: 21300000, guid: 8905f5e482ea373429968d1d855c0cd7, type: 3}
|
||||||
|
- {fileID: 21300000, guid: 5343c8e4e2380374cb32eafe14882fb1, type: 3}
|
||||||
- {fileID: 21300000, guid: 569a7ae4f0309ce46a688882510a606f, type: 3}
|
- {fileID: 21300000, guid: 569a7ae4f0309ce46a688882510a606f, type: 3}
|
||||||
- {fileID: 21300000, guid: 65c8c6f4f823a3843abdc978b0882f78, type: 3}
|
- {fileID: 21300000, guid: 65c8c6f4f823a3843abdc978b0882f78, type: 3}
|
||||||
- {fileID: 21300000, guid: 22fd2b05e943c2f458395973fa43eacd, type: 3}
|
- {fileID: 21300000, guid: 22fd2b05e943c2f458395973fa43eacd, type: 3}
|
||||||
@ -87,6 +88,7 @@ SpriteAtlas:
|
|||||||
- {fileID: 21300000, guid: 7eee036582b045e449aa206d20540119, type: 3}
|
- {fileID: 21300000, guid: 7eee036582b045e449aa206d20540119, type: 3}
|
||||||
- {fileID: 21300000, guid: b970f2264d5d3474e81fae12f614b364, type: 3}
|
- {fileID: 21300000, guid: b970f2264d5d3474e81fae12f614b364, type: 3}
|
||||||
- {fileID: 21300000, guid: ce90e6b69f2fdcf408e7e2a8c29530b5, type: 3}
|
- {fileID: 21300000, guid: ce90e6b69f2fdcf408e7e2a8c29530b5, type: 3}
|
||||||
|
- {fileID: 21300000, guid: a24da717dbd3832428a87a849b1b47cc, type: 3}
|
||||||
- {fileID: 21300000, guid: ceff0e178a3b50442854f23f561e7fed, type: 3}
|
- {fileID: 21300000, guid: ceff0e178a3b50442854f23f561e7fed, type: 3}
|
||||||
- {fileID: 21300000, guid: 0acfcf388dce9b444bc19e0f50c863b6, type: 3}
|
- {fileID: 21300000, guid: 0acfcf388dce9b444bc19e0f50c863b6, type: 3}
|
||||||
- {fileID: 21300000, guid: 83831e4876c42b246b8aa584a6a4ea02, type: 3}
|
- {fileID: 21300000, guid: 83831e4876c42b246b8aa584a6a4ea02, type: 3}
|
||||||
@ -99,6 +101,7 @@ SpriteAtlas:
|
|||||||
- {fileID: 21300000, guid: cdb1b44ac61889b41826aba17bfb5dc3, type: 3}
|
- {fileID: 21300000, guid: cdb1b44ac61889b41826aba17bfb5dc3, type: 3}
|
||||||
- {fileID: 21300000, guid: 45ce406af6ae6e248a58693b5d4fedb1, type: 3}
|
- {fileID: 21300000, guid: 45ce406af6ae6e248a58693b5d4fedb1, type: 3}
|
||||||
- {fileID: 21300000, guid: a3822fea44ebbf64697628713365c523, type: 3}
|
- {fileID: 21300000, guid: a3822fea44ebbf64697628713365c523, type: 3}
|
||||||
|
- {fileID: 21300000, guid: 619813fa1c7474744a61647f8e13a624, type: 3}
|
||||||
- {fileID: 21300000, guid: 5123256b8feda2145a9350bee87ad74f, type: 3}
|
- {fileID: 21300000, guid: 5123256b8feda2145a9350bee87ad74f, type: 3}
|
||||||
- {fileID: 21300000, guid: 04d6e47bf59d2b24e925e6f6246b3ca0, type: 3}
|
- {fileID: 21300000, guid: 04d6e47bf59d2b24e925e6f6246b3ca0, type: 3}
|
||||||
- {fileID: 21300000, guid: e98cb4fcad1a23943aa88d92be8013dc, type: 3}
|
- {fileID: 21300000, guid: e98cb4fcad1a23943aa88d92be8013dc, type: 3}
|
||||||
@ -126,6 +129,7 @@ SpriteAtlas:
|
|||||||
- 22
|
- 22
|
||||||
- 15
|
- 15
|
||||||
- 12
|
- 12
|
||||||
|
- 19_1
|
||||||
- 20
|
- 20
|
||||||
- 14
|
- 14
|
||||||
- 10_1
|
- 10_1
|
||||||
@ -134,6 +138,7 @@ SpriteAtlas:
|
|||||||
- 7_1
|
- 7_1
|
||||||
- 11
|
- 11
|
||||||
- 6
|
- 6
|
||||||
|
- 30_1
|
||||||
- 28
|
- 28
|
||||||
- 25_1
|
- 25_1
|
||||||
- 3
|
- 3
|
||||||
@ -146,6 +151,7 @@ SpriteAtlas:
|
|||||||
- 2
|
- 2
|
||||||
- 7
|
- 7
|
||||||
- 18
|
- 18
|
||||||
|
- 26_1
|
||||||
- 19
|
- 19
|
||||||
- 23_1
|
- 23_1
|
||||||
- 34
|
- 34
|
||||||
|
|||||||
@ -100,6 +100,12 @@ MonoBehaviour:
|
|||||||
- {fileID: 21300000, guid: d3c97c92da583664a87485c06eb51849, type: 3}
|
- {fileID: 21300000, guid: d3c97c92da583664a87485c06eb51849, type: 3}
|
||||||
- {fileID: 21300000, guid: d43c3507913edad4987177cf6eb7e34c, type: 3}
|
- {fileID: 21300000, guid: d43c3507913edad4987177cf6eb7e34c, type: 3}
|
||||||
- {fileID: 21300000, guid: 0289dfd95ee55e6449acc69bd5039473, type: 3}
|
- {fileID: 21300000, guid: 0289dfd95ee55e6449acc69bd5039473, type: 3}
|
||||||
|
- {fileID: 21300000, guid: 6aa5348f850e9804d988b537af1e4dea, type: 3}
|
||||||
|
- {fileID: 21300000, guid: 61dc9e158d0193943b68d7c9598310db, type: 3}
|
||||||
|
- {fileID: 21300000, guid: 90433e6dbf11c0a4b83c4e66934b9ddd, type: 3}
|
||||||
|
- {fileID: 21300000, guid: e17b4fd01ebd5ab4bb6bdfbdb005e160, type: 3}
|
||||||
|
- {fileID: 21300000, guid: 7063728264048da4695e07f5bcba0873, type: 3}
|
||||||
|
- {fileID: 21300000, guid: 65dff0f4aa2cc3649a05c686e9833bf2, type: 3}
|
||||||
- {fileID: 21300000, guid: 8b3ecfd5255c1854f8c5c2895e82fe5c, type: 3}
|
- {fileID: 21300000, guid: 8b3ecfd5255c1854f8c5c2895e82fe5c, type: 3}
|
||||||
- {fileID: 21300000, guid: aeb11f14603e1574e94acc9a24d3bf43, type: 3}
|
- {fileID: 21300000, guid: aeb11f14603e1574e94acc9a24d3bf43, type: 3}
|
||||||
- {fileID: 21300000, guid: fa546455009756f4ba5a2572bc505128, type: 3}
|
- {fileID: 21300000, guid: fa546455009756f4ba5a2572bc505128, type: 3}
|
||||||
@ -110,4 +116,4 @@ MonoBehaviour:
|
|||||||
- {fileID: 21300000, guid: 899882c0d56e96d4caf5d82d2b469729, type: 3}
|
- {fileID: 21300000, guid: 899882c0d56e96d4caf5d82d2b469729, type: 3}
|
||||||
- {fileID: 21300000, guid: 91e9e926c6246844aba4b734caefb6f9, type: 3}
|
- {fileID: 21300000, guid: 91e9e926c6246844aba4b734caefb6f9, type: 3}
|
||||||
- {fileID: 21300000, guid: d4b21efb128aa8f4093adba3d467d268, type: 3}
|
- {fileID: 21300000, guid: d4b21efb128aa8f4093adba3d467d268, type: 3}
|
||||||
spriteNameList: 310000001f0600006000170061001700620017006300170064001700650017006600170067001700680017007e0017007f00170080001700810017008200170083001700840017008500170086001700870017009d0017009e0017009f001700a0001700a1001700a2001700a3001700a4001700a5001700a6001700bc001700200600002106000022060000230600002406000025060000260600002706000028060000320000003e0600003f0600004006000041060000420600004306000044060000450600004606000047060000330000005d0600005e0600005f06000060060000610600006206000063060000640600006506000066060000340000007c0600007d0600007e0600007f0600008006000081060000820600008306000085060000350000009b0600009c0600009d0600009e0600009f060000a0060000a1060000a2060000a3060000a406000036000000ba060000bb060000370000003800000039000000df0dcedbe00dcedbe10dcedbe20dcedbe30dcedb7ef2dcef0e84dc76
|
spriteNameList: 310000001f0600006000170061001700620017006300170064001700650017006600170067001700680017007e0017007f00170080001700810017008200170083001700840017008500170086001700870017009d0017009e0017009f001700a0001700a1001700a2001700a3001700a4001700a5001700a6001700bc001700200600002106000022060000230600002406000025060000260600002706000028060000320000003e0600003f0600004006000041060000420600004306000044060000450600004606000047060000330000005d0600005e0600005f06000060060000610600006206000063060000640600006506000066060000340000007c0600007d0600007e0600007f0600008006000081060000820600008306000085060000350000009b0600009c0600009d0600009e0600009f060000a0060000a1060000a2060000a3060000a406000036000000ba060000bb060000bc060000bd060000be060000bf060000c0060000c1060000370000003800000039000000df0dcedbe00dcedbe10dcedbe20dcedbe30dcedb7ef2dcef0e84dc76
|
||||||
|
|||||||
@ -67,6 +67,7 @@ SpriteAtlas:
|
|||||||
- {fileID: 21300000, guid: ee39d690829c0484d9f5694366537675, type: 3}
|
- {fileID: 21300000, guid: ee39d690829c0484d9f5694366537675, type: 3}
|
||||||
- {fileID: 21300000, guid: 899882c0d56e96d4caf5d82d2b469729, type: 3}
|
- {fileID: 21300000, guid: 899882c0d56e96d4caf5d82d2b469729, type: 3}
|
||||||
- {fileID: 21300000, guid: 2dd81dd0e8d3dde45b04ce5bbbdac5ef, type: 3}
|
- {fileID: 21300000, guid: 2dd81dd0e8d3dde45b04ce5bbbdac5ef, type: 3}
|
||||||
|
- {fileID: 21300000, guid: e17b4fd01ebd5ab4bb6bdfbdb005e160, type: 3}
|
||||||
- {fileID: 21300000, guid: 47ae10e0dd6dda049902d8d63f6efb57, type: 3}
|
- {fileID: 21300000, guid: 47ae10e0dd6dda049902d8d63f6efb57, type: 3}
|
||||||
- {fileID: 21300000, guid: 5e4a49f04ea99784f903ac251f92a546, type: 3}
|
- {fileID: 21300000, guid: 5e4a49f04ea99784f903ac251f92a546, type: 3}
|
||||||
- {fileID: 21300000, guid: a36fe0216c854ac4daa8a6938d9000b5, type: 3}
|
- {fileID: 21300000, guid: a36fe0216c854ac4daa8a6938d9000b5, type: 3}
|
||||||
@ -78,6 +79,7 @@ SpriteAtlas:
|
|||||||
- {fileID: 21300000, guid: ef160b22ccb302942bd1976010391612, type: 3}
|
- {fileID: 21300000, guid: ef160b22ccb302942bd1976010391612, type: 3}
|
||||||
- {fileID: 21300000, guid: 9e30f142e7408e34d92249369d9dd3ad, type: 3}
|
- {fileID: 21300000, guid: 9e30f142e7408e34d92249369d9dd3ad, type: 3}
|
||||||
- {fileID: 21300000, guid: fea4f86213a880344bcffd2308591e61, type: 3}
|
- {fileID: 21300000, guid: fea4f86213a880344bcffd2308591e61, type: 3}
|
||||||
|
- {fileID: 21300000, guid: 7063728264048da4695e07f5bcba0873, type: 3}
|
||||||
- {fileID: 21300000, guid: d3c97c92da583664a87485c06eb51849, type: 3}
|
- {fileID: 21300000, guid: d3c97c92da583664a87485c06eb51849, type: 3}
|
||||||
- {fileID: 21300000, guid: d90981d2991c0014d94d5df5ba95290e, type: 3}
|
- {fileID: 21300000, guid: d90981d2991c0014d94d5df5ba95290e, type: 3}
|
||||||
- {fileID: 21300000, guid: ecce3e1346fdd394198c14a5baa13d3a, type: 3}
|
- {fileID: 21300000, guid: ecce3e1346fdd394198c14a5baa13d3a, type: 3}
|
||||||
@ -89,9 +91,11 @@ SpriteAtlas:
|
|||||||
- {fileID: 21300000, guid: 64bde744235600f4ab6a2932c33fbaf3, type: 3}
|
- {fileID: 21300000, guid: 64bde744235600f4ab6a2932c33fbaf3, type: 3}
|
||||||
- {fileID: 21300000, guid: ccd8f9b4a2dbb3849acea33f2022d48b, type: 3}
|
- {fileID: 21300000, guid: ccd8f9b4a2dbb3849acea33f2022d48b, type: 3}
|
||||||
- {fileID: 21300000, guid: 23ec06e4c0f1dc7498a431977c394573, type: 3}
|
- {fileID: 21300000, guid: 23ec06e4c0f1dc7498a431977c394573, type: 3}
|
||||||
|
- {fileID: 21300000, guid: 65dff0f4aa2cc3649a05c686e9833bf2, type: 3}
|
||||||
- {fileID: 21300000, guid: edbdb7f49131aa446bab8b42c0971df2, type: 3}
|
- {fileID: 21300000, guid: edbdb7f49131aa446bab8b42c0971df2, type: 3}
|
||||||
- {fileID: 21300000, guid: c559a9f41a97a234c9c4d5d3ad17615f, type: 3}
|
- {fileID: 21300000, guid: c559a9f41a97a234c9c4d5d3ad17615f, type: 3}
|
||||||
- {fileID: 21300000, guid: eb542a15a59fa5046a6931fdd87244a0, type: 3}
|
- {fileID: 21300000, guid: eb542a15a59fa5046a6931fdd87244a0, type: 3}
|
||||||
|
- {fileID: 21300000, guid: 61dc9e158d0193943b68d7c9598310db, type: 3}
|
||||||
- {fileID: 21300000, guid: c74479259ceb9f5468c6f7787f4d2b72, type: 3}
|
- {fileID: 21300000, guid: c74479259ceb9f5468c6f7787f4d2b72, type: 3}
|
||||||
- {fileID: 21300000, guid: fa546455009756f4ba5a2572bc505128, type: 3}
|
- {fileID: 21300000, guid: fa546455009756f4ba5a2572bc505128, type: 3}
|
||||||
- {fileID: 21300000, guid: 335aa065780d78a4481592672f68fc97, type: 3}
|
- {fileID: 21300000, guid: 335aa065780d78a4481592672f68fc97, type: 3}
|
||||||
@ -140,6 +144,7 @@ SpriteAtlas:
|
|||||||
- {fileID: 21300000, guid: 9446e32d2623be54fa0cef9d4ba40f4e, type: 3}
|
- {fileID: 21300000, guid: 9446e32d2623be54fa0cef9d4ba40f4e, type: 3}
|
||||||
- {fileID: 21300000, guid: 2771a54d6c1bdd74d9b73feeab804860, type: 3}
|
- {fileID: 21300000, guid: 2771a54d6c1bdd74d9b73feeab804860, type: 3}
|
||||||
- {fileID: 21300000, guid: 9503874d363c7a1469c6d05470befcb8, type: 3}
|
- {fileID: 21300000, guid: 9503874d363c7a1469c6d05470befcb8, type: 3}
|
||||||
|
- {fileID: 21300000, guid: 90433e6dbf11c0a4b83c4e66934b9ddd, type: 3}
|
||||||
- {fileID: 21300000, guid: ad5313adf39f71241b1d922afb85c2be, type: 3}
|
- {fileID: 21300000, guid: ad5313adf39f71241b1d922afb85c2be, type: 3}
|
||||||
- {fileID: 21300000, guid: b0e700cd6e64cde43aed559a98e029dc, type: 3}
|
- {fileID: 21300000, guid: b0e700cd6e64cde43aed559a98e029dc, type: 3}
|
||||||
- {fileID: 21300000, guid: 858bbfdd8f069f64d82dfd600c5e7c19, type: 3}
|
- {fileID: 21300000, guid: 858bbfdd8f069f64d82dfd600c5e7c19, type: 3}
|
||||||
@ -157,6 +162,7 @@ SpriteAtlas:
|
|||||||
- {fileID: 21300000, guid: e118325fb5f10444ca216d21bb8fef6b, type: 3}
|
- {fileID: 21300000, guid: e118325fb5f10444ca216d21bb8fef6b, type: 3}
|
||||||
- {fileID: 21300000, guid: f82b8f5f69ecf784caf44eac173a8c7e, type: 3}
|
- {fileID: 21300000, guid: f82b8f5f69ecf784caf44eac173a8c7e, type: 3}
|
||||||
- {fileID: 21300000, guid: 2de4007f38f645841b96d27579ed14ec, type: 3}
|
- {fileID: 21300000, guid: 2de4007f38f645841b96d27579ed14ec, type: 3}
|
||||||
|
- {fileID: 21300000, guid: 6aa5348f850e9804d988b537af1e4dea, type: 3}
|
||||||
- {fileID: 21300000, guid: d0a3f3ef95b1c644dbe44118765dd2a1, type: 3}
|
- {fileID: 21300000, guid: d0a3f3ef95b1c644dbe44118765dd2a1, type: 3}
|
||||||
m_PackedSpriteNamesToIndex:
|
m_PackedSpriteNamesToIndex:
|
||||||
- 1001
|
- 1001
|
||||||
@ -165,6 +171,7 @@ SpriteAtlas:
|
|||||||
- frame_4
|
- frame_4
|
||||||
- frame_5
|
- frame_5
|
||||||
- 25
|
- 25
|
||||||
|
- 65
|
||||||
- 22
|
- 22
|
||||||
- 1024
|
- 1024
|
||||||
- 1026
|
- 1026
|
||||||
@ -176,6 +183,7 @@ SpriteAtlas:
|
|||||||
- 40
|
- 40
|
||||||
- 18
|
- 18
|
||||||
- 4
|
- 4
|
||||||
|
- 66
|
||||||
- 6
|
- 6
|
||||||
- 31
|
- 31
|
||||||
- 34
|
- 34
|
||||||
@ -187,9 +195,11 @@ SpriteAtlas:
|
|||||||
- 27
|
- 27
|
||||||
- 1008
|
- 1008
|
||||||
- 52
|
- 52
|
||||||
|
- 67
|
||||||
- 51
|
- 51
|
||||||
- 14
|
- 14
|
||||||
- 28
|
- 28
|
||||||
|
- 63
|
||||||
- 53
|
- 53
|
||||||
- 9
|
- 9
|
||||||
- 1016
|
- 1016
|
||||||
@ -238,6 +248,7 @@ SpriteAtlas:
|
|||||||
- 41
|
- 41
|
||||||
- 1002
|
- 1002
|
||||||
- 1019
|
- 1019
|
||||||
|
- 64
|
||||||
- 54
|
- 54
|
||||||
- 1013
|
- 1013
|
||||||
- 1005
|
- 1005
|
||||||
@ -255,6 +266,7 @@ SpriteAtlas:
|
|||||||
- 1004
|
- 1004
|
||||||
- 17
|
- 17
|
||||||
- 1006
|
- 1006
|
||||||
|
- 62
|
||||||
- 1021
|
- 1021
|
||||||
m_RenderDataMap: {}
|
m_RenderDataMap: {}
|
||||||
m_Tag: item
|
m_Tag: item
|
||||||
|
|||||||
@ -48,4 +48,7 @@ MonoBehaviour:
|
|||||||
- {fileID: 21300000, guid: facb5049d5816b34cbb8c75535f9d1c8, type: 3}
|
- {fileID: 21300000, guid: facb5049d5816b34cbb8c75535f9d1c8, type: 3}
|
||||||
- {fileID: 21300000, guid: ae9200875d914c44e960200e3375a623, type: 3}
|
- {fileID: 21300000, guid: ae9200875d914c44e960200e3375a623, type: 3}
|
||||||
- {fileID: 21300000, guid: a8b2925bff8a069449c3aa9824357e2a, type: 3}
|
- {fileID: 21300000, guid: a8b2925bff8a069449c3aa9824357e2a, type: 3}
|
||||||
spriteNameList: 684af2e4694af2e46a4af2e46b4af2e4cb8da21dcc8da21d849d74b5859d74b5869d74b5813ae87b823ae87b833ae87b843ae87b853ae87b863ae87bdffaa1dee0faa1dee1faa1dee2faa1dee3faa1dea086ca96a186ca96a286ca96a386ca96a486ca96a586ca96ba8c6a50bb8c6a50bc8c6a50b3ca3bc71033235cddc37bed4f4c9a7d504c9a7d514c9a7d
|
- {fileID: 21300000, guid: 377ebcaae893d354fa0c18cf6af1df53, type: 3}
|
||||||
|
- {fileID: 21300000, guid: ef009ccc29aa1fc4195729751693da5f, type: 3}
|
||||||
|
- {fileID: 21300000, guid: 2e0823ba8d02c844d8d537fcded91e29, type: 3}
|
||||||
|
spriteNameList: 684af2e4694af2e46a4af2e46b4af2e4cb8da21dcc8da21d849d74b5859d74b5869d74b5813ae87b823ae87b833ae87b843ae87b853ae87b863ae87bdffaa1dee0faa1dee1faa1dee2faa1dee3faa1dea086ca96a186ca96a286ca96a386ca96a486ca96a586ca96ba8c6a50bb8c6a50bc8c6a50b3ca3bc71033235cddc37bed4f4c9a7d504c9a7d514c9a7d524c9a7d534c9a7d544c9a7d
|
||||||
|
|||||||
@ -85,12 +85,15 @@ SpriteAtlas:
|
|||||||
- {fileID: 21300000, guid: facb5049d5816b34cbb8c75535f9d1c8, type: 3}
|
- {fileID: 21300000, guid: facb5049d5816b34cbb8c75535f9d1c8, type: 3}
|
||||||
- {fileID: 21300000, guid: ffeb26b9449fa474b8118b83464df63f, type: 3}
|
- {fileID: 21300000, guid: ffeb26b9449fa474b8118b83464df63f, type: 3}
|
||||||
- {fileID: 21300000, guid: 8c92742a7afdf6b46881adea0c4b5846, type: 3}
|
- {fileID: 21300000, guid: 8c92742a7afdf6b46881adea0c4b5846, type: 3}
|
||||||
|
- {fileID: 21300000, guid: 377ebcaae893d354fa0c18cf6af1df53, type: 3}
|
||||||
|
- {fileID: 21300000, guid: 2e0823ba8d02c844d8d537fcded91e29, type: 3}
|
||||||
- {fileID: 21300000, guid: ada861ca87f0269478847b6c463e77ec, type: 3}
|
- {fileID: 21300000, guid: ada861ca87f0269478847b6c463e77ec, type: 3}
|
||||||
- {fileID: 21300000, guid: 6b4c13fa6c8a1074e936610079fb615f, type: 3}
|
- {fileID: 21300000, guid: 6b4c13fa6c8a1074e936610079fb615f, type: 3}
|
||||||
- {fileID: 21300000, guid: 797a213bc738f704daa6b0bfa1cd23ad, type: 3}
|
- {fileID: 21300000, guid: 797a213bc738f704daa6b0bfa1cd23ad, type: 3}
|
||||||
- {fileID: 21300000, guid: 6767eb4bb7d152447bb08b909b34c239, type: 3}
|
- {fileID: 21300000, guid: 6767eb4bb7d152447bb08b909b34c239, type: 3}
|
||||||
- {fileID: 21300000, guid: a8b2925bff8a069449c3aa9824357e2a, type: 3}
|
- {fileID: 21300000, guid: a8b2925bff8a069449c3aa9824357e2a, type: 3}
|
||||||
- {fileID: 21300000, guid: cd95e95c8e43f3448ae79f4d57256d3a, type: 3}
|
- {fileID: 21300000, guid: cd95e95c8e43f3448ae79f4d57256d3a, type: 3}
|
||||||
|
- {fileID: 21300000, guid: ef009ccc29aa1fc4195729751693da5f, type: 3}
|
||||||
- {fileID: 21300000, guid: 53718e7d402adb34c9303187c20ee358, type: 3}
|
- {fileID: 21300000, guid: 53718e7d402adb34c9303187c20ee358, type: 3}
|
||||||
- {fileID: 21300000, guid: cd61c99d1fb3ae740b3f5a7399d51969, type: 3}
|
- {fileID: 21300000, guid: cd61c99d1fb3ae740b3f5a7399d51969, type: 3}
|
||||||
- {fileID: 21300000, guid: 461a20dd07e8e3e4ca49d2ec52b47f0b, type: 3}
|
- {fileID: 21300000, guid: 461a20dd07e8e3e4ca49d2ec52b47f0b, type: 3}
|
||||||
@ -121,12 +124,15 @@ SpriteAtlas:
|
|||||||
- ui_arena_bounty_banner_1
|
- ui_arena_bounty_banner_1
|
||||||
- bounty_btn_main_4
|
- bounty_btn_main_4
|
||||||
- bounty_chest_4
|
- bounty_chest_4
|
||||||
|
- ui_arena_bounty_banner_4
|
||||||
|
- ui_arena_bounty_banner_6
|
||||||
- bounty_progress_1
|
- bounty_progress_1
|
||||||
- bounty_dec_5
|
- bounty_dec_5
|
||||||
- bounty_arena_dec_3
|
- bounty_arena_dec_3
|
||||||
- bounty_select
|
- bounty_select
|
||||||
- ui_arena_bounty_banner_3
|
- ui_arena_bounty_banner_3
|
||||||
- bounty_dec_4
|
- bounty_dec_4
|
||||||
|
- ui_arena_bounty_banner_5
|
||||||
- bounty_line_1
|
- bounty_line_1
|
||||||
- bounty_bg_2
|
- bounty_bg_2
|
||||||
- bounty_chest_5
|
- bounty_chest_5
|
||||||
|
|||||||
@ -1,5 +1,6 @@
|
|||||||
fileFormatVersion: 2
|
fileFormatVersion: 2
|
||||||
guid: 43f2c8ee7c4303948bbd5f896c515318
|
guid: c50d1dfb82d93cd4d8e01bbe5d6f23d0
|
||||||
|
folderAsset: yes
|
||||||
DefaultImporter:
|
DefaultImporter:
|
||||||
externalObjects: {}
|
externalObjects: {}
|
||||||
userData:
|
userData:
|
||||||
@ -0,0 +1,52 @@
|
|||||||
|
%YAML 1.1
|
||||||
|
%TAG !u! tag:unity3d.com,2011:
|
||||||
|
--- !u!21 &2100000
|
||||||
|
Material:
|
||||||
|
serializedVersion: 6
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_Name: sfx_p0047_01
|
||||||
|
m_Shader: {fileID: 4800000, guid: eac4334090c65754681f95f415e55406, type: 3}
|
||||||
|
m_ShaderKeywords:
|
||||||
|
m_LightmapFlags: 4
|
||||||
|
m_EnableInstancingVariants: 0
|
||||||
|
m_DoubleSidedGI: 0
|
||||||
|
m_CustomRenderQueue: -1
|
||||||
|
stringTagMap: {}
|
||||||
|
disabledShaderPasses: []
|
||||||
|
m_SavedProperties:
|
||||||
|
serializedVersion: 3
|
||||||
|
m_TexEnvs:
|
||||||
|
- _diss_tex:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _tex:
|
||||||
|
m_Texture: {fileID: 2800000, guid: 010cc6272afb279489776c88ddc8c4a3, type: 3}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _tex_mask:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
m_Floats:
|
||||||
|
- _CULLENUM: 0
|
||||||
|
- _MASK_UV_SPEED_CUSTOM: 0
|
||||||
|
- _diss_alpha_clip: 0
|
||||||
|
- _diss_clip: 0.2
|
||||||
|
- _diss_edge_smoothness: 1.8
|
||||||
|
- _diss_edge_width: 0.01
|
||||||
|
- _diss_smoothness: 0.01
|
||||||
|
- _diss_tex_rotate: 0
|
||||||
|
- _tex_mask_rotate: 0
|
||||||
|
- _tex_rotate: 0
|
||||||
|
- _ztest_on: 4
|
||||||
|
m_Colors:
|
||||||
|
- _diss_edge_color: {r: 1, g: 1, b: 1, a: 1}
|
||||||
|
- _diss_tex_offset: {r: 0, g: 0, b: 0, a: 0}
|
||||||
|
- _tex_color: {r: 2, g: 2, b: 2, a: 1}
|
||||||
|
- _tex_mask_uv_speed: {r: 0, g: 0, b: 0, a: 0}
|
||||||
|
- _tex_uv_speed: {r: 0, g: 0, b: 0, a: 0}
|
||||||
|
m_BuildTextureStacks: []
|
||||||
@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: f2df73ceb9f4ee24a8970c9e61c0a92f
|
||||||
|
NativeFormatImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
mainObjectFileID: 2100000
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
@ -0,0 +1,52 @@
|
|||||||
|
%YAML 1.1
|
||||||
|
%TAG !u! tag:unity3d.com,2011:
|
||||||
|
--- !u!21 &2100000
|
||||||
|
Material:
|
||||||
|
serializedVersion: 6
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_Name: sfx_p0047_02
|
||||||
|
m_Shader: {fileID: 4800000, guid: 35c4043aca0de3b4ebc13b2a4b500c5b, type: 3}
|
||||||
|
m_ShaderKeywords:
|
||||||
|
m_LightmapFlags: 4
|
||||||
|
m_EnableInstancingVariants: 0
|
||||||
|
m_DoubleSidedGI: 0
|
||||||
|
m_CustomRenderQueue: -1
|
||||||
|
stringTagMap: {}
|
||||||
|
disabledShaderPasses: []
|
||||||
|
m_SavedProperties:
|
||||||
|
serializedVersion: 3
|
||||||
|
m_TexEnvs:
|
||||||
|
- _diss_tex:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _tex:
|
||||||
|
m_Texture: {fileID: 2800000, guid: cc928305bc8581d4b94acd2e8c07738f, type: 3}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _tex_mask:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
m_Floats:
|
||||||
|
- _CULLENUM: 0
|
||||||
|
- _MASK_UV_SPEED_CUSTOM: 0
|
||||||
|
- _diss_alpha_clip: 0
|
||||||
|
- _diss_clip: 0.2
|
||||||
|
- _diss_edge_smoothness: 1.8
|
||||||
|
- _diss_edge_width: 0.01
|
||||||
|
- _diss_smoothness: 0.01
|
||||||
|
- _diss_tex_rotate: 0
|
||||||
|
- _tex_mask_rotate: 0
|
||||||
|
- _tex_rotate: 0
|
||||||
|
- _ztest_on: 4
|
||||||
|
m_Colors:
|
||||||
|
- _diss_edge_color: {r: 1, g: 1, b: 1, a: 1}
|
||||||
|
- _diss_tex_offset: {r: 0, g: 0, b: 0, a: 0}
|
||||||
|
- _tex_color: {r: 2, g: 2, b: 2, a: 1}
|
||||||
|
- _tex_mask_uv_speed: {r: 0, g: 0, b: 0, a: 0}
|
||||||
|
- _tex_uv_speed: {r: 0, g: 0, b: 0, a: 0}
|
||||||
|
m_BuildTextureStacks: []
|
||||||
@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 05041a5b1dc489d45b3d10a198b5804a
|
||||||
|
NativeFormatImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
mainObjectFileID: 2100000
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
@ -0,0 +1,52 @@
|
|||||||
|
%YAML 1.1
|
||||||
|
%TAG !u! tag:unity3d.com,2011:
|
||||||
|
--- !u!21 &2100000
|
||||||
|
Material:
|
||||||
|
serializedVersion: 6
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_Name: sfx_p0047_03
|
||||||
|
m_Shader: {fileID: 4800000, guid: 35c4043aca0de3b4ebc13b2a4b500c5b, type: 3}
|
||||||
|
m_ShaderKeywords:
|
||||||
|
m_LightmapFlags: 4
|
||||||
|
m_EnableInstancingVariants: 0
|
||||||
|
m_DoubleSidedGI: 0
|
||||||
|
m_CustomRenderQueue: -1
|
||||||
|
stringTagMap: {}
|
||||||
|
disabledShaderPasses: []
|
||||||
|
m_SavedProperties:
|
||||||
|
serializedVersion: 3
|
||||||
|
m_TexEnvs:
|
||||||
|
- _diss_tex:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _tex:
|
||||||
|
m_Texture: {fileID: 2800000, guid: 3520a1dab9874614588a2eda0b94d01a, type: 3}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _tex_mask:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
m_Floats:
|
||||||
|
- _CULLENUM: 0
|
||||||
|
- _MASK_UV_SPEED_CUSTOM: 0
|
||||||
|
- _diss_alpha_clip: 0
|
||||||
|
- _diss_clip: 0.2
|
||||||
|
- _diss_edge_smoothness: 1.8
|
||||||
|
- _diss_edge_width: 0.01
|
||||||
|
- _diss_smoothness: 0.01
|
||||||
|
- _diss_tex_rotate: 0
|
||||||
|
- _tex_mask_rotate: 0
|
||||||
|
- _tex_rotate: 0
|
||||||
|
- _ztest_on: 4
|
||||||
|
m_Colors:
|
||||||
|
- _diss_edge_color: {r: 1, g: 1, b: 1, a: 1}
|
||||||
|
- _diss_tex_offset: {r: 0, g: 0, b: 0, a: 0}
|
||||||
|
- _tex_color: {r: 2, g: 2, b: 2, a: 1}
|
||||||
|
- _tex_mask_uv_speed: {r: 0, g: 0, b: 0, a: 0}
|
||||||
|
- _tex_uv_speed: {r: 0, g: 0, b: 0, a: 0}
|
||||||
|
m_BuildTextureStacks: []
|
||||||
@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 945331904f636b84ebcfd05e80a02fdb
|
||||||
|
NativeFormatImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
mainObjectFileID: 2100000
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
@ -0,0 +1,52 @@
|
|||||||
|
%YAML 1.1
|
||||||
|
%TAG !u! tag:unity3d.com,2011:
|
||||||
|
--- !u!21 &2100000
|
||||||
|
Material:
|
||||||
|
serializedVersion: 6
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_Name: sfx_p0047_04
|
||||||
|
m_Shader: {fileID: 4800000, guid: 35c4043aca0de3b4ebc13b2a4b500c5b, type: 3}
|
||||||
|
m_ShaderKeywords:
|
||||||
|
m_LightmapFlags: 4
|
||||||
|
m_EnableInstancingVariants: 0
|
||||||
|
m_DoubleSidedGI: 0
|
||||||
|
m_CustomRenderQueue: -1
|
||||||
|
stringTagMap: {}
|
||||||
|
disabledShaderPasses: []
|
||||||
|
m_SavedProperties:
|
||||||
|
serializedVersion: 3
|
||||||
|
m_TexEnvs:
|
||||||
|
- _diss_tex:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _tex:
|
||||||
|
m_Texture: {fileID: 2800000, guid: 7e1164ad7322c56458990cc9c68a4314, type: 3}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _tex_mask:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
m_Floats:
|
||||||
|
- _CULLENUM: 0
|
||||||
|
- _MASK_UV_SPEED_CUSTOM: 0
|
||||||
|
- _diss_alpha_clip: 0
|
||||||
|
- _diss_clip: 0.2
|
||||||
|
- _diss_edge_smoothness: 1.8
|
||||||
|
- _diss_edge_width: 0.01
|
||||||
|
- _diss_smoothness: 0.01
|
||||||
|
- _diss_tex_rotate: 0
|
||||||
|
- _tex_mask_rotate: 0
|
||||||
|
- _tex_rotate: 0
|
||||||
|
- _ztest_on: 4
|
||||||
|
m_Colors:
|
||||||
|
- _diss_edge_color: {r: 1, g: 1, b: 1, a: 1}
|
||||||
|
- _diss_tex_offset: {r: 0, g: 0, b: 0, a: 0}
|
||||||
|
- _tex_color: {r: 2, g: 2, b: 2, a: 1}
|
||||||
|
- _tex_mask_uv_speed: {r: 0, g: 0, b: 0, a: 0}
|
||||||
|
- _tex_uv_speed: {r: 0, g: 0, b: 0, a: 0}
|
||||||
|
m_BuildTextureStacks: []
|
||||||
@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: dbafec78a75d4ae418fe9f8dd75979af
|
||||||
|
NativeFormatImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
mainObjectFileID: 2100000
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
@ -0,0 +1,52 @@
|
|||||||
|
%YAML 1.1
|
||||||
|
%TAG !u! tag:unity3d.com,2011:
|
||||||
|
--- !u!21 &2100000
|
||||||
|
Material:
|
||||||
|
serializedVersion: 6
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_Name: sfx_p0047_05
|
||||||
|
m_Shader: {fileID: 4800000, guid: af7fa585a2fc03b4ca0f1e83f6d949fa, type: 3}
|
||||||
|
m_ShaderKeywords:
|
||||||
|
m_LightmapFlags: 4
|
||||||
|
m_EnableInstancingVariants: 0
|
||||||
|
m_DoubleSidedGI: 0
|
||||||
|
m_CustomRenderQueue: -1
|
||||||
|
stringTagMap: {}
|
||||||
|
disabledShaderPasses: []
|
||||||
|
m_SavedProperties:
|
||||||
|
serializedVersion: 3
|
||||||
|
m_TexEnvs:
|
||||||
|
- _tex:
|
||||||
|
m_Texture: {fileID: 2800000, guid: 8c5620befe646ed4bba456c866cb86d8, type: 3}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _tex_mask:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _uv_nosize_tex:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
m_Floats:
|
||||||
|
- _CULLENUM: 0
|
||||||
|
- _HIDE_Y: 0
|
||||||
|
- _MASK_UV_SPEED_CUSTOM: 0
|
||||||
|
- _fnl_intensity: 1
|
||||||
|
- _fnl_size: 1
|
||||||
|
- _tex_mask_rotate: 0
|
||||||
|
- _tex_rotate: 0
|
||||||
|
- _use_fnl: 0
|
||||||
|
- _use_uv_nosize: 0
|
||||||
|
- _uv_nosize_strength: 0.2
|
||||||
|
- _ztest_on: 4
|
||||||
|
m_Colors:
|
||||||
|
- _fnl_color: {r: 1, g: 1, b: 1, a: 1}
|
||||||
|
- _tex_color: {r: 2, g: 2, b: 2, a: 1}
|
||||||
|
- _tex_mask_uv_speed: {r: 0, g: 0, b: 0, a: 0}
|
||||||
|
- _tex_uv_speed: {r: 0, g: 0, b: 0, a: 0}
|
||||||
|
- _uv_nosize_speed: {r: 1, g: 0, b: 0, a: 0}
|
||||||
|
m_BuildTextureStacks: []
|
||||||
@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: fb4b3e95893f8ee4e9d9b028962e4efb
|
||||||
|
NativeFormatImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
mainObjectFileID: 2100000
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
@ -0,0 +1,52 @@
|
|||||||
|
%YAML 1.1
|
||||||
|
%TAG !u! tag:unity3d.com,2011:
|
||||||
|
--- !u!21 &2100000
|
||||||
|
Material:
|
||||||
|
serializedVersion: 6
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_Name: sfx_p0047_06
|
||||||
|
m_Shader: {fileID: 4800000, guid: 35c4043aca0de3b4ebc13b2a4b500c5b, type: 3}
|
||||||
|
m_ShaderKeywords:
|
||||||
|
m_LightmapFlags: 4
|
||||||
|
m_EnableInstancingVariants: 0
|
||||||
|
m_DoubleSidedGI: 0
|
||||||
|
m_CustomRenderQueue: -1
|
||||||
|
stringTagMap: {}
|
||||||
|
disabledShaderPasses: []
|
||||||
|
m_SavedProperties:
|
||||||
|
serializedVersion: 3
|
||||||
|
m_TexEnvs:
|
||||||
|
- _diss_tex:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _tex:
|
||||||
|
m_Texture: {fileID: 2800000, guid: dcbb542869c484b449bb197f3f35fdb4, type: 3}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _tex_mask:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
m_Floats:
|
||||||
|
- _CULLENUM: 0
|
||||||
|
- _MASK_UV_SPEED_CUSTOM: 0
|
||||||
|
- _diss_alpha_clip: 0
|
||||||
|
- _diss_clip: 0.2
|
||||||
|
- _diss_edge_smoothness: 1.8
|
||||||
|
- _diss_edge_width: 0.01
|
||||||
|
- _diss_smoothness: 0.01
|
||||||
|
- _diss_tex_rotate: 0
|
||||||
|
- _tex_mask_rotate: 0
|
||||||
|
- _tex_rotate: 0
|
||||||
|
- _ztest_on: 4
|
||||||
|
m_Colors:
|
||||||
|
- _diss_edge_color: {r: 1, g: 1, b: 1, a: 1}
|
||||||
|
- _diss_tex_offset: {r: 0, g: 0, b: 0, a: 0}
|
||||||
|
- _tex_color: {r: 2, g: 2, b: 2, a: 1}
|
||||||
|
- _tex_mask_uv_speed: {r: 0, g: 0, b: 0, a: 0}
|
||||||
|
- _tex_uv_speed: {r: 0, g: 0, b: 0, a: 0}
|
||||||
|
m_BuildTextureStacks: []
|
||||||
@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: df1119e682018c341917dc5e7baf7462
|
||||||
|
NativeFormatImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
mainObjectFileID: 2100000
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
@ -0,0 +1,52 @@
|
|||||||
|
%YAML 1.1
|
||||||
|
%TAG !u! tag:unity3d.com,2011:
|
||||||
|
--- !u!21 &2100000
|
||||||
|
Material:
|
||||||
|
serializedVersion: 6
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_Name: sfx_p0047_07
|
||||||
|
m_Shader: {fileID: 4800000, guid: 35c4043aca0de3b4ebc13b2a4b500c5b, type: 3}
|
||||||
|
m_ShaderKeywords:
|
||||||
|
m_LightmapFlags: 4
|
||||||
|
m_EnableInstancingVariants: 0
|
||||||
|
m_DoubleSidedGI: 0
|
||||||
|
m_CustomRenderQueue: -1
|
||||||
|
stringTagMap: {}
|
||||||
|
disabledShaderPasses: []
|
||||||
|
m_SavedProperties:
|
||||||
|
serializedVersion: 3
|
||||||
|
m_TexEnvs:
|
||||||
|
- _diss_tex:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _tex:
|
||||||
|
m_Texture: {fileID: 2800000, guid: 30e9014869ebe984ca591cba21945e7f, type: 3}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _tex_mask:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
m_Floats:
|
||||||
|
- _CULLENUM: 0
|
||||||
|
- _MASK_UV_SPEED_CUSTOM: 0
|
||||||
|
- _diss_alpha_clip: 0
|
||||||
|
- _diss_clip: 0.2
|
||||||
|
- _diss_edge_smoothness: 1.8
|
||||||
|
- _diss_edge_width: 0.01
|
||||||
|
- _diss_smoothness: 0.01
|
||||||
|
- _diss_tex_rotate: 0
|
||||||
|
- _tex_mask_rotate: 0
|
||||||
|
- _tex_rotate: 0
|
||||||
|
- _ztest_on: 4
|
||||||
|
m_Colors:
|
||||||
|
- _diss_edge_color: {r: 1, g: 1, b: 1, a: 1}
|
||||||
|
- _diss_tex_offset: {r: 0, g: 0, b: 0, a: 0}
|
||||||
|
- _tex_color: {r: 2, g: 2, b: 2, a: 1}
|
||||||
|
- _tex_mask_uv_speed: {r: 0, g: 0, b: 0, a: 0}
|
||||||
|
- _tex_uv_speed: {r: 0, g: 0, b: 0, a: 0}
|
||||||
|
m_BuildTextureStacks: []
|
||||||
@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 6dc34d1e64f35fd4ea38b62973d0306e
|
||||||
|
NativeFormatImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
mainObjectFileID: 2100000
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
@ -0,0 +1,52 @@
|
|||||||
|
%YAML 1.1
|
||||||
|
%TAG !u! tag:unity3d.com,2011:
|
||||||
|
--- !u!21 &2100000
|
||||||
|
Material:
|
||||||
|
serializedVersion: 6
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_Name: sfx_p0047_08
|
||||||
|
m_Shader: {fileID: 4800000, guid: 35c4043aca0de3b4ebc13b2a4b500c5b, type: 3}
|
||||||
|
m_ShaderKeywords:
|
||||||
|
m_LightmapFlags: 4
|
||||||
|
m_EnableInstancingVariants: 0
|
||||||
|
m_DoubleSidedGI: 0
|
||||||
|
m_CustomRenderQueue: -1
|
||||||
|
stringTagMap: {}
|
||||||
|
disabledShaderPasses: []
|
||||||
|
m_SavedProperties:
|
||||||
|
serializedVersion: 3
|
||||||
|
m_TexEnvs:
|
||||||
|
- _diss_tex:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _tex:
|
||||||
|
m_Texture: {fileID: 2800000, guid: 8051cbbaf00fd1c4699200af8c68f9ce, type: 3}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _tex_mask:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
m_Floats:
|
||||||
|
- _CULLENUM: 0
|
||||||
|
- _MASK_UV_SPEED_CUSTOM: 0
|
||||||
|
- _diss_alpha_clip: 0
|
||||||
|
- _diss_clip: 0.2
|
||||||
|
- _diss_edge_smoothness: 1.8
|
||||||
|
- _diss_edge_width: 0.01
|
||||||
|
- _diss_smoothness: 0.01
|
||||||
|
- _diss_tex_rotate: 0
|
||||||
|
- _tex_mask_rotate: 0
|
||||||
|
- _tex_rotate: 0
|
||||||
|
- _ztest_on: 4
|
||||||
|
m_Colors:
|
||||||
|
- _diss_edge_color: {r: 1, g: 1, b: 1, a: 1}
|
||||||
|
- _diss_tex_offset: {r: 0, g: 0, b: 0, a: 0}
|
||||||
|
- _tex_color: {r: 2, g: 2, b: 2, a: 1}
|
||||||
|
- _tex_mask_uv_speed: {r: 0, g: 0, b: 0, a: 0}
|
||||||
|
- _tex_uv_speed: {r: 0, g: 0, b: 0, a: 0}
|
||||||
|
m_BuildTextureStacks: []
|
||||||
@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: c89edfa5950306a4889d942b9aa3662d
|
||||||
|
NativeFormatImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
mainObjectFileID: 2100000
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
@ -0,0 +1,52 @@
|
|||||||
|
%YAML 1.1
|
||||||
|
%TAG !u! tag:unity3d.com,2011:
|
||||||
|
--- !u!21 &2100000
|
||||||
|
Material:
|
||||||
|
serializedVersion: 6
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_Name: sfx_p0047_09
|
||||||
|
m_Shader: {fileID: 4800000, guid: 35c4043aca0de3b4ebc13b2a4b500c5b, type: 3}
|
||||||
|
m_ShaderKeywords:
|
||||||
|
m_LightmapFlags: 4
|
||||||
|
m_EnableInstancingVariants: 0
|
||||||
|
m_DoubleSidedGI: 0
|
||||||
|
m_CustomRenderQueue: -1
|
||||||
|
stringTagMap: {}
|
||||||
|
disabledShaderPasses: []
|
||||||
|
m_SavedProperties:
|
||||||
|
serializedVersion: 3
|
||||||
|
m_TexEnvs:
|
||||||
|
- _diss_tex:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _tex:
|
||||||
|
m_Texture: {fileID: 2800000, guid: 93ba2afaba6ea6d4f8a84c03fdc5870a, type: 3}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _tex_mask:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
m_Floats:
|
||||||
|
- _CULLENUM: 0
|
||||||
|
- _MASK_UV_SPEED_CUSTOM: 0
|
||||||
|
- _diss_alpha_clip: 0
|
||||||
|
- _diss_clip: 0.2
|
||||||
|
- _diss_edge_smoothness: 1.8
|
||||||
|
- _diss_edge_width: 0.01
|
||||||
|
- _diss_smoothness: 0.01
|
||||||
|
- _diss_tex_rotate: 0
|
||||||
|
- _tex_mask_rotate: 0
|
||||||
|
- _tex_rotate: 0
|
||||||
|
- _ztest_on: 4
|
||||||
|
m_Colors:
|
||||||
|
- _diss_edge_color: {r: 1, g: 1, b: 1, a: 1}
|
||||||
|
- _diss_tex_offset: {r: 0, g: 0, b: 0, a: 0}
|
||||||
|
- _tex_color: {r: 3.9999995, g: 3.9999995, b: 3.9999995, a: 1}
|
||||||
|
- _tex_mask_uv_speed: {r: 0, g: 0, b: 0, a: 0}
|
||||||
|
- _tex_uv_speed: {r: 0, g: 0, b: 0, a: 0}
|
||||||
|
m_BuildTextureStacks: []
|
||||||
@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 3876e836ca2d6da42b4dad7797feb4c0
|
||||||
|
NativeFormatImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
mainObjectFileID: 2100000
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
@ -0,0 +1,52 @@
|
|||||||
|
%YAML 1.1
|
||||||
|
%TAG !u! tag:unity3d.com,2011:
|
||||||
|
--- !u!21 &2100000
|
||||||
|
Material:
|
||||||
|
serializedVersion: 6
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_Name: sfx_p0047_10
|
||||||
|
m_Shader: {fileID: 4800000, guid: 35c4043aca0de3b4ebc13b2a4b500c5b, type: 3}
|
||||||
|
m_ShaderKeywords:
|
||||||
|
m_LightmapFlags: 4
|
||||||
|
m_EnableInstancingVariants: 0
|
||||||
|
m_DoubleSidedGI: 0
|
||||||
|
m_CustomRenderQueue: -1
|
||||||
|
stringTagMap: {}
|
||||||
|
disabledShaderPasses: []
|
||||||
|
m_SavedProperties:
|
||||||
|
serializedVersion: 3
|
||||||
|
m_TexEnvs:
|
||||||
|
- _diss_tex:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _tex:
|
||||||
|
m_Texture: {fileID: 2800000, guid: 86b119e3eadfe624c84a93eb24814848, type: 3}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _tex_mask:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
m_Floats:
|
||||||
|
- _CULLENUM: 0
|
||||||
|
- _MASK_UV_SPEED_CUSTOM: 0
|
||||||
|
- _diss_alpha_clip: 0
|
||||||
|
- _diss_clip: 0.2
|
||||||
|
- _diss_edge_smoothness: 1.8
|
||||||
|
- _diss_edge_width: 0.01
|
||||||
|
- _diss_smoothness: 0.01
|
||||||
|
- _diss_tex_rotate: 0
|
||||||
|
- _tex_mask_rotate: 0
|
||||||
|
- _tex_rotate: 0
|
||||||
|
- _ztest_on: 4
|
||||||
|
m_Colors:
|
||||||
|
- _diss_edge_color: {r: 1, g: 1, b: 1, a: 1}
|
||||||
|
- _diss_tex_offset: {r: 0, g: 0, b: 0, a: 0}
|
||||||
|
- _tex_color: {r: 3.9999995, g: 3.9999995, b: 3.9999995, a: 1}
|
||||||
|
- _tex_mask_uv_speed: {r: 0, g: 0, b: 0, a: 0}
|
||||||
|
- _tex_uv_speed: {r: 0, g: 0, b: 0, a: 0}
|
||||||
|
m_BuildTextureStacks: []
|
||||||
@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 293bcd33812d33043a803817887e49c4
|
||||||
|
NativeFormatImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
mainObjectFileID: 2100000
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
@ -0,0 +1,52 @@
|
|||||||
|
%YAML 1.1
|
||||||
|
%TAG !u! tag:unity3d.com,2011:
|
||||||
|
--- !u!21 &2100000
|
||||||
|
Material:
|
||||||
|
serializedVersion: 6
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_Name: sfx_p0047_11
|
||||||
|
m_Shader: {fileID: 4800000, guid: 35c4043aca0de3b4ebc13b2a4b500c5b, type: 3}
|
||||||
|
m_ShaderKeywords:
|
||||||
|
m_LightmapFlags: 4
|
||||||
|
m_EnableInstancingVariants: 0
|
||||||
|
m_DoubleSidedGI: 0
|
||||||
|
m_CustomRenderQueue: -1
|
||||||
|
stringTagMap: {}
|
||||||
|
disabledShaderPasses: []
|
||||||
|
m_SavedProperties:
|
||||||
|
serializedVersion: 3
|
||||||
|
m_TexEnvs:
|
||||||
|
- _diss_tex:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _tex:
|
||||||
|
m_Texture: {fileID: 2800000, guid: 86b119e3eadfe624c84a93eb24814848, type: 3}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _tex_mask:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
m_Floats:
|
||||||
|
- _CULLENUM: 0
|
||||||
|
- _MASK_UV_SPEED_CUSTOM: 0
|
||||||
|
- _diss_alpha_clip: 0
|
||||||
|
- _diss_clip: 0.2
|
||||||
|
- _diss_edge_smoothness: 1.8
|
||||||
|
- _diss_edge_width: 0.01
|
||||||
|
- _diss_smoothness: 0.01
|
||||||
|
- _diss_tex_rotate: 0
|
||||||
|
- _tex_mask_rotate: 0
|
||||||
|
- _tex_rotate: 0
|
||||||
|
- _ztest_on: 4
|
||||||
|
m_Colors:
|
||||||
|
- _diss_edge_color: {r: 1, g: 1, b: 1, a: 1}
|
||||||
|
- _diss_tex_offset: {r: 0, g: 0, b: 0, a: 0}
|
||||||
|
- _tex_color: {r: 3.9999995, g: 3.9999995, b: 3.9999995, a: 1}
|
||||||
|
- _tex_mask_uv_speed: {r: 0, g: 0, b: 0, a: 0}
|
||||||
|
- _tex_uv_speed: {r: 0, g: 0, b: 0, a: 0}
|
||||||
|
m_BuildTextureStacks: []
|
||||||
@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: e6c5a7f97de68694a90df5b712bbc929
|
||||||
|
NativeFormatImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
mainObjectFileID: 2100000
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
@ -0,0 +1,52 @@
|
|||||||
|
%YAML 1.1
|
||||||
|
%TAG !u! tag:unity3d.com,2011:
|
||||||
|
--- !u!21 &2100000
|
||||||
|
Material:
|
||||||
|
serializedVersion: 6
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_Name: sfx_p0047_12
|
||||||
|
m_Shader: {fileID: 4800000, guid: eac4334090c65754681f95f415e55406, type: 3}
|
||||||
|
m_ShaderKeywords:
|
||||||
|
m_LightmapFlags: 4
|
||||||
|
m_EnableInstancingVariants: 0
|
||||||
|
m_DoubleSidedGI: 0
|
||||||
|
m_CustomRenderQueue: -1
|
||||||
|
stringTagMap: {}
|
||||||
|
disabledShaderPasses: []
|
||||||
|
m_SavedProperties:
|
||||||
|
serializedVersion: 3
|
||||||
|
m_TexEnvs:
|
||||||
|
- _diss_tex:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _tex:
|
||||||
|
m_Texture: {fileID: 2800000, guid: 8de89fcb5b343784a878d606ca9f245b, type: 3}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _tex_mask:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
m_Floats:
|
||||||
|
- _CULLENUM: 0
|
||||||
|
- _MASK_UV_SPEED_CUSTOM: 0
|
||||||
|
- _diss_alpha_clip: 0
|
||||||
|
- _diss_clip: 0.2
|
||||||
|
- _diss_edge_smoothness: 1.8
|
||||||
|
- _diss_edge_width: 0.01
|
||||||
|
- _diss_smoothness: 0.01
|
||||||
|
- _diss_tex_rotate: 0
|
||||||
|
- _tex_mask_rotate: 0
|
||||||
|
- _tex_rotate: 0
|
||||||
|
- _ztest_on: 4
|
||||||
|
m_Colors:
|
||||||
|
- _diss_edge_color: {r: 1, g: 1, b: 1, a: 1}
|
||||||
|
- _diss_tex_offset: {r: 0, g: 0, b: 0, a: 0}
|
||||||
|
- _tex_color: {r: 1.9999998, g: 1.9999998, b: 1.9999998, a: 1}
|
||||||
|
- _tex_mask_uv_speed: {r: 0, g: 0, b: 0, a: 0}
|
||||||
|
- _tex_uv_speed: {r: 0, g: 0, b: 0, a: 0}
|
||||||
|
m_BuildTextureStacks: []
|
||||||
@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 9158c8af09c5dde49a769a4805b0768e
|
||||||
|
NativeFormatImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
mainObjectFileID: 2100000
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
@ -0,0 +1,52 @@
|
|||||||
|
%YAML 1.1
|
||||||
|
%TAG !u! tag:unity3d.com,2011:
|
||||||
|
--- !u!21 &2100000
|
||||||
|
Material:
|
||||||
|
serializedVersion: 6
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_Name: sfx_p0047_13
|
||||||
|
m_Shader: {fileID: 4800000, guid: 35c4043aca0de3b4ebc13b2a4b500c5b, type: 3}
|
||||||
|
m_ShaderKeywords:
|
||||||
|
m_LightmapFlags: 4
|
||||||
|
m_EnableInstancingVariants: 0
|
||||||
|
m_DoubleSidedGI: 0
|
||||||
|
m_CustomRenderQueue: -1
|
||||||
|
stringTagMap: {}
|
||||||
|
disabledShaderPasses: []
|
||||||
|
m_SavedProperties:
|
||||||
|
serializedVersion: 3
|
||||||
|
m_TexEnvs:
|
||||||
|
- _diss_tex:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _tex:
|
||||||
|
m_Texture: {fileID: 2800000, guid: 3c74d9b0fb1117c44ac31de216c8a20d, type: 3}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _tex_mask:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
m_Floats:
|
||||||
|
- _CULLENUM: 0
|
||||||
|
- _MASK_UV_SPEED_CUSTOM: 0
|
||||||
|
- _diss_alpha_clip: 0
|
||||||
|
- _diss_clip: 0.2
|
||||||
|
- _diss_edge_smoothness: 1.8
|
||||||
|
- _diss_edge_width: 0.01
|
||||||
|
- _diss_smoothness: 0.01
|
||||||
|
- _diss_tex_rotate: 0
|
||||||
|
- _tex_mask_rotate: 0
|
||||||
|
- _tex_rotate: 0
|
||||||
|
- _ztest_on: 4
|
||||||
|
m_Colors:
|
||||||
|
- _diss_edge_color: {r: 1, g: 1, b: 1, a: 1}
|
||||||
|
- _diss_tex_offset: {r: 0, g: 0, b: 0, a: 0}
|
||||||
|
- _tex_color: {r: 1.9999998, g: 1.9999998, b: 1.9999998, a: 1}
|
||||||
|
- _tex_mask_uv_speed: {r: 0, g: 0, b: 0, a: 0}
|
||||||
|
- _tex_uv_speed: {r: 0, g: 0, b: 0, a: 0}
|
||||||
|
m_BuildTextureStacks: []
|
||||||
@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 99c940adc8c4c45429528ee73077c6f7
|
||||||
|
NativeFormatImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
mainObjectFileID: 2100000
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
@ -0,0 +1,52 @@
|
|||||||
|
%YAML 1.1
|
||||||
|
%TAG !u! tag:unity3d.com,2011:
|
||||||
|
--- !u!21 &2100000
|
||||||
|
Material:
|
||||||
|
serializedVersion: 6
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_Name: sfx_p0047_14
|
||||||
|
m_Shader: {fileID: 4800000, guid: eac4334090c65754681f95f415e55406, type: 3}
|
||||||
|
m_ShaderKeywords:
|
||||||
|
m_LightmapFlags: 4
|
||||||
|
m_EnableInstancingVariants: 0
|
||||||
|
m_DoubleSidedGI: 0
|
||||||
|
m_CustomRenderQueue: -1
|
||||||
|
stringTagMap: {}
|
||||||
|
disabledShaderPasses: []
|
||||||
|
m_SavedProperties:
|
||||||
|
serializedVersion: 3
|
||||||
|
m_TexEnvs:
|
||||||
|
- _diss_tex:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _tex:
|
||||||
|
m_Texture: {fileID: 2800000, guid: 30e9014869ebe984ca591cba21945e7f, type: 3}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _tex_mask:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
m_Floats:
|
||||||
|
- _CULLENUM: 0
|
||||||
|
- _MASK_UV_SPEED_CUSTOM: 0
|
||||||
|
- _diss_alpha_clip: 0
|
||||||
|
- _diss_clip: 0.2
|
||||||
|
- _diss_edge_smoothness: 1.8
|
||||||
|
- _diss_edge_width: 0.01
|
||||||
|
- _diss_smoothness: 0.01
|
||||||
|
- _diss_tex_rotate: 0
|
||||||
|
- _tex_mask_rotate: 0
|
||||||
|
- _tex_rotate: 0
|
||||||
|
- _ztest_on: 4
|
||||||
|
m_Colors:
|
||||||
|
- _diss_edge_color: {r: 1, g: 1, b: 1, a: 1}
|
||||||
|
- _diss_tex_offset: {r: 0, g: 0, b: 0, a: 0}
|
||||||
|
- _tex_color: {r: 2, g: 2, b: 2, a: 1}
|
||||||
|
- _tex_mask_uv_speed: {r: 0, g: 0, b: 0, a: 0}
|
||||||
|
- _tex_uv_speed: {r: 0, g: 0, b: 0, a: 0}
|
||||||
|
m_BuildTextureStacks: []
|
||||||
@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 0648034096736cb40a6249d1497138df
|
||||||
|
NativeFormatImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
mainObjectFileID: 2100000
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
@ -0,0 +1,52 @@
|
|||||||
|
%YAML 1.1
|
||||||
|
%TAG !u! tag:unity3d.com,2011:
|
||||||
|
--- !u!21 &2100000
|
||||||
|
Material:
|
||||||
|
serializedVersion: 6
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_Name: sfx_p0047_15
|
||||||
|
m_Shader: {fileID: 4800000, guid: eac4334090c65754681f95f415e55406, type: 3}
|
||||||
|
m_ShaderKeywords:
|
||||||
|
m_LightmapFlags: 4
|
||||||
|
m_EnableInstancingVariants: 0
|
||||||
|
m_DoubleSidedGI: 0
|
||||||
|
m_CustomRenderQueue: -1
|
||||||
|
stringTagMap: {}
|
||||||
|
disabledShaderPasses: []
|
||||||
|
m_SavedProperties:
|
||||||
|
serializedVersion: 3
|
||||||
|
m_TexEnvs:
|
||||||
|
- _diss_tex:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _tex:
|
||||||
|
m_Texture: {fileID: 2800000, guid: 77141418ce06f204c90f3a1c1662adb6, type: 3}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _tex_mask:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
m_Floats:
|
||||||
|
- _CULLENUM: 0
|
||||||
|
- _MASK_UV_SPEED_CUSTOM: 0
|
||||||
|
- _diss_alpha_clip: 0
|
||||||
|
- _diss_clip: 0.2
|
||||||
|
- _diss_edge_smoothness: 1.8
|
||||||
|
- _diss_edge_width: 0.01
|
||||||
|
- _diss_smoothness: 0.01
|
||||||
|
- _diss_tex_rotate: 0
|
||||||
|
- _tex_mask_rotate: 0
|
||||||
|
- _tex_rotate: 0
|
||||||
|
- _ztest_on: 4
|
||||||
|
m_Colors:
|
||||||
|
- _diss_edge_color: {r: 1, g: 1, b: 1, a: 1}
|
||||||
|
- _diss_tex_offset: {r: 0, g: 0, b: 0, a: 0}
|
||||||
|
- _tex_color: {r: 2, g: 2, b: 2, a: 1}
|
||||||
|
- _tex_mask_uv_speed: {r: 0, g: 0, b: 0, a: 0}
|
||||||
|
- _tex_uv_speed: {r: 0, g: 0, b: 0, a: 0}
|
||||||
|
m_BuildTextureStacks: []
|
||||||
@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: e5451ce1192b85f47a715d598ac8a512
|
||||||
|
NativeFormatImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
mainObjectFileID: 2100000
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
@ -0,0 +1,52 @@
|
|||||||
|
%YAML 1.1
|
||||||
|
%TAG !u! tag:unity3d.com,2011:
|
||||||
|
--- !u!21 &2100000
|
||||||
|
Material:
|
||||||
|
serializedVersion: 6
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_Name: sfx_p0047_16
|
||||||
|
m_Shader: {fileID: 4800000, guid: 35c4043aca0de3b4ebc13b2a4b500c5b, type: 3}
|
||||||
|
m_ShaderKeywords:
|
||||||
|
m_LightmapFlags: 4
|
||||||
|
m_EnableInstancingVariants: 0
|
||||||
|
m_DoubleSidedGI: 0
|
||||||
|
m_CustomRenderQueue: -1
|
||||||
|
stringTagMap: {}
|
||||||
|
disabledShaderPasses: []
|
||||||
|
m_SavedProperties:
|
||||||
|
serializedVersion: 3
|
||||||
|
m_TexEnvs:
|
||||||
|
- _diss_tex:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _tex:
|
||||||
|
m_Texture: {fileID: 2800000, guid: 994a5af4d4791c145866297a5cb05fc8, type: 3}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _tex_mask:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
m_Floats:
|
||||||
|
- _CULLENUM: 0
|
||||||
|
- _MASK_UV_SPEED_CUSTOM: 0
|
||||||
|
- _diss_alpha_clip: 0
|
||||||
|
- _diss_clip: 0.2
|
||||||
|
- _diss_edge_smoothness: 1.8
|
||||||
|
- _diss_edge_width: 0.01
|
||||||
|
- _diss_smoothness: 0.01
|
||||||
|
- _diss_tex_rotate: 0
|
||||||
|
- _tex_mask_rotate: 0
|
||||||
|
- _tex_rotate: 0
|
||||||
|
- _ztest_on: 4
|
||||||
|
m_Colors:
|
||||||
|
- _diss_edge_color: {r: 1, g: 1, b: 1, a: 1}
|
||||||
|
- _diss_tex_offset: {r: 0, g: 0, b: 0, a: 0}
|
||||||
|
- _tex_color: {r: 2, g: 2, b: 2, a: 1}
|
||||||
|
- _tex_mask_uv_speed: {r: 0, g: 0, b: 0, a: 0}
|
||||||
|
- _tex_uv_speed: {r: 0, g: 0, b: 0, a: 0}
|
||||||
|
m_BuildTextureStacks: []
|
||||||
@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: c6872b10635b3374db66067deababe9e
|
||||||
|
NativeFormatImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
mainObjectFileID: 2100000
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
@ -0,0 +1,52 @@
|
|||||||
|
%YAML 1.1
|
||||||
|
%TAG !u! tag:unity3d.com,2011:
|
||||||
|
--- !u!21 &2100000
|
||||||
|
Material:
|
||||||
|
serializedVersion: 6
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_Name: sfx_p0047_17
|
||||||
|
m_Shader: {fileID: 4800000, guid: 35c4043aca0de3b4ebc13b2a4b500c5b, type: 3}
|
||||||
|
m_ShaderKeywords:
|
||||||
|
m_LightmapFlags: 4
|
||||||
|
m_EnableInstancingVariants: 0
|
||||||
|
m_DoubleSidedGI: 0
|
||||||
|
m_CustomRenderQueue: -1
|
||||||
|
stringTagMap: {}
|
||||||
|
disabledShaderPasses: []
|
||||||
|
m_SavedProperties:
|
||||||
|
serializedVersion: 3
|
||||||
|
m_TexEnvs:
|
||||||
|
- _diss_tex:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _tex:
|
||||||
|
m_Texture: {fileID: 2800000, guid: 81916edcbeb08d545ac57cd728c871a7, type: 3}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _tex_mask:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
m_Floats:
|
||||||
|
- _CULLENUM: 0
|
||||||
|
- _MASK_UV_SPEED_CUSTOM: 0
|
||||||
|
- _diss_alpha_clip: 0
|
||||||
|
- _diss_clip: 0.2
|
||||||
|
- _diss_edge_smoothness: 1.8
|
||||||
|
- _diss_edge_width: 0.01
|
||||||
|
- _diss_smoothness: 0.01
|
||||||
|
- _diss_tex_rotate: 0
|
||||||
|
- _tex_mask_rotate: 0
|
||||||
|
- _tex_rotate: 0
|
||||||
|
- _ztest_on: 4
|
||||||
|
m_Colors:
|
||||||
|
- _diss_edge_color: {r: 1, g: 1, b: 1, a: 1}
|
||||||
|
- _diss_tex_offset: {r: 0, g: 0, b: 0, a: 0}
|
||||||
|
- _tex_color: {r: 1, g: 1, b: 1, a: 1}
|
||||||
|
- _tex_mask_uv_speed: {r: 0, g: 0, b: 0, a: 0}
|
||||||
|
- _tex_uv_speed: {r: 0, g: 0, b: 0, a: 0}
|
||||||
|
m_BuildTextureStacks: []
|
||||||
@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 9e8919602b33bcc4f8c0492ef40d2917
|
||||||
|
NativeFormatImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
mainObjectFileID: 2100000
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
@ -0,0 +1,52 @@
|
|||||||
|
%YAML 1.1
|
||||||
|
%TAG !u! tag:unity3d.com,2011:
|
||||||
|
--- !u!21 &2100000
|
||||||
|
Material:
|
||||||
|
serializedVersion: 6
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_Name: sfx_p0047_18
|
||||||
|
m_Shader: {fileID: 4800000, guid: eac4334090c65754681f95f415e55406, type: 3}
|
||||||
|
m_ShaderKeywords:
|
||||||
|
m_LightmapFlags: 4
|
||||||
|
m_EnableInstancingVariants: 0
|
||||||
|
m_DoubleSidedGI: 0
|
||||||
|
m_CustomRenderQueue: -1
|
||||||
|
stringTagMap: {}
|
||||||
|
disabledShaderPasses: []
|
||||||
|
m_SavedProperties:
|
||||||
|
serializedVersion: 3
|
||||||
|
m_TexEnvs:
|
||||||
|
- _diss_tex:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _tex:
|
||||||
|
m_Texture: {fileID: 2800000, guid: a843ae71c151d734cb574cd176181e17, type: 3}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _tex_mask:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
m_Floats:
|
||||||
|
- _CULLENUM: 0
|
||||||
|
- _MASK_UV_SPEED_CUSTOM: 0
|
||||||
|
- _diss_alpha_clip: 0
|
||||||
|
- _diss_clip: 0.2
|
||||||
|
- _diss_edge_smoothness: 1.8
|
||||||
|
- _diss_edge_width: 0.01
|
||||||
|
- _diss_smoothness: 0.01
|
||||||
|
- _diss_tex_rotate: 0
|
||||||
|
- _tex_mask_rotate: 0
|
||||||
|
- _tex_rotate: 0
|
||||||
|
- _ztest_on: 4
|
||||||
|
m_Colors:
|
||||||
|
- _diss_edge_color: {r: 1, g: 1, b: 1, a: 1}
|
||||||
|
- _diss_tex_offset: {r: 0, g: 0, b: 0, a: 0}
|
||||||
|
- _tex_color: {r: 1, g: 1, b: 1, a: 1}
|
||||||
|
- _tex_mask_uv_speed: {r: 0, g: 0, b: 0, a: 0}
|
||||||
|
- _tex_uv_speed: {r: 0, g: 0, b: 0, a: 0}
|
||||||
|
m_BuildTextureStacks: []
|
||||||
@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: a57e3c6ed6b43624d9aac0386a43261a
|
||||||
|
NativeFormatImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
mainObjectFileID: 2100000
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
8
Assets/arts/effects/material/battle/sfx_p0048.meta
Normal file
8
Assets/arts/effects/material/battle/sfx_p0048.meta
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 41238bac1c04e8d48bfbad0ffa24c1e2
|
||||||
|
folderAsset: yes
|
||||||
|
DefaultImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
@ -0,0 +1,52 @@
|
|||||||
|
%YAML 1.1
|
||||||
|
%TAG !u! tag:unity3d.com,2011:
|
||||||
|
--- !u!21 &2100000
|
||||||
|
Material:
|
||||||
|
serializedVersion: 6
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_Name: sfx_p0048_01
|
||||||
|
m_Shader: {fileID: 4800000, guid: 35c4043aca0de3b4ebc13b2a4b500c5b, type: 3}
|
||||||
|
m_ShaderKeywords:
|
||||||
|
m_LightmapFlags: 4
|
||||||
|
m_EnableInstancingVariants: 0
|
||||||
|
m_DoubleSidedGI: 0
|
||||||
|
m_CustomRenderQueue: -1
|
||||||
|
stringTagMap: {}
|
||||||
|
disabledShaderPasses: []
|
||||||
|
m_SavedProperties:
|
||||||
|
serializedVersion: 3
|
||||||
|
m_TexEnvs:
|
||||||
|
- _diss_tex:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _tex:
|
||||||
|
m_Texture: {fileID: 2800000, guid: a692c10c0adf42b44b3fc7441dc7a58f, type: 3}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _tex_mask:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
m_Floats:
|
||||||
|
- _CULLENUM: 0
|
||||||
|
- _MASK_UV_SPEED_CUSTOM: 0
|
||||||
|
- _diss_alpha_clip: 0
|
||||||
|
- _diss_clip: 0.2
|
||||||
|
- _diss_edge_smoothness: 1.8
|
||||||
|
- _diss_edge_width: 0.01
|
||||||
|
- _diss_smoothness: 0.01
|
||||||
|
- _diss_tex_rotate: 0
|
||||||
|
- _tex_mask_rotate: 0
|
||||||
|
- _tex_rotate: 0
|
||||||
|
- _ztest_on: 4
|
||||||
|
m_Colors:
|
||||||
|
- _diss_edge_color: {r: 1, g: 1, b: 1, a: 1}
|
||||||
|
- _diss_tex_offset: {r: 0, g: 0, b: 0, a: 0}
|
||||||
|
- _tex_color: {r: 1.4142135, g: 1.4142135, b: 1.4142135, a: 1}
|
||||||
|
- _tex_mask_uv_speed: {r: 0, g: 0, b: 0, a: 0}
|
||||||
|
- _tex_uv_speed: {r: 0, g: 0, b: 0, a: 0}
|
||||||
|
m_BuildTextureStacks: []
|
||||||
@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 66773203eff9ae845a71c1649abfc939
|
||||||
|
NativeFormatImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
mainObjectFileID: 2100000
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
@ -0,0 +1,52 @@
|
|||||||
|
%YAML 1.1
|
||||||
|
%TAG !u! tag:unity3d.com,2011:
|
||||||
|
--- !u!21 &2100000
|
||||||
|
Material:
|
||||||
|
serializedVersion: 6
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_Name: sfx_p0048_02
|
||||||
|
m_Shader: {fileID: 4800000, guid: eac4334090c65754681f95f415e55406, type: 3}
|
||||||
|
m_ShaderKeywords:
|
||||||
|
m_LightmapFlags: 4
|
||||||
|
m_EnableInstancingVariants: 0
|
||||||
|
m_DoubleSidedGI: 0
|
||||||
|
m_CustomRenderQueue: -1
|
||||||
|
stringTagMap: {}
|
||||||
|
disabledShaderPasses: []
|
||||||
|
m_SavedProperties:
|
||||||
|
serializedVersion: 3
|
||||||
|
m_TexEnvs:
|
||||||
|
- _diss_tex:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _tex:
|
||||||
|
m_Texture: {fileID: 2800000, guid: 010cc6272afb279489776c88ddc8c4a3, type: 3}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _tex_mask:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
m_Floats:
|
||||||
|
- _CULLENUM: 0
|
||||||
|
- _MASK_UV_SPEED_CUSTOM: 0
|
||||||
|
- _diss_alpha_clip: 0
|
||||||
|
- _diss_clip: 0.2
|
||||||
|
- _diss_edge_smoothness: 1.8
|
||||||
|
- _diss_edge_width: 0.01
|
||||||
|
- _diss_smoothness: 0.01
|
||||||
|
- _diss_tex_rotate: 0
|
||||||
|
- _tex_mask_rotate: 0
|
||||||
|
- _tex_rotate: 0
|
||||||
|
- _ztest_on: 4
|
||||||
|
m_Colors:
|
||||||
|
- _diss_edge_color: {r: 1, g: 1, b: 1, a: 1}
|
||||||
|
- _diss_tex_offset: {r: 0, g: 0, b: 0, a: 0}
|
||||||
|
- _tex_color: {r: 2.1185474, g: 2.1185474, b: 2.1185474, a: 1}
|
||||||
|
- _tex_mask_uv_speed: {r: 0, g: 0, b: 0, a: 0}
|
||||||
|
- _tex_uv_speed: {r: 0, g: 0, b: 0, a: 0}
|
||||||
|
m_BuildTextureStacks: []
|
||||||
@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 978113b5d0365d34eabc30540f61bbd5
|
||||||
|
NativeFormatImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
mainObjectFileID: 2100000
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
@ -0,0 +1,52 @@
|
|||||||
|
%YAML 1.1
|
||||||
|
%TAG !u! tag:unity3d.com,2011:
|
||||||
|
--- !u!21 &2100000
|
||||||
|
Material:
|
||||||
|
serializedVersion: 6
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_Name: sfx_p0048_04
|
||||||
|
m_Shader: {fileID: 4800000, guid: 35c4043aca0de3b4ebc13b2a4b500c5b, type: 3}
|
||||||
|
m_ShaderKeywords: _MASK_UV_SPEED_CUSTOM
|
||||||
|
m_LightmapFlags: 4
|
||||||
|
m_EnableInstancingVariants: 0
|
||||||
|
m_DoubleSidedGI: 0
|
||||||
|
m_CustomRenderQueue: -1
|
||||||
|
stringTagMap: {}
|
||||||
|
disabledShaderPasses: []
|
||||||
|
m_SavedProperties:
|
||||||
|
serializedVersion: 3
|
||||||
|
m_TexEnvs:
|
||||||
|
- _diss_tex:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _tex:
|
||||||
|
m_Texture: {fileID: 2800000, guid: 8c6405623dbe21b41842295eacf1039d, type: 3}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _tex_mask:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
m_Floats:
|
||||||
|
- _CULLENUM: 0
|
||||||
|
- _MASK_UV_SPEED_CUSTOM: 1
|
||||||
|
- _diss_alpha_clip: 0
|
||||||
|
- _diss_clip: 0.2
|
||||||
|
- _diss_edge_smoothness: 1.8
|
||||||
|
- _diss_edge_width: 0.01
|
||||||
|
- _diss_smoothness: 0.01
|
||||||
|
- _diss_tex_rotate: 0
|
||||||
|
- _tex_mask_rotate: 0
|
||||||
|
- _tex_rotate: 0
|
||||||
|
- _ztest_on: 4
|
||||||
|
m_Colors:
|
||||||
|
- _diss_edge_color: {r: 1, g: 1, b: 1, a: 1}
|
||||||
|
- _diss_tex_offset: {r: 0, g: 0, b: 0, a: 0}
|
||||||
|
- _tex_color: {r: 2, g: 2, b: 2, a: 1}
|
||||||
|
- _tex_mask_uv_speed: {r: 0, g: 0, b: 0, a: 0}
|
||||||
|
- _tex_uv_speed: {r: 0, g: 0, b: 0, a: 0}
|
||||||
|
m_BuildTextureStacks: []
|
||||||
@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: caadc1727dc86eb4ea89bc819f403b14
|
||||||
|
NativeFormatImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
mainObjectFileID: 2100000
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
@ -0,0 +1,52 @@
|
|||||||
|
%YAML 1.1
|
||||||
|
%TAG !u! tag:unity3d.com,2011:
|
||||||
|
--- !u!21 &2100000
|
||||||
|
Material:
|
||||||
|
serializedVersion: 6
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_Name: sfx_p0048_05
|
||||||
|
m_Shader: {fileID: 4800000, guid: 35c4043aca0de3b4ebc13b2a4b500c5b, type: 3}
|
||||||
|
m_ShaderKeywords: _MASK_UV_SPEED_CUSTOM
|
||||||
|
m_LightmapFlags: 4
|
||||||
|
m_EnableInstancingVariants: 0
|
||||||
|
m_DoubleSidedGI: 0
|
||||||
|
m_CustomRenderQueue: -1
|
||||||
|
stringTagMap: {}
|
||||||
|
disabledShaderPasses: []
|
||||||
|
m_SavedProperties:
|
||||||
|
serializedVersion: 3
|
||||||
|
m_TexEnvs:
|
||||||
|
- _diss_tex:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _tex:
|
||||||
|
m_Texture: {fileID: 2800000, guid: ac0b2158eb2b47345addf530052a571b, type: 3}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _tex_mask:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
m_Floats:
|
||||||
|
- _CULLENUM: 0
|
||||||
|
- _MASK_UV_SPEED_CUSTOM: 1
|
||||||
|
- _diss_alpha_clip: 0
|
||||||
|
- _diss_clip: 0.2
|
||||||
|
- _diss_edge_smoothness: 1.8
|
||||||
|
- _diss_edge_width: 0.01
|
||||||
|
- _diss_smoothness: 0.01
|
||||||
|
- _diss_tex_rotate: 0
|
||||||
|
- _tex_mask_rotate: 0
|
||||||
|
- _tex_rotate: 0
|
||||||
|
- _ztest_on: 4
|
||||||
|
m_Colors:
|
||||||
|
- _diss_edge_color: {r: 1, g: 1, b: 1, a: 1}
|
||||||
|
- _diss_tex_offset: {r: 0, g: 0, b: 0, a: 0}
|
||||||
|
- _tex_color: {r: 1.0592737, g: 1.0592737, b: 1.0592737, a: 1}
|
||||||
|
- _tex_mask_uv_speed: {r: 0, g: 0, b: 0, a: 0}
|
||||||
|
- _tex_uv_speed: {r: 0, g: 0, b: 0, a: 0}
|
||||||
|
m_BuildTextureStacks: []
|
||||||
@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 1cc632cc8c1c731439678a5f6190b8bc
|
||||||
|
NativeFormatImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
mainObjectFileID: 2100000
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
@ -0,0 +1,52 @@
|
|||||||
|
%YAML 1.1
|
||||||
|
%TAG !u! tag:unity3d.com,2011:
|
||||||
|
--- !u!21 &2100000
|
||||||
|
Material:
|
||||||
|
serializedVersion: 6
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_Name: sfx_p0048_06
|
||||||
|
m_Shader: {fileID: 4800000, guid: 35c4043aca0de3b4ebc13b2a4b500c5b, type: 3}
|
||||||
|
m_ShaderKeywords: _MASK_UV_SPEED_CUSTOM
|
||||||
|
m_LightmapFlags: 4
|
||||||
|
m_EnableInstancingVariants: 0
|
||||||
|
m_DoubleSidedGI: 0
|
||||||
|
m_CustomRenderQueue: -1
|
||||||
|
stringTagMap: {}
|
||||||
|
disabledShaderPasses: []
|
||||||
|
m_SavedProperties:
|
||||||
|
serializedVersion: 3
|
||||||
|
m_TexEnvs:
|
||||||
|
- _diss_tex:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _tex:
|
||||||
|
m_Texture: {fileID: 2800000, guid: 60693494276a755438e19c961a172b78, type: 3}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _tex_mask:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
m_Floats:
|
||||||
|
- _CULLENUM: 0
|
||||||
|
- _MASK_UV_SPEED_CUSTOM: 1
|
||||||
|
- _diss_alpha_clip: 0
|
||||||
|
- _diss_clip: 0.2
|
||||||
|
- _diss_edge_smoothness: 1.8
|
||||||
|
- _diss_edge_width: 0.01
|
||||||
|
- _diss_smoothness: 0.01
|
||||||
|
- _diss_tex_rotate: 0
|
||||||
|
- _tex_mask_rotate: 0
|
||||||
|
- _tex_rotate: 0
|
||||||
|
- _ztest_on: 4
|
||||||
|
m_Colors:
|
||||||
|
- _diss_edge_color: {r: 1, g: 1, b: 1, a: 1}
|
||||||
|
- _diss_tex_offset: {r: 0, g: 0, b: 0, a: 0}
|
||||||
|
- _tex_color: {r: 1.0592737, g: 1.0592737, b: 1.0592737, a: 1}
|
||||||
|
- _tex_mask_uv_speed: {r: 0, g: 0, b: 0, a: 0}
|
||||||
|
- _tex_uv_speed: {r: 0, g: 0, b: 0, a: 0}
|
||||||
|
m_BuildTextureStacks: []
|
||||||
@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: daea58358fc213444a3dd6e7dcf6d299
|
||||||
|
NativeFormatImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
mainObjectFileID: 2100000
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
@ -0,0 +1,52 @@
|
|||||||
|
%YAML 1.1
|
||||||
|
%TAG !u! tag:unity3d.com,2011:
|
||||||
|
--- !u!21 &2100000
|
||||||
|
Material:
|
||||||
|
serializedVersion: 6
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_Name: sfx_p0048_09
|
||||||
|
m_Shader: {fileID: 4800000, guid: 35c4043aca0de3b4ebc13b2a4b500c5b, type: 3}
|
||||||
|
m_ShaderKeywords:
|
||||||
|
m_LightmapFlags: 4
|
||||||
|
m_EnableInstancingVariants: 0
|
||||||
|
m_DoubleSidedGI: 0
|
||||||
|
m_CustomRenderQueue: -1
|
||||||
|
stringTagMap: {}
|
||||||
|
disabledShaderPasses: []
|
||||||
|
m_SavedProperties:
|
||||||
|
serializedVersion: 3
|
||||||
|
m_TexEnvs:
|
||||||
|
- _diss_tex:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _tex:
|
||||||
|
m_Texture: {fileID: 2800000, guid: 348a87d6a17fff54b999fd0d2298d250, type: 3}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _tex_mask:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
m_Floats:
|
||||||
|
- _CULLENUM: 0
|
||||||
|
- _MASK_UV_SPEED_CUSTOM: 0
|
||||||
|
- _diss_alpha_clip: 0
|
||||||
|
- _diss_clip: 0.2
|
||||||
|
- _diss_edge_smoothness: 1.8
|
||||||
|
- _diss_edge_width: 0.01
|
||||||
|
- _diss_smoothness: 0.01
|
||||||
|
- _diss_tex_rotate: 0
|
||||||
|
- _tex_mask_rotate: 0
|
||||||
|
- _tex_rotate: 0
|
||||||
|
- _ztest_on: 4
|
||||||
|
m_Colors:
|
||||||
|
- _diss_edge_color: {r: 1, g: 1, b: 1, a: 1}
|
||||||
|
- _diss_tex_offset: {r: 0, g: 0, b: 0, a: 0}
|
||||||
|
- _tex_color: {r: 1.4980392, g: 1.4980392, b: 1.4980392, a: 1}
|
||||||
|
- _tex_mask_uv_speed: {r: 0, g: 0, b: 0, a: 0}
|
||||||
|
- _tex_uv_speed: {r: 0, g: 0, b: 0, a: 0}
|
||||||
|
m_BuildTextureStacks: []
|
||||||
@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 724813e100960a54e8fcad70406842e4
|
||||||
|
NativeFormatImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
mainObjectFileID: 2100000
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
@ -0,0 +1,52 @@
|
|||||||
|
%YAML 1.1
|
||||||
|
%TAG !u! tag:unity3d.com,2011:
|
||||||
|
--- !u!21 &2100000
|
||||||
|
Material:
|
||||||
|
serializedVersion: 6
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_Name: sfx_p0048_10
|
||||||
|
m_Shader: {fileID: 4800000, guid: 35c4043aca0de3b4ebc13b2a4b500c5b, type: 3}
|
||||||
|
m_ShaderKeywords:
|
||||||
|
m_LightmapFlags: 4
|
||||||
|
m_EnableInstancingVariants: 0
|
||||||
|
m_DoubleSidedGI: 0
|
||||||
|
m_CustomRenderQueue: -1
|
||||||
|
stringTagMap: {}
|
||||||
|
disabledShaderPasses: []
|
||||||
|
m_SavedProperties:
|
||||||
|
serializedVersion: 3
|
||||||
|
m_TexEnvs:
|
||||||
|
- _diss_tex:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _tex:
|
||||||
|
m_Texture: {fileID: 2800000, guid: 72e760de9bf3844499d71cdb98bcffce, type: 3}
|
||||||
|
m_Scale: {x: 1, y: 0.3}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _tex_mask:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
m_Floats:
|
||||||
|
- _CULLENUM: 0
|
||||||
|
- _MASK_UV_SPEED_CUSTOM: 0
|
||||||
|
- _diss_alpha_clip: 0
|
||||||
|
- _diss_clip: 0.2
|
||||||
|
- _diss_edge_smoothness: 1.8
|
||||||
|
- _diss_edge_width: 0.01
|
||||||
|
- _diss_smoothness: 0.01
|
||||||
|
- _diss_tex_rotate: 0
|
||||||
|
- _tex_mask_rotate: 0
|
||||||
|
- _tex_rotate: 90
|
||||||
|
- _ztest_on: 4
|
||||||
|
m_Colors:
|
||||||
|
- _diss_edge_color: {r: 1, g: 1, b: 1, a: 1}
|
||||||
|
- _diss_tex_offset: {r: 0, g: 0, b: 0, a: 0}
|
||||||
|
- _tex_color: {r: 1.4142135, g: 1.4142135, b: 1.4142135, a: 1}
|
||||||
|
- _tex_mask_uv_speed: {r: 0, g: 0, b: 0, a: 0}
|
||||||
|
- _tex_uv_speed: {r: 0, g: -3, b: 0, a: 0}
|
||||||
|
m_BuildTextureStacks: []
|
||||||
@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 7e3f5d24fafaa454c83e215e762038a1
|
||||||
|
NativeFormatImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
mainObjectFileID: 2100000
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
@ -0,0 +1,52 @@
|
|||||||
|
%YAML 1.1
|
||||||
|
%TAG !u! tag:unity3d.com,2011:
|
||||||
|
--- !u!21 &2100000
|
||||||
|
Material:
|
||||||
|
serializedVersion: 6
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_Name: sfx_p0048_11
|
||||||
|
m_Shader: {fileID: 4800000, guid: af7fa585a2fc03b4ca0f1e83f6d949fa, type: 3}
|
||||||
|
m_ShaderKeywords: _USE_UV_NOSIZE
|
||||||
|
m_LightmapFlags: 4
|
||||||
|
m_EnableInstancingVariants: 0
|
||||||
|
m_DoubleSidedGI: 0
|
||||||
|
m_CustomRenderQueue: -1
|
||||||
|
stringTagMap: {}
|
||||||
|
disabledShaderPasses: []
|
||||||
|
m_SavedProperties:
|
||||||
|
serializedVersion: 3
|
||||||
|
m_TexEnvs:
|
||||||
|
- _tex:
|
||||||
|
m_Texture: {fileID: 2800000, guid: 8797168b82409e743b0cf109a5ed97d4, type: 3}
|
||||||
|
m_Scale: {x: 1, y: 0.3}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _tex_mask:
|
||||||
|
m_Texture: {fileID: 2800000, guid: 3fce3542e554e0e488352582ccd87cb6, type: 3}
|
||||||
|
m_Scale: {x: -0.5, y: 1}
|
||||||
|
m_Offset: {x: 0.47, y: 0}
|
||||||
|
- _uv_nosize_tex:
|
||||||
|
m_Texture: {fileID: 2800000, guid: cfb3a816be17f144c9efb8951f8d4f73, type: 3}
|
||||||
|
m_Scale: {x: 0.3, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
m_Floats:
|
||||||
|
- _CULLENUM: 0
|
||||||
|
- _HIDE_Y: 0
|
||||||
|
- _MASK_UV_SPEED_CUSTOM: 0
|
||||||
|
- _fnl_intensity: 1
|
||||||
|
- _fnl_size: 1
|
||||||
|
- _tex_mask_rotate: 0
|
||||||
|
- _tex_rotate: 90
|
||||||
|
- _use_fnl: 0
|
||||||
|
- _use_uv_nosize: 1
|
||||||
|
- _uv_nosize_strength: 0.5
|
||||||
|
- _ztest_on: 4
|
||||||
|
m_Colors:
|
||||||
|
- _fnl_color: {r: 1, g: 1, b: 1, a: 1}
|
||||||
|
- _tex_color: {r: 2.8284268, g: 2.8284268, b: 2.8284268, a: 1}
|
||||||
|
- _tex_mask_uv_speed: {r: 0, g: 0, b: 0, a: 0}
|
||||||
|
- _tex_uv_speed: {r: 0, g: -0.6, b: 0, a: 0}
|
||||||
|
- _uv_nosize_speed: {r: 1.5, g: 0, b: 0, a: 0}
|
||||||
|
m_BuildTextureStacks: []
|
||||||
@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 712a3420a056c2a41a338cfbcef21c97
|
||||||
|
NativeFormatImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
mainObjectFileID: 2100000
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
@ -0,0 +1,52 @@
|
|||||||
|
%YAML 1.1
|
||||||
|
%TAG !u! tag:unity3d.com,2011:
|
||||||
|
--- !u!21 &2100000
|
||||||
|
Material:
|
||||||
|
serializedVersion: 6
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_Name: sfx_p0048_12
|
||||||
|
m_Shader: {fileID: 4800000, guid: af7fa585a2fc03b4ca0f1e83f6d949fa, type: 3}
|
||||||
|
m_ShaderKeywords:
|
||||||
|
m_LightmapFlags: 4
|
||||||
|
m_EnableInstancingVariants: 0
|
||||||
|
m_DoubleSidedGI: 0
|
||||||
|
m_CustomRenderQueue: -1
|
||||||
|
stringTagMap: {}
|
||||||
|
disabledShaderPasses: []
|
||||||
|
m_SavedProperties:
|
||||||
|
serializedVersion: 3
|
||||||
|
m_TexEnvs:
|
||||||
|
- _tex:
|
||||||
|
m_Texture: {fileID: 2800000, guid: 4a91644c634572f42944111d86973fd2, type: 3}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _tex_mask:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: -0.5, y: 1}
|
||||||
|
m_Offset: {x: 0.47, y: 0}
|
||||||
|
- _uv_nosize_tex:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 0.3, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
m_Floats:
|
||||||
|
- _CULLENUM: 0
|
||||||
|
- _HIDE_Y: 0
|
||||||
|
- _MASK_UV_SPEED_CUSTOM: 0
|
||||||
|
- _fnl_intensity: 1
|
||||||
|
- _fnl_size: 1
|
||||||
|
- _tex_mask_rotate: 0
|
||||||
|
- _tex_rotate: 0
|
||||||
|
- _use_fnl: 0
|
||||||
|
- _use_uv_nosize: 0
|
||||||
|
- _uv_nosize_strength: 0.5
|
||||||
|
- _ztest_on: 4
|
||||||
|
m_Colors:
|
||||||
|
- _fnl_color: {r: 1, g: 1, b: 1, a: 1}
|
||||||
|
- _tex_color: {r: 2.8284268, g: 2.8284268, b: 2.8284268, a: 1}
|
||||||
|
- _tex_mask_uv_speed: {r: 0, g: 0, b: 0, a: 0}
|
||||||
|
- _tex_uv_speed: {r: 0, g: 0, b: 0, a: 0}
|
||||||
|
- _uv_nosize_speed: {r: 0.5, g: 0, b: 0, a: 0}
|
||||||
|
m_BuildTextureStacks: []
|
||||||
@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 1e2e52da34b8ee047a45da2d1c4fb357
|
||||||
|
NativeFormatImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
mainObjectFileID: 2100000
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
@ -0,0 +1,52 @@
|
|||||||
|
%YAML 1.1
|
||||||
|
%TAG !u! tag:unity3d.com,2011:
|
||||||
|
--- !u!21 &2100000
|
||||||
|
Material:
|
||||||
|
serializedVersion: 6
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_Name: sfx_p0048_13
|
||||||
|
m_Shader: {fileID: 4800000, guid: 35c4043aca0de3b4ebc13b2a4b500c5b, type: 3}
|
||||||
|
m_ShaderKeywords:
|
||||||
|
m_LightmapFlags: 4
|
||||||
|
m_EnableInstancingVariants: 0
|
||||||
|
m_DoubleSidedGI: 0
|
||||||
|
m_CustomRenderQueue: -1
|
||||||
|
stringTagMap: {}
|
||||||
|
disabledShaderPasses: []
|
||||||
|
m_SavedProperties:
|
||||||
|
serializedVersion: 3
|
||||||
|
m_TexEnvs:
|
||||||
|
- _diss_tex:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _tex:
|
||||||
|
m_Texture: {fileID: 2800000, guid: c7c1e531ab72b404eb60c13fd12de940, type: 3}
|
||||||
|
m_Scale: {x: 0.5, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _tex_mask:
|
||||||
|
m_Texture: {fileID: 2800000, guid: 31ddab80312b5134ba4180f0a0327e1a, type: 3}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
m_Floats:
|
||||||
|
- _CULLENUM: 0
|
||||||
|
- _MASK_UV_SPEED_CUSTOM: 0
|
||||||
|
- _diss_alpha_clip: 0
|
||||||
|
- _diss_clip: 0.2
|
||||||
|
- _diss_edge_smoothness: 1.8
|
||||||
|
- _diss_edge_width: 0.01
|
||||||
|
- _diss_smoothness: 0.01
|
||||||
|
- _diss_tex_rotate: 0
|
||||||
|
- _tex_mask_rotate: 270
|
||||||
|
- _tex_rotate: 0
|
||||||
|
- _ztest_on: 4
|
||||||
|
m_Colors:
|
||||||
|
- _diss_edge_color: {r: 1, g: 1, b: 1, a: 1}
|
||||||
|
- _diss_tex_offset: {r: 0, g: 0, b: 0, a: 0}
|
||||||
|
- _tex_color: {r: 1.4980392, g: 1.4980392, b: 1.4980392, a: 1}
|
||||||
|
- _tex_mask_uv_speed: {r: 0, g: 0, b: 0, a: 0}
|
||||||
|
- _tex_uv_speed: {r: -3, g: 0, b: 0, a: 0}
|
||||||
|
m_BuildTextureStacks: []
|
||||||
@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 429b7bd64f24aa9498afe16726ec993a
|
||||||
|
NativeFormatImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
mainObjectFileID: 2100000
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
@ -0,0 +1,52 @@
|
|||||||
|
%YAML 1.1
|
||||||
|
%TAG !u! tag:unity3d.com,2011:
|
||||||
|
--- !u!21 &2100000
|
||||||
|
Material:
|
||||||
|
serializedVersion: 6
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_Name: sfx_p0048_14
|
||||||
|
m_Shader: {fileID: 4800000, guid: 35c4043aca0de3b4ebc13b2a4b500c5b, type: 3}
|
||||||
|
m_ShaderKeywords:
|
||||||
|
m_LightmapFlags: 4
|
||||||
|
m_EnableInstancingVariants: 0
|
||||||
|
m_DoubleSidedGI: 0
|
||||||
|
m_CustomRenderQueue: -1
|
||||||
|
stringTagMap: {}
|
||||||
|
disabledShaderPasses: []
|
||||||
|
m_SavedProperties:
|
||||||
|
serializedVersion: 3
|
||||||
|
m_TexEnvs:
|
||||||
|
- _diss_tex:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _tex:
|
||||||
|
m_Texture: {fileID: 2800000, guid: b4757de2a00a6204a900c2db20906e90, type: 3}
|
||||||
|
m_Scale: {x: -1.1, y: 1}
|
||||||
|
m_Offset: {x: 1.05, y: 0}
|
||||||
|
- _tex_mask:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
m_Floats:
|
||||||
|
- _CULLENUM: 0
|
||||||
|
- _MASK_UV_SPEED_CUSTOM: 0
|
||||||
|
- _diss_alpha_clip: 0
|
||||||
|
- _diss_clip: 0.2
|
||||||
|
- _diss_edge_smoothness: 1.8
|
||||||
|
- _diss_edge_width: 0.01
|
||||||
|
- _diss_smoothness: 0.01
|
||||||
|
- _diss_tex_rotate: 0
|
||||||
|
- _tex_mask_rotate: 0
|
||||||
|
- _tex_rotate: 0
|
||||||
|
- _ztest_on: 4
|
||||||
|
m_Colors:
|
||||||
|
- _diss_edge_color: {r: 1, g: 1, b: 1, a: 1}
|
||||||
|
- _diss_tex_offset: {r: 0, g: 0, b: 0, a: 0}
|
||||||
|
- _tex_color: {r: 1.4980392, g: 1.4980392, b: 1.4980392, a: 1}
|
||||||
|
- _tex_mask_uv_speed: {r: 0, g: 0, b: 0, a: 0}
|
||||||
|
- _tex_uv_speed: {r: 0, g: 0, b: 0, a: 0}
|
||||||
|
m_BuildTextureStacks: []
|
||||||
@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 6cf5dfc533fb12645b8968e6d944621b
|
||||||
|
NativeFormatImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
mainObjectFileID: 2100000
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
@ -0,0 +1,52 @@
|
|||||||
|
%YAML 1.1
|
||||||
|
%TAG !u! tag:unity3d.com,2011:
|
||||||
|
--- !u!21 &2100000
|
||||||
|
Material:
|
||||||
|
serializedVersion: 6
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_Name: sfx_p0048_15
|
||||||
|
m_Shader: {fileID: 4800000, guid: 35c4043aca0de3b4ebc13b2a4b500c5b, type: 3}
|
||||||
|
m_ShaderKeywords:
|
||||||
|
m_LightmapFlags: 4
|
||||||
|
m_EnableInstancingVariants: 0
|
||||||
|
m_DoubleSidedGI: 0
|
||||||
|
m_CustomRenderQueue: -1
|
||||||
|
stringTagMap: {}
|
||||||
|
disabledShaderPasses: []
|
||||||
|
m_SavedProperties:
|
||||||
|
serializedVersion: 3
|
||||||
|
m_TexEnvs:
|
||||||
|
- _diss_tex:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _tex:
|
||||||
|
m_Texture: {fileID: 2800000, guid: be63e4ae0bbb7834686e5a44c7936533, type: 3}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _tex_mask:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
m_Floats:
|
||||||
|
- _CULLENUM: 0
|
||||||
|
- _MASK_UV_SPEED_CUSTOM: 0
|
||||||
|
- _diss_alpha_clip: 0
|
||||||
|
- _diss_clip: 0.2
|
||||||
|
- _diss_edge_smoothness: 1.8
|
||||||
|
- _diss_edge_width: 0.01
|
||||||
|
- _diss_smoothness: 0.01
|
||||||
|
- _diss_tex_rotate: 0
|
||||||
|
- _tex_mask_rotate: 0
|
||||||
|
- _tex_rotate: 90
|
||||||
|
- _ztest_on: 4
|
||||||
|
m_Colors:
|
||||||
|
- _diss_edge_color: {r: 1, g: 1, b: 1, a: 1}
|
||||||
|
- _diss_tex_offset: {r: 0, g: 0, b: 0, a: 0}
|
||||||
|
- _tex_color: {r: 1.4142135, g: 1.4142135, b: 1.4142135, a: 1}
|
||||||
|
- _tex_mask_uv_speed: {r: 0, g: 0, b: 0, a: 0}
|
||||||
|
- _tex_uv_speed: {r: 0, g: 0, b: 0, a: 0}
|
||||||
|
m_BuildTextureStacks: []
|
||||||
@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 02eebc6bc7ce3754680c1e90d6ca92a2
|
||||||
|
NativeFormatImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
mainObjectFileID: 2100000
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
@ -0,0 +1,52 @@
|
|||||||
|
%YAML 1.1
|
||||||
|
%TAG !u! tag:unity3d.com,2011:
|
||||||
|
--- !u!21 &2100000
|
||||||
|
Material:
|
||||||
|
serializedVersion: 6
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_Name: sfx_p0048_16
|
||||||
|
m_Shader: {fileID: 4800000, guid: 35c4043aca0de3b4ebc13b2a4b500c5b, type: 3}
|
||||||
|
m_ShaderKeywords:
|
||||||
|
m_LightmapFlags: 4
|
||||||
|
m_EnableInstancingVariants: 0
|
||||||
|
m_DoubleSidedGI: 0
|
||||||
|
m_CustomRenderQueue: -1
|
||||||
|
stringTagMap: {}
|
||||||
|
disabledShaderPasses: []
|
||||||
|
m_SavedProperties:
|
||||||
|
serializedVersion: 3
|
||||||
|
m_TexEnvs:
|
||||||
|
- _diss_tex:
|
||||||
|
m_Texture: {fileID: 2800000, guid: e051489080af67d4c9abc3aee5d6014e, type: 3}
|
||||||
|
m_Scale: {x: 0.5, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _tex:
|
||||||
|
m_Texture: {fileID: 2800000, guid: 5afa027e36229bc44aafa200bb875d3c, type: 3}
|
||||||
|
m_Scale: {x: 1, y: 0.5}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _tex_mask:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
m_Floats:
|
||||||
|
- _CULLENUM: 0
|
||||||
|
- _MASK_UV_SPEED_CUSTOM: 0
|
||||||
|
- _diss_alpha_clip: 1
|
||||||
|
- _diss_clip: 0.2
|
||||||
|
- _diss_edge_smoothness: 1.07
|
||||||
|
- _diss_edge_width: 0.363
|
||||||
|
- _diss_smoothness: 0
|
||||||
|
- _diss_tex_rotate: 0
|
||||||
|
- _tex_mask_rotate: 0
|
||||||
|
- _tex_rotate: 90
|
||||||
|
- _ztest_on: 4
|
||||||
|
m_Colors:
|
||||||
|
- _diss_edge_color: {r: 0.38956904, g: 1, b: 0, a: 1}
|
||||||
|
- _diss_tex_offset: {r: 1, g: 0, b: 0, a: 0}
|
||||||
|
- _tex_color: {r: 1.4142135, g: 1.4142135, b: 1.4142135, a: 1}
|
||||||
|
- _tex_mask_uv_speed: {r: 0, g: 0, b: 0, a: 0}
|
||||||
|
- _tex_uv_speed: {r: 0, g: -1, b: 0, a: 0}
|
||||||
|
m_BuildTextureStacks: []
|
||||||
@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 3b40b33a632ebec49bba3edf815f6fc8
|
||||||
|
NativeFormatImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
mainObjectFileID: 2100000
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
@ -0,0 +1,52 @@
|
|||||||
|
%YAML 1.1
|
||||||
|
%TAG !u! tag:unity3d.com,2011:
|
||||||
|
--- !u!21 &2100000
|
||||||
|
Material:
|
||||||
|
serializedVersion: 6
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_Name: sfx_p0048_18
|
||||||
|
m_Shader: {fileID: 4800000, guid: eac4334090c65754681f95f415e55406, type: 3}
|
||||||
|
m_ShaderKeywords:
|
||||||
|
m_LightmapFlags: 4
|
||||||
|
m_EnableInstancingVariants: 0
|
||||||
|
m_DoubleSidedGI: 0
|
||||||
|
m_CustomRenderQueue: -1
|
||||||
|
stringTagMap: {}
|
||||||
|
disabledShaderPasses: []
|
||||||
|
m_SavedProperties:
|
||||||
|
serializedVersion: 3
|
||||||
|
m_TexEnvs:
|
||||||
|
- _diss_tex:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _tex:
|
||||||
|
m_Texture: {fileID: 2800000, guid: 9b44c336736805445b049617ae237dc9, type: 3}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _tex_mask:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
m_Floats:
|
||||||
|
- _CULLENUM: 0
|
||||||
|
- _MASK_UV_SPEED_CUSTOM: 0
|
||||||
|
- _diss_alpha_clip: 0
|
||||||
|
- _diss_clip: 0.2
|
||||||
|
- _diss_edge_smoothness: 1.8
|
||||||
|
- _diss_edge_width: 0.01
|
||||||
|
- _diss_smoothness: 0.01
|
||||||
|
- _diss_tex_rotate: 0
|
||||||
|
- _tex_mask_rotate: 0
|
||||||
|
- _tex_rotate: 0
|
||||||
|
- _ztest_on: 4
|
||||||
|
m_Colors:
|
||||||
|
- _diss_edge_color: {r: 1, g: 1, b: 1, a: 1}
|
||||||
|
- _diss_tex_offset: {r: 0, g: 0, b: 0, a: 0}
|
||||||
|
- _tex_color: {r: 2.8284268, g: 2.8284268, b: 2.8284268, a: 1}
|
||||||
|
- _tex_mask_uv_speed: {r: 0, g: 0, b: 0, a: 0}
|
||||||
|
- _tex_uv_speed: {r: 6, g: 0, b: 0, a: 0}
|
||||||
|
m_BuildTextureStacks: []
|
||||||
@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: bff2d31327cbe824ea8eef7c0a687f22
|
||||||
|
NativeFormatImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
mainObjectFileID: 2100000
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
@ -0,0 +1,52 @@
|
|||||||
|
%YAML 1.1
|
||||||
|
%TAG !u! tag:unity3d.com,2011:
|
||||||
|
--- !u!21 &2100000
|
||||||
|
Material:
|
||||||
|
serializedVersion: 6
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_Name: sfx_p0048_19
|
||||||
|
m_Shader: {fileID: 4800000, guid: 35c4043aca0de3b4ebc13b2a4b500c5b, type: 3}
|
||||||
|
m_ShaderKeywords:
|
||||||
|
m_LightmapFlags: 4
|
||||||
|
m_EnableInstancingVariants: 0
|
||||||
|
m_DoubleSidedGI: 0
|
||||||
|
m_CustomRenderQueue: -1
|
||||||
|
stringTagMap: {}
|
||||||
|
disabledShaderPasses: []
|
||||||
|
m_SavedProperties:
|
||||||
|
serializedVersion: 3
|
||||||
|
m_TexEnvs:
|
||||||
|
- _diss_tex:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _tex:
|
||||||
|
m_Texture: {fileID: 2800000, guid: bca3b994819c69749b8b6330cbfc1a30, type: 3}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _tex_mask:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
m_Floats:
|
||||||
|
- _CULLENUM: 0
|
||||||
|
- _MASK_UV_SPEED_CUSTOM: 0
|
||||||
|
- _diss_alpha_clip: 0
|
||||||
|
- _diss_clip: 0.2
|
||||||
|
- _diss_edge_smoothness: 1.8
|
||||||
|
- _diss_edge_width: 0.01
|
||||||
|
- _diss_smoothness: 0.01
|
||||||
|
- _diss_tex_rotate: 0
|
||||||
|
- _tex_mask_rotate: 0
|
||||||
|
- _tex_rotate: 0
|
||||||
|
- _ztest_on: 4
|
||||||
|
m_Colors:
|
||||||
|
- _diss_edge_color: {r: 1, g: 1, b: 1, a: 1}
|
||||||
|
- _diss_tex_offset: {r: 0, g: 0, b: 0, a: 0}
|
||||||
|
- _tex_color: {r: 2.8284268, g: 2.8284268, b: 2.8284268, a: 1}
|
||||||
|
- _tex_mask_uv_speed: {r: 0, g: 0, b: 0, a: 0}
|
||||||
|
- _tex_uv_speed: {r: 4, g: 0, b: 0, a: 0}
|
||||||
|
m_BuildTextureStacks: []
|
||||||
@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: d197dda1c9bca4f449051e81ecd3f0aa
|
||||||
|
NativeFormatImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
mainObjectFileID: 2100000
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
@ -0,0 +1,52 @@
|
|||||||
|
%YAML 1.1
|
||||||
|
%TAG !u! tag:unity3d.com,2011:
|
||||||
|
--- !u!21 &2100000
|
||||||
|
Material:
|
||||||
|
serializedVersion: 6
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_Name: sfx_p0048_20
|
||||||
|
m_Shader: {fileID: 4800000, guid: 35c4043aca0de3b4ebc13b2a4b500c5b, type: 3}
|
||||||
|
m_ShaderKeywords:
|
||||||
|
m_LightmapFlags: 4
|
||||||
|
m_EnableInstancingVariants: 0
|
||||||
|
m_DoubleSidedGI: 0
|
||||||
|
m_CustomRenderQueue: -1
|
||||||
|
stringTagMap: {}
|
||||||
|
disabledShaderPasses: []
|
||||||
|
m_SavedProperties:
|
||||||
|
serializedVersion: 3
|
||||||
|
m_TexEnvs:
|
||||||
|
- _diss_tex:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _tex:
|
||||||
|
m_Texture: {fileID: 2800000, guid: d4053741c09645c45b0f0a1c74e089dc, type: 3}
|
||||||
|
m_Scale: {x: 1, y: -1}
|
||||||
|
m_Offset: {x: 0, y: 1}
|
||||||
|
- _tex_mask:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
m_Floats:
|
||||||
|
- _CULLENUM: 0
|
||||||
|
- _MASK_UV_SPEED_CUSTOM: 0
|
||||||
|
- _diss_alpha_clip: 0
|
||||||
|
- _diss_clip: 0.2
|
||||||
|
- _diss_edge_smoothness: 1.8
|
||||||
|
- _diss_edge_width: 0.01
|
||||||
|
- _diss_smoothness: 0.01
|
||||||
|
- _diss_tex_rotate: 0
|
||||||
|
- _tex_mask_rotate: 0
|
||||||
|
- _tex_rotate: 0
|
||||||
|
- _ztest_on: 4
|
||||||
|
m_Colors:
|
||||||
|
- _diss_edge_color: {r: 1, g: 1, b: 1, a: 1}
|
||||||
|
- _diss_tex_offset: {r: 0, g: 0, b: 0, a: 0}
|
||||||
|
- _tex_color: {r: 1.4142135, g: 1.4142135, b: 1.4142135, a: 1}
|
||||||
|
- _tex_mask_uv_speed: {r: 0, g: 0, b: 0, a: 0}
|
||||||
|
- _tex_uv_speed: {r: 0, g: 0, b: 0, a: 0}
|
||||||
|
m_BuildTextureStacks: []
|
||||||
@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: f551f1b3552acf1478898791c3ca865c
|
||||||
|
NativeFormatImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
mainObjectFileID: 2100000
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
@ -0,0 +1,52 @@
|
|||||||
|
%YAML 1.1
|
||||||
|
%TAG !u! tag:unity3d.com,2011:
|
||||||
|
--- !u!21 &2100000
|
||||||
|
Material:
|
||||||
|
serializedVersion: 6
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_Name: sfx_p0048_21
|
||||||
|
m_Shader: {fileID: 4800000, guid: 35c4043aca0de3b4ebc13b2a4b500c5b, type: 3}
|
||||||
|
m_ShaderKeywords:
|
||||||
|
m_LightmapFlags: 4
|
||||||
|
m_EnableInstancingVariants: 0
|
||||||
|
m_DoubleSidedGI: 0
|
||||||
|
m_CustomRenderQueue: -1
|
||||||
|
stringTagMap: {}
|
||||||
|
disabledShaderPasses: []
|
||||||
|
m_SavedProperties:
|
||||||
|
serializedVersion: 3
|
||||||
|
m_TexEnvs:
|
||||||
|
- _diss_tex:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _tex:
|
||||||
|
m_Texture: {fileID: 2800000, guid: 7121bd58481cc3a41940c6488b7846c6, type: 3}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _tex_mask:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
m_Floats:
|
||||||
|
- _CULLENUM: 0
|
||||||
|
- _MASK_UV_SPEED_CUSTOM: 0
|
||||||
|
- _diss_alpha_clip: 0
|
||||||
|
- _diss_clip: 0.2
|
||||||
|
- _diss_edge_smoothness: 1.8
|
||||||
|
- _diss_edge_width: 0.01
|
||||||
|
- _diss_smoothness: 0.01
|
||||||
|
- _diss_tex_rotate: 0
|
||||||
|
- _tex_mask_rotate: 0
|
||||||
|
- _tex_rotate: 0
|
||||||
|
- _ztest_on: 4
|
||||||
|
m_Colors:
|
||||||
|
- _diss_edge_color: {r: 1, g: 1, b: 1, a: 1}
|
||||||
|
- _diss_tex_offset: {r: 0, g: 0, b: 0, a: 0}
|
||||||
|
- _tex_color: {r: 1.0592737, g: 1.0592737, b: 1.0592737, a: 1}
|
||||||
|
- _tex_mask_uv_speed: {r: 0, g: 0, b: 0, a: 0}
|
||||||
|
- _tex_uv_speed: {r: 0, g: 0, b: 0, a: 0}
|
||||||
|
m_BuildTextureStacks: []
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user