diff --git a/.gitignore b/.gitignore
index 7b170cb1..f5378001 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,2 @@
-
+/wb_unity_pro_2/
/wb_unity_pro/
\ No newline at end of file
diff --git a/lua_probject/extend_project/extend/zipai/fanpaofa/EXMainView.lua b/lua_probject/extend_project/extend/zipai/fanpaofa/EXMainView.lua
index 6634e804..0e87a94f 100644
--- a/lua_probject/extend_project/extend/zipai/fanpaofa/EXMainView.lua
+++ b/lua_probject/extend_project/extend/zipai/fanpaofa/EXMainView.lua
@@ -198,7 +198,7 @@ function M:EventInit()
if tex_round ~= nil then
tex_round.text = '第 ' .. _room.curren_round .. ' 局'
end
- self._view:GetChild('tex_round').text = '第 ' .. _room.curren_round .. '/' .. _room.room_config.round .. ' 局'
+ self._view:GetChild('tex_round').text = '第 ' .. _room.curren_round .. ' 局 百息结算 '
self._state.selectedIndex = 1
self:closeTipOnTuoguan()
@@ -254,7 +254,7 @@ function M:EventInit()
if tex_round ~= nil then
tex_round.text = '第 ' .. _room.curren_round .. ' 局'
end
- self._view:GetChild('tex_round').text = '第 ' .. _room.curren_round .. '/' .. _room.room_config.round .. ' 局'
+ self._view:GetChild('tex_round').text = '第 ' .. _room.curren_round .. ' 局 百息结算'
self._state.selectedIndex = 1
self:closeTipOnTuoguan()
@@ -630,8 +630,8 @@ function M:EventInit()
local seat = arg[1]
local card = arg[2]
--禁牌 把手上的牌都禁掉
- local card_info = self._player_card_info[self:GetPos(seat)]
- card_info:banHandCards(self._room.self_player.card_list)
+ -- local card_info = self._player_card_info[self:GetPos(seat)]
+ -- card_info:banHandCards(self._room.self_player.card_list)
end
)
@@ -1137,7 +1137,7 @@ function M:ReloadRoom()
if tex_round ~= nil then
tex_round.text = '第 ' .. room.curren_round .. ' 局'
end
- self._view:GetChild('tex_round').text = '第 ' .. room.curren_round .. '/' .. room.room_config.round .. ' 局'
+ self._view:GetChild('tex_round').text = '第 ' .. room.curren_round .. ' 局 百息结算'
end
function M:PlayChatSound(sex, chat_index)
diff --git a/lua_probject/extend_project/extend/zipai/fanpaofa/FanPaoFa_ResultView.lua b/lua_probject/extend_project/extend/zipai/fanpaofa/FanPaoFa_ResultView.lua
index b977b1d9..8d2f56d8 100644
--- a/lua_probject/extend_project/extend/zipai/fanpaofa/FanPaoFa_ResultView.lua
+++ b/lua_probject/extend_project/extend/zipai/fanpaofa/FanPaoFa_ResultView.lua
@@ -52,14 +52,19 @@ function M:InitData(over, room, result, total_result, callback)
local xipai=self._view:GetChild("btn_xipai")
xipai.touchable=true
xipai.onClick:Add(function()
- local xiPaiCallBack=function ()
- xipai.touchable=false
- self.xiPaiCtr.selectedIndex=0
- ViewUtil.ErrorTip(1000000,"申请洗牌成功")
- end
- local _gamectr = ControllerManager.GetController(GameController)
- _gamectr:SendXiPaiAction(xiPaiCallBack)
- end)
+ local xiPaiCallBack=function ()
+ xipai.touchable=false
+ self.xiPaiCtr.selectedIndex=0
+ ViewUtil.ErrorTip(1000000,"申请洗牌成功")
+
+ local _gamectr = ControllerManager.GetController(GameController)
+ _gamectr:PlayerReady()
+ self:Close()
+
+ end
+ local _gamectr = ControllerManager.GetController(GameController)
+ _gamectr:SendXiPaiAction(xiPaiCallBack)
+ end)
if result and result.xipai_score then
xipai.text="洗牌 积分x"..result.xipai_score
end
diff --git a/lua_probject/extend_project/extend/zipai/fanpaofa/PlayerCardInfoView.lua b/lua_probject/extend_project/extend/zipai/fanpaofa/PlayerCardInfoView.lua
index c648fa47..caf23451 100644
--- a/lua_probject/extend_project/extend/zipai/fanpaofa/PlayerCardInfoView.lua
+++ b/lua_probject/extend_project/extend/zipai/fanpaofa/PlayerCardInfoView.lua
@@ -15,7 +15,8 @@ end
function M:UpdateFzList( fz_list ,ispaly,seat)
-
+ print("lingmeng UpdateFzList")
+ pt(fz_list)
self._area_fz_list:RemoveChildren(0,-1,true)
for i = 1,#fz_list do
local fzitem = nil
@@ -47,19 +48,27 @@ function M:UpdateFzList( fz_list ,ispaly,seat)
elseif fz_list[i].type == RB_FZType.Wei then
local fzcards =UIPackage.CreateObjectFromURL("ui://Main_RunBeard/Fz_0_3")
+ -- for j=1,3 do
+ -- fzcards:GetChild("card_"..j).icon ="ui://Main_RunBeard/202_1_300"
+ -- end
+ -- fzcards:GetChild("card_"..3).icon =self:getCardItem("ui://Main_RunBeard/202_",fz_list[i].card)--jefe
for j=1,3 do
fzcards:GetChild("card_"..j).icon ="ui://Main_RunBeard/202_1_300"
end
- fzcards:GetChild("card_"..3).icon =self:getCardItem("ui://Main_RunBeard/202_",fz_list[i].card)--jefe
+ fzcards:GetChild("card_"..1).icon =self:getCardItem("ui://Main_RunBeard/202_",fz_list[i].card)--jefe
fzcards.x,fzcards.y = 0,0
self:playAnim(fzitem,fzcards,#fz_list,i,ispaly,seat)
elseif fz_list[i].type == RB_FZType.ChouWei then
local fzcards =UIPackage.CreateObjectFromURL("ui://Main_RunBeard/Fz_0_3")
- for j=1,2 do
+ -- for j=1,2 do
+ -- fzcards:GetChild("card_"..j).icon ="ui://Main_RunBeard/202_1_300"
+ -- end
+ -- fzcards:GetChild("card_"..3).icon =self:getCardItem("ui://Main_RunBeard/202_",fz_list[i].card)
+ for j=2,3 do
fzcards:GetChild("card_"..j).icon ="ui://Main_RunBeard/202_1_300"
end
- fzcards:GetChild("card_"..3).icon =self:getCardItem("ui://Main_RunBeard/202_",fz_list[i].card)
+ fzcards:GetChild("card_"..1).icon =self:getCardItem("ui://Main_RunBeard/202_",fz_list[i].card)
fzcards.x,fzcards.y = 0,0
self:playAnim(fzitem,fzcards,#fz_list,i,ispaly,seat)
@@ -79,8 +88,15 @@ function M:UpdateFzList( fz_list ,ispaly,seat)
fzcards:GetChild("card_"..j).icon ="ui://Main_RunBeard/202_1_300"
end
else
+ -- for j=1,4 do
+ -- if j==4 then
+ -- fzcards:GetChild("card_"..j).icon =self:getCardItem("ui://Main_RunBeard/202_",fz_list[i].card)
+ -- else
+ -- fzcards:GetChild("card_"..j).icon ="ui://Main_RunBeard/202_1_300"
+ -- end
+ -- end
for j=1,4 do
- if j==4 then
+ if j==1 then
fzcards:GetChild("card_"..j).icon =self:getCardItem("ui://Main_RunBeard/202_",fz_list[i].card)
else
fzcards:GetChild("card_"..j).icon ="ui://Main_RunBeard/202_1_300"
@@ -187,6 +203,7 @@ function M:UpdateOutCardList(outcard,isShow,isMopai,seat)
outcards:GetChild("icon").icon ="ui://Main_RunBeard/202_1_300"
else
outcards:GetChild("icon").icon =self:getCardItem("ui://Main_RunBeard/203_",outcard)
+ self._bgview.selectedIndex=1
end
outcards.x,outcards.y = 0,0
local show_di_bg = outcards:GetChild("show_di_bg")
@@ -223,13 +240,15 @@ function M:UpdateOutCardList(outcard,isShow,isMopai,seat)
show_di_bg.visible = false
end
self._area_outcard_list:AddChild(outcards)
+
end
--弃牌
function M:UpdateQiPai( qi_list,ispaly,seat)
self._area_qipai_list:RemoveChildren(0,-1,true)
for i=1,#qi_list do
- local qicards =UIPackage.CreateObjectFromURL("ui://Main_RunBeard/Qipai")
+ local qicards =UIPackage.CreateObjectFromURL("ui://Main_RunBeard/Qipais")
+ pt(qicards)
qicards:GetChild("icon").icon = self:getCardItem("ui://Main_RunBeard/202_",qi_list[i])
if(ispaly)then
if(i == #qi_list) then
diff --git a/lua_probject/extend_project/extend/zipai/fanpaofa/PlayerSelfCardInfoView.lua b/lua_probject/extend_project/extend/zipai/fanpaofa/PlayerSelfCardInfoView.lua
index a91144e1..1b551428 100644
--- a/lua_probject/extend_project/extend/zipai/fanpaofa/PlayerSelfCardInfoView.lua
+++ b/lua_probject/extend_project/extend/zipai/fanpaofa/PlayerSelfCardInfoView.lua
@@ -302,6 +302,7 @@ function M:UpdateOutCardList(outcard,isShow,isMopai,seat)
show_di_bg.visible = false
end
self._area_outcard_list:AddChild(outcards)
+ self._bgview.selectedIndex = 1
end
--弃牌
@@ -323,11 +324,14 @@ end
function M:PlayingOutCardAnima( card)
coroutine.start(function()
coroutine.wait(0.1)
+ self._bgview.selectedIndex = 1
self:ClearOutCard()
end)
end
function M:UpdateFzList( fz_list ,ispaly)
+
+ printlog("UpdateFzList area_fz_list2")
self._area_fz_list:RemoveChildren(0,-1,true)
for i = 1,#fz_list do
local fzitem=nil
@@ -336,7 +340,9 @@ function M:UpdateFzList( fz_list ,ispaly)
if(ispaly == false)then
fzitem:RemoveChildren(0,-1,true)
end
+ printlog(fzitem.width)printlog(fzitem.height)
end
+
if fz_list[i].type == RB_FZType.Chi or fz_list[i].type == RB_FZType.Bi then
local fzcards =UIPackage.CreateObjectFromURL("ui://Main_RunBeard/Fz_0_3")
@@ -345,6 +351,7 @@ function M:UpdateFzList( fz_list ,ispaly)
fzcards:GetChild("card_"..2).icon = self:getCardItem("ui://Main_RunBeard/202_",fz_list[i].opcard[1])
fzcards:GetChild("card_"..3).icon = self:getCardItem("ui://Main_RunBeard/202_",fz_list[i].opcard[2])
fzcards.x,fzcards.y = 0,0
+
self:playAnim(fzitem,fzcards,#fz_list,i,ispaly)
elseif fz_list[i].type == RB_FZType.Peng then
@@ -361,7 +368,11 @@ function M:UpdateFzList( fz_list ,ispaly)
local fzcards =UIPackage.CreateObjectFromURL("ui://Main_RunBeard/Fz_0_3")
fzcards:GetController("c1").selectedIndex=1
for j=1,3 do
- fzcards:GetChild("card_"..j).icon =self:getCardItem("ui://Main_RunBeard/202_",fz_list[i].card)
+ if j==1 then
+ fzcards:GetChild("card_"..j).icon =self:getCardItem("ui://Main_RunBeard/202_",fz_list[i].card)
+ else
+ fzcards:GetChild("card_"..j).icon ="ui://Main_RunBeard/202_1_300"
+ end
end
fzcards.x,fzcards.y = 0,0
self:playAnim(fzitem,fzcards,#fz_list,i,ispaly)
@@ -387,7 +398,7 @@ function M:UpdateFzList( fz_list ,ispaly)
local fzcards =UIPackage.CreateObjectFromURL("ui://Main_RunBeard/Fz_0_4")
for j=1,4 do
- if j==4 then
+ if j==1 then
fzcards:GetChild("card_"..j).icon =self:getCardItem("ui://Main_RunBeard/202_",fz_list[i].card)
else
fzcards:GetChild("card_"..j).icon ="ui://Main_RunBeard/202_1_300"
diff --git a/lua_probject/extend_project/extend/zipai/fanpaofa/main/PendulumRule.lua b/lua_probject/extend_project/extend/zipai/fanpaofa/main/PendulumRule.lua
index 8f6b21cc..7d584b6c 100644
--- a/lua_probject/extend_project/extend/zipai/fanpaofa/main/PendulumRule.lua
+++ b/lua_probject/extend_project/extend/zipai/fanpaofa/main/PendulumRule.lua
@@ -786,7 +786,7 @@ function M:tryPendulumRule2()
--pt(cards_map)
--printlog("11111111111111111111")
local mapCount=#cards_map
- if mapCount>12 then
+ if mapCount>10 then
local tempCardMpList1={}
local tempCardMpList2={}
local tempCardMpList3={}
diff --git a/lua_probject/extend_project/extend/zipai/fanpaofa/main/ZPPlayerCardInfoView.lua b/lua_probject/extend_project/extend/zipai/fanpaofa/main/ZPPlayerCardInfoView.lua
index fbdfb10d..c26f6689 100644
--- a/lua_probject/extend_project/extend/zipai/fanpaofa/main/ZPPlayerCardInfoView.lua
+++ b/lua_probject/extend_project/extend/zipai/fanpaofa/main/ZPPlayerCardInfoView.lua
@@ -43,6 +43,7 @@ function M:init()
local view = self._view
self._room = DataManager.CurrenRoom
self._area_outcard_list = view:GetChild("area_outcard_list")
+ self._bgview = view:GetController("bgview")
self._area_handcard_list = view:GetChild("area_handcard_list")
self._area_fz_list = view:GetChild("area_fz_list")
self._area_qipai_list = view:GetChild("windcard_list")
@@ -60,6 +61,7 @@ end
function M:Clear()
self._area_outcard_list:RemoveChildren(0, -1, true)
+ self._bgview.selectedIndex=0
self._area_fz_list:RemoveChildren(0, -1, true)
self._area_handcard_list:RemoveChildren(0, -1, true)
self._area_qipai_list:RemoveChildren(0, -1, true)
@@ -74,7 +76,7 @@ end
function M:ClearOutCard()
self._area_outcard_list:RemoveChildren(0, -1, true)
-
+ self._bgview.selectedIndex = 0
end
--弃牌
@@ -90,8 +92,6 @@ end
--放字
function M:UpdateFzList( fz_list )
- printlog("jefe UpdateFzList=======")
- pt(fz_list)
self._area_fz_list:RemoveChildren(0,-1,true)
for i = 1,#fz_list do
local fzitem = nil
@@ -251,6 +251,7 @@ function M:UpdateOutCardList(outcard)
end
outcards.x,outcards.y = 0,0
self._area_outcard_list:AddChild(outcards)
+ self._bgview.selectedIndex=1
end
--摸牌动画
diff --git a/lua_probject/extend_project/extend/zipai/fanpaofa/main/ZPPlayerSelfCardInfoView.lua b/lua_probject/extend_project/extend/zipai/fanpaofa/main/ZPPlayerSelfCardInfoView.lua
index afd1639f..0177cb63 100644
--- a/lua_probject/extend_project/extend/zipai/fanpaofa/main/ZPPlayerSelfCardInfoView.lua
+++ b/lua_probject/extend_project/extend/zipai/fanpaofa/main/ZPPlayerSelfCardInfoView.lua
@@ -58,9 +58,9 @@ function M:init()
self.card_hight = 110
self.outcard_button = nil
self._room = DataManager.CurrenRoom
- printlog("zp init")
self._area_handcard_list = view:GetChild('area_handcard_list')
self._area_outcard_list = view:GetChild('area_outcard_list')
+ self._bgview = view:GetController("bgview")
self._area_fz_list = view:GetChild('area_fz_list')
self._area_qipai_list = view:GetChild('windcard_list')
self._mask_liangpai = view:GetChild('mask_liangpai')
@@ -73,9 +73,7 @@ end
function M:ShwoDaNiao(niao)
- printlog("main daniao ShwoDaNiao",self.ctr_niao)
self.ctr_niao.selectedIndex = 1
- printlog("main daniao ShwoDaNiao1")
end
function M:HideDaNiao()
@@ -137,6 +135,7 @@ end
function M:Clear()
self.outcard_button = nil
self._area_outcard_list:RemoveChildren(0, -1, true)
+ self._bgview.selectedIndex = 0
self._area_fz_list:RemoveChildren(0, -1, true)
self._area_handcard_list:RemoveChildren(0, -1, true)
self._area_qipai_list:RemoveChildren(0, -1, true)
@@ -347,14 +346,17 @@ function M:banHandCards(list)
for i = 1, #list do
local card_code = list[i].card_item
pt(card_code)
- local btn_card = UIPackage.CreateObjectFromURL('ui://Main_RunBeard/Btn_Card')
- btn_card:GetChild('icon').icon = self:getCardItem('ui://Main_RunBeard/201_', card_code)
- btn_card:GetChild('icon'):SetScale(self:getCardSize(), self:getCardSize())
- btn_card:GetChild('n6'):SetScale(self:getCardSize(), self:getCardSize())
- self.card_width = 87 * self:getCardSize()
- self.card_hight = 110 * self:getCardSize()
- local card_view = NewCardView(btn_card, card_code, list[i].index_X, list[i].index_Y)
- card_view.btn_card.touchable = false
+ -- local btn_card = UIPackage.CreateObjectFromURL('ui://Main_RunBeard/Btn_Card')
+ -- btn_card:GetChild('icon').icon = self:getCardItem('ui://Main_RunBeard/201_', card_code)
+ -- btn_card:GetChild('icon'):SetScale(self:getCardSize(), self:getCardSize())
+ -- btn_card:GetChild('n6'):SetScale(self:getCardSize(), self:getCardSize())
+ -- self.card_width = 87 * self:getCardSize()
+ -- self.card_hight = 110 * self:getCardSize()
+
+ -- local card_view = NewCardView(btn_card, card_code, list[i].index_X, list[i].index_Y)
+ -- btn_card.data = card_view
+ -- btn_card.touchable = false
+ self:UpdateKan(card_code)
end
end
@@ -773,6 +775,7 @@ end
--更新 吃碰
function M:UpdateFzList(fz_list)
+ printlog("UpdateFzList area_fz_list1")
self._area_fz_list:RemoveChildren(0, -1, true)
for i = 1, #fz_list do
local fzitem = nil
@@ -801,7 +804,11 @@ function M:UpdateFzList(fz_list)
local fzcards = UIPackage.CreateObjectFromURL('ui://Main_RunBeard/Fz_0_3')
fzcards:GetController('c1').selectedIndex = 1
for j = 1, 3 do
- fzcards:GetChild('card_' .. j).icon = self:getCardItem('ui://Main_RunBeard/202_', fz_list[i].card)
+ if j == 1 then
+ fzcards:GetChild('card_' .. j).icon = 'ui://Main_RunBeard/202_1_300'
+ else
+ fzcards:GetChild('card_' .. j).icon = self:getCardItem('ui://Main_RunBeard/202_', fz_list[i].card)
+ end
end
fzcards.x, fzcards.y = 0, 0
fzitem:AddChildAt(fzcards, 0)
@@ -810,7 +817,11 @@ function M:UpdateFzList(fz_list)
local fzcards = UIPackage.CreateObjectFromURL('ui://Main_RunBeard/Fz_0_3')
fzcards:GetController('c1').selectedIndex = 1
for j = 1, 3 do
- fzcards:GetChild('card_' .. j).icon = self:getCardItem('ui://Main_RunBeard/202_', fz_list[i].card)
+ if j == 1 then
+ fzcards:GetChild('card_' .. j).icon = 'ui://Main_RunBeard/202_1_300'
+ else
+ fzcards:GetChild('card_' .. j).icon = self:getCardItem('ui://Main_RunBeard/202_', fz_list[i].card)
+ end
end
fzcards.x, fzcards.y = 0, 0
fzitem:AddChildAt(fzcards, 0)
@@ -826,7 +837,7 @@ function M:UpdateFzList(fz_list)
elseif fz_list[i].type == RB_FZType.Ti then
local fzcards = UIPackage.CreateObjectFromURL('ui://Main_RunBeard/Fz_0_4')
for j = 1, 4 do
- if j == 4 then
+ if j == 1 then
fzcards:GetChild('card_' .. j).icon = self:getCardItem('ui://Main_RunBeard/202_', fz_list[i].card)
else
fzcards:GetChild('card_' .. j).icon = 'ui://Main_RunBeard/202_1_300'
@@ -841,6 +852,7 @@ end
function M:ClearOutCard()
self._area_outcard_list:RemoveChildren(0, -1, true)
+ self._bgview.selectedIndex = 0
end
--出牌
function M:UpdateOutCardList(outcard)
@@ -853,6 +865,7 @@ function M:UpdateOutCardList(outcard)
end
outcards.x, outcards.y = 0, 0
self._area_outcard_list:AddChild(outcards)
+ self._bgview.selectedIndex = 1
end
--弃牌
@@ -870,10 +883,12 @@ function M:PlayingOutCardAnima(card)
if (self._area_outcard_list ~= nil and self._area_outcard_list.numChildren > 0) then
self._area_outcard_list:GetChildAt(0):GetChild('icon').icon = self:getCardItem('ui://Main_RunBeard/202_', card)
self._view:GetTransition('t0'):Play()
+
end
coroutine.start(
function()
coroutine.wait(0.1)
+ self._bgview.selectedIndex = 1
self:ClearOutCard()
end
)
@@ -882,7 +897,6 @@ end
--得到设置的牌字体
function M:getCardItem(card_1, card_2)
if self._room.change_card_display ~= nil then
- --printlog("===========",self._room.change_card_display)
return card_1 .. self._room.change_card_display .. card_2
else
return card_1 .. '6_' .. card_2
diff --git a/qyq_new_unity/Assets/ART/base/main_majiang/ui/MajiangCard3d_atlas0.png b/qyq_new_unity/Assets/ART/base/main_majiang/ui/MajiangCard3d_atlas0.png
index e078dbbb..85f03107 100644
Binary files a/qyq_new_unity/Assets/ART/base/main_majiang/ui/MajiangCard3d_atlas0.png and b/qyq_new_unity/Assets/ART/base/main_majiang/ui/MajiangCard3d_atlas0.png differ
diff --git a/qyq_new_unity/Assets/ART/base/main_majiang/ui/MajiangCard3d_fui.bytes b/qyq_new_unity/Assets/ART/base/main_majiang/ui/MajiangCard3d_fui.bytes
index f8239774..8d46756e 100644
Binary files a/qyq_new_unity/Assets/ART/base/main_majiang/ui/MajiangCard3d_fui.bytes and b/qyq_new_unity/Assets/ART/base/main_majiang/ui/MajiangCard3d_fui.bytes differ
diff --git a/qyq_new_unity/Assets/ART/extend/zipai/weimaque/ui/Extend_Poker_WeiMaQue_atlas0.png b/qyq_new_unity/Assets/ART/extend/zipai/weimaque/ui/Extend_Poker_WeiMaQue_atlas0.png
index ab4b6654..78256ea4 100644
Binary files a/qyq_new_unity/Assets/ART/extend/zipai/weimaque/ui/Extend_Poker_WeiMaQue_atlas0.png and b/qyq_new_unity/Assets/ART/extend/zipai/weimaque/ui/Extend_Poker_WeiMaQue_atlas0.png differ
diff --git a/qyq_new_unity/Assets/ART/extend/zipai/weimaque/ui/Extend_Poker_WeiMaQue_fui.bytes b/qyq_new_unity/Assets/ART/extend/zipai/weimaque/ui/Extend_Poker_WeiMaQue_fui.bytes
index 0e96c4ac..51849c74 100644
Binary files a/qyq_new_unity/Assets/ART/extend/zipai/weimaque/ui/Extend_Poker_WeiMaQue_fui.bytes and b/qyq_new_unity/Assets/ART/extend/zipai/weimaque/ui/Extend_Poker_WeiMaQue_fui.bytes differ
diff --git a/wb_new_ui/.objs/metas/v6yvqp7w/f55qvt.info b/wb_new_ui/.objs/metas/v6yvqp7w/f55qvt.info
new file mode 100644
index 00000000..314bf0c6
--- /dev/null
+++ b/wb_new_ui/.objs/metas/v6yvqp7w/f55qvt.info
@@ -0,0 +1,16 @@
+{
+ "objectStatus": {
+ "n28_o49p": {
+ "hidden": true
+ },
+ "n29_o49p": {
+ "hidden": true
+ },
+ "n27_o49p": {
+ "hidden": true
+ },
+ "n24_mk2u": {
+ "hidden": true
+ }
+ }
+}
\ No newline at end of file
diff --git a/wb_new_ui/.objs/metas/v6yvqp7w/f55qvx.info b/wb_new_ui/.objs/metas/v6yvqp7w/f55qvx.info
index 22178475..3d14a8aa 100644
--- a/wb_new_ui/.objs/metas/v6yvqp7w/f55qvx.info
+++ b/wb_new_ui/.objs/metas/v6yvqp7w/f55qvx.info
@@ -1,3 +1,8 @@
{
+ "objectStatus": {
+ "n45_j34t": {
+ "collapsed": true
+ }
+ },
"fitScreen": "FitSize"
}
\ No newline at end of file
diff --git a/wb_new_ui/.objs/metas/v6yvqp7w/f55qw7.info b/wb_new_ui/.objs/metas/v6yvqp7w/f55qw7.info
index 66d3eef3..d3878063 100644
--- a/wb_new_ui/.objs/metas/v6yvqp7w/f55qw7.info
+++ b/wb_new_ui/.objs/metas/v6yvqp7w/f55qw7.info
@@ -3,9 +3,6 @@
"n39_e7qn": {
"collapsed": true
},
- "n49_lr5d": {
- "collapsed": true
- },
"n38_e7qn": {
"hidden": true
}
diff --git a/wb_new_ui/.objs/metas/v6yvqp7w/f55qwa.info b/wb_new_ui/.objs/metas/v6yvqp7w/f55qwa.info
index 8c42c4b9..279642d4 100644
--- a/wb_new_ui/.objs/metas/v6yvqp7w/f55qwa.info
+++ b/wb_new_ui/.objs/metas/v6yvqp7w/f55qwa.info
@@ -13,6 +13,9 @@
"hidden": true,
"collapsed": true
},
+ "n152_8th3": {
+ "hidden": true
+ },
"n170_o49p": {
"hidden": true
},
diff --git a/wb_new_ui/.objs/metas/v6yvqp7w/fgao1dk.info b/wb_new_ui/.objs/metas/v6yvqp7w/fgao1dk.info
new file mode 100644
index 00000000..d34517d9
--- /dev/null
+++ b/wb_new_ui/.objs/metas/v6yvqp7w/fgao1dk.info
@@ -0,0 +1,7 @@
+{
+ "objectStatus": {
+ "n4_rfcn": {
+ "hidden": true
+ }
+ }
+}
\ No newline at end of file
diff --git a/wb_new_ui/.objs/workspace.json b/wb_new_ui/.objs/workspace.json
index 74de28df..724bf1f6 100644
--- a/wb_new_ui/.objs/workspace.json
+++ b/wb_new_ui/.objs/workspace.json
@@ -1,5 +1,5 @@
{
- "libview.firstColumnWidth": 522,
+ "libview.firstColumnWidth": 297,
"expanded_nodes": [
"27vd145b",
"/",
@@ -8,15 +8,33 @@
],
"libview.iconScale": 0,
"doc.openedDocs": [
- "ui://ppu1wv76j4mf9j"
+ "ui://ppu1wv76j4mf9j",
+ "ui://v6yvqp7wf55qwa",
+ "ui://v6yvqp7wf55qw7",
+ "ui://v6yvqp7wf55qvx",
+ "ui://v6yvqp7wf55qvw",
+ "ui://v6yvqp7wddb914i",
+ "ui://v6yvqp7wcyprww",
+ "ui://v6yvqp7wcyprwy",
+ "ui://v6yvqp7wcyprwu",
+ "ui://v6yvqp7wcyprwt",
+ "ui://m7iejg46kwi0hkb",
+ "ui://m7iejg46mpllhv2",
+ "ui://m7iejg46kwi0hkl",
+ "ui://v6yvqp7wf55qw5",
+ "ui://v6yvqp7wf55qw4"
],
"packageGroup.mine": [],
"test.device": "720p Phone",
"canvasColor": 10066329,
"auxline2": true,
- "doc.activeDoc": "ui://ppu1wv76j4mf9j",
+ "doc.activeDoc": "ui://v6yvqp7wf55qw4",
"libview.twoColumn": false,
"libview.expandedNodes": [
+ "27vd145b",
+ "/",
+ "27vd145b",
+ "/component/",
"egnzysm7",
"/",
"egnzysm7",
@@ -30,13 +48,25 @@
"ppu1wv76",
"/component/",
"ppu1wv76",
+ "/component/cards/",
+ "ppu1wv76",
"/component/clearing/",
"ppu1wv76",
- "/component/clearing/image/",
+ "/images/",
"v6yvqp7w",
"/",
"v6yvqp7w",
- "/component/"
+ "/component/",
+ "v6yvqp7w",
+ "/component/Main/",
+ "v6yvqp7w",
+ "/component/Main/component/",
+ "v6yvqp7w",
+ "/component/cards/",
+ "v6yvqp7w",
+ "/images/",
+ "v6yvqp7w",
+ "/images/cards/"
],
"auxline1": true,
"snapToGrid": true,
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/Main_2.xml b/wb_new_ui/assets/Main_RunBeard/component/Main/Main_2.xml
index 63d06b04..3d0def57 100644
--- a/wb_new_ui/assets/Main_RunBeard/component/Main/Main_2.xml
+++ b/wb_new_ui/assets/Main_RunBeard/component/Main/Main_2.xml
@@ -1,41 +1,37 @@
-
+
-
+
-
+
-
-
-
-
-
+
-
+
-
+
-
-
-
-
-
+
-
+
+
+
+
+
@@ -62,60 +58,49 @@
-
+
-
+
-
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
-
+
-
+
-
+
-
+
-
+
@@ -128,9 +113,28 @@
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/Qipai.xml b/wb_new_ui/assets/Main_RunBeard/component/Main/Qipai.xml
deleted file mode 100644
index 5d954c4d..00000000
--- a/wb_new_ui/assets/Main_RunBeard/component/Main/Qipai.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/Qipais.xml b/wb_new_ui/assets/Main_RunBeard/component/Main/Qipais.xml
new file mode 100644
index 00000000..884da6ec
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeard/component/Main/Qipais.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/component/Folder/RightPanel.xml b/wb_new_ui/assets/Main_RunBeard/component/Main/component/Folder/RightPanel.xml
index 0027b137..e00791e8 100644
--- a/wb_new_ui/assets/Main_RunBeard/component/Main/component/Folder/RightPanel.xml
+++ b/wb_new_ui/assets/Main_RunBeard/component/Main/component/Folder/RightPanel.xml
@@ -3,28 +3,28 @@
-
-
-
-
-
-
+
+
+
+
+
+
-
-
+
+
-
-
-
-
+
+
+
+
-
-
+
+
-
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/component/HeadNameBG.xml b/wb_new_ui/assets/Main_RunBeard/component/Main/component/HeadNameBG.xml
index 9852fa60..3914f5c8 100644
--- a/wb_new_ui/assets/Main_RunBeard/component/Main/component/HeadNameBG.xml
+++ b/wb_new_ui/assets/Main_RunBeard/component/Main/component/HeadNameBG.xml
@@ -1,9 +1,9 @@
-
-
-
-
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/component/PlayerHead_1.xml b/wb_new_ui/assets/Main_RunBeard/component/Main/component/PlayerHead_1.xml
index 29476c6a..c1a7566f 100644
--- a/wb_new_ui/assets/Main_RunBeard/component/Main/component/PlayerHead_1.xml
+++ b/wb_new_ui/assets/Main_RunBeard/component/Main/component/PlayerHead_1.xml
@@ -63,22 +63,22 @@
-
-
-
-
+
+
+
+
-
+
-
+
-
+
@@ -94,20 +94,20 @@
-
-
-
-
+
+
+
+
-
+
-
+
-
+
-
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/component/PlayerHead_2.xml b/wb_new_ui/assets/Main_RunBeard/component/Main/component/PlayerHead_2.xml
index aaeb56b2..0bb313fb 100644
--- a/wb_new_ui/assets/Main_RunBeard/component/Main/component/PlayerHead_2.xml
+++ b/wb_new_ui/assets/Main_RunBeard/component/Main/component/PlayerHead_2.xml
@@ -6,108 +6,108 @@
-
+
-
+
-
-
-
+
+
+
-
-
+
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
-
+
+
-
-
-
-
+
+
+
+
-
-
-
+
+
+
-
+
-
+
-
-
-
-
+
+
+
+
-
-
-
+
+
+
-
+
-
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/component/Player_card_info_1.xml b/wb_new_ui/assets/Main_RunBeard/component/Main/component/Player_card_info_1.xml
index b4b0d89c..5b995ecf 100644
--- a/wb_new_ui/assets/Main_RunBeard/component/Main/component/Player_card_info_1.xml
+++ b/wb_new_ui/assets/Main_RunBeard/component/Main/component/Player_card_info_1.xml
@@ -3,62 +3,75 @@
-
+
+
-
+
-
+
+
+
+
-
-
+
+
-
+
-
-
-
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
-
+
+
-
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/component/Player_card_info_2.xml b/wb_new_ui/assets/Main_RunBeard/component/Main/component/Player_card_info_2.xml
index 15cc0c8c..f3886313 100644
--- a/wb_new_ui/assets/Main_RunBeard/component/Main/component/Player_card_info_2.xml
+++ b/wb_new_ui/assets/Main_RunBeard/component/Main/component/Player_card_info_2.xml
@@ -1,11 +1,16 @@
+
-
-
-
-
+
+
+
+
+
+
+
+
diff --git a/wb_new_ui/assets/Main_RunBeard/component/cards/Fz_0_3.xml b/wb_new_ui/assets/Main_RunBeard/component/cards/Fz_0_3.xml
index 803e53ce..6bd3694e 100644
--- a/wb_new_ui/assets/Main_RunBeard/component/cards/Fz_0_3.xml
+++ b/wb_new_ui/assets/Main_RunBeard/component/cards/Fz_0_3.xml
@@ -1,17 +1,17 @@
-
+
-
-
-
+
+
+
-
+
diff --git a/wb_new_ui/assets/Main_RunBeard/component/cards/Fz_0_4.xml b/wb_new_ui/assets/Main_RunBeard/component/cards/Fz_0_4.xml
index 0ce14a94..1257d4ff 100644
--- a/wb_new_ui/assets/Main_RunBeard/component/cards/Fz_0_4.xml
+++ b/wb_new_ui/assets/Main_RunBeard/component/cards/Fz_0_4.xml
@@ -1,10 +1,10 @@
-
-
-
-
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeard/component/cards/Qipai.xml b/wb_new_ui/assets/Main_RunBeard/component/cards/Qipai.xml
index b8f4c05d..b416af92 100644
--- a/wb_new_ui/assets/Main_RunBeard/component/cards/Qipai.xml
+++ b/wb_new_ui/assets/Main_RunBeard/component/cards/Qipai.xml
@@ -1,7 +1,7 @@
-
+
diff --git a/wb_new_ui/assets/Main_RunBeard/component/images/bgcard.png b/wb_new_ui/assets/Main_RunBeard/component/images/bgcard.png
new file mode 100644
index 00000000..ebc2b695
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/images/bgcard.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/package.xml b/wb_new_ui/assets/Main_RunBeard/package.xml
index 655f97fd..14b01622 100644
--- a/wb_new_ui/assets/Main_RunBeard/package.xml
+++ b/wb_new_ui/assets/Main_RunBeard/package.xml
@@ -296,7 +296,6 @@
-
@@ -853,6 +852,8 @@
+
+
\ No newline at end of file
diff --git a/wb_unity_pro_2/.vs/wb_unity_pro_2/v16/.suo b/wb_unity_pro_2/.vs/wb_unity_pro_2/v16/.suo
deleted file mode 100644
index cb6ad280..00000000
Binary files a/wb_unity_pro_2/.vs/wb_unity_pro_2/v16/.suo and /dev/null differ
diff --git a/wb_unity_pro_2/Assembly-CSharp-Editor.csproj b/wb_unity_pro_2/Assembly-CSharp-Editor.csproj
index 9ed2d497..b92688e6 100644
--- a/wb_unity_pro_2/Assembly-CSharp-Editor.csproj
+++ b/wb_unity_pro_2/Assembly-CSharp-Editor.csproj
@@ -9,7 +9,7 @@
10.0.20506
2.0
- {1BB6E50B-97AB-98D4-5DE7-DC96E627827E}
+ {D75A4DC2-9F64-A98D-0D87-0D117969F0D9}
Library
Properties
Assembly-CSharp-Editor
@@ -292,9 +292,6 @@
C:/Program Files/Unity/Hub/Editor/2019.4.10f1/Editor/Data/Managed/UnityEditor.dll
-
- C:/Program Files/Unity/Hub/Editor/2019.4.10f1/Editor/Data/UnityExtensions/Unity/UnityVR/Editor/UnityEditor.VR.dll
-
C:/Program Files/Unity/Hub/Editor/2019.4.10f1/Editor/Data/Managed/UnityEditor.Graphs.dll
@@ -307,6 +304,9 @@
C:/Program Files/Unity/Hub/Editor/2019.4.10f1/Editor/Data/PlaybackEngines/AndroidPlayer/UnityEditor.Android.Extensions.dll
+
+ C:/Program Files/Unity/Hub/Editor/2019.4.10f1/Editor/Data/PlaybackEngines/MetroSupport/UnityEditor.UWP.Extensions.dll
+
C:/Program Files/Unity/Hub/Editor/2019.4.10f1/Editor/Data/PlaybackEngines/iOSSupport/UnityEditor.iOS.Extensions.dll
@@ -314,31 +314,31 @@
C:/Program Files (x86)/Microsoft Visual Studio Tools for Unity/16.0/Editor/SyntaxTree.VisualStudio.Unity.Bridge.dll
- D:/game2/fk101/wb_unity_pro_2/Assets/Plugins/CString.dll
+ D:/project/yunque/wb_unity_pro/Assets/Plugins/CString.dll
- D:/game2/fk101/wb_unity_pro_2/Assets/Plugins/Debugger.dll
+ D:/project/yunque/wb_unity_pro/Assets/Plugins/Debugger.dll
- D:/game2/fk101/wb_unity_pro_2/Assets/Plugins/taurus.dll
+ D:/project/yunque/wb_unity_pro/Assets/Plugins/taurus.dll
- D:/game2/fk101/wb_unity_pro_2/Assets/Plugins/taurus.unity.dll
+ D:/project/yunque/wb_unity_pro/Assets/Plugins/taurus.unity.dll
- D:/game2/fk101/wb_unity_pro_2/Assets/Plugins/zxing.unity.dll
+ D:/project/yunque/wb_unity_pro/Assets/Plugins/zxing.unity.dll
- D:/game2/fk101/wb_unity_pro_2/Library/PackageCache/com.unity.analytics@3.3.5/Unity.Analytics.Editor.dll
+ D:/project/yunque/wb_unity_pro/Library/PackageCache/com.unity.analytics@3.3.5/Unity.Analytics.Editor.dll
- D:/game2/fk101/wb_unity_pro_2/Library/PackageCache/com.unity.analytics@3.3.5/Unity.Analytics.Tracker.dll
+ D:/project/yunque/wb_unity_pro/Library/PackageCache/com.unity.analytics@3.3.5/Unity.Analytics.Tracker.dll
- D:/game2/fk101/wb_unity_pro_2/Library/PackageCache/com.unity.analytics@3.3.5/AnalyticsStandardEvents/Unity.Analytics.StandardEvents.dll
+ D:/project/yunque/wb_unity_pro/Library/PackageCache/com.unity.analytics@3.3.5/AnalyticsStandardEvents/Unity.Analytics.StandardEvents.dll
- D:/game2/fk101/wb_unity_pro_2/Library/PackageCache/com.unity.ext.nunit@1.0.0/net35/unity-custom/nunit.framework.dll
+ D:/project/yunque/wb_unity_pro/Library/PackageCache/com.unity.ext.nunit@1.0.0/net35/unity-custom/nunit.framework.dll
C:/Program Files/Unity/Hub/Editor/2019.4.10f1/Editor/Data/PlaybackEngines/iOSSupport/UnityEditor.iOS.Extensions.Xcode.dll
@@ -701,84 +701,84 @@
C:/Program Files/Unity/Hub/Editor/2019.4.10f1/Editor/Data/MonoBleedingEdge/lib/mono/unityscript/Boo.Lang.dll
- D:/game2/fk101/wb_unity_pro_2/Library/ScriptAssemblies/UnityEditor.TestRunner.dll
+ D:/project/yunque/wb_unity_pro/Library/ScriptAssemblies/UnityEditor.TestRunner.dll
- D:/game2/fk101/wb_unity_pro_2/Library/ScriptAssemblies/UnityEngine.TestRunner.dll
+ D:/project/yunque/wb_unity_pro/Library/ScriptAssemblies/UnityEngine.TestRunner.dll
- D:/game2/fk101/wb_unity_pro_2/Library/ScriptAssemblies/Unity.Timeline.Editor.dll
+ D:/project/yunque/wb_unity_pro/Library/ScriptAssemblies/Unity.Timeline.Editor.dll
- D:/game2/fk101/wb_unity_pro_2/Library/ScriptAssemblies/UnityEngine.Monetization.dll
+ D:/project/yunque/wb_unity_pro/Library/ScriptAssemblies/UnityEngine.Monetization.dll
- D:/game2/fk101/wb_unity_pro_2/Library/ScriptAssemblies/com.unity.multiplayer-hlapi.Editor.dll
+ D:/project/yunque/wb_unity_pro/Library/ScriptAssemblies/com.unity.multiplayer-hlapi.Editor.dll
- D:/game2/fk101/wb_unity_pro_2/Library/ScriptAssemblies/Unity.VSCode.Editor.dll
+ D:/project/yunque/wb_unity_pro/Library/ScriptAssemblies/Unity.VSCode.Editor.dll
- D:/game2/fk101/wb_unity_pro_2/Library/ScriptAssemblies/UnityEngine.Advertisements.dll
+ D:/project/yunque/wb_unity_pro/Library/ScriptAssemblies/UnityEngine.Advertisements.dll
- D:/game2/fk101/wb_unity_pro_2/Library/ScriptAssemblies/UnityEngine.Purchasing.dll
+ D:/project/yunque/wb_unity_pro/Library/ScriptAssemblies/UnityEngine.Purchasing.dll
- D:/game2/fk101/wb_unity_pro_2/Library/ScriptAssemblies/UnityEditor.Purchasing.dll
+ D:/project/yunque/wb_unity_pro/Library/ScriptAssemblies/UnityEditor.Purchasing.dll
- D:/game2/fk101/wb_unity_pro_2/Library/ScriptAssemblies/Unity.TextMeshPro.Editor.dll
+ D:/project/yunque/wb_unity_pro/Library/ScriptAssemblies/Unity.TextMeshPro.Editor.dll
- D:/game2/fk101/wb_unity_pro_2/Library/ScriptAssemblies/UnityEngine.UI.dll
+ D:/project/yunque/wb_unity_pro/Library/ScriptAssemblies/UnityEngine.UI.dll
- D:/game2/fk101/wb_unity_pro_2/Library/ScriptAssemblies/Unity.Timeline.dll
+ D:/project/yunque/wb_unity_pro/Library/ScriptAssemblies/Unity.Timeline.dll
- D:/game2/fk101/wb_unity_pro_2/Library/ScriptAssemblies/Unity.CollabProxy.Editor.dll
+ D:/project/yunque/wb_unity_pro/Library/ScriptAssemblies/Unity.CollabProxy.Editor.dll
- D:/game2/fk101/wb_unity_pro_2/Library/ScriptAssemblies/com.unity.multiplayer-weaver.Editor.dll
+ D:/project/yunque/wb_unity_pro/Library/ScriptAssemblies/com.unity.multiplayer-weaver.Editor.dll
- D:/game2/fk101/wb_unity_pro_2/Library/ScriptAssemblies/UnityEngine.XR.LegacyInputHelpers.dll
+ D:/project/yunque/wb_unity_pro/Library/ScriptAssemblies/UnityEngine.XR.LegacyInputHelpers.dll
- D:/game2/fk101/wb_unity_pro_2/Library/ScriptAssemblies/Unity.Rider.Editor.dll
+ D:/project/yunque/wb_unity_pro/Library/ScriptAssemblies/Unity.Rider.Editor.dll
- D:/game2/fk101/wb_unity_pro_2/Library/ScriptAssemblies/Unity.2D.Sprite.Editor.dll
+ D:/project/yunque/wb_unity_pro/Library/ScriptAssemblies/Unity.2D.Sprite.Editor.dll
- D:/game2/fk101/wb_unity_pro_2/Library/ScriptAssemblies/Unity.2D.Tilemap.Editor.dll
+ D:/project/yunque/wb_unity_pro/Library/ScriptAssemblies/Unity.2D.Tilemap.Editor.dll
- D:/game2/fk101/wb_unity_pro_2/Library/ScriptAssemblies/UnityEditor.SpatialTracking.dll
+ D:/project/yunque/wb_unity_pro/Library/ScriptAssemblies/UnityEditor.SpatialTracking.dll
- D:/game2/fk101/wb_unity_pro_2/Library/ScriptAssemblies/UnityEngine.SpatialTracking.dll
+ D:/project/yunque/wb_unity_pro/Library/ScriptAssemblies/UnityEngine.SpatialTracking.dll
- D:/game2/fk101/wb_unity_pro_2/Library/ScriptAssemblies/Unity.TextMeshPro.dll
+ D:/project/yunque/wb_unity_pro/Library/ScriptAssemblies/Unity.TextMeshPro.dll
- D:/game2/fk101/wb_unity_pro_2/Library/ScriptAssemblies/Unity.Analytics.DataPrivacy.dll
+ D:/project/yunque/wb_unity_pro/Library/ScriptAssemblies/Unity.Analytics.DataPrivacy.dll
- D:/game2/fk101/wb_unity_pro_2/Library/ScriptAssemblies/UnityEditor.XR.LegacyInputHelpers.dll
+ D:/project/yunque/wb_unity_pro/Library/ScriptAssemblies/UnityEditor.XR.LegacyInputHelpers.dll
- D:/game2/fk101/wb_unity_pro_2/Library/ScriptAssemblies/UnityEditor.UI.dll
+ D:/project/yunque/wb_unity_pro/Library/ScriptAssemblies/UnityEditor.UI.dll
- D:/game2/fk101/wb_unity_pro_2/Library/ScriptAssemblies/com.unity.multiplayer-hlapi.Runtime.dll
+ D:/project/yunque/wb_unity_pro/Library/ScriptAssemblies/com.unity.multiplayer-hlapi.Runtime.dll
- {088872C2-E3F4-794F-0243-B19515B0AED0}
+ {447B58C1-7AFB-29A7-57FF-8787F9E109CD}
Assembly-CSharp
diff --git a/wb_unity_pro_2/Assembly-CSharp.csproj b/wb_unity_pro_2/Assembly-CSharp.csproj
index 76a7facc..f18b0a2a 100644
--- a/wb_unity_pro_2/Assembly-CSharp.csproj
+++ b/wb_unity_pro_2/Assembly-CSharp.csproj
@@ -9,7 +9,7 @@
10.0.20506
2.0
- {088872C2-E3F4-794F-0243-B19515B0AED0}
+ {447B58C1-7AFB-29A7-57FF-8787F9E109CD}
Library
Properties
Assembly-CSharp
@@ -64,7 +64,386 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
C:/Program Files/Unity/Hub/Editor/2019.4.10f1/Editor/Data/Managed/UnityEngine/UnityEngine.dll
@@ -242,6 +621,30 @@
C:/Program Files/Unity/Hub/Editor/2019.4.10f1/Editor/Data/Managed/UnityEditor.dll
+
+ D:/project/yunque/wb_unity_pro/Assets/Plugins/CString.dll
+
+
+ D:/project/yunque/wb_unity_pro/Assets/Plugins/Debugger.dll
+
+
+ D:/project/yunque/wb_unity_pro/Assets/Plugins/taurus.dll
+
+
+ D:/project/yunque/wb_unity_pro/Assets/Plugins/taurus.unity.dll
+
+
+ D:/project/yunque/wb_unity_pro/Assets/Plugins/zxing.unity.dll
+
+
+ D:/project/yunque/wb_unity_pro/Library/PackageCache/com.unity.analytics@3.3.5/Unity.Analytics.Editor.dll
+
+
+ D:/project/yunque/wb_unity_pro/Library/PackageCache/com.unity.analytics@3.3.5/Unity.Analytics.Tracker.dll
+
+
+ D:/project/yunque/wb_unity_pro/Library/PackageCache/com.unity.analytics@3.3.5/AnalyticsStandardEvents/Unity.Analytics.StandardEvents.dll
+
C:/Program Files/Unity/Hub/Editor/2019.4.10f1/Editor/Data/PlaybackEngines/iOSSupport/UnityEditor.iOS.Extensions.Xcode.dll
@@ -603,31 +1006,73 @@
C:/Program Files/Unity/Hub/Editor/2019.4.10f1/Editor/Data/MonoBleedingEdge/lib/mono/unityscript/Boo.Lang.dll
- D:/game2/fk101/wb_unity_pro_2/Library/ScriptAssemblies/Unity.Timeline.Editor.dll
+ D:/project/yunque/wb_unity_pro/Library/ScriptAssemblies/Unity.Timeline.Editor.dll
+
+
+ D:/project/yunque/wb_unity_pro/Library/ScriptAssemblies/UnityEngine.Monetization.dll
+
+
+ D:/project/yunque/wb_unity_pro/Library/ScriptAssemblies/com.unity.multiplayer-hlapi.Editor.dll
- D:/game2/fk101/wb_unity_pro_2/Library/ScriptAssemblies/Unity.VSCode.Editor.dll
+ D:/project/yunque/wb_unity_pro/Library/ScriptAssemblies/Unity.VSCode.Editor.dll
+
+
+ D:/project/yunque/wb_unity_pro/Library/ScriptAssemblies/UnityEngine.Advertisements.dll
+
+
+ D:/project/yunque/wb_unity_pro/Library/ScriptAssemblies/UnityEngine.Purchasing.dll
+
+
+ D:/project/yunque/wb_unity_pro/Library/ScriptAssemblies/UnityEditor.Purchasing.dll
- D:/game2/fk101/wb_unity_pro_2/Library/ScriptAssemblies/Unity.TextMeshPro.Editor.dll
+ D:/project/yunque/wb_unity_pro/Library/ScriptAssemblies/Unity.TextMeshPro.Editor.dll
- D:/game2/fk101/wb_unity_pro_2/Library/ScriptAssemblies/UnityEngine.UI.dll
+ D:/project/yunque/wb_unity_pro/Library/ScriptAssemblies/UnityEngine.UI.dll
- D:/game2/fk101/wb_unity_pro_2/Library/ScriptAssemblies/Unity.Timeline.dll
+ D:/project/yunque/wb_unity_pro/Library/ScriptAssemblies/Unity.Timeline.dll
- D:/game2/fk101/wb_unity_pro_2/Library/ScriptAssemblies/Unity.CollabProxy.Editor.dll
+ D:/project/yunque/wb_unity_pro/Library/ScriptAssemblies/Unity.CollabProxy.Editor.dll
+
+
+ D:/project/yunque/wb_unity_pro/Library/ScriptAssemblies/com.unity.multiplayer-weaver.Editor.dll
+
+
+ D:/project/yunque/wb_unity_pro/Library/ScriptAssemblies/UnityEngine.XR.LegacyInputHelpers.dll
- D:/game2/fk101/wb_unity_pro_2/Library/ScriptAssemblies/Unity.Rider.Editor.dll
+ D:/project/yunque/wb_unity_pro/Library/ScriptAssemblies/Unity.Rider.Editor.dll
+
+
+ D:/project/yunque/wb_unity_pro/Library/ScriptAssemblies/Unity.2D.Sprite.Editor.dll
+
+
+ D:/project/yunque/wb_unity_pro/Library/ScriptAssemblies/Unity.2D.Tilemap.Editor.dll
+
+
+ D:/project/yunque/wb_unity_pro/Library/ScriptAssemblies/UnityEditor.SpatialTracking.dll
+
+
+ D:/project/yunque/wb_unity_pro/Library/ScriptAssemblies/UnityEngine.SpatialTracking.dll
- D:/game2/fk101/wb_unity_pro_2/Library/ScriptAssemblies/Unity.TextMeshPro.dll
+ D:/project/yunque/wb_unity_pro/Library/ScriptAssemblies/Unity.TextMeshPro.dll
+
+
+ D:/project/yunque/wb_unity_pro/Library/ScriptAssemblies/Unity.Analytics.DataPrivacy.dll
+
+
+ D:/project/yunque/wb_unity_pro/Library/ScriptAssemblies/UnityEditor.XR.LegacyInputHelpers.dll
- D:/game2/fk101/wb_unity_pro_2/Library/ScriptAssemblies/UnityEditor.UI.dll
+ D:/project/yunque/wb_unity_pro/Library/ScriptAssemblies/UnityEditor.UI.dll
+
+
+ D:/project/yunque/wb_unity_pro/Library/ScriptAssemblies/com.unity.multiplayer-hlapi.Runtime.dll
diff --git a/wb_unity_pro_2/Library/APIUpdater/project-dependencies.graph b/wb_unity_pro_2/Library/APIUpdater/project-dependencies.graph
index 70d151c4..97aaae30 100644
Binary files a/wb_unity_pro_2/Library/APIUpdater/project-dependencies.graph and b/wb_unity_pro_2/Library/APIUpdater/project-dependencies.graph differ
diff --git a/wb_unity_pro_2/Library/AnnotationManager b/wb_unity_pro_2/Library/AnnotationManager
index 37ebfe7b..ce1d0324 100644
Binary files a/wb_unity_pro_2/Library/AnnotationManager and b/wb_unity_pro_2/Library/AnnotationManager differ
diff --git a/wb_unity_pro_2/Library/ArtifactDB b/wb_unity_pro_2/Library/ArtifactDB
index 715c40c2..46cd869e 100644
Binary files a/wb_unity_pro_2/Library/ArtifactDB and b/wb_unity_pro_2/Library/ArtifactDB differ
diff --git a/wb_unity_pro_2/Library/ArtifactDB-lock b/wb_unity_pro_2/Library/ArtifactDB-lock
index 238ad218..f9d46679 100644
Binary files a/wb_unity_pro_2/Library/ArtifactDB-lock and b/wb_unity_pro_2/Library/ArtifactDB-lock differ
diff --git a/wb_unity_pro_2/Library/Artifacts/00/00001d9e47766d2a8bd034e2b1b3fd48 b/wb_unity_pro_2/Library/Artifacts/00/00001d9e47766d2a8bd034e2b1b3fd48
deleted file mode 100644
index a9fb8c6c..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/00/00001d9e47766d2a8bd034e2b1b3fd48 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/00/00143e667fdd92794b6cbe8e0bc7b3f6 b/wb_unity_pro_2/Library/Artifacts/00/00143e667fdd92794b6cbe8e0bc7b3f6
deleted file mode 100644
index 3d516acf..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/00/00143e667fdd92794b6cbe8e0bc7b3f6 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/00/004eab66992ff0a65a101269cbf51890 b/wb_unity_pro_2/Library/Artifacts/00/004eab66992ff0a65a101269cbf51890
deleted file mode 100644
index 34c20737..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/00/004eab66992ff0a65a101269cbf51890 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/00/007ff50b91dfb1e1af5a058790a6c544 b/wb_unity_pro_2/Library/Artifacts/00/007ff50b91dfb1e1af5a058790a6c544
deleted file mode 100644
index 97038b38..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/00/007ff50b91dfb1e1af5a058790a6c544 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/00/0099c078d375f49cb8796570cbbb02d0 b/wb_unity_pro_2/Library/Artifacts/00/0099c078d375f49cb8796570cbbb02d0
deleted file mode 100644
index b2245272..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/00/0099c078d375f49cb8796570cbbb02d0 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/00/00a35077293d9fec47185786d8452ec1 b/wb_unity_pro_2/Library/Artifacts/00/00a35077293d9fec47185786d8452ec1
deleted file mode 100644
index eb19be39..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/00/00a35077293d9fec47185786d8452ec1 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/00/00afbc73c9056c4aaaacd8c09ffb50aa b/wb_unity_pro_2/Library/Artifacts/00/00afbc73c9056c4aaaacd8c09ffb50aa
deleted file mode 100644
index d7fb0e9b..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/00/00afbc73c9056c4aaaacd8c09ffb50aa and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/00/00c0ca03feaf682e07a65a086eade0b2 b/wb_unity_pro_2/Library/Artifacts/00/00c0ca03feaf682e07a65a086eade0b2
deleted file mode 100644
index f22544fd..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/00/00c0ca03feaf682e07a65a086eade0b2 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/00/00c9a063ed41ce097a84ed68de0d1d1a b/wb_unity_pro_2/Library/Artifacts/00/00c9a063ed41ce097a84ed68de0d1d1a
deleted file mode 100644
index 65ff7272..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/00/00c9a063ed41ce097a84ed68de0d1d1a and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/00/00cfadf5a22d7faa28a177fec59693a5 b/wb_unity_pro_2/Library/Artifacts/00/00cfadf5a22d7faa28a177fec59693a5
deleted file mode 100644
index 3b17b796..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/00/00cfadf5a22d7faa28a177fec59693a5 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/00/00d2a8411deaaf81072dd507a01b8173 b/wb_unity_pro_2/Library/Artifacts/00/00d2a8411deaaf81072dd507a01b8173
deleted file mode 100644
index b9ba3fd9..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/00/00d2a8411deaaf81072dd507a01b8173 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/00/00d41bb89b6a5505a75edf2f1a30c655 b/wb_unity_pro_2/Library/Artifacts/00/00d41bb89b6a5505a75edf2f1a30c655
deleted file mode 100644
index 36c30de5..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/00/00d41bb89b6a5505a75edf2f1a30c655 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/00/00dbc7b85441c51e6b17cd121482f6c9 b/wb_unity_pro_2/Library/Artifacts/00/00dbc7b85441c51e6b17cd121482f6c9
deleted file mode 100644
index 993688c2..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/00/00dbc7b85441c51e6b17cd121482f6c9 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/00/00fe21dc61be00b66c67fb3a899c513a b/wb_unity_pro_2/Library/Artifacts/00/00fe21dc61be00b66c67fb3a899c513a
deleted file mode 100644
index efcc27ac..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/00/00fe21dc61be00b66c67fb3a899c513a and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/01/01055adfd3b47ec4bc2caf00c5b6702f b/wb_unity_pro_2/Library/Artifacts/01/01055adfd3b47ec4bc2caf00c5b6702f
deleted file mode 100644
index 8ec1b2eb..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/01/01055adfd3b47ec4bc2caf00c5b6702f and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/01/012698b13505222ca4f2ddea1fe7e1a8 b/wb_unity_pro_2/Library/Artifacts/01/012698b13505222ca4f2ddea1fe7e1a8
deleted file mode 100644
index 173df6dc..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/01/012698b13505222ca4f2ddea1fe7e1a8 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/01/0132e9a6b888aef26a2a13ed1ce57f39 b/wb_unity_pro_2/Library/Artifacts/01/0132e9a6b888aef26a2a13ed1ce57f39
deleted file mode 100644
index 66b01629..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/01/0132e9a6b888aef26a2a13ed1ce57f39 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/01/016ee290d6cdc488857e41a88e3184ac b/wb_unity_pro_2/Library/Artifacts/01/016ee290d6cdc488857e41a88e3184ac
deleted file mode 100644
index a8599fec..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/01/016ee290d6cdc488857e41a88e3184ac and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/01/01c0c0fd3fbf17b5dbea99c1ad4c46cd b/wb_unity_pro_2/Library/Artifacts/01/01c0c0fd3fbf17b5dbea99c1ad4c46cd
deleted file mode 100644
index 3bc5ab04..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/01/01c0c0fd3fbf17b5dbea99c1ad4c46cd and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/01/01c2774517dc6540afd390fedf7e97de b/wb_unity_pro_2/Library/Artifacts/01/01c2774517dc6540afd390fedf7e97de
deleted file mode 100644
index 11ffc748..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/01/01c2774517dc6540afd390fedf7e97de and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/01/01da5c9727fce43ed06b3dcb65f7fa87 b/wb_unity_pro_2/Library/Artifacts/01/01da5c9727fce43ed06b3dcb65f7fa87
deleted file mode 100644
index bd92a51b..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/01/01da5c9727fce43ed06b3dcb65f7fa87 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/01/01db46cb11a6202c5c4dbe06aa8d9396 b/wb_unity_pro_2/Library/Artifacts/01/01db46cb11a6202c5c4dbe06aa8d9396
deleted file mode 100644
index e71b873d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/01/01db46cb11a6202c5c4dbe06aa8d9396 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/01/01fef202a6d7376cd26d5b2c422136ae b/wb_unity_pro_2/Library/Artifacts/01/01fef202a6d7376cd26d5b2c422136ae
deleted file mode 100644
index 667d6975..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/01/01fef202a6d7376cd26d5b2c422136ae and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/02/0249fac0907cd9c16aed545c3b41cae2 b/wb_unity_pro_2/Library/Artifacts/02/0249fac0907cd9c16aed545c3b41cae2
deleted file mode 100644
index 5f0682b5..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/02/0249fac0907cd9c16aed545c3b41cae2 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/02/027e5bc9f4fbd5a752b128c5b7d25cfa b/wb_unity_pro_2/Library/Artifacts/02/027e5bc9f4fbd5a752b128c5b7d25cfa
deleted file mode 100644
index 407cecc1..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/02/027e5bc9f4fbd5a752b128c5b7d25cfa and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/02/0298155b4b6c62fcdffa74a2d6ef5b97 b/wb_unity_pro_2/Library/Artifacts/02/0298155b4b6c62fcdffa74a2d6ef5b97
deleted file mode 100644
index 08be1d43..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/02/0298155b4b6c62fcdffa74a2d6ef5b97 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/02/029938adcdc8bfe901a0ecce66aa6e78 b/wb_unity_pro_2/Library/Artifacts/02/029938adcdc8bfe901a0ecce66aa6e78
deleted file mode 100644
index b81fe7cd..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/02/029938adcdc8bfe901a0ecce66aa6e78 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/02/02a417f61e3ea3508477ee74d663998c b/wb_unity_pro_2/Library/Artifacts/02/02a417f61e3ea3508477ee74d663998c
deleted file mode 100644
index c857d20d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/02/02a417f61e3ea3508477ee74d663998c and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/02/02b132cde9c822a680a599ccc270d33d b/wb_unity_pro_2/Library/Artifacts/02/02b132cde9c822a680a599ccc270d33d
deleted file mode 100644
index 3b3511ed..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/02/02b132cde9c822a680a599ccc270d33d and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/02/02ce769a1f55b5c0eb6f076f734cf5a9 b/wb_unity_pro_2/Library/Artifacts/02/02ce769a1f55b5c0eb6f076f734cf5a9
deleted file mode 100644
index f3f5fc8c..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/02/02ce769a1f55b5c0eb6f076f734cf5a9 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/02/02eaba25fe752727f92987f387d115b5 b/wb_unity_pro_2/Library/Artifacts/02/02eaba25fe752727f92987f387d115b5
deleted file mode 100644
index ad254d36..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/02/02eaba25fe752727f92987f387d115b5 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/02/02fb643096e1b9678bdf63513b67acd2 b/wb_unity_pro_2/Library/Artifacts/02/02fb643096e1b9678bdf63513b67acd2
deleted file mode 100644
index 9f10e2db..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/02/02fb643096e1b9678bdf63513b67acd2 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/03/031726c85e188083af48f7216b985f36 b/wb_unity_pro_2/Library/Artifacts/03/031726c85e188083af48f7216b985f36
deleted file mode 100644
index 437026f5..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/03/031726c85e188083af48f7216b985f36 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/03/031dcc1510dfbe17231c903c7957d036 b/wb_unity_pro_2/Library/Artifacts/03/031dcc1510dfbe17231c903c7957d036
deleted file mode 100644
index a63191c1..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/03/031dcc1510dfbe17231c903c7957d036 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/03/033c7509e3508acd270514f295ebebbc b/wb_unity_pro_2/Library/Artifacts/03/033c7509e3508acd270514f295ebebbc
deleted file mode 100644
index 78c76eaa..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/03/033c7509e3508acd270514f295ebebbc and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/03/0364474f662f6ac16c50845151d71e32 b/wb_unity_pro_2/Library/Artifacts/03/0364474f662f6ac16c50845151d71e32
deleted file mode 100644
index 96049b41..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/03/0364474f662f6ac16c50845151d71e32 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/03/036dc58fb423e6c4ca769caa774e8f20 b/wb_unity_pro_2/Library/Artifacts/03/036dc58fb423e6c4ca769caa774e8f20
deleted file mode 100644
index 9d69d9a0..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/03/036dc58fb423e6c4ca769caa774e8f20 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/03/03721b73b94a6a755d5b521c7e4f68a5 b/wb_unity_pro_2/Library/Artifacts/03/03721b73b94a6a755d5b521c7e4f68a5
deleted file mode 100644
index a3e906b3..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/03/03721b73b94a6a755d5b521c7e4f68a5 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/03/0375c17e891892914b4041c26dee50ab b/wb_unity_pro_2/Library/Artifacts/03/0375c17e891892914b4041c26dee50ab
deleted file mode 100644
index dce22715..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/03/0375c17e891892914b4041c26dee50ab and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/03/03770ab8299524d1c8888271db84c6ba b/wb_unity_pro_2/Library/Artifacts/03/03770ab8299524d1c8888271db84c6ba
deleted file mode 100644
index cc545221..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/03/03770ab8299524d1c8888271db84c6ba and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/03/037b085fba61daaae56b9aff557ca79b b/wb_unity_pro_2/Library/Artifacts/03/037b085fba61daaae56b9aff557ca79b
deleted file mode 100644
index 7b6789d0..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/03/037b085fba61daaae56b9aff557ca79b and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/03/038908ed027f3aabba40162548bbd836 b/wb_unity_pro_2/Library/Artifacts/03/038908ed027f3aabba40162548bbd836
deleted file mode 100644
index 9bf3056a..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/03/038908ed027f3aabba40162548bbd836 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/03/038dc156c108ec8e41085ff3be6a156e b/wb_unity_pro_2/Library/Artifacts/03/038dc156c108ec8e41085ff3be6a156e
deleted file mode 100644
index c2e22991..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/03/038dc156c108ec8e41085ff3be6a156e and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/03/03a096db7205824687be5b9ba1690952 b/wb_unity_pro_2/Library/Artifacts/03/03a096db7205824687be5b9ba1690952
deleted file mode 100644
index 39e45165..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/03/03a096db7205824687be5b9ba1690952 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/03/03c8c4abb3ef26619002e8efbcc01cbe b/wb_unity_pro_2/Library/Artifacts/03/03c8c4abb3ef26619002e8efbcc01cbe
deleted file mode 100644
index 12e6a4de..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/03/03c8c4abb3ef26619002e8efbcc01cbe and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/03/03ccaddb6d76af9bb17bff8c2e765317 b/wb_unity_pro_2/Library/Artifacts/03/03ccaddb6d76af9bb17bff8c2e765317
deleted file mode 100644
index 4dd8fa7a..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/03/03ccaddb6d76af9bb17bff8c2e765317 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/03/03d6153aa0365820c53a4c73e5bb2e3d b/wb_unity_pro_2/Library/Artifacts/03/03d6153aa0365820c53a4c73e5bb2e3d
deleted file mode 100644
index 142723b3..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/03/03d6153aa0365820c53a4c73e5bb2e3d and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/03/03df378afe115d6047c079683f66fe96 b/wb_unity_pro_2/Library/Artifacts/03/03df378afe115d6047c079683f66fe96
deleted file mode 100644
index 2cae4c7e..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/03/03df378afe115d6047c079683f66fe96 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/03/03e93d5ebe036f209ae8c9623f6b2f83 b/wb_unity_pro_2/Library/Artifacts/03/03e93d5ebe036f209ae8c9623f6b2f83
deleted file mode 100644
index 86f925ae..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/03/03e93d5ebe036f209ae8c9623f6b2f83 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/03/03f06854b16e2f5e564cf8800a5df802 b/wb_unity_pro_2/Library/Artifacts/03/03f06854b16e2f5e564cf8800a5df802
deleted file mode 100644
index f42a7c8a..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/03/03f06854b16e2f5e564cf8800a5df802 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/04/0428bd6d491699111da74e41e0c2d806 b/wb_unity_pro_2/Library/Artifacts/04/0428bd6d491699111da74e41e0c2d806
deleted file mode 100644
index fb6c09b2..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/04/0428bd6d491699111da74e41e0c2d806 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/04/043e720e753dfdc3d54d902c79249176 b/wb_unity_pro_2/Library/Artifacts/04/043e720e753dfdc3d54d902c79249176
deleted file mode 100644
index 70b73f13..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/04/043e720e753dfdc3d54d902c79249176 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/04/04423e67b5e8bb1f2c6d93507b9a9cb0 b/wb_unity_pro_2/Library/Artifacts/04/04423e67b5e8bb1f2c6d93507b9a9cb0
deleted file mode 100644
index b70f6ef2..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/04/04423e67b5e8bb1f2c6d93507b9a9cb0 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/04/04457515e95dc0008a508cfc7903d1ae b/wb_unity_pro_2/Library/Artifacts/04/04457515e95dc0008a508cfc7903d1ae
deleted file mode 100644
index 0df709f9..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/04/04457515e95dc0008a508cfc7903d1ae and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/04/0449132b4be1083592c951c578606ca4 b/wb_unity_pro_2/Library/Artifacts/04/0449132b4be1083592c951c578606ca4
deleted file mode 100644
index 583abe87..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/04/0449132b4be1083592c951c578606ca4 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/04/046478288c3f86f4fb82a7ac01834254 b/wb_unity_pro_2/Library/Artifacts/04/046478288c3f86f4fb82a7ac01834254
deleted file mode 100644
index 74e69eb5..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/04/046478288c3f86f4fb82a7ac01834254 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/04/0480ee492b50b3fff3334c89e80543e7 b/wb_unity_pro_2/Library/Artifacts/04/0480ee492b50b3fff3334c89e80543e7
deleted file mode 100644
index 30a4e5f0..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/04/0480ee492b50b3fff3334c89e80543e7 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/04/04ba82894d063b3ae49dd662bd22e9d1 b/wb_unity_pro_2/Library/Artifacts/04/04ba82894d063b3ae49dd662bd22e9d1
deleted file mode 100644
index 03e76f0d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/04/04ba82894d063b3ae49dd662bd22e9d1 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/04/04d2aff6d42ba9fbf9df99fcce1e5aa6 b/wb_unity_pro_2/Library/Artifacts/04/04d2aff6d42ba9fbf9df99fcce1e5aa6
deleted file mode 100644
index 18336fca..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/04/04d2aff6d42ba9fbf9df99fcce1e5aa6 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/04/04e26e6c1b069d322d5e23a2a1a9cfb9 b/wb_unity_pro_2/Library/Artifacts/04/04e26e6c1b069d322d5e23a2a1a9cfb9
deleted file mode 100644
index 4932a21e..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/04/04e26e6c1b069d322d5e23a2a1a9cfb9 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/04/04e75b5cb031da8b1d275009a408a213 b/wb_unity_pro_2/Library/Artifacts/04/04e75b5cb031da8b1d275009a408a213
deleted file mode 100644
index 9902599d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/04/04e75b5cb031da8b1d275009a408a213 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/05/0519f1ccadbefc61540d85e931088b2c b/wb_unity_pro_2/Library/Artifacts/05/0519f1ccadbefc61540d85e931088b2c
deleted file mode 100644
index b55ef6c3..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/05/0519f1ccadbefc61540d85e931088b2c and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/05/051cbba9f7c0fc180efa4ad4b72b8040 b/wb_unity_pro_2/Library/Artifacts/05/051cbba9f7c0fc180efa4ad4b72b8040
deleted file mode 100644
index d2f8667e..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/05/051cbba9f7c0fc180efa4ad4b72b8040 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/05/051f8562495ecc2d5307b590090ffa8d b/wb_unity_pro_2/Library/Artifacts/05/051f8562495ecc2d5307b590090ffa8d
deleted file mode 100644
index da2b4404..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/05/051f8562495ecc2d5307b590090ffa8d and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/05/054c291748b0df8025f3b3ff5cde94a1 b/wb_unity_pro_2/Library/Artifacts/05/054c291748b0df8025f3b3ff5cde94a1
deleted file mode 100644
index e06f126c..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/05/054c291748b0df8025f3b3ff5cde94a1 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/05/05551d1a3d18385bccfa13033c24fdc7 b/wb_unity_pro_2/Library/Artifacts/05/05551d1a3d18385bccfa13033c24fdc7
deleted file mode 100644
index e458a15c..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/05/05551d1a3d18385bccfa13033c24fdc7 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/05/056d5f595c688d8f38d1691c9e6c0515 b/wb_unity_pro_2/Library/Artifacts/05/056d5f595c688d8f38d1691c9e6c0515
deleted file mode 100644
index 543a948c..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/05/056d5f595c688d8f38d1691c9e6c0515 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/05/058d710e09c84d32e88a7b9249f53667 b/wb_unity_pro_2/Library/Artifacts/05/058d710e09c84d32e88a7b9249f53667
deleted file mode 100644
index f11fa713..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/05/058d710e09c84d32e88a7b9249f53667 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/05/05afb9f25251b22da9c9f6f61db37526 b/wb_unity_pro_2/Library/Artifacts/05/05afb9f25251b22da9c9f6f61db37526
deleted file mode 100644
index f99e495c..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/05/05afb9f25251b22da9c9f6f61db37526 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/05/05b47c6124bc73f1c6f21da7d46b93a9 b/wb_unity_pro_2/Library/Artifacts/05/05b47c6124bc73f1c6f21da7d46b93a9
deleted file mode 100644
index cc0ed3f9..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/05/05b47c6124bc73f1c6f21da7d46b93a9 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/05/05e3ac3f76a0d25d4dccf1373d6116d7 b/wb_unity_pro_2/Library/Artifacts/05/05e3ac3f76a0d25d4dccf1373d6116d7
deleted file mode 100644
index 35a49144..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/05/05e3ac3f76a0d25d4dccf1373d6116d7 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/05/05eb9aa956b8b71e6ba4505849b290fe b/wb_unity_pro_2/Library/Artifacts/05/05eb9aa956b8b71e6ba4505849b290fe
deleted file mode 100644
index e1e8a6e5..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/05/05eb9aa956b8b71e6ba4505849b290fe and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/05/05fd7c49f6d5e85219fcd9b4340fc782 b/wb_unity_pro_2/Library/Artifacts/05/05fd7c49f6d5e85219fcd9b4340fc782
deleted file mode 100644
index af74486e..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/05/05fd7c49f6d5e85219fcd9b4340fc782 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/06/061b703f2efc6d47bc5ac1fc6a5afdcb b/wb_unity_pro_2/Library/Artifacts/06/061b703f2efc6d47bc5ac1fc6a5afdcb
deleted file mode 100644
index ce5cb103..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/06/061b703f2efc6d47bc5ac1fc6a5afdcb and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/06/06246ae719aa0607c438b0200cdb5319 b/wb_unity_pro_2/Library/Artifacts/06/06246ae719aa0607c438b0200cdb5319
deleted file mode 100644
index 4323d288..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/06/06246ae719aa0607c438b0200cdb5319 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/06/062b8555494fc33f8bb2f70f6fee9189 b/wb_unity_pro_2/Library/Artifacts/06/062b8555494fc33f8bb2f70f6fee9189
deleted file mode 100644
index c96e21ba..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/06/062b8555494fc33f8bb2f70f6fee9189 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/06/0640a800f6cb449e2b63ace0d69ec9a2 b/wb_unity_pro_2/Library/Artifacts/06/0640a800f6cb449e2b63ace0d69ec9a2
deleted file mode 100644
index ba243d53..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/06/0640a800f6cb449e2b63ace0d69ec9a2 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/06/06495f3d43dc08115527cb73f4c575b2 b/wb_unity_pro_2/Library/Artifacts/06/06495f3d43dc08115527cb73f4c575b2
deleted file mode 100644
index 31b185fa..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/06/06495f3d43dc08115527cb73f4c575b2 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/06/065eedf5da8678746aa476c7ecb3353e b/wb_unity_pro_2/Library/Artifacts/06/065eedf5da8678746aa476c7ecb3353e
deleted file mode 100644
index 198f943a..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/06/065eedf5da8678746aa476c7ecb3353e and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/06/0662507e95492d82ebf5400582485b50 b/wb_unity_pro_2/Library/Artifacts/06/0662507e95492d82ebf5400582485b50
deleted file mode 100644
index 9a62e1d9..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/06/0662507e95492d82ebf5400582485b50 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/06/06730c764a9c3ae77ff781e4af7a55b3 b/wb_unity_pro_2/Library/Artifacts/06/06730c764a9c3ae77ff781e4af7a55b3
deleted file mode 100644
index 4e000537..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/06/06730c764a9c3ae77ff781e4af7a55b3 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/06/0695e47b17204433a064d24d2207b70f b/wb_unity_pro_2/Library/Artifacts/06/0695e47b17204433a064d24d2207b70f
deleted file mode 100644
index f7d0e068..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/06/0695e47b17204433a064d24d2207b70f and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/06/06c7c085da334c98f04c98e308fbac39 b/wb_unity_pro_2/Library/Artifacts/06/06c7c085da334c98f04c98e308fbac39
deleted file mode 100644
index 33f8a817..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/06/06c7c085da334c98f04c98e308fbac39 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/06/06d76a15fe3bebf4047890e89d453da3 b/wb_unity_pro_2/Library/Artifacts/06/06d76a15fe3bebf4047890e89d453da3
deleted file mode 100644
index 3eb9467c..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/06/06d76a15fe3bebf4047890e89d453da3 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/07/0703065e9183e3e135d0ce824a95c5a0 b/wb_unity_pro_2/Library/Artifacts/07/0703065e9183e3e135d0ce824a95c5a0
deleted file mode 100644
index c2827cca..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/07/0703065e9183e3e135d0ce824a95c5a0 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/07/0703c417c444cecf6ee530a87740020b b/wb_unity_pro_2/Library/Artifacts/07/0703c417c444cecf6ee530a87740020b
deleted file mode 100644
index 0ae78018..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/07/0703c417c444cecf6ee530a87740020b and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/07/0705cfec21c172d665f4f6cd8c08e7f2 b/wb_unity_pro_2/Library/Artifacts/07/0705cfec21c172d665f4f6cd8c08e7f2
deleted file mode 100644
index 96cf00ae..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/07/0705cfec21c172d665f4f6cd8c08e7f2 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/07/0717884a39dfb44eb7af92116949ed4e b/wb_unity_pro_2/Library/Artifacts/07/0717884a39dfb44eb7af92116949ed4e
deleted file mode 100644
index ad0fcd0b..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/07/0717884a39dfb44eb7af92116949ed4e and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/07/0719d45469d1db3cb8b5760e541a3029 b/wb_unity_pro_2/Library/Artifacts/07/0719d45469d1db3cb8b5760e541a3029
deleted file mode 100644
index 5ed1a64b..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/07/0719d45469d1db3cb8b5760e541a3029 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/07/07210f3bc5c5edd9241d8c3ebeddf674 b/wb_unity_pro_2/Library/Artifacts/07/07210f3bc5c5edd9241d8c3ebeddf674
deleted file mode 100644
index 3103cb67..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/07/07210f3bc5c5edd9241d8c3ebeddf674 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/07/072958dea494306938a4d3c12e94d32f b/wb_unity_pro_2/Library/Artifacts/07/072958dea494306938a4d3c12e94d32f
deleted file mode 100644
index 102dbbd4..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/07/072958dea494306938a4d3c12e94d32f and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/07/073b5511e04d6812b1d561c1762c94f8 b/wb_unity_pro_2/Library/Artifacts/07/073b5511e04d6812b1d561c1762c94f8
deleted file mode 100644
index 59e64d71..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/07/073b5511e04d6812b1d561c1762c94f8 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/07/0742e31a72dacfbb4aef9640cb16e72e b/wb_unity_pro_2/Library/Artifacts/07/0742e31a72dacfbb4aef9640cb16e72e
deleted file mode 100644
index 870523a5..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/07/0742e31a72dacfbb4aef9640cb16e72e and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/07/07456b0baf735cb4a100a38bf33b5cd3 b/wb_unity_pro_2/Library/Artifacts/07/07456b0baf735cb4a100a38bf33b5cd3
deleted file mode 100644
index 652f88a4..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/07/07456b0baf735cb4a100a38bf33b5cd3 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/07/074acb72c0f21a1cc815cb380bfca46e b/wb_unity_pro_2/Library/Artifacts/07/074acb72c0f21a1cc815cb380bfca46e
deleted file mode 100644
index b511ef2d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/07/074acb72c0f21a1cc815cb380bfca46e and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/07/074d361fa1e5a39963ab0c14f715a770 b/wb_unity_pro_2/Library/Artifacts/07/074d361fa1e5a39963ab0c14f715a770
deleted file mode 100644
index 9834c88c..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/07/074d361fa1e5a39963ab0c14f715a770 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/07/078d7f13f5fed25581bc19db36234d00 b/wb_unity_pro_2/Library/Artifacts/07/078d7f13f5fed25581bc19db36234d00
deleted file mode 100644
index efe0185b..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/07/078d7f13f5fed25581bc19db36234d00 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/07/0798c414144c0b435cdd02d4ce0fc5c3 b/wb_unity_pro_2/Library/Artifacts/07/0798c414144c0b435cdd02d4ce0fc5c3
deleted file mode 100644
index 3cf8da5c..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/07/0798c414144c0b435cdd02d4ce0fc5c3 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/07/079d00a7ee3f81f2b17bb9afb2e88fbe b/wb_unity_pro_2/Library/Artifacts/07/079d00a7ee3f81f2b17bb9afb2e88fbe
deleted file mode 100644
index 96f2afaa..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/07/079d00a7ee3f81f2b17bb9afb2e88fbe and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/07/07afa36eaceacd96c35cba2956ed5332 b/wb_unity_pro_2/Library/Artifacts/07/07afa36eaceacd96c35cba2956ed5332
deleted file mode 100644
index 1ce55f36..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/07/07afa36eaceacd96c35cba2956ed5332 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/07/07bc99c83a2ec3599a701cc50986b16d b/wb_unity_pro_2/Library/Artifacts/07/07bc99c83a2ec3599a701cc50986b16d
deleted file mode 100644
index dfcda724..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/07/07bc99c83a2ec3599a701cc50986b16d and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/08/08145d0d44c55f6b592ecff3f4243035 b/wb_unity_pro_2/Library/Artifacts/08/08145d0d44c55f6b592ecff3f4243035
deleted file mode 100644
index 5a0f57e6..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/08/08145d0d44c55f6b592ecff3f4243035 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/08/081a8f2af6d96fb59cd8132ec67e18d5 b/wb_unity_pro_2/Library/Artifacts/08/081a8f2af6d96fb59cd8132ec67e18d5
deleted file mode 100644
index 86834909..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/08/081a8f2af6d96fb59cd8132ec67e18d5 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/08/082826a0494bf2275e721dea19c1c073 b/wb_unity_pro_2/Library/Artifacts/08/082826a0494bf2275e721dea19c1c073
deleted file mode 100644
index 2c8a8535..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/08/082826a0494bf2275e721dea19c1c073 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/08/082910471cd6dd9214b784652dd6ad0c b/wb_unity_pro_2/Library/Artifacts/08/082910471cd6dd9214b784652dd6ad0c
deleted file mode 100644
index 56067999..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/08/082910471cd6dd9214b784652dd6ad0c and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/08/082c07cd60fe5e63b4971f901da54f0c b/wb_unity_pro_2/Library/Artifacts/08/082c07cd60fe5e63b4971f901da54f0c
deleted file mode 100644
index 28c28847..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/08/082c07cd60fe5e63b4971f901da54f0c and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/08/082c2328e317c924a9a4387ca67006ca b/wb_unity_pro_2/Library/Artifacts/08/082c2328e317c924a9a4387ca67006ca
deleted file mode 100644
index 41d65e86..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/08/082c2328e317c924a9a4387ca67006ca and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/08/0834c00280ca5e764628335ffe1566c3 b/wb_unity_pro_2/Library/Artifacts/08/0834c00280ca5e764628335ffe1566c3
deleted file mode 100644
index 1e1ebb9d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/08/0834c00280ca5e764628335ffe1566c3 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/08/083521f8918ca61192533fbc2795e82c b/wb_unity_pro_2/Library/Artifacts/08/083521f8918ca61192533fbc2795e82c
deleted file mode 100644
index 809b646d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/08/083521f8918ca61192533fbc2795e82c and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/08/083b5b6236183e291db409a5abd0b486 b/wb_unity_pro_2/Library/Artifacts/08/083b5b6236183e291db409a5abd0b486
deleted file mode 100644
index 491058aa..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/08/083b5b6236183e291db409a5abd0b486 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/08/0842c6337726183d40d3d9d2fbe536b1 b/wb_unity_pro_2/Library/Artifacts/08/0842c6337726183d40d3d9d2fbe536b1
deleted file mode 100644
index 7250afed..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/08/0842c6337726183d40d3d9d2fbe536b1 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/08/0862344dacc8726a836606317bce9066 b/wb_unity_pro_2/Library/Artifacts/08/0862344dacc8726a836606317bce9066
deleted file mode 100644
index afa335de..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/08/0862344dacc8726a836606317bce9066 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/08/087ab228ed3148256a084f1f83b01f7e b/wb_unity_pro_2/Library/Artifacts/08/087ab228ed3148256a084f1f83b01f7e
deleted file mode 100644
index 863fe0c7..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/08/087ab228ed3148256a084f1f83b01f7e and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/08/08886c4e021347514b0b6a98ec2a06a1 b/wb_unity_pro_2/Library/Artifacts/08/08886c4e021347514b0b6a98ec2a06a1
deleted file mode 100644
index 3f84c23c..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/08/08886c4e021347514b0b6a98ec2a06a1 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/08/089277fb1998da670f0584fdb965b999 b/wb_unity_pro_2/Library/Artifacts/08/089277fb1998da670f0584fdb965b999
deleted file mode 100644
index 91048459..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/08/089277fb1998da670f0584fdb965b999 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/08/0895144e57480e89207086907e12ac8a b/wb_unity_pro_2/Library/Artifacts/08/0895144e57480e89207086907e12ac8a
deleted file mode 100644
index 0465242c..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/08/0895144e57480e89207086907e12ac8a and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/08/089d9c9aae643db85cd4028df0b90dff b/wb_unity_pro_2/Library/Artifacts/08/089d9c9aae643db85cd4028df0b90dff
deleted file mode 100644
index 0af6a79b..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/08/089d9c9aae643db85cd4028df0b90dff and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/08/08bf592145e76a535b40d0d00e5d23d7 b/wb_unity_pro_2/Library/Artifacts/08/08bf592145e76a535b40d0d00e5d23d7
deleted file mode 100644
index bc406030..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/08/08bf592145e76a535b40d0d00e5d23d7 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/08/08d7a0bc6602c71dea5046a429fc822d b/wb_unity_pro_2/Library/Artifacts/08/08d7a0bc6602c71dea5046a429fc822d
deleted file mode 100644
index 8d6a01da..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/08/08d7a0bc6602c71dea5046a429fc822d and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/08/08dcc846e0fc1cc96a78578b39cceac8 b/wb_unity_pro_2/Library/Artifacts/08/08dcc846e0fc1cc96a78578b39cceac8
deleted file mode 100644
index 19c54375..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/08/08dcc846e0fc1cc96a78578b39cceac8 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/08/08e6256cac6abc0a16fa7c7a90f16969 b/wb_unity_pro_2/Library/Artifacts/08/08e6256cac6abc0a16fa7c7a90f16969
deleted file mode 100644
index 8b6e76f2..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/08/08e6256cac6abc0a16fa7c7a90f16969 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/08/08f57c5df5eb99ec45d5dd1c007312e2 b/wb_unity_pro_2/Library/Artifacts/08/08f57c5df5eb99ec45d5dd1c007312e2
deleted file mode 100644
index 1bdc149b..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/08/08f57c5df5eb99ec45d5dd1c007312e2 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/09/090a2796557bfcc886017ff386b93a0c b/wb_unity_pro_2/Library/Artifacts/09/090a2796557bfcc886017ff386b93a0c
deleted file mode 100644
index 1f0210bc..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/09/090a2796557bfcc886017ff386b93a0c and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/09/0928bafe6f53017859abb7f8d1cc2ac7 b/wb_unity_pro_2/Library/Artifacts/09/0928bafe6f53017859abb7f8d1cc2ac7
deleted file mode 100644
index ad4103e5..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/09/0928bafe6f53017859abb7f8d1cc2ac7 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/09/09443281bb9a2c5d29b4826854e0a829 b/wb_unity_pro_2/Library/Artifacts/09/09443281bb9a2c5d29b4826854e0a829
deleted file mode 100644
index 1c9e3e52..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/09/09443281bb9a2c5d29b4826854e0a829 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/09/094a164d2dde7b08e4ab41ab44fc2550 b/wb_unity_pro_2/Library/Artifacts/09/094a164d2dde7b08e4ab41ab44fc2550
deleted file mode 100644
index 74728776..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/09/094a164d2dde7b08e4ab41ab44fc2550 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/09/094fc2cb7510e505fc1bed11b4422db7 b/wb_unity_pro_2/Library/Artifacts/09/094fc2cb7510e505fc1bed11b4422db7
deleted file mode 100644
index 6be59f30..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/09/094fc2cb7510e505fc1bed11b4422db7 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/09/0954d78e4cec1aa8ef04ef7085b7fec2 b/wb_unity_pro_2/Library/Artifacts/09/0954d78e4cec1aa8ef04ef7085b7fec2
deleted file mode 100644
index 5f484459..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/09/0954d78e4cec1aa8ef04ef7085b7fec2 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/09/097e44c96bbeb046a9dd29d2914167f8 b/wb_unity_pro_2/Library/Artifacts/09/097e44c96bbeb046a9dd29d2914167f8
deleted file mode 100644
index 37f5242c..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/09/097e44c96bbeb046a9dd29d2914167f8 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/09/09c636d562c044d4e97a17dc4b3455c1 b/wb_unity_pro_2/Library/Artifacts/09/09c636d562c044d4e97a17dc4b3455c1
deleted file mode 100644
index 82b9ab0c..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/09/09c636d562c044d4e97a17dc4b3455c1 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/09/09d3bb064340a1fb0cea69f5ca49e497 b/wb_unity_pro_2/Library/Artifacts/09/09d3bb064340a1fb0cea69f5ca49e497
deleted file mode 100644
index cec531a4..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/09/09d3bb064340a1fb0cea69f5ca49e497 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/09/09db0c1fb8382c896c3f01cbdf3452c5 b/wb_unity_pro_2/Library/Artifacts/09/09db0c1fb8382c896c3f01cbdf3452c5
deleted file mode 100644
index 0af51926..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/09/09db0c1fb8382c896c3f01cbdf3452c5 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/0a/0a0711ab7f610ba1b72564a3cd212937 b/wb_unity_pro_2/Library/Artifacts/0a/0a0711ab7f610ba1b72564a3cd212937
deleted file mode 100644
index e6178453..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/0a/0a0711ab7f610ba1b72564a3cd212937 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/0a/0a301a6608da5dd1b39ddc6a6e2517e7 b/wb_unity_pro_2/Library/Artifacts/0a/0a301a6608da5dd1b39ddc6a6e2517e7
deleted file mode 100644
index 6bf9ca75..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/0a/0a301a6608da5dd1b39ddc6a6e2517e7 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/0a/0a60ba2b9edb8cf8cdb5b8802919d16e b/wb_unity_pro_2/Library/Artifacts/0a/0a60ba2b9edb8cf8cdb5b8802919d16e
deleted file mode 100644
index f6228471..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/0a/0a60ba2b9edb8cf8cdb5b8802919d16e and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/0a/0a961aa069ef8efb8da52b5ef1aa84a6 b/wb_unity_pro_2/Library/Artifacts/0a/0a961aa069ef8efb8da52b5ef1aa84a6
deleted file mode 100644
index dc650a7e..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/0a/0a961aa069ef8efb8da52b5ef1aa84a6 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/0a/0aaba9d05b3c13cb5d117f75912ed469 b/wb_unity_pro_2/Library/Artifacts/0a/0aaba9d05b3c13cb5d117f75912ed469
deleted file mode 100644
index 66624221..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/0a/0aaba9d05b3c13cb5d117f75912ed469 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/0a/0af97364630e072e0dc2d85d0e6231ac b/wb_unity_pro_2/Library/Artifacts/0a/0af97364630e072e0dc2d85d0e6231ac
deleted file mode 100644
index f4c21e70..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/0a/0af97364630e072e0dc2d85d0e6231ac and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/0a/0affae38fb6d2b1fc5d138aa76ee5fe6 b/wb_unity_pro_2/Library/Artifacts/0a/0affae38fb6d2b1fc5d138aa76ee5fe6
deleted file mode 100644
index d41ce8bc..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/0a/0affae38fb6d2b1fc5d138aa76ee5fe6 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/0b/0b027c6cf2a83235da4a6d67b357688c b/wb_unity_pro_2/Library/Artifacts/0b/0b027c6cf2a83235da4a6d67b357688c
deleted file mode 100644
index 9418b51f..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/0b/0b027c6cf2a83235da4a6d67b357688c and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/0b/0b2b1536c9df950f668c8f4da52bd192 b/wb_unity_pro_2/Library/Artifacts/0b/0b2b1536c9df950f668c8f4da52bd192
deleted file mode 100644
index 008abcfa..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/0b/0b2b1536c9df950f668c8f4da52bd192 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/0b/0b542816802427dd011eaa61d94164f1 b/wb_unity_pro_2/Library/Artifacts/0b/0b542816802427dd011eaa61d94164f1
deleted file mode 100644
index 3adaa80e..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/0b/0b542816802427dd011eaa61d94164f1 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/0b/0b5605bf6ab48ab5643108632954db54 b/wb_unity_pro_2/Library/Artifacts/0b/0b5605bf6ab48ab5643108632954db54
deleted file mode 100644
index 70873a98..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/0b/0b5605bf6ab48ab5643108632954db54 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/0b/0b6c6351833ced198ac786dddefa5a14 b/wb_unity_pro_2/Library/Artifacts/0b/0b6c6351833ced198ac786dddefa5a14
deleted file mode 100644
index c51b88f0..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/0b/0b6c6351833ced198ac786dddefa5a14 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/0b/0b8b05b7a0cab17b9674b61db043d25e b/wb_unity_pro_2/Library/Artifacts/0b/0b8b05b7a0cab17b9674b61db043d25e
deleted file mode 100644
index e954d5fa..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/0b/0b8b05b7a0cab17b9674b61db043d25e and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/0b/0b91df65d00184e947929a605b363bef b/wb_unity_pro_2/Library/Artifacts/0b/0b91df65d00184e947929a605b363bef
deleted file mode 100644
index 03dddfd8..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/0b/0b91df65d00184e947929a605b363bef and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/0b/0b9dea298e7551c09792239a0227ccd7 b/wb_unity_pro_2/Library/Artifacts/0b/0b9dea298e7551c09792239a0227ccd7
deleted file mode 100644
index 8f7ba457..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/0b/0b9dea298e7551c09792239a0227ccd7 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/0b/0bb7c10e834de15b001a845d02845fda b/wb_unity_pro_2/Library/Artifacts/0b/0bb7c10e834de15b001a845d02845fda
deleted file mode 100644
index e7036ecb..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/0b/0bb7c10e834de15b001a845d02845fda and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/0b/0bcea1e7541446e7bb5c522568d978a4 b/wb_unity_pro_2/Library/Artifacts/0b/0bcea1e7541446e7bb5c522568d978a4
deleted file mode 100644
index 2ff72193..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/0b/0bcea1e7541446e7bb5c522568d978a4 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/0b/0bebd6d5b0c18df8c4b8fb9f3d950ab7 b/wb_unity_pro_2/Library/Artifacts/0b/0bebd6d5b0c18df8c4b8fb9f3d950ab7
deleted file mode 100644
index 1acfb187..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/0b/0bebd6d5b0c18df8c4b8fb9f3d950ab7 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/0b/0bf42e92678e515be929df068e189293 b/wb_unity_pro_2/Library/Artifacts/0b/0bf42e92678e515be929df068e189293
deleted file mode 100644
index 37d2f92b..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/0b/0bf42e92678e515be929df068e189293 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/0c/0c13f6b5d45b25d498271d755ee54219 b/wb_unity_pro_2/Library/Artifacts/0c/0c13f6b5d45b25d498271d755ee54219
deleted file mode 100644
index 0b5d4702..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/0c/0c13f6b5d45b25d498271d755ee54219 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/0c/0c1f07dbbab84c36dc7b88eabb7da40b b/wb_unity_pro_2/Library/Artifacts/0c/0c1f07dbbab84c36dc7b88eabb7da40b
deleted file mode 100644
index b46552d9..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/0c/0c1f07dbbab84c36dc7b88eabb7da40b and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/0c/0c5b4840f2cfb8a44851793e62c60c55 b/wb_unity_pro_2/Library/Artifacts/0c/0c5b4840f2cfb8a44851793e62c60c55
deleted file mode 100644
index 00a3b26e..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/0c/0c5b4840f2cfb8a44851793e62c60c55 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/0c/0c6c51219ed08597d6a7f6d32a47437e b/wb_unity_pro_2/Library/Artifacts/0c/0c6c51219ed08597d6a7f6d32a47437e
deleted file mode 100644
index 1ad1f0fa..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/0c/0c6c51219ed08597d6a7f6d32a47437e and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/0c/0c727e94d1e9ff86297b91cbaae00ceb b/wb_unity_pro_2/Library/Artifacts/0c/0c727e94d1e9ff86297b91cbaae00ceb
deleted file mode 100644
index 841a3325..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/0c/0c727e94d1e9ff86297b91cbaae00ceb and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/0c/0ca0df622fd3efc563fb1f6c86a4e392 b/wb_unity_pro_2/Library/Artifacts/0c/0ca0df622fd3efc563fb1f6c86a4e392
deleted file mode 100644
index 69cf2ada..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/0c/0ca0df622fd3efc563fb1f6c86a4e392 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/0c/0cf4a2d0e44f452dbaa1aa9e82b05d37 b/wb_unity_pro_2/Library/Artifacts/0c/0cf4a2d0e44f452dbaa1aa9e82b05d37
deleted file mode 100644
index 56168e16..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/0c/0cf4a2d0e44f452dbaa1aa9e82b05d37 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/0d/0d0f3389a185e5caceb306d117a6b461 b/wb_unity_pro_2/Library/Artifacts/0d/0d0f3389a185e5caceb306d117a6b461
deleted file mode 100644
index 3d40d3c0..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/0d/0d0f3389a185e5caceb306d117a6b461 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/0d/0d26f2b7f6c0ce5b2cc551f64fc257e8 b/wb_unity_pro_2/Library/Artifacts/0d/0d26f2b7f6c0ce5b2cc551f64fc257e8
deleted file mode 100644
index 84faeb7d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/0d/0d26f2b7f6c0ce5b2cc551f64fc257e8 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/0d/0d3549d2fad5686968c9baf7b6fc98e5 b/wb_unity_pro_2/Library/Artifacts/0d/0d3549d2fad5686968c9baf7b6fc98e5
deleted file mode 100644
index e2a9aa2c..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/0d/0d3549d2fad5686968c9baf7b6fc98e5 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/0d/0d416e56ff9cfc1b61638e901c7e8561 b/wb_unity_pro_2/Library/Artifacts/0d/0d416e56ff9cfc1b61638e901c7e8561
deleted file mode 100644
index ab94534a..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/0d/0d416e56ff9cfc1b61638e901c7e8561 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/0d/0d46fd0646e7fb93ee44c3d71c7a7604 b/wb_unity_pro_2/Library/Artifacts/0d/0d46fd0646e7fb93ee44c3d71c7a7604
deleted file mode 100644
index bca62af4..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/0d/0d46fd0646e7fb93ee44c3d71c7a7604 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/0d/0d592844fc7a65fbbca1447bf0b14c11 b/wb_unity_pro_2/Library/Artifacts/0d/0d592844fc7a65fbbca1447bf0b14c11
deleted file mode 100644
index 87b57275..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/0d/0d592844fc7a65fbbca1447bf0b14c11 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/0d/0d8ba65a01fd75d18aa6c3ac6fb5f6e6 b/wb_unity_pro_2/Library/Artifacts/0d/0d8ba65a01fd75d18aa6c3ac6fb5f6e6
deleted file mode 100644
index 3ebb0c66..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/0d/0d8ba65a01fd75d18aa6c3ac6fb5f6e6 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/0d/0dafb285f0c81d9edaba8337f6d30c26 b/wb_unity_pro_2/Library/Artifacts/0d/0dafb285f0c81d9edaba8337f6d30c26
deleted file mode 100644
index 1592e536..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/0d/0dafb285f0c81d9edaba8337f6d30c26 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/0d/0db2cab7f3e8599a06a311f584c4abf0 b/wb_unity_pro_2/Library/Artifacts/0d/0db2cab7f3e8599a06a311f584c4abf0
deleted file mode 100644
index ff15c840..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/0d/0db2cab7f3e8599a06a311f584c4abf0 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/0d/0dcf49d45f9d6934ff77542bdb02765b b/wb_unity_pro_2/Library/Artifacts/0d/0dcf49d45f9d6934ff77542bdb02765b
deleted file mode 100644
index 88f04071..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/0d/0dcf49d45f9d6934ff77542bdb02765b and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/0e/0e31acfcf1d2fc0ded744185f297b649 b/wb_unity_pro_2/Library/Artifacts/0e/0e31acfcf1d2fc0ded744185f297b649
deleted file mode 100644
index 7006c574..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/0e/0e31acfcf1d2fc0ded744185f297b649 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/0e/0e3df16ab69ae0fa774fa2faed204cbd b/wb_unity_pro_2/Library/Artifacts/0e/0e3df16ab69ae0fa774fa2faed204cbd
deleted file mode 100644
index ef7b9bed..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/0e/0e3df16ab69ae0fa774fa2faed204cbd and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/0e/0e3df76b1c64fe8f0a8360f75707f8da b/wb_unity_pro_2/Library/Artifacts/0e/0e3df76b1c64fe8f0a8360f75707f8da
deleted file mode 100644
index ed10d10f..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/0e/0e3df76b1c64fe8f0a8360f75707f8da and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/0e/0e55b51f8bc31d3f75ff7a56642d631c b/wb_unity_pro_2/Library/Artifacts/0e/0e55b51f8bc31d3f75ff7a56642d631c
deleted file mode 100644
index c8cea9c5..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/0e/0e55b51f8bc31d3f75ff7a56642d631c and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/0e/0e9509a020ca2a1b39e0d470101f3154 b/wb_unity_pro_2/Library/Artifacts/0e/0e9509a020ca2a1b39e0d470101f3154
deleted file mode 100644
index 2a1846d0..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/0e/0e9509a020ca2a1b39e0d470101f3154 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/0e/0ec9d0ef6a507638704c0a4259844a56 b/wb_unity_pro_2/Library/Artifacts/0e/0ec9d0ef6a507638704c0a4259844a56
deleted file mode 100644
index e8a24163..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/0e/0ec9d0ef6a507638704c0a4259844a56 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/0e/0ef3a284c3e4a5e9fad31b4fbaf77068 b/wb_unity_pro_2/Library/Artifacts/0e/0ef3a284c3e4a5e9fad31b4fbaf77068
deleted file mode 100644
index 31c962b3..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/0e/0ef3a284c3e4a5e9fad31b4fbaf77068 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/0f/0f021535046f9b739a4f7866778954d7 b/wb_unity_pro_2/Library/Artifacts/0f/0f021535046f9b739a4f7866778954d7
deleted file mode 100644
index 4e70ab3e..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/0f/0f021535046f9b739a4f7866778954d7 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/0f/0f0e4f5baefbb07cdd5b93d65210a59f b/wb_unity_pro_2/Library/Artifacts/0f/0f0e4f5baefbb07cdd5b93d65210a59f
deleted file mode 100644
index 4e45b8c1..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/0f/0f0e4f5baefbb07cdd5b93d65210a59f and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/0f/0f12805d68b41cd57f1835e570ca409f b/wb_unity_pro_2/Library/Artifacts/0f/0f12805d68b41cd57f1835e570ca409f
deleted file mode 100644
index da2261ad..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/0f/0f12805d68b41cd57f1835e570ca409f and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/0f/0f2635042b424f5f4cd13aab8766bafc b/wb_unity_pro_2/Library/Artifacts/0f/0f2635042b424f5f4cd13aab8766bafc
deleted file mode 100644
index b057397b..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/0f/0f2635042b424f5f4cd13aab8766bafc and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/0f/0f3bab67accc6d06190b40d283c938e0 b/wb_unity_pro_2/Library/Artifacts/0f/0f3bab67accc6d06190b40d283c938e0
deleted file mode 100644
index b381b8b5..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/0f/0f3bab67accc6d06190b40d283c938e0 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/0f/0f3d9ffe3d041e0840dd2b8b94ca0686 b/wb_unity_pro_2/Library/Artifacts/0f/0f3d9ffe3d041e0840dd2b8b94ca0686
deleted file mode 100644
index 25e74fb4..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/0f/0f3d9ffe3d041e0840dd2b8b94ca0686 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/0f/0f4e988c06a0cbaf8c1f51a8d094a96e b/wb_unity_pro_2/Library/Artifacts/0f/0f4e988c06a0cbaf8c1f51a8d094a96e
deleted file mode 100644
index e7515434..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/0f/0f4e988c06a0cbaf8c1f51a8d094a96e and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/0f/0f5b99092e6abe5ba923208cf6b985ae b/wb_unity_pro_2/Library/Artifacts/0f/0f5b99092e6abe5ba923208cf6b985ae
deleted file mode 100644
index 48b37363..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/0f/0f5b99092e6abe5ba923208cf6b985ae and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/0f/0f688c9bb27b706888e253f58f72334a b/wb_unity_pro_2/Library/Artifacts/0f/0f688c9bb27b706888e253f58f72334a
deleted file mode 100644
index 58f19347..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/0f/0f688c9bb27b706888e253f58f72334a and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/0f/0f860676b21b92cda863b5097f4095fa b/wb_unity_pro_2/Library/Artifacts/0f/0f860676b21b92cda863b5097f4095fa
deleted file mode 100644
index a6093a9d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/0f/0f860676b21b92cda863b5097f4095fa and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/0f/0fc83d2eb6e8215cecd11ab5a94c7607 b/wb_unity_pro_2/Library/Artifacts/0f/0fc83d2eb6e8215cecd11ab5a94c7607
deleted file mode 100644
index 90450db2..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/0f/0fc83d2eb6e8215cecd11ab5a94c7607 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/0f/0fccce78155d2cbd3039ea684723b30b b/wb_unity_pro_2/Library/Artifacts/0f/0fccce78155d2cbd3039ea684723b30b
deleted file mode 100644
index 735222bc..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/0f/0fccce78155d2cbd3039ea684723b30b and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/0f/0fdeee3dd0c71410da457daf15b30a89 b/wb_unity_pro_2/Library/Artifacts/0f/0fdeee3dd0c71410da457daf15b30a89
deleted file mode 100644
index e239f466..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/0f/0fdeee3dd0c71410da457daf15b30a89 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/0f/0fe7a960b9f658ceea4e2064480aee7f b/wb_unity_pro_2/Library/Artifacts/0f/0fe7a960b9f658ceea4e2064480aee7f
deleted file mode 100644
index f8b9f43d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/0f/0fe7a960b9f658ceea4e2064480aee7f and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/10/10027d14200f5632289e624febadf10e b/wb_unity_pro_2/Library/Artifacts/10/10027d14200f5632289e624febadf10e
deleted file mode 100644
index 293ac885..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/10/10027d14200f5632289e624febadf10e and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/10/102d523cf82fcac1e15030bc0c456b3b b/wb_unity_pro_2/Library/Artifacts/10/102d523cf82fcac1e15030bc0c456b3b
deleted file mode 100644
index b93a9170..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/10/102d523cf82fcac1e15030bc0c456b3b and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/10/1039368f012be2da020dc202865ae2ab b/wb_unity_pro_2/Library/Artifacts/10/1039368f012be2da020dc202865ae2ab
deleted file mode 100644
index 068cf89b..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/10/1039368f012be2da020dc202865ae2ab and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/10/1064e2027924d27235e8a735e279ab89 b/wb_unity_pro_2/Library/Artifacts/10/1064e2027924d27235e8a735e279ab89
deleted file mode 100644
index 3a139fea..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/10/1064e2027924d27235e8a735e279ab89 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/10/107375fb27335886db2ffe9237a7f2f4 b/wb_unity_pro_2/Library/Artifacts/10/107375fb27335886db2ffe9237a7f2f4
deleted file mode 100644
index b65c84a2..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/10/107375fb27335886db2ffe9237a7f2f4 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/10/10ac27573fce5585f8de7d899de6615f b/wb_unity_pro_2/Library/Artifacts/10/10ac27573fce5585f8de7d899de6615f
deleted file mode 100644
index 3bbd1b97..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/10/10ac27573fce5585f8de7d899de6615f and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/10/10f3d8a2a05c4ec92b2191c508c9565a b/wb_unity_pro_2/Library/Artifacts/10/10f3d8a2a05c4ec92b2191c508c9565a
deleted file mode 100644
index fab386ef..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/10/10f3d8a2a05c4ec92b2191c508c9565a and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/11/1101448cf357d6dfe124b800a7be2056 b/wb_unity_pro_2/Library/Artifacts/11/1101448cf357d6dfe124b800a7be2056
deleted file mode 100644
index e25763f3..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/11/1101448cf357d6dfe124b800a7be2056 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/11/113037c3357cf9d3d82cef5ea65f1800 b/wb_unity_pro_2/Library/Artifacts/11/113037c3357cf9d3d82cef5ea65f1800
deleted file mode 100644
index 1d42ba6a..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/11/113037c3357cf9d3d82cef5ea65f1800 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/11/113f3901629f0eb2607a7a22ef866fbc b/wb_unity_pro_2/Library/Artifacts/11/113f3901629f0eb2607a7a22ef866fbc
deleted file mode 100644
index 5bb2072c..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/11/113f3901629f0eb2607a7a22ef866fbc and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/11/11497d8c55bf5b8dfe5aab1f68e89a36 b/wb_unity_pro_2/Library/Artifacts/11/11497d8c55bf5b8dfe5aab1f68e89a36
deleted file mode 100644
index 6d606878..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/11/11497d8c55bf5b8dfe5aab1f68e89a36 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/11/114da20fc5210bee77dc8ef49eb0fcf4 b/wb_unity_pro_2/Library/Artifacts/11/114da20fc5210bee77dc8ef49eb0fcf4
deleted file mode 100644
index bba96aae..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/11/114da20fc5210bee77dc8ef49eb0fcf4 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/11/115c54e766a65a48f605e80e3fcbdadc b/wb_unity_pro_2/Library/Artifacts/11/115c54e766a65a48f605e80e3fcbdadc
deleted file mode 100644
index 89ad7218..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/11/115c54e766a65a48f605e80e3fcbdadc and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/11/116d2a07c2d35e81e35a8d372a50d6e8 b/wb_unity_pro_2/Library/Artifacts/11/116d2a07c2d35e81e35a8d372a50d6e8
deleted file mode 100644
index d7373407..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/11/116d2a07c2d35e81e35a8d372a50d6e8 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/11/116de58fa985c6ee1a6c3ddf8b732fd3 b/wb_unity_pro_2/Library/Artifacts/11/116de58fa985c6ee1a6c3ddf8b732fd3
deleted file mode 100644
index 38db7092..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/11/116de58fa985c6ee1a6c3ddf8b732fd3 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/11/11739ad3729b69f64b779ee5add617f4 b/wb_unity_pro_2/Library/Artifacts/11/11739ad3729b69f64b779ee5add617f4
deleted file mode 100644
index e2b02472..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/11/11739ad3729b69f64b779ee5add617f4 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/11/117d503385097d9b2db616eddd03de40 b/wb_unity_pro_2/Library/Artifacts/11/117d503385097d9b2db616eddd03de40
deleted file mode 100644
index 7a2d4057..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/11/117d503385097d9b2db616eddd03de40 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/11/1189f82a74e4c1a2f431d18fb9949966 b/wb_unity_pro_2/Library/Artifacts/11/1189f82a74e4c1a2f431d18fb9949966
deleted file mode 100644
index 95aa42eb..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/11/1189f82a74e4c1a2f431d18fb9949966 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/11/11b432084d86fa1240e5f8eb7393ca95 b/wb_unity_pro_2/Library/Artifacts/11/11b432084d86fa1240e5f8eb7393ca95
deleted file mode 100644
index 57894dbf..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/11/11b432084d86fa1240e5f8eb7393ca95 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/11/11c52fd6cbb28cda163598a97cc06d38 b/wb_unity_pro_2/Library/Artifacts/11/11c52fd6cbb28cda163598a97cc06d38
deleted file mode 100644
index 8b09b187..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/11/11c52fd6cbb28cda163598a97cc06d38 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/11/11eb05cd64fd9b1aab785377532065fd b/wb_unity_pro_2/Library/Artifacts/11/11eb05cd64fd9b1aab785377532065fd
deleted file mode 100644
index 9af7848c..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/11/11eb05cd64fd9b1aab785377532065fd and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/12/120d64677dcdabf0fb364ddd7cb825f4 b/wb_unity_pro_2/Library/Artifacts/12/120d64677dcdabf0fb364ddd7cb825f4
deleted file mode 100644
index 3f6294a5..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/12/120d64677dcdabf0fb364ddd7cb825f4 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/12/1247846362ba5d2197736427c278b1ec b/wb_unity_pro_2/Library/Artifacts/12/1247846362ba5d2197736427c278b1ec
deleted file mode 100644
index f4132465..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/12/1247846362ba5d2197736427c278b1ec and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/12/1255a930291211719e00c34856fce48a b/wb_unity_pro_2/Library/Artifacts/12/1255a930291211719e00c34856fce48a
deleted file mode 100644
index e91f2ed5..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/12/1255a930291211719e00c34856fce48a and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/12/127a6a9c02aea90fb50cdee804a142b1 b/wb_unity_pro_2/Library/Artifacts/12/127a6a9c02aea90fb50cdee804a142b1
deleted file mode 100644
index 00903563..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/12/127a6a9c02aea90fb50cdee804a142b1 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/12/127dde69e22c5035698a2f5e03cbac44 b/wb_unity_pro_2/Library/Artifacts/12/127dde69e22c5035698a2f5e03cbac44
deleted file mode 100644
index 17ff74fd..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/12/127dde69e22c5035698a2f5e03cbac44 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/12/1289845a4921e9382861e63984eb112e b/wb_unity_pro_2/Library/Artifacts/12/1289845a4921e9382861e63984eb112e
deleted file mode 100644
index 4ba982d6..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/12/1289845a4921e9382861e63984eb112e and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/12/128b6d3cb25540351ebd34486951ec6f b/wb_unity_pro_2/Library/Artifacts/12/128b6d3cb25540351ebd34486951ec6f
deleted file mode 100644
index 87f12157..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/12/128b6d3cb25540351ebd34486951ec6f and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/12/12accbe53e941301e8722bb1a1f74dab b/wb_unity_pro_2/Library/Artifacts/12/12accbe53e941301e8722bb1a1f74dab
deleted file mode 100644
index 031ed9b6..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/12/12accbe53e941301e8722bb1a1f74dab and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/12/12c5ad11e8ca4c38914152d21475cd19 b/wb_unity_pro_2/Library/Artifacts/12/12c5ad11e8ca4c38914152d21475cd19
deleted file mode 100644
index 836b04fe..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/12/12c5ad11e8ca4c38914152d21475cd19 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/12/12fc7752b4856b3a66eb8412584b454b b/wb_unity_pro_2/Library/Artifacts/12/12fc7752b4856b3a66eb8412584b454b
deleted file mode 100644
index 001c86ee..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/12/12fc7752b4856b3a66eb8412584b454b and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/13/1307a49c595f1dec6984f46f33f640f9 b/wb_unity_pro_2/Library/Artifacts/13/1307a49c595f1dec6984f46f33f640f9
deleted file mode 100644
index b1423f4c..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/13/1307a49c595f1dec6984f46f33f640f9 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/13/130977e1e2b3b361df04c1380dce2db9 b/wb_unity_pro_2/Library/Artifacts/13/130977e1e2b3b361df04c1380dce2db9
deleted file mode 100644
index 953973b4..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/13/130977e1e2b3b361df04c1380dce2db9 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/13/1309ad6fff64fff97ce730cd211737ba b/wb_unity_pro_2/Library/Artifacts/13/1309ad6fff64fff97ce730cd211737ba
deleted file mode 100644
index 02f81d91..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/13/1309ad6fff64fff97ce730cd211737ba and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/13/131144ec00990464ca6ba12cca9dd8ca b/wb_unity_pro_2/Library/Artifacts/13/131144ec00990464ca6ba12cca9dd8ca
deleted file mode 100644
index 66c26f4e..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/13/131144ec00990464ca6ba12cca9dd8ca and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/13/1312fd5b2788a017f602e8e9ececc12e b/wb_unity_pro_2/Library/Artifacts/13/1312fd5b2788a017f602e8e9ececc12e
deleted file mode 100644
index 22be39dd..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/13/1312fd5b2788a017f602e8e9ececc12e and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/13/131b6695cbcd6861dda9f3ab050399d4 b/wb_unity_pro_2/Library/Artifacts/13/131b6695cbcd6861dda9f3ab050399d4
deleted file mode 100644
index 4e330f7e..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/13/131b6695cbcd6861dda9f3ab050399d4 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/13/131dd664ae1b871eb729e08c07efb724 b/wb_unity_pro_2/Library/Artifacts/13/131dd664ae1b871eb729e08c07efb724
deleted file mode 100644
index 169e1d5c..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/13/131dd664ae1b871eb729e08c07efb724 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/13/132d4f332a54aac5254a8ac80da43c3a b/wb_unity_pro_2/Library/Artifacts/13/132d4f332a54aac5254a8ac80da43c3a
deleted file mode 100644
index 79745d7e..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/13/132d4f332a54aac5254a8ac80da43c3a and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/13/133300f0b54114cee883d579cd75e8f4 b/wb_unity_pro_2/Library/Artifacts/13/133300f0b54114cee883d579cd75e8f4
deleted file mode 100644
index f25cc59c..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/13/133300f0b54114cee883d579cd75e8f4 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/13/133322ffca2c496181017b558e540d8a b/wb_unity_pro_2/Library/Artifacts/13/133322ffca2c496181017b558e540d8a
deleted file mode 100644
index 5cbd6649..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/13/133322ffca2c496181017b558e540d8a and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/13/1359b86719783afcb4f15989b2f767e0 b/wb_unity_pro_2/Library/Artifacts/13/1359b86719783afcb4f15989b2f767e0
deleted file mode 100644
index 0365f1f7..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/13/1359b86719783afcb4f15989b2f767e0 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/13/137e347f8d0e33e4d7b055f84d791ee8 b/wb_unity_pro_2/Library/Artifacts/13/137e347f8d0e33e4d7b055f84d791ee8
deleted file mode 100644
index 87e2ef73..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/13/137e347f8d0e33e4d7b055f84d791ee8 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/13/13e4c50ac4770943008bbe34e099b618 b/wb_unity_pro_2/Library/Artifacts/13/13e4c50ac4770943008bbe34e099b618
deleted file mode 100644
index 17716869..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/13/13e4c50ac4770943008bbe34e099b618 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/13/13e72b4fd544d8bbc00cf89262c2afa9 b/wb_unity_pro_2/Library/Artifacts/13/13e72b4fd544d8bbc00cf89262c2afa9
deleted file mode 100644
index 8fcf9905..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/13/13e72b4fd544d8bbc00cf89262c2afa9 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/14/141e9759c30d0f3e697c29d101a04377 b/wb_unity_pro_2/Library/Artifacts/14/141e9759c30d0f3e697c29d101a04377
deleted file mode 100644
index 21beff96..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/14/141e9759c30d0f3e697c29d101a04377 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/14/1423a022fc63321e12ec65f854db2df1 b/wb_unity_pro_2/Library/Artifacts/14/1423a022fc63321e12ec65f854db2df1
deleted file mode 100644
index cdecce17..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/14/1423a022fc63321e12ec65f854db2df1 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/14/142600df60301c7f2e304d64aabdac47 b/wb_unity_pro_2/Library/Artifacts/14/142600df60301c7f2e304d64aabdac47
deleted file mode 100644
index 7086f435..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/14/142600df60301c7f2e304d64aabdac47 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/14/142a7c1fee455e9fdd0d5c82e6fd4a14 b/wb_unity_pro_2/Library/Artifacts/14/142a7c1fee455e9fdd0d5c82e6fd4a14
deleted file mode 100644
index 5c95e2a6..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/14/142a7c1fee455e9fdd0d5c82e6fd4a14 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/14/142c11f2470ed75133fe754587b7030a b/wb_unity_pro_2/Library/Artifacts/14/142c11f2470ed75133fe754587b7030a
deleted file mode 100644
index 74be7eb5..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/14/142c11f2470ed75133fe754587b7030a and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/14/1443f62415396a8f9c24a4b45fe8375a b/wb_unity_pro_2/Library/Artifacts/14/1443f62415396a8f9c24a4b45fe8375a
deleted file mode 100644
index cf1c5f92..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/14/1443f62415396a8f9c24a4b45fe8375a and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/14/1449502303e714dd83041788a9355af7 b/wb_unity_pro_2/Library/Artifacts/14/1449502303e714dd83041788a9355af7
deleted file mode 100644
index 3279813a..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/14/1449502303e714dd83041788a9355af7 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/14/144e8c4c7cd63d0f917652f965cdcbab b/wb_unity_pro_2/Library/Artifacts/14/144e8c4c7cd63d0f917652f965cdcbab
deleted file mode 100644
index 83924360..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/14/144e8c4c7cd63d0f917652f965cdcbab and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/14/1464adc23d1cff1798f9301463bc4c77 b/wb_unity_pro_2/Library/Artifacts/14/1464adc23d1cff1798f9301463bc4c77
deleted file mode 100644
index dab90c8d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/14/1464adc23d1cff1798f9301463bc4c77 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/14/14903533986285ab68c576f0d62e3743 b/wb_unity_pro_2/Library/Artifacts/14/14903533986285ab68c576f0d62e3743
deleted file mode 100644
index 827e37d4..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/14/14903533986285ab68c576f0d62e3743 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/14/14904530d6eeb3612634d6653f07db08 b/wb_unity_pro_2/Library/Artifacts/14/14904530d6eeb3612634d6653f07db08
deleted file mode 100644
index 25f97feb..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/14/14904530d6eeb3612634d6653f07db08 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/14/149bc19e7916ad7c77e6b55d81668870 b/wb_unity_pro_2/Library/Artifacts/14/149bc19e7916ad7c77e6b55d81668870
deleted file mode 100644
index 7f6eae3c..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/14/149bc19e7916ad7c77e6b55d81668870 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/14/14a33a56909ee34d5d25613f60a931ce b/wb_unity_pro_2/Library/Artifacts/14/14a33a56909ee34d5d25613f60a931ce
deleted file mode 100644
index 991f3b0c..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/14/14a33a56909ee34d5d25613f60a931ce and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/14/14b75d5d06f9f8e280fa14fb2476d77a b/wb_unity_pro_2/Library/Artifacts/14/14b75d5d06f9f8e280fa14fb2476d77a
deleted file mode 100644
index b9ac6973..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/14/14b75d5d06f9f8e280fa14fb2476d77a and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/14/14b856ae0f2c21dd4881092189081a5f b/wb_unity_pro_2/Library/Artifacts/14/14b856ae0f2c21dd4881092189081a5f
deleted file mode 100644
index 865bdc78..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/14/14b856ae0f2c21dd4881092189081a5f and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/15/151c09bb1058074187c8967a28a6e434 b/wb_unity_pro_2/Library/Artifacts/15/151c09bb1058074187c8967a28a6e434
deleted file mode 100644
index 206e230a..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/15/151c09bb1058074187c8967a28a6e434 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/15/151f27ef378aacbd21e47a6d363e422b b/wb_unity_pro_2/Library/Artifacts/15/151f27ef378aacbd21e47a6d363e422b
deleted file mode 100644
index ed0954a2..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/15/151f27ef378aacbd21e47a6d363e422b and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/15/1525e948d8a9653416ce88a0961ef724 b/wb_unity_pro_2/Library/Artifacts/15/1525e948d8a9653416ce88a0961ef724
deleted file mode 100644
index 4de47bea..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/15/1525e948d8a9653416ce88a0961ef724 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/15/15585704f1e007fc852287a15677e228 b/wb_unity_pro_2/Library/Artifacts/15/15585704f1e007fc852287a15677e228
deleted file mode 100644
index 971c4ca2..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/15/15585704f1e007fc852287a15677e228 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/15/1558bfaa7f2c63c8aa47b77800569512 b/wb_unity_pro_2/Library/Artifacts/15/1558bfaa7f2c63c8aa47b77800569512
deleted file mode 100644
index 911fc42e..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/15/1558bfaa7f2c63c8aa47b77800569512 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/15/156dadf7014b7dcee978d2c643bd3ea0 b/wb_unity_pro_2/Library/Artifacts/15/156dadf7014b7dcee978d2c643bd3ea0
deleted file mode 100644
index 50e788f2..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/15/156dadf7014b7dcee978d2c643bd3ea0 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/15/156f43b5ad4f365ee64846ddbbdcdbed b/wb_unity_pro_2/Library/Artifacts/15/156f43b5ad4f365ee64846ddbbdcdbed
deleted file mode 100644
index b5bca4bb..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/15/156f43b5ad4f365ee64846ddbbdcdbed and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/15/1573add8d1b2fb3756eb5c1225b422a0 b/wb_unity_pro_2/Library/Artifacts/15/1573add8d1b2fb3756eb5c1225b422a0
deleted file mode 100644
index d52a0955..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/15/1573add8d1b2fb3756eb5c1225b422a0 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/15/15a34658f6e0170d917c2509ebf24c67 b/wb_unity_pro_2/Library/Artifacts/15/15a34658f6e0170d917c2509ebf24c67
deleted file mode 100644
index 4ebf1ca7..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/15/15a34658f6e0170d917c2509ebf24c67 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/15/15a7a1b36668e2c08dbe33b5cb4b147c b/wb_unity_pro_2/Library/Artifacts/15/15a7a1b36668e2c08dbe33b5cb4b147c
deleted file mode 100644
index 23c11056..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/15/15a7a1b36668e2c08dbe33b5cb4b147c and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/15/15c609d49279af518ee47354fdc0cd91 b/wb_unity_pro_2/Library/Artifacts/15/15c609d49279af518ee47354fdc0cd91
deleted file mode 100644
index bda6bfc9..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/15/15c609d49279af518ee47354fdc0cd91 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/15/15c9b812eeae0dc8af804147483fe75e b/wb_unity_pro_2/Library/Artifacts/15/15c9b812eeae0dc8af804147483fe75e
deleted file mode 100644
index 53816a89..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/15/15c9b812eeae0dc8af804147483fe75e and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/15/15d4d0b69839ad4af2a64686c3fa12db b/wb_unity_pro_2/Library/Artifacts/15/15d4d0b69839ad4af2a64686c3fa12db
deleted file mode 100644
index 84761671..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/15/15d4d0b69839ad4af2a64686c3fa12db and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/15/15d66e1be864a96b65b96594663da3da b/wb_unity_pro_2/Library/Artifacts/15/15d66e1be864a96b65b96594663da3da
deleted file mode 100644
index 877bc374..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/15/15d66e1be864a96b65b96594663da3da and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/15/15e2b2bdbfd80eb90f8c2841dbfe932f b/wb_unity_pro_2/Library/Artifacts/15/15e2b2bdbfd80eb90f8c2841dbfe932f
deleted file mode 100644
index 4eb4066b..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/15/15e2b2bdbfd80eb90f8c2841dbfe932f and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/15/15f161b86fe29aacd882f52c48f345b3 b/wb_unity_pro_2/Library/Artifacts/15/15f161b86fe29aacd882f52c48f345b3
deleted file mode 100644
index 468ebf3e..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/15/15f161b86fe29aacd882f52c48f345b3 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/15/15f2b23fecac87da534fd51003a5cdb4 b/wb_unity_pro_2/Library/Artifacts/15/15f2b23fecac87da534fd51003a5cdb4
deleted file mode 100644
index 93956b7b..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/15/15f2b23fecac87da534fd51003a5cdb4 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/15/15fe177cc7bcb8d8672ad02e3f9401b4 b/wb_unity_pro_2/Library/Artifacts/15/15fe177cc7bcb8d8672ad02e3f9401b4
deleted file mode 100644
index 734332a3..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/15/15fe177cc7bcb8d8672ad02e3f9401b4 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/16/16131fb18f2b844ffc7aefdbe4140343 b/wb_unity_pro_2/Library/Artifacts/16/16131fb18f2b844ffc7aefdbe4140343
deleted file mode 100644
index eb2a71a9..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/16/16131fb18f2b844ffc7aefdbe4140343 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/16/16149ba021e1e445c78ce76afb39e861 b/wb_unity_pro_2/Library/Artifacts/16/16149ba021e1e445c78ce76afb39e861
deleted file mode 100644
index 710369df..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/16/16149ba021e1e445c78ce76afb39e861 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/16/16216c2e35699cc3d3003d31a6a1dab8 b/wb_unity_pro_2/Library/Artifacts/16/16216c2e35699cc3d3003d31a6a1dab8
deleted file mode 100644
index 074ad75d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/16/16216c2e35699cc3d3003d31a6a1dab8 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/16/1622567fdfe4e13c69f97bc39d541711 b/wb_unity_pro_2/Library/Artifacts/16/1622567fdfe4e13c69f97bc39d541711
deleted file mode 100644
index 95eb2b60..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/16/1622567fdfe4e13c69f97bc39d541711 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/16/164681e4951e68bfe23ed1d5376c35ae b/wb_unity_pro_2/Library/Artifacts/16/164681e4951e68bfe23ed1d5376c35ae
deleted file mode 100644
index ec4f910f..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/16/164681e4951e68bfe23ed1d5376c35ae and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/16/164d692ee7bb6fc081da1019dd529ba1 b/wb_unity_pro_2/Library/Artifacts/16/164d692ee7bb6fc081da1019dd529ba1
deleted file mode 100644
index 629242a2..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/16/164d692ee7bb6fc081da1019dd529ba1 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/16/167b299597449b190eb9790e0b69b13b b/wb_unity_pro_2/Library/Artifacts/16/167b299597449b190eb9790e0b69b13b
deleted file mode 100644
index 41bc771e..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/16/167b299597449b190eb9790e0b69b13b and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/16/16c4792de3239a1cdd81ec8da0648c78 b/wb_unity_pro_2/Library/Artifacts/16/16c4792de3239a1cdd81ec8da0648c78
deleted file mode 100644
index 96ebfe0e..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/16/16c4792de3239a1cdd81ec8da0648c78 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/16/16c7a8dd28195923ceb90a09d14d1a64 b/wb_unity_pro_2/Library/Artifacts/16/16c7a8dd28195923ceb90a09d14d1a64
deleted file mode 100644
index cade940a..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/16/16c7a8dd28195923ceb90a09d14d1a64 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/16/16d40fb2480bcdde0fdb987adc607fae b/wb_unity_pro_2/Library/Artifacts/16/16d40fb2480bcdde0fdb987adc607fae
deleted file mode 100644
index 1b16d677..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/16/16d40fb2480bcdde0fdb987adc607fae and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/16/16d55007395ac77ebb0efee2b2674f46 b/wb_unity_pro_2/Library/Artifacts/16/16d55007395ac77ebb0efee2b2674f46
deleted file mode 100644
index 6a6864a5..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/16/16d55007395ac77ebb0efee2b2674f46 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/16/16ecbc903607c4bd3a7bffd8cdf7ba28 b/wb_unity_pro_2/Library/Artifacts/16/16ecbc903607c4bd3a7bffd8cdf7ba28
deleted file mode 100644
index bc818832..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/16/16ecbc903607c4bd3a7bffd8cdf7ba28 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/16/16fc3ff872b95b6e314181c20d176abf b/wb_unity_pro_2/Library/Artifacts/16/16fc3ff872b95b6e314181c20d176abf
deleted file mode 100644
index 85e4471f..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/16/16fc3ff872b95b6e314181c20d176abf and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/17/170cd3bff76d9db0c555d3a6b14a0615 b/wb_unity_pro_2/Library/Artifacts/17/170cd3bff76d9db0c555d3a6b14a0615
deleted file mode 100644
index 9a884b32..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/17/170cd3bff76d9db0c555d3a6b14a0615 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/17/170eb6a68b0a8a9427a0f5e8f2899488 b/wb_unity_pro_2/Library/Artifacts/17/170eb6a68b0a8a9427a0f5e8f2899488
deleted file mode 100644
index 87113fd8..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/17/170eb6a68b0a8a9427a0f5e8f2899488 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/17/172d7b38c035102745e72fa6fa955450 b/wb_unity_pro_2/Library/Artifacts/17/172d7b38c035102745e72fa6fa955450
deleted file mode 100644
index 6d639f14..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/17/172d7b38c035102745e72fa6fa955450 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/17/174cdbcb2a7e61fe7f6583676cde5898 b/wb_unity_pro_2/Library/Artifacts/17/174cdbcb2a7e61fe7f6583676cde5898
deleted file mode 100644
index c822b0d1..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/17/174cdbcb2a7e61fe7f6583676cde5898 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/17/175dabf6b76f915d2193e7c61b2de979 b/wb_unity_pro_2/Library/Artifacts/17/175dabf6b76f915d2193e7c61b2de979
deleted file mode 100644
index 77335d0f..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/17/175dabf6b76f915d2193e7c61b2de979 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/17/176dda852264b6c8f03efe82a0213902 b/wb_unity_pro_2/Library/Artifacts/17/176dda852264b6c8f03efe82a0213902
deleted file mode 100644
index 281fadde..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/17/176dda852264b6c8f03efe82a0213902 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/17/1780355ee1a7786d6074330bc9153a09 b/wb_unity_pro_2/Library/Artifacts/17/1780355ee1a7786d6074330bc9153a09
deleted file mode 100644
index 30d66515..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/17/1780355ee1a7786d6074330bc9153a09 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/17/1785ff04810b0c6fe4873720ad7f71c0 b/wb_unity_pro_2/Library/Artifacts/17/1785ff04810b0c6fe4873720ad7f71c0
deleted file mode 100644
index 29942e78..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/17/1785ff04810b0c6fe4873720ad7f71c0 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/17/17b84acf4b1c0920e923a6a3e96b3b70 b/wb_unity_pro_2/Library/Artifacts/17/17b84acf4b1c0920e923a6a3e96b3b70
deleted file mode 100644
index 21950422..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/17/17b84acf4b1c0920e923a6a3e96b3b70 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/17/17c0312bc82f48a15060041651539ab5 b/wb_unity_pro_2/Library/Artifacts/17/17c0312bc82f48a15060041651539ab5
deleted file mode 100644
index 031088e6..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/17/17c0312bc82f48a15060041651539ab5 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/18/181e0af0c81027987600609c42e11826 b/wb_unity_pro_2/Library/Artifacts/18/181e0af0c81027987600609c42e11826
deleted file mode 100644
index b3aa7455..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/18/181e0af0c81027987600609c42e11826 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/18/18453c547f61f8f78e57527ed862ce28 b/wb_unity_pro_2/Library/Artifacts/18/18453c547f61f8f78e57527ed862ce28
deleted file mode 100644
index bcdb47be..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/18/18453c547f61f8f78e57527ed862ce28 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/18/1849e27595ef52d5056b068dc83692f2 b/wb_unity_pro_2/Library/Artifacts/18/1849e27595ef52d5056b068dc83692f2
deleted file mode 100644
index 93019dd4..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/18/1849e27595ef52d5056b068dc83692f2 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/18/187cfbb708eb10c20406105b67769855 b/wb_unity_pro_2/Library/Artifacts/18/187cfbb708eb10c20406105b67769855
deleted file mode 100644
index ef04e7f7..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/18/187cfbb708eb10c20406105b67769855 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/18/189995e8734998cd43295de3cc62a751 b/wb_unity_pro_2/Library/Artifacts/18/189995e8734998cd43295de3cc62a751
deleted file mode 100644
index e06ddd91..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/18/189995e8734998cd43295de3cc62a751 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/18/18b3d1d6565e395dac5c59e0c214d87d b/wb_unity_pro_2/Library/Artifacts/18/18b3d1d6565e395dac5c59e0c214d87d
deleted file mode 100644
index 255f53b2..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/18/18b3d1d6565e395dac5c59e0c214d87d and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/18/18bcb8f7c63ef3a869771873a0f1c88a b/wb_unity_pro_2/Library/Artifacts/18/18bcb8f7c63ef3a869771873a0f1c88a
deleted file mode 100644
index f026cb26..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/18/18bcb8f7c63ef3a869771873a0f1c88a and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/18/18bed75845b5a8696e03497b49f0f6bf b/wb_unity_pro_2/Library/Artifacts/18/18bed75845b5a8696e03497b49f0f6bf
deleted file mode 100644
index 2238a2cc..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/18/18bed75845b5a8696e03497b49f0f6bf and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/18/18c272f6d23d5ee229edd27a618d81ab b/wb_unity_pro_2/Library/Artifacts/18/18c272f6d23d5ee229edd27a618d81ab
deleted file mode 100644
index 47b33fc8..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/18/18c272f6d23d5ee229edd27a618d81ab and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/19/1907ebba5835dbf4dfab2b182c6bbd7f b/wb_unity_pro_2/Library/Artifacts/19/1907ebba5835dbf4dfab2b182c6bbd7f
deleted file mode 100644
index dfaca55f..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/19/1907ebba5835dbf4dfab2b182c6bbd7f and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/19/1926587067d3b2ee848856d0a0933146 b/wb_unity_pro_2/Library/Artifacts/19/1926587067d3b2ee848856d0a0933146
deleted file mode 100644
index 115f8dbf..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/19/1926587067d3b2ee848856d0a0933146 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/19/192c1fbb18d942f6949fec0f670f4e64 b/wb_unity_pro_2/Library/Artifacts/19/192c1fbb18d942f6949fec0f670f4e64
deleted file mode 100644
index 228d9be8..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/19/192c1fbb18d942f6949fec0f670f4e64 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/19/192c932bf570c4028e5bcdd4a09143ee b/wb_unity_pro_2/Library/Artifacts/19/192c932bf570c4028e5bcdd4a09143ee
deleted file mode 100644
index 6e7fbe33..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/19/192c932bf570c4028e5bcdd4a09143ee and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/19/193e75e9dc6b5e34634b6a5847c43577 b/wb_unity_pro_2/Library/Artifacts/19/193e75e9dc6b5e34634b6a5847c43577
deleted file mode 100644
index 3ff956b2..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/19/193e75e9dc6b5e34634b6a5847c43577 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/19/194a5598d94524d6d603b79e80971ac5 b/wb_unity_pro_2/Library/Artifacts/19/194a5598d94524d6d603b79e80971ac5
deleted file mode 100644
index 7d01ba2a..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/19/194a5598d94524d6d603b79e80971ac5 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/19/196192e374080dc4ffc76446962f7823 b/wb_unity_pro_2/Library/Artifacts/19/196192e374080dc4ffc76446962f7823
deleted file mode 100644
index 3f87c1c5..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/19/196192e374080dc4ffc76446962f7823 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/19/1965ce5d6af4f8f67972b9906daba62d b/wb_unity_pro_2/Library/Artifacts/19/1965ce5d6af4f8f67972b9906daba62d
deleted file mode 100644
index 044e96a9..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/19/1965ce5d6af4f8f67972b9906daba62d and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/19/198c6ec3d6310d8758cd88ba78a84857 b/wb_unity_pro_2/Library/Artifacts/19/198c6ec3d6310d8758cd88ba78a84857
deleted file mode 100644
index c79297c6..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/19/198c6ec3d6310d8758cd88ba78a84857 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/19/198cc5fc5a63c0c42a5de05c77aacb96 b/wb_unity_pro_2/Library/Artifacts/19/198cc5fc5a63c0c42a5de05c77aacb96
deleted file mode 100644
index 6a84aa7e..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/19/198cc5fc5a63c0c42a5de05c77aacb96 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/19/198d47982aaf63bc9370a96d2e1eb77e b/wb_unity_pro_2/Library/Artifacts/19/198d47982aaf63bc9370a96d2e1eb77e
deleted file mode 100644
index 5cfdd468..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/19/198d47982aaf63bc9370a96d2e1eb77e and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/19/198fbc98df7069d9b4fd930426387214 b/wb_unity_pro_2/Library/Artifacts/19/198fbc98df7069d9b4fd930426387214
deleted file mode 100644
index ff4f5a6d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/19/198fbc98df7069d9b4fd930426387214 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/19/19ca27c0208216cd5214b106d8a03167 b/wb_unity_pro_2/Library/Artifacts/19/19ca27c0208216cd5214b106d8a03167
deleted file mode 100644
index d6338375..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/19/19ca27c0208216cd5214b106d8a03167 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/19/19d83bd580b098210471854a3da09808 b/wb_unity_pro_2/Library/Artifacts/19/19d83bd580b098210471854a3da09808
deleted file mode 100644
index c6c1c998..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/19/19d83bd580b098210471854a3da09808 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/19/19dd3c34b2588f0880d1cf664e235d05 b/wb_unity_pro_2/Library/Artifacts/19/19dd3c34b2588f0880d1cf664e235d05
deleted file mode 100644
index 4cb6bd0e..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/19/19dd3c34b2588f0880d1cf664e235d05 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/19/19ef2dbb4f95221af20e7dccb6c04827 b/wb_unity_pro_2/Library/Artifacts/19/19ef2dbb4f95221af20e7dccb6c04827
deleted file mode 100644
index c14f5717..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/19/19ef2dbb4f95221af20e7dccb6c04827 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/19/19f3e20ca9256bd0ae4ef723bc6fa2e8 b/wb_unity_pro_2/Library/Artifacts/19/19f3e20ca9256bd0ae4ef723bc6fa2e8
deleted file mode 100644
index 0036e9fd..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/19/19f3e20ca9256bd0ae4ef723bc6fa2e8 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/19/19f44f2fc3e02cbcaf236d3077af68ea b/wb_unity_pro_2/Library/Artifacts/19/19f44f2fc3e02cbcaf236d3077af68ea
deleted file mode 100644
index 8531f50a..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/19/19f44f2fc3e02cbcaf236d3077af68ea and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/1a/1a02227bd0d4111141cea9c9ff51596a b/wb_unity_pro_2/Library/Artifacts/1a/1a02227bd0d4111141cea9c9ff51596a
deleted file mode 100644
index d2270a80..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/1a/1a02227bd0d4111141cea9c9ff51596a and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/1a/1a114dfe5aaa76e1dfb809c5914725ef b/wb_unity_pro_2/Library/Artifacts/1a/1a114dfe5aaa76e1dfb809c5914725ef
deleted file mode 100644
index 17202215..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/1a/1a114dfe5aaa76e1dfb809c5914725ef and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/1a/1a12367c9f4d0124badb0712b6abd9a2 b/wb_unity_pro_2/Library/Artifacts/1a/1a12367c9f4d0124badb0712b6abd9a2
deleted file mode 100644
index fee61093..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/1a/1a12367c9f4d0124badb0712b6abd9a2 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/1a/1a1e2bc5fd83e4260fd0dd8d253b3f8f b/wb_unity_pro_2/Library/Artifacts/1a/1a1e2bc5fd83e4260fd0dd8d253b3f8f
deleted file mode 100644
index 4d09d12d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/1a/1a1e2bc5fd83e4260fd0dd8d253b3f8f and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/1a/1a2d263a0f390d2318b455ae76539dc8 b/wb_unity_pro_2/Library/Artifacts/1a/1a2d263a0f390d2318b455ae76539dc8
deleted file mode 100644
index 92a044bf..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/1a/1a2d263a0f390d2318b455ae76539dc8 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/1a/1a342b5309a50d6557697c44caf8bcd4 b/wb_unity_pro_2/Library/Artifacts/1a/1a342b5309a50d6557697c44caf8bcd4
deleted file mode 100644
index 88403a48..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/1a/1a342b5309a50d6557697c44caf8bcd4 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/1a/1a4678e7cc2a208af3225a75744822e1 b/wb_unity_pro_2/Library/Artifacts/1a/1a4678e7cc2a208af3225a75744822e1
deleted file mode 100644
index d6ced26b..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/1a/1a4678e7cc2a208af3225a75744822e1 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/1a/1a507724cba0ba44520713eba1d3421d b/wb_unity_pro_2/Library/Artifacts/1a/1a507724cba0ba44520713eba1d3421d
deleted file mode 100644
index ed1eb16b..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/1a/1a507724cba0ba44520713eba1d3421d and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/1a/1a6504152ed7d906c0e712de9d65453f b/wb_unity_pro_2/Library/Artifacts/1a/1a6504152ed7d906c0e712de9d65453f
deleted file mode 100644
index 9ad6be62..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/1a/1a6504152ed7d906c0e712de9d65453f and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/1a/1a65d170d0a30269f96220ed54fc78f1 b/wb_unity_pro_2/Library/Artifacts/1a/1a65d170d0a30269f96220ed54fc78f1
deleted file mode 100644
index e0226f88..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/1a/1a65d170d0a30269f96220ed54fc78f1 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/1a/1addf9b386719791d1d4423b948ede6f b/wb_unity_pro_2/Library/Artifacts/1a/1addf9b386719791d1d4423b948ede6f
deleted file mode 100644
index 9dcceb07..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/1a/1addf9b386719791d1d4423b948ede6f and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/1b/1b1acf2264c368a798312fdf3b4cc6f5 b/wb_unity_pro_2/Library/Artifacts/1b/1b1acf2264c368a798312fdf3b4cc6f5
deleted file mode 100644
index 29d24cb8..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/1b/1b1acf2264c368a798312fdf3b4cc6f5 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/1b/1b20de57a8ab7bab6d6e9d9724cabd83 b/wb_unity_pro_2/Library/Artifacts/1b/1b20de57a8ab7bab6d6e9d9724cabd83
deleted file mode 100644
index b622f787..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/1b/1b20de57a8ab7bab6d6e9d9724cabd83 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/1b/1b283cc9c90c5e605810b8302ed2c620 b/wb_unity_pro_2/Library/Artifacts/1b/1b283cc9c90c5e605810b8302ed2c620
deleted file mode 100644
index 009a6ab1..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/1b/1b283cc9c90c5e605810b8302ed2c620 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/1b/1b2ee6d94846d2966ad12bde51a064f3 b/wb_unity_pro_2/Library/Artifacts/1b/1b2ee6d94846d2966ad12bde51a064f3
deleted file mode 100644
index e29f8bce..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/1b/1b2ee6d94846d2966ad12bde51a064f3 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/1b/1b3e46286f706ecc715096d056686cfd b/wb_unity_pro_2/Library/Artifacts/1b/1b3e46286f706ecc715096d056686cfd
deleted file mode 100644
index 03be4b2f..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/1b/1b3e46286f706ecc715096d056686cfd and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/1b/1b472e23c03b9e39b6bf92507a054045 b/wb_unity_pro_2/Library/Artifacts/1b/1b472e23c03b9e39b6bf92507a054045
deleted file mode 100644
index 4108dc2f..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/1b/1b472e23c03b9e39b6bf92507a054045 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/1b/1b6436d6aa10bfda4f42bb56821fecf6 b/wb_unity_pro_2/Library/Artifacts/1b/1b6436d6aa10bfda4f42bb56821fecf6
deleted file mode 100644
index 24f12f98..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/1b/1b6436d6aa10bfda4f42bb56821fecf6 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/1b/1b684a806958b8bff0464bd59ca0d028 b/wb_unity_pro_2/Library/Artifacts/1b/1b684a806958b8bff0464bd59ca0d028
deleted file mode 100644
index d972c784..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/1b/1b684a806958b8bff0464bd59ca0d028 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/1b/1b733e120d4f327e6dbda04e3b3b8c2b b/wb_unity_pro_2/Library/Artifacts/1b/1b733e120d4f327e6dbda04e3b3b8c2b
deleted file mode 100644
index 800bfb5e..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/1b/1b733e120d4f327e6dbda04e3b3b8c2b and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/1b/1b8e224428ed93321af969754b1dbc87 b/wb_unity_pro_2/Library/Artifacts/1b/1b8e224428ed93321af969754b1dbc87
deleted file mode 100644
index 46b1fc32..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/1b/1b8e224428ed93321af969754b1dbc87 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/1b/1b952ac1a7ee11c9fc5b4666b7c6f544 b/wb_unity_pro_2/Library/Artifacts/1b/1b952ac1a7ee11c9fc5b4666b7c6f544
deleted file mode 100644
index 03c734e0..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/1b/1b952ac1a7ee11c9fc5b4666b7c6f544 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/1c/1c00f5d73f04d74141c9ae566cd5f363 b/wb_unity_pro_2/Library/Artifacts/1c/1c00f5d73f04d74141c9ae566cd5f363
deleted file mode 100644
index 4189ebcb..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/1c/1c00f5d73f04d74141c9ae566cd5f363 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/1c/1c07c2efd7ab391f4d9904b3d9676925 b/wb_unity_pro_2/Library/Artifacts/1c/1c07c2efd7ab391f4d9904b3d9676925
deleted file mode 100644
index 56530149..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/1c/1c07c2efd7ab391f4d9904b3d9676925 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/1c/1c0e44c083d0c6255a179f563c24789b b/wb_unity_pro_2/Library/Artifacts/1c/1c0e44c083d0c6255a179f563c24789b
deleted file mode 100644
index 2e8e2525..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/1c/1c0e44c083d0c6255a179f563c24789b and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/1c/1c4fbcdb53488582f43afa807434b397 b/wb_unity_pro_2/Library/Artifacts/1c/1c4fbcdb53488582f43afa807434b397
deleted file mode 100644
index c2614818..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/1c/1c4fbcdb53488582f43afa807434b397 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/1c/1c67c748925c9c4e2e5e73ecabf1d3fa b/wb_unity_pro_2/Library/Artifacts/1c/1c67c748925c9c4e2e5e73ecabf1d3fa
deleted file mode 100644
index 9290c940..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/1c/1c67c748925c9c4e2e5e73ecabf1d3fa and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/1c/1c7d4b0666b27897af4a50f8b221ba60 b/wb_unity_pro_2/Library/Artifacts/1c/1c7d4b0666b27897af4a50f8b221ba60
deleted file mode 100644
index 6a6aae2c..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/1c/1c7d4b0666b27897af4a50f8b221ba60 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/1c/1c7f454b12ed318dc83711f2e34750b8 b/wb_unity_pro_2/Library/Artifacts/1c/1c7f454b12ed318dc83711f2e34750b8
deleted file mode 100644
index edb6760a..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/1c/1c7f454b12ed318dc83711f2e34750b8 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/1c/1c8e8969c1cd76b5f20da43982f4cc68 b/wb_unity_pro_2/Library/Artifacts/1c/1c8e8969c1cd76b5f20da43982f4cc68
deleted file mode 100644
index 9eceea77..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/1c/1c8e8969c1cd76b5f20da43982f4cc68 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/1c/1cbea3fa189ba671218b1551c42af434 b/wb_unity_pro_2/Library/Artifacts/1c/1cbea3fa189ba671218b1551c42af434
deleted file mode 100644
index 5dbb1ebb..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/1c/1cbea3fa189ba671218b1551c42af434 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/1c/1cc99d54766f8d1b46ec4551b8de18b9 b/wb_unity_pro_2/Library/Artifacts/1c/1cc99d54766f8d1b46ec4551b8de18b9
deleted file mode 100644
index 040fbff1..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/1c/1cc99d54766f8d1b46ec4551b8de18b9 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/1c/1cd3ebe27c7bdb3c39a8c871b0a576d0 b/wb_unity_pro_2/Library/Artifacts/1c/1cd3ebe27c7bdb3c39a8c871b0a576d0
deleted file mode 100644
index 405c53fe..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/1c/1cd3ebe27c7bdb3c39a8c871b0a576d0 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/1c/1cd467e670e52ef8831b4be25b87e703 b/wb_unity_pro_2/Library/Artifacts/1c/1cd467e670e52ef8831b4be25b87e703
deleted file mode 100644
index 69bd55bf..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/1c/1cd467e670e52ef8831b4be25b87e703 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/1c/1cdeba538fe72245b3ccf7e6ecbff457 b/wb_unity_pro_2/Library/Artifacts/1c/1cdeba538fe72245b3ccf7e6ecbff457
deleted file mode 100644
index cff68355..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/1c/1cdeba538fe72245b3ccf7e6ecbff457 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/1c/1cebe637946ae2484b2606e18fa520e0 b/wb_unity_pro_2/Library/Artifacts/1c/1cebe637946ae2484b2606e18fa520e0
deleted file mode 100644
index 81ad4132..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/1c/1cebe637946ae2484b2606e18fa520e0 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/1c/1cfca8cac25d60dac6de8da580cd2146 b/wb_unity_pro_2/Library/Artifacts/1c/1cfca8cac25d60dac6de8da580cd2146
deleted file mode 100644
index 482add3c..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/1c/1cfca8cac25d60dac6de8da580cd2146 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/1c/1cfcb057dfe463e304f2b007bd26d6c3 b/wb_unity_pro_2/Library/Artifacts/1c/1cfcb057dfe463e304f2b007bd26d6c3
deleted file mode 100644
index c613ce28..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/1c/1cfcb057dfe463e304f2b007bd26d6c3 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/1c/1cfd11748e585c114d24694c65a40748 b/wb_unity_pro_2/Library/Artifacts/1c/1cfd11748e585c114d24694c65a40748
deleted file mode 100644
index 6c6a2767..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/1c/1cfd11748e585c114d24694c65a40748 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/1d/1d14c7b3ad27e086d3b0e9c0aa214fa9 b/wb_unity_pro_2/Library/Artifacts/1d/1d14c7b3ad27e086d3b0e9c0aa214fa9
deleted file mode 100644
index 96695998..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/1d/1d14c7b3ad27e086d3b0e9c0aa214fa9 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/1d/1d1d17c27224bd5b95ad916d2f8a6588 b/wb_unity_pro_2/Library/Artifacts/1d/1d1d17c27224bd5b95ad916d2f8a6588
deleted file mode 100644
index ae192bdc..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/1d/1d1d17c27224bd5b95ad916d2f8a6588 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/1d/1d4ff14fd98b48dee2ee77f58c2cd341 b/wb_unity_pro_2/Library/Artifacts/1d/1d4ff14fd98b48dee2ee77f58c2cd341
deleted file mode 100644
index fb12648e..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/1d/1d4ff14fd98b48dee2ee77f58c2cd341 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/1d/1d50f5885bea07981f8356a14bed4ba6 b/wb_unity_pro_2/Library/Artifacts/1d/1d50f5885bea07981f8356a14bed4ba6
deleted file mode 100644
index ae8fad58..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/1d/1d50f5885bea07981f8356a14bed4ba6 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/1d/1d5b46d6318596aa1dfa63455795bbe1 b/wb_unity_pro_2/Library/Artifacts/1d/1d5b46d6318596aa1dfa63455795bbe1
deleted file mode 100644
index 16da9b7c..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/1d/1d5b46d6318596aa1dfa63455795bbe1 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/1d/1d7810f037a702c9c25d2a39ddceadae b/wb_unity_pro_2/Library/Artifacts/1d/1d7810f037a702c9c25d2a39ddceadae
deleted file mode 100644
index 7a46ca5b..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/1d/1d7810f037a702c9c25d2a39ddceadae and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/1d/1d81048a137714d6ac146c0bba495b6f b/wb_unity_pro_2/Library/Artifacts/1d/1d81048a137714d6ac146c0bba495b6f
deleted file mode 100644
index aaaac9b6..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/1d/1d81048a137714d6ac146c0bba495b6f and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/1d/1d90858b99b480238eb5115f9a099f1c b/wb_unity_pro_2/Library/Artifacts/1d/1d90858b99b480238eb5115f9a099f1c
deleted file mode 100644
index 867ac3cc..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/1d/1d90858b99b480238eb5115f9a099f1c and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/1d/1daf8b8ee5a3dbbed1ac419a5cbb92a4 b/wb_unity_pro_2/Library/Artifacts/1d/1daf8b8ee5a3dbbed1ac419a5cbb92a4
deleted file mode 100644
index 49f4caa8..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/1d/1daf8b8ee5a3dbbed1ac419a5cbb92a4 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/1d/1db69f1a5de52ea09828d19fee04aae2 b/wb_unity_pro_2/Library/Artifacts/1d/1db69f1a5de52ea09828d19fee04aae2
deleted file mode 100644
index f9d23038..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/1d/1db69f1a5de52ea09828d19fee04aae2 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/1d/1dd01b7e7a6cabd5fc556b63664d93bc b/wb_unity_pro_2/Library/Artifacts/1d/1dd01b7e7a6cabd5fc556b63664d93bc
deleted file mode 100644
index 4d7da24a..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/1d/1dd01b7e7a6cabd5fc556b63664d93bc and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/1d/1dda0c49fc7ef63ce3b0df01acebc834 b/wb_unity_pro_2/Library/Artifacts/1d/1dda0c49fc7ef63ce3b0df01acebc834
deleted file mode 100644
index 240b86c7..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/1d/1dda0c49fc7ef63ce3b0df01acebc834 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/1d/1de1c2544602dabd681adc9f76ca4b72 b/wb_unity_pro_2/Library/Artifacts/1d/1de1c2544602dabd681adc9f76ca4b72
deleted file mode 100644
index 9413648f..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/1d/1de1c2544602dabd681adc9f76ca4b72 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/1d/1dfa1958c5eb93672ef773d949f053a2 b/wb_unity_pro_2/Library/Artifacts/1d/1dfa1958c5eb93672ef773d949f053a2
deleted file mode 100644
index 675afe00..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/1d/1dfa1958c5eb93672ef773d949f053a2 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/1e/1e0c0cb4f7168668628ef2ec8f6f287d b/wb_unity_pro_2/Library/Artifacts/1e/1e0c0cb4f7168668628ef2ec8f6f287d
deleted file mode 100644
index 2826c6fb..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/1e/1e0c0cb4f7168668628ef2ec8f6f287d and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/1e/1e31886fcd82462258c1bd5bc8206d0b b/wb_unity_pro_2/Library/Artifacts/1e/1e31886fcd82462258c1bd5bc8206d0b
deleted file mode 100644
index 3bc0b8a0..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/1e/1e31886fcd82462258c1bd5bc8206d0b and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/1e/1e41dc3682a633234603039f32255781 b/wb_unity_pro_2/Library/Artifacts/1e/1e41dc3682a633234603039f32255781
deleted file mode 100644
index 0a101a30..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/1e/1e41dc3682a633234603039f32255781 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/1e/1e6cc13be2985aba1dbc9f402803ab6c b/wb_unity_pro_2/Library/Artifacts/1e/1e6cc13be2985aba1dbc9f402803ab6c
deleted file mode 100644
index 305ad5b1..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/1e/1e6cc13be2985aba1dbc9f402803ab6c and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/1e/1e75175030e51dd85ba3131924318c49 b/wb_unity_pro_2/Library/Artifacts/1e/1e75175030e51dd85ba3131924318c49
deleted file mode 100644
index 07d0f7ee..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/1e/1e75175030e51dd85ba3131924318c49 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/1e/1e884a73e61e893861f0f93e191cbf96 b/wb_unity_pro_2/Library/Artifacts/1e/1e884a73e61e893861f0f93e191cbf96
deleted file mode 100644
index 22ac9e8d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/1e/1e884a73e61e893861f0f93e191cbf96 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/1e/1eb2f3cfbbd4ed23634427bf0d55933c b/wb_unity_pro_2/Library/Artifacts/1e/1eb2f3cfbbd4ed23634427bf0d55933c
deleted file mode 100644
index ffadc2fa..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/1e/1eb2f3cfbbd4ed23634427bf0d55933c and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/1e/1eb3250a2a635acf23aa1d2481116186 b/wb_unity_pro_2/Library/Artifacts/1e/1eb3250a2a635acf23aa1d2481116186
deleted file mode 100644
index e565368e..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/1e/1eb3250a2a635acf23aa1d2481116186 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/1e/1eb37524ede5d24d1019350287e578d8 b/wb_unity_pro_2/Library/Artifacts/1e/1eb37524ede5d24d1019350287e578d8
deleted file mode 100644
index 2ce67b20..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/1e/1eb37524ede5d24d1019350287e578d8 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/1e/1ee271cae213409be57ed7cf07903e11 b/wb_unity_pro_2/Library/Artifacts/1e/1ee271cae213409be57ed7cf07903e11
deleted file mode 100644
index 4d9afe94..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/1e/1ee271cae213409be57ed7cf07903e11 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/1f/1f0c82f35be0e06e55e36a0a8aa81470 b/wb_unity_pro_2/Library/Artifacts/1f/1f0c82f35be0e06e55e36a0a8aa81470
deleted file mode 100644
index df7730bb..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/1f/1f0c82f35be0e06e55e36a0a8aa81470 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/1f/1f0d193e297ba542211e7a79683be07d b/wb_unity_pro_2/Library/Artifacts/1f/1f0d193e297ba542211e7a79683be07d
deleted file mode 100644
index fdd4baea..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/1f/1f0d193e297ba542211e7a79683be07d and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/1f/1f1ed1652893e2118079f48e70b57395 b/wb_unity_pro_2/Library/Artifacts/1f/1f1ed1652893e2118079f48e70b57395
deleted file mode 100644
index 1de03e9d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/1f/1f1ed1652893e2118079f48e70b57395 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/1f/1f20d7a9cf995488f61c3d02b467f2b5 b/wb_unity_pro_2/Library/Artifacts/1f/1f20d7a9cf995488f61c3d02b467f2b5
deleted file mode 100644
index 03d2259c..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/1f/1f20d7a9cf995488f61c3d02b467f2b5 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/1f/1f37b9778cf1ac7215b7d93167944d4f b/wb_unity_pro_2/Library/Artifacts/1f/1f37b9778cf1ac7215b7d93167944d4f
deleted file mode 100644
index 2305a1ef..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/1f/1f37b9778cf1ac7215b7d93167944d4f and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/1f/1f70351a02301b2aa381702752c026e5 b/wb_unity_pro_2/Library/Artifacts/1f/1f70351a02301b2aa381702752c026e5
deleted file mode 100644
index 7ec0c7fb..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/1f/1f70351a02301b2aa381702752c026e5 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/1f/1f8c36f1f31b419e284cf5c1f02946ca b/wb_unity_pro_2/Library/Artifacts/1f/1f8c36f1f31b419e284cf5c1f02946ca
deleted file mode 100644
index e5ed86da..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/1f/1f8c36f1f31b419e284cf5c1f02946ca and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/1f/1f92320989f4fe4186d86aefa4e56ab5 b/wb_unity_pro_2/Library/Artifacts/1f/1f92320989f4fe4186d86aefa4e56ab5
deleted file mode 100644
index 5262458e..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/1f/1f92320989f4fe4186d86aefa4e56ab5 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/1f/1f957197419c7e093450c6e45d98d700 b/wb_unity_pro_2/Library/Artifacts/1f/1f957197419c7e093450c6e45d98d700
deleted file mode 100644
index dd129c00..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/1f/1f957197419c7e093450c6e45d98d700 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/1f/1fa5a2b82d1824eeee688e6fbd9f905a b/wb_unity_pro_2/Library/Artifacts/1f/1fa5a2b82d1824eeee688e6fbd9f905a
deleted file mode 100644
index 35ae8290..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/1f/1fa5a2b82d1824eeee688e6fbd9f905a and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/1f/1fe434857e52cd124e0a64e989284f0a b/wb_unity_pro_2/Library/Artifacts/1f/1fe434857e52cd124e0a64e989284f0a
deleted file mode 100644
index 6dce09b7..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/1f/1fe434857e52cd124e0a64e989284f0a and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/20/2002d8873cd50201fa5af47888a72760 b/wb_unity_pro_2/Library/Artifacts/20/2002d8873cd50201fa5af47888a72760
deleted file mode 100644
index 8c39f32b..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/20/2002d8873cd50201fa5af47888a72760 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/20/2012197b0cc0f9b9711cf736a2f2e93b b/wb_unity_pro_2/Library/Artifacts/20/2012197b0cc0f9b9711cf736a2f2e93b
deleted file mode 100644
index 2794b8c2..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/20/2012197b0cc0f9b9711cf736a2f2e93b and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/20/2018c99e8241d165424a42291d26291e b/wb_unity_pro_2/Library/Artifacts/20/2018c99e8241d165424a42291d26291e
deleted file mode 100644
index 463833b0..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/20/2018c99e8241d165424a42291d26291e and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/20/2037ae9afc822e1c7bb225afceabd558 b/wb_unity_pro_2/Library/Artifacts/20/2037ae9afc822e1c7bb225afceabd558
deleted file mode 100644
index 5b5ce7d2..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/20/2037ae9afc822e1c7bb225afceabd558 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/20/2042d38ca515c954baf34fc71771467f b/wb_unity_pro_2/Library/Artifacts/20/2042d38ca515c954baf34fc71771467f
deleted file mode 100644
index b515e0dc..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/20/2042d38ca515c954baf34fc71771467f and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/20/2066a248c7968ceb3ecd7481bb903525 b/wb_unity_pro_2/Library/Artifacts/20/2066a248c7968ceb3ecd7481bb903525
deleted file mode 100644
index 49dc9588..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/20/2066a248c7968ceb3ecd7481bb903525 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/20/206b4a7426e37f398e082ec1c0b61d74 b/wb_unity_pro_2/Library/Artifacts/20/206b4a7426e37f398e082ec1c0b61d74
deleted file mode 100644
index bd237fbf..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/20/206b4a7426e37f398e082ec1c0b61d74 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/20/20a28fdac2d0f1712f6052183369acbb b/wb_unity_pro_2/Library/Artifacts/20/20a28fdac2d0f1712f6052183369acbb
deleted file mode 100644
index 7176036e..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/20/20a28fdac2d0f1712f6052183369acbb and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/20/20b3893d96cbddd081117e83cc8b1fc1 b/wb_unity_pro_2/Library/Artifacts/20/20b3893d96cbddd081117e83cc8b1fc1
deleted file mode 100644
index 54fdad32..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/20/20b3893d96cbddd081117e83cc8b1fc1 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/20/20b4db077ad1226a467cb8e0049a7807 b/wb_unity_pro_2/Library/Artifacts/20/20b4db077ad1226a467cb8e0049a7807
deleted file mode 100644
index ef219142..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/20/20b4db077ad1226a467cb8e0049a7807 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/20/20ffdfa95ee36612b05c88f9f9a44e5b b/wb_unity_pro_2/Library/Artifacts/20/20ffdfa95ee36612b05c88f9f9a44e5b
deleted file mode 100644
index bb2a5599..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/20/20ffdfa95ee36612b05c88f9f9a44e5b and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/21/21086182edafa5115a538a9124459f9c b/wb_unity_pro_2/Library/Artifacts/21/21086182edafa5115a538a9124459f9c
deleted file mode 100644
index 40e8a0ba..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/21/21086182edafa5115a538a9124459f9c and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/21/2129c14ad7c6842e84585c3d7dc5ba71 b/wb_unity_pro_2/Library/Artifacts/21/2129c14ad7c6842e84585c3d7dc5ba71
deleted file mode 100644
index 91e93aaf..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/21/2129c14ad7c6842e84585c3d7dc5ba71 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/21/2135eba65861ba103b182c7dda3bde67 b/wb_unity_pro_2/Library/Artifacts/21/2135eba65861ba103b182c7dda3bde67
deleted file mode 100644
index 2b915ec6..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/21/2135eba65861ba103b182c7dda3bde67 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/21/213fa39edb6efd51b3da66587aea8b89 b/wb_unity_pro_2/Library/Artifacts/21/213fa39edb6efd51b3da66587aea8b89
deleted file mode 100644
index 22c2eeb9..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/21/213fa39edb6efd51b3da66587aea8b89 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/21/2155215c72d113c5ec7a9dbddb3b4cca b/wb_unity_pro_2/Library/Artifacts/21/2155215c72d113c5ec7a9dbddb3b4cca
deleted file mode 100644
index 6a0a4cc6..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/21/2155215c72d113c5ec7a9dbddb3b4cca and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/21/21819beb541850ceecdf149b4dba2c91 b/wb_unity_pro_2/Library/Artifacts/21/21819beb541850ceecdf149b4dba2c91
deleted file mode 100644
index 95e20a19..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/21/21819beb541850ceecdf149b4dba2c91 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/21/21994d6d935e4f1b365c5549615c808b b/wb_unity_pro_2/Library/Artifacts/21/21994d6d935e4f1b365c5549615c808b
deleted file mode 100644
index 2f85d523..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/21/21994d6d935e4f1b365c5549615c808b and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/21/219f87f3db6b710ca3df9e3a8dbd8096 b/wb_unity_pro_2/Library/Artifacts/21/219f87f3db6b710ca3df9e3a8dbd8096
deleted file mode 100644
index 85f2d2de..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/21/219f87f3db6b710ca3df9e3a8dbd8096 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/21/21b90cb4a8ba5dfb183a022a8fb62cd8 b/wb_unity_pro_2/Library/Artifacts/21/21b90cb4a8ba5dfb183a022a8fb62cd8
deleted file mode 100644
index 6f2a90d9..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/21/21b90cb4a8ba5dfb183a022a8fb62cd8 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/21/21b9edd1b10fad6e7b2b27291cce423e b/wb_unity_pro_2/Library/Artifacts/21/21b9edd1b10fad6e7b2b27291cce423e
deleted file mode 100644
index 548f4b3c..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/21/21b9edd1b10fad6e7b2b27291cce423e and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/21/21bd42b5a692207c3e5a4600accb4ffa b/wb_unity_pro_2/Library/Artifacts/21/21bd42b5a692207c3e5a4600accb4ffa
deleted file mode 100644
index c824085f..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/21/21bd42b5a692207c3e5a4600accb4ffa and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/21/21d7a9e891aab690510cb8d72296126d b/wb_unity_pro_2/Library/Artifacts/21/21d7a9e891aab690510cb8d72296126d
deleted file mode 100644
index cbc35608..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/21/21d7a9e891aab690510cb8d72296126d and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/22/220207c4a25efbf6d9c69562ddf15486 b/wb_unity_pro_2/Library/Artifacts/22/220207c4a25efbf6d9c69562ddf15486
deleted file mode 100644
index 38480036..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/22/220207c4a25efbf6d9c69562ddf15486 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/22/220709f2a93acd38699f03845730abd2 b/wb_unity_pro_2/Library/Artifacts/22/220709f2a93acd38699f03845730abd2
deleted file mode 100644
index 162ffd29..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/22/220709f2a93acd38699f03845730abd2 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/22/223e0b6d06370c3e0aea8b631de852e7 b/wb_unity_pro_2/Library/Artifacts/22/223e0b6d06370c3e0aea8b631de852e7
deleted file mode 100644
index 2291b82d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/22/223e0b6d06370c3e0aea8b631de852e7 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/22/2244ed857c2690efaba26f93a0213bbe b/wb_unity_pro_2/Library/Artifacts/22/2244ed857c2690efaba26f93a0213bbe
deleted file mode 100644
index fcbbcb97..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/22/2244ed857c2690efaba26f93a0213bbe and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/22/227dc836a74f0953c2848062bac42418 b/wb_unity_pro_2/Library/Artifacts/22/227dc836a74f0953c2848062bac42418
deleted file mode 100644
index e8304951..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/22/227dc836a74f0953c2848062bac42418 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/22/2294913e02867fda0b1949d8c4c5a8d5 b/wb_unity_pro_2/Library/Artifacts/22/2294913e02867fda0b1949d8c4c5a8d5
deleted file mode 100644
index 0fe4da69..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/22/2294913e02867fda0b1949d8c4c5a8d5 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/22/2297a373ea46ee6483b7e563a354e77f b/wb_unity_pro_2/Library/Artifacts/22/2297a373ea46ee6483b7e563a354e77f
deleted file mode 100644
index c451f873..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/22/2297a373ea46ee6483b7e563a354e77f and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/22/22b04a626339ec76341783f541aa6908 b/wb_unity_pro_2/Library/Artifacts/22/22b04a626339ec76341783f541aa6908
deleted file mode 100644
index 3f4e2ed5..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/22/22b04a626339ec76341783f541aa6908 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/22/22b0fa0960ba6a3daf70ea712f0c7085 b/wb_unity_pro_2/Library/Artifacts/22/22b0fa0960ba6a3daf70ea712f0c7085
deleted file mode 100644
index 9ade6bf2..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/22/22b0fa0960ba6a3daf70ea712f0c7085 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/22/22de085c819ce1f9225b7b674b42bb69 b/wb_unity_pro_2/Library/Artifacts/22/22de085c819ce1f9225b7b674b42bb69
deleted file mode 100644
index e5eb4fe5..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/22/22de085c819ce1f9225b7b674b42bb69 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/23/232a51f14a17d673aaa066f5563c19ab b/wb_unity_pro_2/Library/Artifacts/23/232a51f14a17d673aaa066f5563c19ab
deleted file mode 100644
index 0a70646e..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/23/232a51f14a17d673aaa066f5563c19ab and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/23/232dcac4f495cc5e3b07acab6e9daeaf b/wb_unity_pro_2/Library/Artifacts/23/232dcac4f495cc5e3b07acab6e9daeaf
deleted file mode 100644
index 3a8a93ef..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/23/232dcac4f495cc5e3b07acab6e9daeaf and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/23/23491716dd11ec34cce8627fc95228e0 b/wb_unity_pro_2/Library/Artifacts/23/23491716dd11ec34cce8627fc95228e0
deleted file mode 100644
index aa5d4a91..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/23/23491716dd11ec34cce8627fc95228e0 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/23/234c88b01fafc53fe5db55715fba1f9d b/wb_unity_pro_2/Library/Artifacts/23/234c88b01fafc53fe5db55715fba1f9d
deleted file mode 100644
index 7887dc2e..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/23/234c88b01fafc53fe5db55715fba1f9d and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/23/235439ec060985f853c4fa3e4994265a b/wb_unity_pro_2/Library/Artifacts/23/235439ec060985f853c4fa3e4994265a
deleted file mode 100644
index d9f6c216..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/23/235439ec060985f853c4fa3e4994265a and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/23/235cfb71e1a11e2a937d084142e352d1 b/wb_unity_pro_2/Library/Artifacts/23/235cfb71e1a11e2a937d084142e352d1
deleted file mode 100644
index eb7f4bdb..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/23/235cfb71e1a11e2a937d084142e352d1 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/23/237ac5d6d5d8d1cacbab8ce9a774774b b/wb_unity_pro_2/Library/Artifacts/23/237ac5d6d5d8d1cacbab8ce9a774774b
deleted file mode 100644
index 73b0205d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/23/237ac5d6d5d8d1cacbab8ce9a774774b and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/23/23953a03f4b362cd93597544160e7721 b/wb_unity_pro_2/Library/Artifacts/23/23953a03f4b362cd93597544160e7721
deleted file mode 100644
index 64e11ba5..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/23/23953a03f4b362cd93597544160e7721 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/23/23b4a58acd28ab6cc3ea12284a2a644d b/wb_unity_pro_2/Library/Artifacts/23/23b4a58acd28ab6cc3ea12284a2a644d
deleted file mode 100644
index edfba7f7..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/23/23b4a58acd28ab6cc3ea12284a2a644d and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/23/23ccede9de756c5f6b5418c220efe9a4 b/wb_unity_pro_2/Library/Artifacts/23/23ccede9de756c5f6b5418c220efe9a4
deleted file mode 100644
index 84a8818d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/23/23ccede9de756c5f6b5418c220efe9a4 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/23/23d15fd0d1ebdb0dc447b252afbe5f80 b/wb_unity_pro_2/Library/Artifacts/23/23d15fd0d1ebdb0dc447b252afbe5f80
deleted file mode 100644
index 140cd00e..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/23/23d15fd0d1ebdb0dc447b252afbe5f80 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/23/23d8b9828e52d350fc356acff2dad38f b/wb_unity_pro_2/Library/Artifacts/23/23d8b9828e52d350fc356acff2dad38f
deleted file mode 100644
index 12fefb6f..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/23/23d8b9828e52d350fc356acff2dad38f and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/23/23f50799e1bfb6647dc8a36e53fca05d b/wb_unity_pro_2/Library/Artifacts/23/23f50799e1bfb6647dc8a36e53fca05d
deleted file mode 100644
index 1f97f2d4..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/23/23f50799e1bfb6647dc8a36e53fca05d and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/24/2400edd6b763e6755c8ee00cd00304aa b/wb_unity_pro_2/Library/Artifacts/24/2400edd6b763e6755c8ee00cd00304aa
deleted file mode 100644
index 76ecb648..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/24/2400edd6b763e6755c8ee00cd00304aa and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/24/24069159f9211804741e4eb6bc3e6a93 b/wb_unity_pro_2/Library/Artifacts/24/24069159f9211804741e4eb6bc3e6a93
deleted file mode 100644
index 61d63c6b..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/24/24069159f9211804741e4eb6bc3e6a93 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/24/240f2a936003216d2b0aa65434d86260 b/wb_unity_pro_2/Library/Artifacts/24/240f2a936003216d2b0aa65434d86260
deleted file mode 100644
index 1d4ea553..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/24/240f2a936003216d2b0aa65434d86260 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/24/24457def344f6cb0fdfccafbc9d9b6af b/wb_unity_pro_2/Library/Artifacts/24/24457def344f6cb0fdfccafbc9d9b6af
deleted file mode 100644
index e7b9e8df..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/24/24457def344f6cb0fdfccafbc9d9b6af and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/24/244a54a875977ac378df99c5c4a065d9 b/wb_unity_pro_2/Library/Artifacts/24/244a54a875977ac378df99c5c4a065d9
deleted file mode 100644
index ce17f2ac..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/24/244a54a875977ac378df99c5c4a065d9 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/24/2466628bd21f154a641a026de29b930e b/wb_unity_pro_2/Library/Artifacts/24/2466628bd21f154a641a026de29b930e
deleted file mode 100644
index 8055dad9..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/24/2466628bd21f154a641a026de29b930e and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/24/24afbf487047fdeb6ee2f82240995a93 b/wb_unity_pro_2/Library/Artifacts/24/24afbf487047fdeb6ee2f82240995a93
deleted file mode 100644
index 68c6bf7b..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/24/24afbf487047fdeb6ee2f82240995a93 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/24/24cc137fbd63f1af9c89a24a0890922b b/wb_unity_pro_2/Library/Artifacts/24/24cc137fbd63f1af9c89a24a0890922b
deleted file mode 100644
index e3c71fb6..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/24/24cc137fbd63f1af9c89a24a0890922b and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/24/24d8eff7da78f17937a7fcd39fb3baed b/wb_unity_pro_2/Library/Artifacts/24/24d8eff7da78f17937a7fcd39fb3baed
deleted file mode 100644
index 4142f9c2..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/24/24d8eff7da78f17937a7fcd39fb3baed and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/25/250646bc77f9b42a39f73c202ab4dc4c b/wb_unity_pro_2/Library/Artifacts/25/250646bc77f9b42a39f73c202ab4dc4c
deleted file mode 100644
index 22102c1e..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/25/250646bc77f9b42a39f73c202ab4dc4c and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/25/250ac4fd78db82c82ba1f4ecb7e8f963 b/wb_unity_pro_2/Library/Artifacts/25/250ac4fd78db82c82ba1f4ecb7e8f963
deleted file mode 100644
index 2a19fb80..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/25/250ac4fd78db82c82ba1f4ecb7e8f963 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/25/250e3f3cce13d68fa9e650339c5137c6 b/wb_unity_pro_2/Library/Artifacts/25/250e3f3cce13d68fa9e650339c5137c6
deleted file mode 100644
index 6bdcbafc..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/25/250e3f3cce13d68fa9e650339c5137c6 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/25/251082411b56fde31ab2413269fcec00 b/wb_unity_pro_2/Library/Artifacts/25/251082411b56fde31ab2413269fcec00
deleted file mode 100644
index 7dc8d66a..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/25/251082411b56fde31ab2413269fcec00 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/25/25350999c0e39eb6917d88b93ad0dd1f b/wb_unity_pro_2/Library/Artifacts/25/25350999c0e39eb6917d88b93ad0dd1f
deleted file mode 100644
index 9aaade2f..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/25/25350999c0e39eb6917d88b93ad0dd1f and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/25/25b6b2dd71b4ef1986467479ef34a496 b/wb_unity_pro_2/Library/Artifacts/25/25b6b2dd71b4ef1986467479ef34a496
deleted file mode 100644
index 58035b98..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/25/25b6b2dd71b4ef1986467479ef34a496 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/25/25cb55bc10ea9a579c57916c1123972d b/wb_unity_pro_2/Library/Artifacts/25/25cb55bc10ea9a579c57916c1123972d
deleted file mode 100644
index 51f05aef..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/25/25cb55bc10ea9a579c57916c1123972d and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/25/25ec218502eb9f1fdddd657100eb12f8 b/wb_unity_pro_2/Library/Artifacts/25/25ec218502eb9f1fdddd657100eb12f8
deleted file mode 100644
index 47c7fef1..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/25/25ec218502eb9f1fdddd657100eb12f8 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/25/25fee34b4dd80c7b3389bde735fccd1f b/wb_unity_pro_2/Library/Artifacts/25/25fee34b4dd80c7b3389bde735fccd1f
deleted file mode 100644
index 7df41565..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/25/25fee34b4dd80c7b3389bde735fccd1f and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/26/26233301ba4bad4a90a43e6a18ded709 b/wb_unity_pro_2/Library/Artifacts/26/26233301ba4bad4a90a43e6a18ded709
deleted file mode 100644
index ea141ceb..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/26/26233301ba4bad4a90a43e6a18ded709 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/26/26298ca25a64b2ac33fd48b50bdc8ce3 b/wb_unity_pro_2/Library/Artifacts/26/26298ca25a64b2ac33fd48b50bdc8ce3
deleted file mode 100644
index 3e941a1a..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/26/26298ca25a64b2ac33fd48b50bdc8ce3 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/26/262c2b5a21db855263781c167ab4ce9d b/wb_unity_pro_2/Library/Artifacts/26/262c2b5a21db855263781c167ab4ce9d
deleted file mode 100644
index 356cc22f..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/26/262c2b5a21db855263781c167ab4ce9d and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/26/26308352f4fe515e73340aeb0384b4bf b/wb_unity_pro_2/Library/Artifacts/26/26308352f4fe515e73340aeb0384b4bf
deleted file mode 100644
index d723081e..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/26/26308352f4fe515e73340aeb0384b4bf and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/26/26313a2c2de8966728c2a282bec51a07 b/wb_unity_pro_2/Library/Artifacts/26/26313a2c2de8966728c2a282bec51a07
deleted file mode 100644
index b31cd9a6..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/26/26313a2c2de8966728c2a282bec51a07 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/26/2644595ec16b2574416cb60aa4560fb0 b/wb_unity_pro_2/Library/Artifacts/26/2644595ec16b2574416cb60aa4560fb0
deleted file mode 100644
index ff98af8c..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/26/2644595ec16b2574416cb60aa4560fb0 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/26/26500e8ab6354d6b1c82328cdae10739 b/wb_unity_pro_2/Library/Artifacts/26/26500e8ab6354d6b1c82328cdae10739
deleted file mode 100644
index 0f539faa..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/26/26500e8ab6354d6b1c82328cdae10739 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/26/266a23dd6930b232d016b412df3bd9bb b/wb_unity_pro_2/Library/Artifacts/26/266a23dd6930b232d016b412df3bd9bb
deleted file mode 100644
index 17db675b..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/26/266a23dd6930b232d016b412df3bd9bb and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/26/269cab49cd15a5c322a408615654a853 b/wb_unity_pro_2/Library/Artifacts/26/269cab49cd15a5c322a408615654a853
deleted file mode 100644
index 5c3913f6..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/26/269cab49cd15a5c322a408615654a853 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/26/26bbd54773983eea422bee4fcf694c7e b/wb_unity_pro_2/Library/Artifacts/26/26bbd54773983eea422bee4fcf694c7e
deleted file mode 100644
index 8c277b5e..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/26/26bbd54773983eea422bee4fcf694c7e and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/26/26e4a4ce19baf7aae8c914e9079a0fe1 b/wb_unity_pro_2/Library/Artifacts/26/26e4a4ce19baf7aae8c914e9079a0fe1
deleted file mode 100644
index 7be71b97..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/26/26e4a4ce19baf7aae8c914e9079a0fe1 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/26/26e94dcd55f7f72a41d0a4dc5422354f b/wb_unity_pro_2/Library/Artifacts/26/26e94dcd55f7f72a41d0a4dc5422354f
deleted file mode 100644
index 3484f821..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/26/26e94dcd55f7f72a41d0a4dc5422354f and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/26/26fa11d770fec688d88b0b3873023d34 b/wb_unity_pro_2/Library/Artifacts/26/26fa11d770fec688d88b0b3873023d34
deleted file mode 100644
index 0df35cde..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/26/26fa11d770fec688d88b0b3873023d34 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/27/272ed6db5825c56d6c3e294dde88a026 b/wb_unity_pro_2/Library/Artifacts/27/272ed6db5825c56d6c3e294dde88a026
deleted file mode 100644
index bd3d7dfe..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/27/272ed6db5825c56d6c3e294dde88a026 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/27/2747c0c9bce7f4aa3b3845c24b6aa5ca b/wb_unity_pro_2/Library/Artifacts/27/2747c0c9bce7f4aa3b3845c24b6aa5ca
deleted file mode 100644
index 2dc1953c..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/27/2747c0c9bce7f4aa3b3845c24b6aa5ca and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/27/276f7659b783403a3db5f6630e52ad46 b/wb_unity_pro_2/Library/Artifacts/27/276f7659b783403a3db5f6630e52ad46
deleted file mode 100644
index ac448ad4..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/27/276f7659b783403a3db5f6630e52ad46 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/27/278f5e334836a75e257bdc9c65d1dcee b/wb_unity_pro_2/Library/Artifacts/27/278f5e334836a75e257bdc9c65d1dcee
deleted file mode 100644
index 8c8678a9..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/27/278f5e334836a75e257bdc9c65d1dcee and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/27/27956e6b84780497cd6cc1040fd9c8a1 b/wb_unity_pro_2/Library/Artifacts/27/27956e6b84780497cd6cc1040fd9c8a1
deleted file mode 100644
index f91181dd..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/27/27956e6b84780497cd6cc1040fd9c8a1 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/27/27f85a43850546dcb24c538938007302 b/wb_unity_pro_2/Library/Artifacts/27/27f85a43850546dcb24c538938007302
deleted file mode 100644
index a5046c55..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/27/27f85a43850546dcb24c538938007302 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/28/2815fa1af1de6abb3e7361ca3b955ae3 b/wb_unity_pro_2/Library/Artifacts/28/2815fa1af1de6abb3e7361ca3b955ae3
deleted file mode 100644
index 00a21b32..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/28/2815fa1af1de6abb3e7361ca3b955ae3 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/28/281aa05c1cfc9fb95d4088d7790dd065 b/wb_unity_pro_2/Library/Artifacts/28/281aa05c1cfc9fb95d4088d7790dd065
deleted file mode 100644
index 8e146caa..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/28/281aa05c1cfc9fb95d4088d7790dd065 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/28/2849702dfb9abc2cd8edf3afd74747d7 b/wb_unity_pro_2/Library/Artifacts/28/2849702dfb9abc2cd8edf3afd74747d7
deleted file mode 100644
index 114bb8a9..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/28/2849702dfb9abc2cd8edf3afd74747d7 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/28/2853501552dd560f1dec8f8619330bf6 b/wb_unity_pro_2/Library/Artifacts/28/2853501552dd560f1dec8f8619330bf6
deleted file mode 100644
index 6b6f2446..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/28/2853501552dd560f1dec8f8619330bf6 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/28/286e0e7be6b33da2df04bb31054213a4 b/wb_unity_pro_2/Library/Artifacts/28/286e0e7be6b33da2df04bb31054213a4
deleted file mode 100644
index 32ef0e0e..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/28/286e0e7be6b33da2df04bb31054213a4 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/28/287af9a47e1f338d662babd7add4f33a b/wb_unity_pro_2/Library/Artifacts/28/287af9a47e1f338d662babd7add4f33a
deleted file mode 100644
index dff2a111..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/28/287af9a47e1f338d662babd7add4f33a and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/28/28913b0356ae9c069b121a668fb6391d b/wb_unity_pro_2/Library/Artifacts/28/28913b0356ae9c069b121a668fb6391d
deleted file mode 100644
index 6deb3a66..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/28/28913b0356ae9c069b121a668fb6391d and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/28/2897ab81e15e02a63f070a0a3cc4f76f b/wb_unity_pro_2/Library/Artifacts/28/2897ab81e15e02a63f070a0a3cc4f76f
deleted file mode 100644
index 16a481a9..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/28/2897ab81e15e02a63f070a0a3cc4f76f and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/28/28bbb6cb9cb66c8402a43ef95fc22241 b/wb_unity_pro_2/Library/Artifacts/28/28bbb6cb9cb66c8402a43ef95fc22241
deleted file mode 100644
index e4bd3cac..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/28/28bbb6cb9cb66c8402a43ef95fc22241 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/28/28ef38e9e80ecce089f9b500f7b7738e b/wb_unity_pro_2/Library/Artifacts/28/28ef38e9e80ecce089f9b500f7b7738e
deleted file mode 100644
index 6c331f67..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/28/28ef38e9e80ecce089f9b500f7b7738e and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/28/28f199ec7cd03f3d403128d495554c83 b/wb_unity_pro_2/Library/Artifacts/28/28f199ec7cd03f3d403128d495554c83
deleted file mode 100644
index 24992385..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/28/28f199ec7cd03f3d403128d495554c83 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/29/2908ed7446849afb3aea2f968443f3b2 b/wb_unity_pro_2/Library/Artifacts/29/2908ed7446849afb3aea2f968443f3b2
deleted file mode 100644
index 60beb275..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/29/2908ed7446849afb3aea2f968443f3b2 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/29/29887b81ca8ec4fe9b94eb9e5478a8cd b/wb_unity_pro_2/Library/Artifacts/29/29887b81ca8ec4fe9b94eb9e5478a8cd
deleted file mode 100644
index 91b89658..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/29/29887b81ca8ec4fe9b94eb9e5478a8cd and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/29/2997b1df49ddff0e8d5bae282823b63d b/wb_unity_pro_2/Library/Artifacts/29/2997b1df49ddff0e8d5bae282823b63d
deleted file mode 100644
index 453b9108..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/29/2997b1df49ddff0e8d5bae282823b63d and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/29/29a18d68268c889287599e7931f94dd4 b/wb_unity_pro_2/Library/Artifacts/29/29a18d68268c889287599e7931f94dd4
deleted file mode 100644
index 2abb6fd0..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/29/29a18d68268c889287599e7931f94dd4 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/29/29a42a3a6ea764006da9f50643c80c94 b/wb_unity_pro_2/Library/Artifacts/29/29a42a3a6ea764006da9f50643c80c94
deleted file mode 100644
index bc168d3c..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/29/29a42a3a6ea764006da9f50643c80c94 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/29/29bc59c419b5aaaaa550e2eae3e5f22e b/wb_unity_pro_2/Library/Artifacts/29/29bc59c419b5aaaaa550e2eae3e5f22e
deleted file mode 100644
index c89b21c5..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/29/29bc59c419b5aaaaa550e2eae3e5f22e and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/2a/2a1b536ecf630f1651b3560f89ec2419 b/wb_unity_pro_2/Library/Artifacts/2a/2a1b536ecf630f1651b3560f89ec2419
deleted file mode 100644
index 26a0096c..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/2a/2a1b536ecf630f1651b3560f89ec2419 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/2a/2a1d73598bcb17c3419eb83333ca38a4 b/wb_unity_pro_2/Library/Artifacts/2a/2a1d73598bcb17c3419eb83333ca38a4
deleted file mode 100644
index 4a622c61..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/2a/2a1d73598bcb17c3419eb83333ca38a4 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/2a/2a2cc2d736757059e06f7b1c34e2873a b/wb_unity_pro_2/Library/Artifacts/2a/2a2cc2d736757059e06f7b1c34e2873a
deleted file mode 100644
index cff4eb68..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/2a/2a2cc2d736757059e06f7b1c34e2873a and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/2a/2a414c7798d416c4eff594f0b6e515eb b/wb_unity_pro_2/Library/Artifacts/2a/2a414c7798d416c4eff594f0b6e515eb
deleted file mode 100644
index d2b0d2c7..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/2a/2a414c7798d416c4eff594f0b6e515eb and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/2a/2a5f9060b68326a0a8615f45422403a8 b/wb_unity_pro_2/Library/Artifacts/2a/2a5f9060b68326a0a8615f45422403a8
deleted file mode 100644
index b54848c5..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/2a/2a5f9060b68326a0a8615f45422403a8 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/2a/2a63bac5a8e1c007be719af0e4a8dafa b/wb_unity_pro_2/Library/Artifacts/2a/2a63bac5a8e1c007be719af0e4a8dafa
deleted file mode 100644
index 0329170f..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/2a/2a63bac5a8e1c007be719af0e4a8dafa and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/2a/2a6602c1ff2a2eb98ca951a47bff0980 b/wb_unity_pro_2/Library/Artifacts/2a/2a6602c1ff2a2eb98ca951a47bff0980
deleted file mode 100644
index 144e4439..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/2a/2a6602c1ff2a2eb98ca951a47bff0980 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/2a/2a8374195f71211a7ec5637231734102 b/wb_unity_pro_2/Library/Artifacts/2a/2a8374195f71211a7ec5637231734102
deleted file mode 100644
index aab6c712..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/2a/2a8374195f71211a7ec5637231734102 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/2a/2a86c79f1c3e45fc3f76b0d802f721e9 b/wb_unity_pro_2/Library/Artifacts/2a/2a86c79f1c3e45fc3f76b0d802f721e9
deleted file mode 100644
index bc1a131d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/2a/2a86c79f1c3e45fc3f76b0d802f721e9 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/2a/2a906d1f4262debe331a33bb142b7529 b/wb_unity_pro_2/Library/Artifacts/2a/2a906d1f4262debe331a33bb142b7529
deleted file mode 100644
index e78d0943..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/2a/2a906d1f4262debe331a33bb142b7529 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/2a/2a9eba6b1429dbc71bbc06d5d42a4339 b/wb_unity_pro_2/Library/Artifacts/2a/2a9eba6b1429dbc71bbc06d5d42a4339
deleted file mode 100644
index a3fc6e83..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/2a/2a9eba6b1429dbc71bbc06d5d42a4339 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/2a/2aed53b3be13a06e9ccce5c4d5ce0d51 b/wb_unity_pro_2/Library/Artifacts/2a/2aed53b3be13a06e9ccce5c4d5ce0d51
deleted file mode 100644
index d05da56b..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/2a/2aed53b3be13a06e9ccce5c4d5ce0d51 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/2a/2af4caa09c7cc867f71da9e48b60bbf7 b/wb_unity_pro_2/Library/Artifacts/2a/2af4caa09c7cc867f71da9e48b60bbf7
deleted file mode 100644
index 4c977456..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/2a/2af4caa09c7cc867f71da9e48b60bbf7 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/2a/2af9b3a68b9109bb3e2c29ae9d788d81 b/wb_unity_pro_2/Library/Artifacts/2a/2af9b3a68b9109bb3e2c29ae9d788d81
deleted file mode 100644
index d774e04e..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/2a/2af9b3a68b9109bb3e2c29ae9d788d81 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/2b/2b02e9ccf648893461f895fc8d0c0584 b/wb_unity_pro_2/Library/Artifacts/2b/2b02e9ccf648893461f895fc8d0c0584
deleted file mode 100644
index 0b2bc5f2..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/2b/2b02e9ccf648893461f895fc8d0c0584 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/2b/2b0c3d3650cae61c53604561ba0baaa4 b/wb_unity_pro_2/Library/Artifacts/2b/2b0c3d3650cae61c53604561ba0baaa4
deleted file mode 100644
index 95bd6530..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/2b/2b0c3d3650cae61c53604561ba0baaa4 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/2b/2b420e6446a52e8b5765180bff927889 b/wb_unity_pro_2/Library/Artifacts/2b/2b420e6446a52e8b5765180bff927889
deleted file mode 100644
index fa424b57..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/2b/2b420e6446a52e8b5765180bff927889 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/2b/2b46cb272384054d88b6ee77235024af b/wb_unity_pro_2/Library/Artifacts/2b/2b46cb272384054d88b6ee77235024af
deleted file mode 100644
index 3486c7d5..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/2b/2b46cb272384054d88b6ee77235024af and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/2b/2b4ab03cc0bcbcba16a57f79024d9a30 b/wb_unity_pro_2/Library/Artifacts/2b/2b4ab03cc0bcbcba16a57f79024d9a30
deleted file mode 100644
index 196f35e1..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/2b/2b4ab03cc0bcbcba16a57f79024d9a30 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/2b/2b68d141fc265f3654d327aa0a6ff9eb b/wb_unity_pro_2/Library/Artifacts/2b/2b68d141fc265f3654d327aa0a6ff9eb
deleted file mode 100644
index 20f2153c..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/2b/2b68d141fc265f3654d327aa0a6ff9eb and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/2b/2b7efa913c46b8d4eadba91e1c18ba7c b/wb_unity_pro_2/Library/Artifacts/2b/2b7efa913c46b8d4eadba91e1c18ba7c
deleted file mode 100644
index a610341d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/2b/2b7efa913c46b8d4eadba91e1c18ba7c and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/2b/2b86e4cd3489fdccada5b5b887e298d8 b/wb_unity_pro_2/Library/Artifacts/2b/2b86e4cd3489fdccada5b5b887e298d8
deleted file mode 100644
index 149adb88..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/2b/2b86e4cd3489fdccada5b5b887e298d8 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/2b/2b89bd250b17e02cf4a1c1c74d98745b b/wb_unity_pro_2/Library/Artifacts/2b/2b89bd250b17e02cf4a1c1c74d98745b
deleted file mode 100644
index e8beb895..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/2b/2b89bd250b17e02cf4a1c1c74d98745b and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/2b/2b90749fec8eeb6a2cb4a6dd37bce5d2 b/wb_unity_pro_2/Library/Artifacts/2b/2b90749fec8eeb6a2cb4a6dd37bce5d2
deleted file mode 100644
index 0ea35855..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/2b/2b90749fec8eeb6a2cb4a6dd37bce5d2 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/2b/2ba53de341246765374d499e9f70a4f2 b/wb_unity_pro_2/Library/Artifacts/2b/2ba53de341246765374d499e9f70a4f2
deleted file mode 100644
index 7505240c..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/2b/2ba53de341246765374d499e9f70a4f2 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/2b/2be915df55f068e5d92ea01709d4619a b/wb_unity_pro_2/Library/Artifacts/2b/2be915df55f068e5d92ea01709d4619a
deleted file mode 100644
index 74c97fb1..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/2b/2be915df55f068e5d92ea01709d4619a and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/2b/2bfcbd441cbdb2e42797c3c9f1f9ff8b b/wb_unity_pro_2/Library/Artifacts/2b/2bfcbd441cbdb2e42797c3c9f1f9ff8b
deleted file mode 100644
index 7bd0eb7a..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/2b/2bfcbd441cbdb2e42797c3c9f1f9ff8b and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/2c/2c178dc36475dcde05abe830ec65fd5d b/wb_unity_pro_2/Library/Artifacts/2c/2c178dc36475dcde05abe830ec65fd5d
deleted file mode 100644
index fb3d3354..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/2c/2c178dc36475dcde05abe830ec65fd5d and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/2c/2c31de1b891b6a13b02c82507f2b32b5 b/wb_unity_pro_2/Library/Artifacts/2c/2c31de1b891b6a13b02c82507f2b32b5
deleted file mode 100644
index 73f412e0..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/2c/2c31de1b891b6a13b02c82507f2b32b5 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/2c/2c3cf6006c6b3926032a2de0856bb72b b/wb_unity_pro_2/Library/Artifacts/2c/2c3cf6006c6b3926032a2de0856bb72b
deleted file mode 100644
index ae6532fe..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/2c/2c3cf6006c6b3926032a2de0856bb72b and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/2c/2c5fd27b4c265bc958452b4845502b26 b/wb_unity_pro_2/Library/Artifacts/2c/2c5fd27b4c265bc958452b4845502b26
deleted file mode 100644
index 51c7ba1d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/2c/2c5fd27b4c265bc958452b4845502b26 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/2c/2c604bba05cd3fe7b7f0efe5d7a2b29f b/wb_unity_pro_2/Library/Artifacts/2c/2c604bba05cd3fe7b7f0efe5d7a2b29f
deleted file mode 100644
index b896f9c6..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/2c/2c604bba05cd3fe7b7f0efe5d7a2b29f and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/2c/2c672c2c04763ff8262baa027b47a405 b/wb_unity_pro_2/Library/Artifacts/2c/2c672c2c04763ff8262baa027b47a405
deleted file mode 100644
index 4634875f..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/2c/2c672c2c04763ff8262baa027b47a405 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/2c/2c909056bb65028d991b2f3fee6f6621 b/wb_unity_pro_2/Library/Artifacts/2c/2c909056bb65028d991b2f3fee6f6621
deleted file mode 100644
index 5dbc6195..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/2c/2c909056bb65028d991b2f3fee6f6621 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/2c/2c943fe565edcd8b11ff7df49ac8501a b/wb_unity_pro_2/Library/Artifacts/2c/2c943fe565edcd8b11ff7df49ac8501a
deleted file mode 100644
index 382e68e7..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/2c/2c943fe565edcd8b11ff7df49ac8501a and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/2c/2c9c30d7fdb0859ac82655d3d1fccad0 b/wb_unity_pro_2/Library/Artifacts/2c/2c9c30d7fdb0859ac82655d3d1fccad0
deleted file mode 100644
index f086d3a2..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/2c/2c9c30d7fdb0859ac82655d3d1fccad0 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/2c/2ca8958f6812ba6d63711eec1d5a5d54 b/wb_unity_pro_2/Library/Artifacts/2c/2ca8958f6812ba6d63711eec1d5a5d54
deleted file mode 100644
index b76de65a..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/2c/2ca8958f6812ba6d63711eec1d5a5d54 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/2c/2cb00a2c4d93f11c17c55006fff1c69f b/wb_unity_pro_2/Library/Artifacts/2c/2cb00a2c4d93f11c17c55006fff1c69f
deleted file mode 100644
index 5f3acedb..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/2c/2cb00a2c4d93f11c17c55006fff1c69f and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/2c/2ce16f673045e605026e355575b1fcca b/wb_unity_pro_2/Library/Artifacts/2c/2ce16f673045e605026e355575b1fcca
deleted file mode 100644
index 85d54452..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/2c/2ce16f673045e605026e355575b1fcca and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/2c/2ce39ce7022746f8194d95b4cdf149a4 b/wb_unity_pro_2/Library/Artifacts/2c/2ce39ce7022746f8194d95b4cdf149a4
deleted file mode 100644
index 842854cc..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/2c/2ce39ce7022746f8194d95b4cdf149a4 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/2c/2ceeff5f081a583ee08069b4d693b23a b/wb_unity_pro_2/Library/Artifacts/2c/2ceeff5f081a583ee08069b4d693b23a
deleted file mode 100644
index 68dce673..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/2c/2ceeff5f081a583ee08069b4d693b23a and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/2c/2cfcde0c3d75f21f86097395c30bd6b6 b/wb_unity_pro_2/Library/Artifacts/2c/2cfcde0c3d75f21f86097395c30bd6b6
deleted file mode 100644
index a0fbd0b3..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/2c/2cfcde0c3d75f21f86097395c30bd6b6 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/2c/2cfd08218f7ae98a5b6f8781029fa6da b/wb_unity_pro_2/Library/Artifacts/2c/2cfd08218f7ae98a5b6f8781029fa6da
deleted file mode 100644
index 1f02948e..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/2c/2cfd08218f7ae98a5b6f8781029fa6da and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/2d/2d0a6b5d6b25ea51d57be9ff301b9d92 b/wb_unity_pro_2/Library/Artifacts/2d/2d0a6b5d6b25ea51d57be9ff301b9d92
deleted file mode 100644
index 1db3dbb7..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/2d/2d0a6b5d6b25ea51d57be9ff301b9d92 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/2d/2d0de1cc9058d88d1fa05b6443b2e2c6 b/wb_unity_pro_2/Library/Artifacts/2d/2d0de1cc9058d88d1fa05b6443b2e2c6
deleted file mode 100644
index e2ff146c..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/2d/2d0de1cc9058d88d1fa05b6443b2e2c6 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/2d/2d16ce058c7887cfcbd51f3aceaa9bcc b/wb_unity_pro_2/Library/Artifacts/2d/2d16ce058c7887cfcbd51f3aceaa9bcc
deleted file mode 100644
index 91cd933b..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/2d/2d16ce058c7887cfcbd51f3aceaa9bcc and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/2d/2d469bb277d102f3c5aede2ec00c90d7 b/wb_unity_pro_2/Library/Artifacts/2d/2d469bb277d102f3c5aede2ec00c90d7
deleted file mode 100644
index fba8d9ef..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/2d/2d469bb277d102f3c5aede2ec00c90d7 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/2d/2d7d6d37f1ac31502da583179e09906d b/wb_unity_pro_2/Library/Artifacts/2d/2d7d6d37f1ac31502da583179e09906d
deleted file mode 100644
index 20e82573..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/2d/2d7d6d37f1ac31502da583179e09906d and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/2d/2d8ea3015b9ca404c452455d06485805 b/wb_unity_pro_2/Library/Artifacts/2d/2d8ea3015b9ca404c452455d06485805
deleted file mode 100644
index eebdb233..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/2d/2d8ea3015b9ca404c452455d06485805 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/2d/2d9cc8d8ceea20b771b2245144a9c15a b/wb_unity_pro_2/Library/Artifacts/2d/2d9cc8d8ceea20b771b2245144a9c15a
deleted file mode 100644
index a29001d4..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/2d/2d9cc8d8ceea20b771b2245144a9c15a and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/2d/2dba80ad22bee415e753e62db68932a0 b/wb_unity_pro_2/Library/Artifacts/2d/2dba80ad22bee415e753e62db68932a0
deleted file mode 100644
index 13cf4c2d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/2d/2dba80ad22bee415e753e62db68932a0 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/2d/2dda08a568428d7fabe913436d56fa60 b/wb_unity_pro_2/Library/Artifacts/2d/2dda08a568428d7fabe913436d56fa60
deleted file mode 100644
index fe722b51..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/2d/2dda08a568428d7fabe913436d56fa60 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/2e/2e0d62a99ba5b1e0bc3ea3a7f0318bca b/wb_unity_pro_2/Library/Artifacts/2e/2e0d62a99ba5b1e0bc3ea3a7f0318bca
deleted file mode 100644
index 4a7bb8db..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/2e/2e0d62a99ba5b1e0bc3ea3a7f0318bca and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/2e/2e103a1cb1e34fa7ea0e02ea84d114c1 b/wb_unity_pro_2/Library/Artifacts/2e/2e103a1cb1e34fa7ea0e02ea84d114c1
deleted file mode 100644
index d37498b9..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/2e/2e103a1cb1e34fa7ea0e02ea84d114c1 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/2e/2e1651ca73ee7c9c34ffc1322c4acfbf b/wb_unity_pro_2/Library/Artifacts/2e/2e1651ca73ee7c9c34ffc1322c4acfbf
deleted file mode 100644
index cec89c20..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/2e/2e1651ca73ee7c9c34ffc1322c4acfbf and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/2e/2e33b9df1a2d23038d9017de6e4e1352 b/wb_unity_pro_2/Library/Artifacts/2e/2e33b9df1a2d23038d9017de6e4e1352
deleted file mode 100644
index e103637e..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/2e/2e33b9df1a2d23038d9017de6e4e1352 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/2e/2e3a0776d0ddf252ba3685981c7faa40 b/wb_unity_pro_2/Library/Artifacts/2e/2e3a0776d0ddf252ba3685981c7faa40
deleted file mode 100644
index cb2ecbc3..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/2e/2e3a0776d0ddf252ba3685981c7faa40 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/2e/2e81f887d1887850de143c1fd6a5a915 b/wb_unity_pro_2/Library/Artifacts/2e/2e81f887d1887850de143c1fd6a5a915
deleted file mode 100644
index a39475b0..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/2e/2e81f887d1887850de143c1fd6a5a915 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/2e/2eb0988a0f968d7cf20462292a5634d7 b/wb_unity_pro_2/Library/Artifacts/2e/2eb0988a0f968d7cf20462292a5634d7
deleted file mode 100644
index bc852516..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/2e/2eb0988a0f968d7cf20462292a5634d7 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/2e/2edc020e2bca4a9c223d5c099922f489 b/wb_unity_pro_2/Library/Artifacts/2e/2edc020e2bca4a9c223d5c099922f489
deleted file mode 100644
index 06ba76ac..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/2e/2edc020e2bca4a9c223d5c099922f489 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/2e/2edce5b49db8812f67a3befbdeb3a17d b/wb_unity_pro_2/Library/Artifacts/2e/2edce5b49db8812f67a3befbdeb3a17d
deleted file mode 100644
index b45fb0ac..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/2e/2edce5b49db8812f67a3befbdeb3a17d and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/2e/2ee0ac4512b7de4eb61f7c2c19787237 b/wb_unity_pro_2/Library/Artifacts/2e/2ee0ac4512b7de4eb61f7c2c19787237
deleted file mode 100644
index 6c92c018..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/2e/2ee0ac4512b7de4eb61f7c2c19787237 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/2e/2ee745d00670b326294a73022ace1e30 b/wb_unity_pro_2/Library/Artifacts/2e/2ee745d00670b326294a73022ace1e30
deleted file mode 100644
index 48e2105a..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/2e/2ee745d00670b326294a73022ace1e30 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/2e/2eee7fa1b95780a1ca0ef4351d6781d4 b/wb_unity_pro_2/Library/Artifacts/2e/2eee7fa1b95780a1ca0ef4351d6781d4
deleted file mode 100644
index 1f886af3..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/2e/2eee7fa1b95780a1ca0ef4351d6781d4 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/2f/2f0262a6af08709ba7eac821cb1f8387 b/wb_unity_pro_2/Library/Artifacts/2f/2f0262a6af08709ba7eac821cb1f8387
deleted file mode 100644
index be85e94b..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/2f/2f0262a6af08709ba7eac821cb1f8387 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/2f/2f179d21f0b895547bb266456931e801 b/wb_unity_pro_2/Library/Artifacts/2f/2f179d21f0b895547bb266456931e801
deleted file mode 100644
index a8af2f67..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/2f/2f179d21f0b895547bb266456931e801 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/2f/2f20b1372c10c6a6df620d80d0f80f23 b/wb_unity_pro_2/Library/Artifacts/2f/2f20b1372c10c6a6df620d80d0f80f23
deleted file mode 100644
index b68f30d7..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/2f/2f20b1372c10c6a6df620d80d0f80f23 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/2f/2f43b470e9876a9db947555fdb87023e b/wb_unity_pro_2/Library/Artifacts/2f/2f43b470e9876a9db947555fdb87023e
deleted file mode 100644
index 7a83b712..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/2f/2f43b470e9876a9db947555fdb87023e and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/2f/2f55cd0b9baade961062dbbc38fcc497 b/wb_unity_pro_2/Library/Artifacts/2f/2f55cd0b9baade961062dbbc38fcc497
deleted file mode 100644
index 055be73d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/2f/2f55cd0b9baade961062dbbc38fcc497 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/2f/2f59e28da62fa47be64f08ee2e9669dd b/wb_unity_pro_2/Library/Artifacts/2f/2f59e28da62fa47be64f08ee2e9669dd
deleted file mode 100644
index 1d0cddd6..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/2f/2f59e28da62fa47be64f08ee2e9669dd and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/2f/2f9b215cfc081c656c6195ae48647f5f b/wb_unity_pro_2/Library/Artifacts/2f/2f9b215cfc081c656c6195ae48647f5f
deleted file mode 100644
index aec9f094..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/2f/2f9b215cfc081c656c6195ae48647f5f and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/2f/2f9d060d1b4ddbf1ee62437d247334f2 b/wb_unity_pro_2/Library/Artifacts/2f/2f9d060d1b4ddbf1ee62437d247334f2
deleted file mode 100644
index 26bb63e0..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/2f/2f9d060d1b4ddbf1ee62437d247334f2 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/2f/2fdf74ade9394f6d53419197f7c60116 b/wb_unity_pro_2/Library/Artifacts/2f/2fdf74ade9394f6d53419197f7c60116
deleted file mode 100644
index 9b180f29..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/2f/2fdf74ade9394f6d53419197f7c60116 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/30/300db3b9ad92166151e6f239b5d77237 b/wb_unity_pro_2/Library/Artifacts/30/300db3b9ad92166151e6f239b5d77237
deleted file mode 100644
index 568fd292..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/30/300db3b9ad92166151e6f239b5d77237 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/30/3010adb9dd622e5eb2094b58a47fe90a b/wb_unity_pro_2/Library/Artifacts/30/3010adb9dd622e5eb2094b58a47fe90a
deleted file mode 100644
index 5dfa9ecd..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/30/3010adb9dd622e5eb2094b58a47fe90a and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/30/302632d990ad838545d09163ffdbaea3 b/wb_unity_pro_2/Library/Artifacts/30/302632d990ad838545d09163ffdbaea3
deleted file mode 100644
index 8adb0b90..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/30/302632d990ad838545d09163ffdbaea3 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/30/30308b90b34d9734eef523a55c3063d6 b/wb_unity_pro_2/Library/Artifacts/30/30308b90b34d9734eef523a55c3063d6
deleted file mode 100644
index d971320c..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/30/30308b90b34d9734eef523a55c3063d6 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/30/30526f37149a2c6a4f209cd0d3a008ca b/wb_unity_pro_2/Library/Artifacts/30/30526f37149a2c6a4f209cd0d3a008ca
deleted file mode 100644
index eacb97fc..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/30/30526f37149a2c6a4f209cd0d3a008ca and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/30/3064a73b02de65e8980400493907d42e b/wb_unity_pro_2/Library/Artifacts/30/3064a73b02de65e8980400493907d42e
deleted file mode 100644
index 0ab05786..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/30/3064a73b02de65e8980400493907d42e and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/30/30680eecb44b69330a358d061c3a4b5d b/wb_unity_pro_2/Library/Artifacts/30/30680eecb44b69330a358d061c3a4b5d
deleted file mode 100644
index 80827486..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/30/30680eecb44b69330a358d061c3a4b5d and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/30/306a7306819c80034446352c695b8f59 b/wb_unity_pro_2/Library/Artifacts/30/306a7306819c80034446352c695b8f59
deleted file mode 100644
index 32493e6c..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/30/306a7306819c80034446352c695b8f59 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/30/30994abef6818c8a18cb5a871b9bfb09 b/wb_unity_pro_2/Library/Artifacts/30/30994abef6818c8a18cb5a871b9bfb09
deleted file mode 100644
index 3551b090..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/30/30994abef6818c8a18cb5a871b9bfb09 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/30/309e0989926b3cbe261c01dc89746331 b/wb_unity_pro_2/Library/Artifacts/30/309e0989926b3cbe261c01dc89746331
deleted file mode 100644
index dad356c1..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/30/309e0989926b3cbe261c01dc89746331 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/30/30a2511fc9aa8641a5051f7ab33f65ba b/wb_unity_pro_2/Library/Artifacts/30/30a2511fc9aa8641a5051f7ab33f65ba
deleted file mode 100644
index bb0f4beb..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/30/30a2511fc9aa8641a5051f7ab33f65ba and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/30/30a2e2664fcc58ee3737754794f7937f b/wb_unity_pro_2/Library/Artifacts/30/30a2e2664fcc58ee3737754794f7937f
deleted file mode 100644
index b1759b3b..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/30/30a2e2664fcc58ee3737754794f7937f and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/30/30b9094ddb4de3196c64ca8889afa619 b/wb_unity_pro_2/Library/Artifacts/30/30b9094ddb4de3196c64ca8889afa619
deleted file mode 100644
index 57164d68..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/30/30b9094ddb4de3196c64ca8889afa619 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/30/30c7d838f1e2fd8a922d3b3dc6a0362d b/wb_unity_pro_2/Library/Artifacts/30/30c7d838f1e2fd8a922d3b3dc6a0362d
deleted file mode 100644
index ac218880..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/30/30c7d838f1e2fd8a922d3b3dc6a0362d and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/30/30ca59b0c4d2230320f341836541e8d2 b/wb_unity_pro_2/Library/Artifacts/30/30ca59b0c4d2230320f341836541e8d2
deleted file mode 100644
index 6c3ec1ea..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/30/30ca59b0c4d2230320f341836541e8d2 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/31/3102302b8d0651dc36d60160a15693dd b/wb_unity_pro_2/Library/Artifacts/31/3102302b8d0651dc36d60160a15693dd
deleted file mode 100644
index 6323c839..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/31/3102302b8d0651dc36d60160a15693dd and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/31/31472c3f293851b839c75b47dcc85047 b/wb_unity_pro_2/Library/Artifacts/31/31472c3f293851b839c75b47dcc85047
deleted file mode 100644
index 9072a588..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/31/31472c3f293851b839c75b47dcc85047 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/31/31b5604e98e2849d646bbc61983cf02a b/wb_unity_pro_2/Library/Artifacts/31/31b5604e98e2849d646bbc61983cf02a
deleted file mode 100644
index d7650403..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/31/31b5604e98e2849d646bbc61983cf02a and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/31/31d1f7ba99e16b255c6daa334a8f37a8 b/wb_unity_pro_2/Library/Artifacts/31/31d1f7ba99e16b255c6daa334a8f37a8
deleted file mode 100644
index 82435fca..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/31/31d1f7ba99e16b255c6daa334a8f37a8 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/31/31d9a624f0bce08a807e3584bdcfc3ce b/wb_unity_pro_2/Library/Artifacts/31/31d9a624f0bce08a807e3584bdcfc3ce
deleted file mode 100644
index 5a464a51..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/31/31d9a624f0bce08a807e3584bdcfc3ce and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/31/31f1e7887b359d2430ef76978d537dc4 b/wb_unity_pro_2/Library/Artifacts/31/31f1e7887b359d2430ef76978d537dc4
deleted file mode 100644
index 62d6c30d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/31/31f1e7887b359d2430ef76978d537dc4 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/32/3204833dfd26520ecedfa7f0dbf89d0c b/wb_unity_pro_2/Library/Artifacts/32/3204833dfd26520ecedfa7f0dbf89d0c
deleted file mode 100644
index 6f972d40..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/32/3204833dfd26520ecedfa7f0dbf89d0c and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/32/32151f8dfdd884d101c7f1e475bee60e b/wb_unity_pro_2/Library/Artifacts/32/32151f8dfdd884d101c7f1e475bee60e
deleted file mode 100644
index 28ce18a4..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/32/32151f8dfdd884d101c7f1e475bee60e and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/32/3228b84a7c986f56ad7a961f5f3d782d b/wb_unity_pro_2/Library/Artifacts/32/3228b84a7c986f56ad7a961f5f3d782d
deleted file mode 100644
index d3f87147..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/32/3228b84a7c986f56ad7a961f5f3d782d and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/32/322cfc40b87426fd2830d03203c39b98 b/wb_unity_pro_2/Library/Artifacts/32/322cfc40b87426fd2830d03203c39b98
deleted file mode 100644
index f2ee0c49..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/32/322cfc40b87426fd2830d03203c39b98 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/32/323bd703e1d82f6935553bf15a154546 b/wb_unity_pro_2/Library/Artifacts/32/323bd703e1d82f6935553bf15a154546
deleted file mode 100644
index 69588d19..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/32/323bd703e1d82f6935553bf15a154546 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/32/324274bffff14abbce409485d7e09849 b/wb_unity_pro_2/Library/Artifacts/32/324274bffff14abbce409485d7e09849
deleted file mode 100644
index 03106989..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/32/324274bffff14abbce409485d7e09849 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/32/324a6e3c597e25bb397c8fbed8084cc8 b/wb_unity_pro_2/Library/Artifacts/32/324a6e3c597e25bb397c8fbed8084cc8
deleted file mode 100644
index 90de3f08..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/32/324a6e3c597e25bb397c8fbed8084cc8 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/32/324b026f930eb4466cd8b09bb1a10985 b/wb_unity_pro_2/Library/Artifacts/32/324b026f930eb4466cd8b09bb1a10985
deleted file mode 100644
index c4e88dbf..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/32/324b026f930eb4466cd8b09bb1a10985 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/32/3255057ab3ce04975b32dfcb2558891a b/wb_unity_pro_2/Library/Artifacts/32/3255057ab3ce04975b32dfcb2558891a
deleted file mode 100644
index d41bc965..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/32/3255057ab3ce04975b32dfcb2558891a and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/32/325c7c93b697e0a6de1552f092ac5826 b/wb_unity_pro_2/Library/Artifacts/32/325c7c93b697e0a6de1552f092ac5826
deleted file mode 100644
index 3f73a74a..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/32/325c7c93b697e0a6de1552f092ac5826 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/32/326d374469315305ebba4a06dcfb8d18 b/wb_unity_pro_2/Library/Artifacts/32/326d374469315305ebba4a06dcfb8d18
deleted file mode 100644
index 7f4a83d3..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/32/326d374469315305ebba4a06dcfb8d18 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/32/329b6e550d99469342d44f9546b52a03 b/wb_unity_pro_2/Library/Artifacts/32/329b6e550d99469342d44f9546b52a03
deleted file mode 100644
index 83b19ee3..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/32/329b6e550d99469342d44f9546b52a03 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/32/32a059c14ceb10d54e31920e8c987264 b/wb_unity_pro_2/Library/Artifacts/32/32a059c14ceb10d54e31920e8c987264
deleted file mode 100644
index 80d5c7eb..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/32/32a059c14ceb10d54e31920e8c987264 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/32/32a9a8cbf0c8a3eb38ef9b7ee5cbfeb1 b/wb_unity_pro_2/Library/Artifacts/32/32a9a8cbf0c8a3eb38ef9b7ee5cbfeb1
deleted file mode 100644
index 012cce11..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/32/32a9a8cbf0c8a3eb38ef9b7ee5cbfeb1 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/32/32a9d4403565b01a83bc858c58f9fccb b/wb_unity_pro_2/Library/Artifacts/32/32a9d4403565b01a83bc858c58f9fccb
deleted file mode 100644
index 1ab0aebe..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/32/32a9d4403565b01a83bc858c58f9fccb and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/32/32b1a58b1c9409bf5e456868f6395814 b/wb_unity_pro_2/Library/Artifacts/32/32b1a58b1c9409bf5e456868f6395814
deleted file mode 100644
index b6ef9546..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/32/32b1a58b1c9409bf5e456868f6395814 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/32/32fba4d6d6119276b09e64ab374f185b b/wb_unity_pro_2/Library/Artifacts/32/32fba4d6d6119276b09e64ab374f185b
deleted file mode 100644
index 9865a2f9..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/32/32fba4d6d6119276b09e64ab374f185b and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/33/3319e912dd9c6d0e0d789b6c69c1df62 b/wb_unity_pro_2/Library/Artifacts/33/3319e912dd9c6d0e0d789b6c69c1df62
deleted file mode 100644
index 2e9ae5e3..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/33/3319e912dd9c6d0e0d789b6c69c1df62 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/33/332a5d42cf49bfba47060c93f61e32fc b/wb_unity_pro_2/Library/Artifacts/33/332a5d42cf49bfba47060c93f61e32fc
deleted file mode 100644
index 1e1c5760..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/33/332a5d42cf49bfba47060c93f61e32fc and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/33/3345e2f09eb66dfa4511a3144eb73d2f b/wb_unity_pro_2/Library/Artifacts/33/3345e2f09eb66dfa4511a3144eb73d2f
deleted file mode 100644
index cf157487..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/33/3345e2f09eb66dfa4511a3144eb73d2f and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/33/335561c1314b57338278eccd6a543197 b/wb_unity_pro_2/Library/Artifacts/33/335561c1314b57338278eccd6a543197
deleted file mode 100644
index 745f0ade..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/33/335561c1314b57338278eccd6a543197 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/33/335aa45ead9e9c7ed7b1d2445721d93e b/wb_unity_pro_2/Library/Artifacts/33/335aa45ead9e9c7ed7b1d2445721d93e
deleted file mode 100644
index b7086b24..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/33/335aa45ead9e9c7ed7b1d2445721d93e and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/33/336471c28fb06ed883a9bbaeea0142f3 b/wb_unity_pro_2/Library/Artifacts/33/336471c28fb06ed883a9bbaeea0142f3
deleted file mode 100644
index 1826daf6..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/33/336471c28fb06ed883a9bbaeea0142f3 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/33/33b4de8f9e8dad0f9d7ecdd8d44fadf6 b/wb_unity_pro_2/Library/Artifacts/33/33b4de8f9e8dad0f9d7ecdd8d44fadf6
deleted file mode 100644
index fe4b8be0..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/33/33b4de8f9e8dad0f9d7ecdd8d44fadf6 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/33/33b7f2dba2d6f9e95332664f82610367 b/wb_unity_pro_2/Library/Artifacts/33/33b7f2dba2d6f9e95332664f82610367
deleted file mode 100644
index bb6c2db9..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/33/33b7f2dba2d6f9e95332664f82610367 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/33/33f2d91d8360a8a52afc71989b93c568 b/wb_unity_pro_2/Library/Artifacts/33/33f2d91d8360a8a52afc71989b93c568
deleted file mode 100644
index a466046c..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/33/33f2d91d8360a8a52afc71989b93c568 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/33/33f31a98045a84390000e8d885397221 b/wb_unity_pro_2/Library/Artifacts/33/33f31a98045a84390000e8d885397221
deleted file mode 100644
index 69a6e7cc..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/33/33f31a98045a84390000e8d885397221 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/33/33f3fdf050fecfc17fb6e46bbcc43e16 b/wb_unity_pro_2/Library/Artifacts/33/33f3fdf050fecfc17fb6e46bbcc43e16
deleted file mode 100644
index 74d11fea..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/33/33f3fdf050fecfc17fb6e46bbcc43e16 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/34/340b4be259b42b4995ab9eca3739c468 b/wb_unity_pro_2/Library/Artifacts/34/340b4be259b42b4995ab9eca3739c468
deleted file mode 100644
index 86d8cd71..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/34/340b4be259b42b4995ab9eca3739c468 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/34/3416eb86ddfe2c8d33db00317e022cdb b/wb_unity_pro_2/Library/Artifacts/34/3416eb86ddfe2c8d33db00317e022cdb
deleted file mode 100644
index 4b79ee9f..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/34/3416eb86ddfe2c8d33db00317e022cdb and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/34/3418928d8eed1f8f351e419817b7bbb2 b/wb_unity_pro_2/Library/Artifacts/34/3418928d8eed1f8f351e419817b7bbb2
deleted file mode 100644
index 92af566a..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/34/3418928d8eed1f8f351e419817b7bbb2 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/34/3421571905331bd0bd741ad83e447235 b/wb_unity_pro_2/Library/Artifacts/34/3421571905331bd0bd741ad83e447235
deleted file mode 100644
index a07272b6..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/34/3421571905331bd0bd741ad83e447235 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/34/342589cbd820e447ca14cd1c8ff1db78 b/wb_unity_pro_2/Library/Artifacts/34/342589cbd820e447ca14cd1c8ff1db78
deleted file mode 100644
index b4fae814..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/34/342589cbd820e447ca14cd1c8ff1db78 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/34/34619507d63d368d6722c6f195514d8c b/wb_unity_pro_2/Library/Artifacts/34/34619507d63d368d6722c6f195514d8c
deleted file mode 100644
index a3475e9a..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/34/34619507d63d368d6722c6f195514d8c and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/34/34b9826100858dc07c70630e467fd358 b/wb_unity_pro_2/Library/Artifacts/34/34b9826100858dc07c70630e467fd358
deleted file mode 100644
index b606e8dc..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/34/34b9826100858dc07c70630e467fd358 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/34/34c140a633898f44b679f8dfd601f9eb b/wb_unity_pro_2/Library/Artifacts/34/34c140a633898f44b679f8dfd601f9eb
deleted file mode 100644
index e6546cdc..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/34/34c140a633898f44b679f8dfd601f9eb and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/34/34c5f9083d7694d79446a9e6de30e97d b/wb_unity_pro_2/Library/Artifacts/34/34c5f9083d7694d79446a9e6de30e97d
deleted file mode 100644
index 89140214..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/34/34c5f9083d7694d79446a9e6de30e97d and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/34/34ddd0efabd72731a4e0885489b4bbc1 b/wb_unity_pro_2/Library/Artifacts/34/34ddd0efabd72731a4e0885489b4bbc1
deleted file mode 100644
index c9420c30..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/34/34ddd0efabd72731a4e0885489b4bbc1 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/34/34ec5ab63946660c0a6c6a628e5342f4 b/wb_unity_pro_2/Library/Artifacts/34/34ec5ab63946660c0a6c6a628e5342f4
deleted file mode 100644
index 41c837c0..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/34/34ec5ab63946660c0a6c6a628e5342f4 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/34/34ec91df28e6dc06f7ec70622be8e6fd b/wb_unity_pro_2/Library/Artifacts/34/34ec91df28e6dc06f7ec70622be8e6fd
deleted file mode 100644
index c20ff5bc..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/34/34ec91df28e6dc06f7ec70622be8e6fd and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/34/34f690d401bd72bc5cb4514389d20ec3 b/wb_unity_pro_2/Library/Artifacts/34/34f690d401bd72bc5cb4514389d20ec3
deleted file mode 100644
index 00514413..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/34/34f690d401bd72bc5cb4514389d20ec3 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/34/34f9055cc32ada2c9f3b06dd6c2dd9b8 b/wb_unity_pro_2/Library/Artifacts/34/34f9055cc32ada2c9f3b06dd6c2dd9b8
deleted file mode 100644
index ce190b25..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/34/34f9055cc32ada2c9f3b06dd6c2dd9b8 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/34/34fe3bd2eb2d98b570f16139953a2bf1 b/wb_unity_pro_2/Library/Artifacts/34/34fe3bd2eb2d98b570f16139953a2bf1
deleted file mode 100644
index 55dd4b53..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/34/34fe3bd2eb2d98b570f16139953a2bf1 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/35/3515ae1fcb9d9ec79d3723b67de34b52 b/wb_unity_pro_2/Library/Artifacts/35/3515ae1fcb9d9ec79d3723b67de34b52
deleted file mode 100644
index c68a9ba1..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/35/3515ae1fcb9d9ec79d3723b67de34b52 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/35/35193ca3feceae25f159adb2ab9a21d7 b/wb_unity_pro_2/Library/Artifacts/35/35193ca3feceae25f159adb2ab9a21d7
deleted file mode 100644
index 01b0d650..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/35/35193ca3feceae25f159adb2ab9a21d7 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/35/3533fd7c7972341a70b198d0cc413b91 b/wb_unity_pro_2/Library/Artifacts/35/3533fd7c7972341a70b198d0cc413b91
deleted file mode 100644
index e97b0b05..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/35/3533fd7c7972341a70b198d0cc413b91 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/35/3538f976902496e0f02da16567a86011 b/wb_unity_pro_2/Library/Artifacts/35/3538f976902496e0f02da16567a86011
deleted file mode 100644
index c855a357..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/35/3538f976902496e0f02da16567a86011 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/35/3552ab88734e271d546faa0ca4c35e42 b/wb_unity_pro_2/Library/Artifacts/35/3552ab88734e271d546faa0ca4c35e42
deleted file mode 100644
index d394bd1f..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/35/3552ab88734e271d546faa0ca4c35e42 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/35/355ec4466c86201a082a18b6238f121e b/wb_unity_pro_2/Library/Artifacts/35/355ec4466c86201a082a18b6238f121e
deleted file mode 100644
index 5ee2a182..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/35/355ec4466c86201a082a18b6238f121e and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/35/3576d457641c0373deda0ac52e9dfe55 b/wb_unity_pro_2/Library/Artifacts/35/3576d457641c0373deda0ac52e9dfe55
deleted file mode 100644
index 201c019f..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/35/3576d457641c0373deda0ac52e9dfe55 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/35/3582d75be65a3a0f0df37dc8cb02bf4c b/wb_unity_pro_2/Library/Artifacts/35/3582d75be65a3a0f0df37dc8cb02bf4c
deleted file mode 100644
index 36fa7410..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/35/3582d75be65a3a0f0df37dc8cb02bf4c and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/35/358e3c94d36b347db0fc7f316cfc30f6 b/wb_unity_pro_2/Library/Artifacts/35/358e3c94d36b347db0fc7f316cfc30f6
deleted file mode 100644
index 631c7024..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/35/358e3c94d36b347db0fc7f316cfc30f6 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/35/35a0f2971bd31a1958b577a7cb97a85a b/wb_unity_pro_2/Library/Artifacts/35/35a0f2971bd31a1958b577a7cb97a85a
deleted file mode 100644
index f29f47a4..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/35/35a0f2971bd31a1958b577a7cb97a85a and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/35/35e1cb8b33ee870a2f667fdd9e9711db b/wb_unity_pro_2/Library/Artifacts/35/35e1cb8b33ee870a2f667fdd9e9711db
deleted file mode 100644
index 8046302a..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/35/35e1cb8b33ee870a2f667fdd9e9711db and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/36/3608b712ce42dc65e34bb0c48b903942 b/wb_unity_pro_2/Library/Artifacts/36/3608b712ce42dc65e34bb0c48b903942
deleted file mode 100644
index 0c2a8863..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/36/3608b712ce42dc65e34bb0c48b903942 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/36/3612b0e9c88357b887712a83676a772c b/wb_unity_pro_2/Library/Artifacts/36/3612b0e9c88357b887712a83676a772c
deleted file mode 100644
index 8597e57f..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/36/3612b0e9c88357b887712a83676a772c and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/36/36261a4cb77d8bbbee3c103f98b258cd b/wb_unity_pro_2/Library/Artifacts/36/36261a4cb77d8bbbee3c103f98b258cd
deleted file mode 100644
index cc1535d4..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/36/36261a4cb77d8bbbee3c103f98b258cd and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/36/3642237451371a33ef3dce19ad31393b b/wb_unity_pro_2/Library/Artifacts/36/3642237451371a33ef3dce19ad31393b
deleted file mode 100644
index 7ade7845..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/36/3642237451371a33ef3dce19ad31393b and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/36/36675036a138d8c7ca5437fdca0539ee b/wb_unity_pro_2/Library/Artifacts/36/36675036a138d8c7ca5437fdca0539ee
deleted file mode 100644
index c4ae634b..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/36/36675036a138d8c7ca5437fdca0539ee and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/36/368229a88e778e68ca13fbbb32b0e4f0 b/wb_unity_pro_2/Library/Artifacts/36/368229a88e778e68ca13fbbb32b0e4f0
deleted file mode 100644
index 1ba2d8c8..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/36/368229a88e778e68ca13fbbb32b0e4f0 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/36/3683888dd6532a6f392afe86a47e4682 b/wb_unity_pro_2/Library/Artifacts/36/3683888dd6532a6f392afe86a47e4682
deleted file mode 100644
index 74f47010..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/36/3683888dd6532a6f392afe86a47e4682 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/36/3698a4f9965efddc9b347cc0663c739c b/wb_unity_pro_2/Library/Artifacts/36/3698a4f9965efddc9b347cc0663c739c
deleted file mode 100644
index e5195943..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/36/3698a4f9965efddc9b347cc0663c739c and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/36/36bd2fa7a2d11589c2691c9c0a134c77 b/wb_unity_pro_2/Library/Artifacts/36/36bd2fa7a2d11589c2691c9c0a134c77
deleted file mode 100644
index 412d6c24..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/36/36bd2fa7a2d11589c2691c9c0a134c77 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/36/36be2e0dd433436d6278cabb23de8fa9 b/wb_unity_pro_2/Library/Artifacts/36/36be2e0dd433436d6278cabb23de8fa9
deleted file mode 100644
index fb9eafc7..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/36/36be2e0dd433436d6278cabb23de8fa9 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/36/36e6132b79639ef90eb8e4fc1f0e6c00 b/wb_unity_pro_2/Library/Artifacts/36/36e6132b79639ef90eb8e4fc1f0e6c00
deleted file mode 100644
index 449cb83a..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/36/36e6132b79639ef90eb8e4fc1f0e6c00 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/36/36ed56a23f0c8a0e91facaa9af714905 b/wb_unity_pro_2/Library/Artifacts/36/36ed56a23f0c8a0e91facaa9af714905
deleted file mode 100644
index 53b3f750..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/36/36ed56a23f0c8a0e91facaa9af714905 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/37/373ad52b2118eeba04ce0c0ea0ad21dc b/wb_unity_pro_2/Library/Artifacts/37/373ad52b2118eeba04ce0c0ea0ad21dc
deleted file mode 100644
index 323d2e7c..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/37/373ad52b2118eeba04ce0c0ea0ad21dc and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/37/374b476cbdef017918d96ecaa94c67e8 b/wb_unity_pro_2/Library/Artifacts/37/374b476cbdef017918d96ecaa94c67e8
deleted file mode 100644
index 64ca38ad..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/37/374b476cbdef017918d96ecaa94c67e8 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/37/37782d1d22f583086335bcb0f79d2cd7 b/wb_unity_pro_2/Library/Artifacts/37/37782d1d22f583086335bcb0f79d2cd7
deleted file mode 100644
index f2d7bce7..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/37/37782d1d22f583086335bcb0f79d2cd7 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/37/378b60b44a2ae0aa7cd36d49f696e7ea b/wb_unity_pro_2/Library/Artifacts/37/378b60b44a2ae0aa7cd36d49f696e7ea
deleted file mode 100644
index f1695c5d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/37/378b60b44a2ae0aa7cd36d49f696e7ea and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/37/379eabaacde31a3c3f37a50758b9ed3d b/wb_unity_pro_2/Library/Artifacts/37/379eabaacde31a3c3f37a50758b9ed3d
deleted file mode 100644
index d5a409c1..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/37/379eabaacde31a3c3f37a50758b9ed3d and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/37/37a9ea165a91d4a6ef6df03e54e14c26 b/wb_unity_pro_2/Library/Artifacts/37/37a9ea165a91d4a6ef6df03e54e14c26
deleted file mode 100644
index 061556db..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/37/37a9ea165a91d4a6ef6df03e54e14c26 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/37/37ac619713ac8d45f2d16cfab09e96cc b/wb_unity_pro_2/Library/Artifacts/37/37ac619713ac8d45f2d16cfab09e96cc
deleted file mode 100644
index 55da3a42..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/37/37ac619713ac8d45f2d16cfab09e96cc and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/37/37b3d83ac38ccf67ceeaac5e1627c007 b/wb_unity_pro_2/Library/Artifacts/37/37b3d83ac38ccf67ceeaac5e1627c007
deleted file mode 100644
index cc2b860c..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/37/37b3d83ac38ccf67ceeaac5e1627c007 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/37/37b81e869ee7931f995ce05305f2c274 b/wb_unity_pro_2/Library/Artifacts/37/37b81e869ee7931f995ce05305f2c274
deleted file mode 100644
index 57db9ff8..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/37/37b81e869ee7931f995ce05305f2c274 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/37/37bee9b8072e9e71f4af6ef5152ac205 b/wb_unity_pro_2/Library/Artifacts/37/37bee9b8072e9e71f4af6ef5152ac205
deleted file mode 100644
index c3028e4c..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/37/37bee9b8072e9e71f4af6ef5152ac205 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/37/37fefb46dd2bc8de8be7bcb036e2fd67 b/wb_unity_pro_2/Library/Artifacts/37/37fefb46dd2bc8de8be7bcb036e2fd67
deleted file mode 100644
index 2f1e1f35..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/37/37fefb46dd2bc8de8be7bcb036e2fd67 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/38/3838566d0e83c6dadb2a318da2e979d1 b/wb_unity_pro_2/Library/Artifacts/38/3838566d0e83c6dadb2a318da2e979d1
deleted file mode 100644
index 084b2d25..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/38/3838566d0e83c6dadb2a318da2e979d1 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/38/386c0d0aaa8f4ef5e23decf7769c6b4d b/wb_unity_pro_2/Library/Artifacts/38/386c0d0aaa8f4ef5e23decf7769c6b4d
deleted file mode 100644
index d51d8ae3..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/38/386c0d0aaa8f4ef5e23decf7769c6b4d and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/38/389bdfd057c29498b51ffea6ad5a71db b/wb_unity_pro_2/Library/Artifacts/38/389bdfd057c29498b51ffea6ad5a71db
deleted file mode 100644
index 4bff999d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/38/389bdfd057c29498b51ffea6ad5a71db and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/38/38a306e23ab9ab50bcfbc72b63086682 b/wb_unity_pro_2/Library/Artifacts/38/38a306e23ab9ab50bcfbc72b63086682
deleted file mode 100644
index 0fa93eb6..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/38/38a306e23ab9ab50bcfbc72b63086682 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/38/38d958113b55ac4949e8d70f6e7355f2 b/wb_unity_pro_2/Library/Artifacts/38/38d958113b55ac4949e8d70f6e7355f2
deleted file mode 100644
index a1805381..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/38/38d958113b55ac4949e8d70f6e7355f2 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/39/3910041b6f3ec04e1b8b9f09a2b6aea5 b/wb_unity_pro_2/Library/Artifacts/39/3910041b6f3ec04e1b8b9f09a2b6aea5
deleted file mode 100644
index 592dedf1..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/39/3910041b6f3ec04e1b8b9f09a2b6aea5 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/39/3914b510027ade9d3476a1cff76326f2 b/wb_unity_pro_2/Library/Artifacts/39/3914b510027ade9d3476a1cff76326f2
deleted file mode 100644
index 46bbe873..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/39/3914b510027ade9d3476a1cff76326f2 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/39/398090fd4ae9f32d43175799d5675855 b/wb_unity_pro_2/Library/Artifacts/39/398090fd4ae9f32d43175799d5675855
deleted file mode 100644
index 7324a846..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/39/398090fd4ae9f32d43175799d5675855 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/39/39b498462065a5743367da0787f59975 b/wb_unity_pro_2/Library/Artifacts/39/39b498462065a5743367da0787f59975
deleted file mode 100644
index f57aa452..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/39/39b498462065a5743367da0787f59975 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/39/39b807f54a101f66ecc086497efdf414 b/wb_unity_pro_2/Library/Artifacts/39/39b807f54a101f66ecc086497efdf414
deleted file mode 100644
index 1b435398..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/39/39b807f54a101f66ecc086497efdf414 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/39/39f32f61934ef4d081e3118baf1c2245 b/wb_unity_pro_2/Library/Artifacts/39/39f32f61934ef4d081e3118baf1c2245
deleted file mode 100644
index 7ef7aa78..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/39/39f32f61934ef4d081e3118baf1c2245 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/3a/3a217eee90a43fff15e032189bc9d4f6 b/wb_unity_pro_2/Library/Artifacts/3a/3a217eee90a43fff15e032189bc9d4f6
deleted file mode 100644
index 4f9d3999..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/3a/3a217eee90a43fff15e032189bc9d4f6 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/3a/3a25b56219b4fc4efd40f249854acb01 b/wb_unity_pro_2/Library/Artifacts/3a/3a25b56219b4fc4efd40f249854acb01
deleted file mode 100644
index 0ad2e2b8..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/3a/3a25b56219b4fc4efd40f249854acb01 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/3a/3a3c54a9b027199777e63184dca6b3b4 b/wb_unity_pro_2/Library/Artifacts/3a/3a3c54a9b027199777e63184dca6b3b4
deleted file mode 100644
index 1ad528d6..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/3a/3a3c54a9b027199777e63184dca6b3b4 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/3a/3a68a1c27876413a67abb58851d4c70a b/wb_unity_pro_2/Library/Artifacts/3a/3a68a1c27876413a67abb58851d4c70a
deleted file mode 100644
index e2bda744..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/3a/3a68a1c27876413a67abb58851d4c70a and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/3a/3a6f58a46686b0af158b49dfff189d75 b/wb_unity_pro_2/Library/Artifacts/3a/3a6f58a46686b0af158b49dfff189d75
deleted file mode 100644
index f406b896..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/3a/3a6f58a46686b0af158b49dfff189d75 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/3a/3a75046010815a60d5935f0f017ad59b b/wb_unity_pro_2/Library/Artifacts/3a/3a75046010815a60d5935f0f017ad59b
deleted file mode 100644
index 2fef6967..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/3a/3a75046010815a60d5935f0f017ad59b and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/3a/3a7f9651211d0d2ea2448286d84f1ba9 b/wb_unity_pro_2/Library/Artifacts/3a/3a7f9651211d0d2ea2448286d84f1ba9
deleted file mode 100644
index 59d58e1b..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/3a/3a7f9651211d0d2ea2448286d84f1ba9 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/3a/3a89c17442270e5bd59ac72cbd1c9e73 b/wb_unity_pro_2/Library/Artifacts/3a/3a89c17442270e5bd59ac72cbd1c9e73
deleted file mode 100644
index a12e7259..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/3a/3a89c17442270e5bd59ac72cbd1c9e73 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/3a/3abc2b740acbd72a2b27819e3de2614a b/wb_unity_pro_2/Library/Artifacts/3a/3abc2b740acbd72a2b27819e3de2614a
deleted file mode 100644
index a5cd9235..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/3a/3abc2b740acbd72a2b27819e3de2614a and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/3a/3ad04d18a5e878938025c83e009b5420 b/wb_unity_pro_2/Library/Artifacts/3a/3ad04d18a5e878938025c83e009b5420
deleted file mode 100644
index 7e6be25e..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/3a/3ad04d18a5e878938025c83e009b5420 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/3a/3ae88889b3168935e41cc14af993aeb7 b/wb_unity_pro_2/Library/Artifacts/3a/3ae88889b3168935e41cc14af993aeb7
deleted file mode 100644
index 19722980..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/3a/3ae88889b3168935e41cc14af993aeb7 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/3a/3aeaf624b5575b45cdd6b7004891514c b/wb_unity_pro_2/Library/Artifacts/3a/3aeaf624b5575b45cdd6b7004891514c
deleted file mode 100644
index 91b7ae05..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/3a/3aeaf624b5575b45cdd6b7004891514c and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/3a/3af243fce1b0cb8bc16371287f15b226 b/wb_unity_pro_2/Library/Artifacts/3a/3af243fce1b0cb8bc16371287f15b226
deleted file mode 100644
index 24deb225..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/3a/3af243fce1b0cb8bc16371287f15b226 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/3b/3b148d43f7377bf09bc36f8d821e3699 b/wb_unity_pro_2/Library/Artifacts/3b/3b148d43f7377bf09bc36f8d821e3699
deleted file mode 100644
index cdaae589..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/3b/3b148d43f7377bf09bc36f8d821e3699 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/3b/3b40ac4aa70b8128946b414d5bb27ff0 b/wb_unity_pro_2/Library/Artifacts/3b/3b40ac4aa70b8128946b414d5bb27ff0
deleted file mode 100644
index 59f39c12..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/3b/3b40ac4aa70b8128946b414d5bb27ff0 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/3b/3b44030384928fb5aef8d328eb9e712f b/wb_unity_pro_2/Library/Artifacts/3b/3b44030384928fb5aef8d328eb9e712f
deleted file mode 100644
index 5b5d9be0..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/3b/3b44030384928fb5aef8d328eb9e712f and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/3b/3b843d2b2831d49312b4782ee0dca8f6 b/wb_unity_pro_2/Library/Artifacts/3b/3b843d2b2831d49312b4782ee0dca8f6
deleted file mode 100644
index c981771b..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/3b/3b843d2b2831d49312b4782ee0dca8f6 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/3b/3b9057034ef3eac44b25021a7cf925ce b/wb_unity_pro_2/Library/Artifacts/3b/3b9057034ef3eac44b25021a7cf925ce
deleted file mode 100644
index 58001a14..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/3b/3b9057034ef3eac44b25021a7cf925ce and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/3b/3b95af37c4ca848396731712e559b3e5 b/wb_unity_pro_2/Library/Artifacts/3b/3b95af37c4ca848396731712e559b3e5
deleted file mode 100644
index ea80f98c..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/3b/3b95af37c4ca848396731712e559b3e5 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/3b/3bb2d9c373fe4df9b05494b447de3d90 b/wb_unity_pro_2/Library/Artifacts/3b/3bb2d9c373fe4df9b05494b447de3d90
deleted file mode 100644
index ca1a5248..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/3b/3bb2d9c373fe4df9b05494b447de3d90 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/3b/3bb3b68c018fbb2d66f7d14bf252165a b/wb_unity_pro_2/Library/Artifacts/3b/3bb3b68c018fbb2d66f7d14bf252165a
deleted file mode 100644
index 45163349..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/3b/3bb3b68c018fbb2d66f7d14bf252165a and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/3b/3bccdd69c5a09d3b7ef53bf66d194e42 b/wb_unity_pro_2/Library/Artifacts/3b/3bccdd69c5a09d3b7ef53bf66d194e42
deleted file mode 100644
index 42457bef..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/3b/3bccdd69c5a09d3b7ef53bf66d194e42 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/3b/3be3ec6e0d1819f62b3f425c7aa92998 b/wb_unity_pro_2/Library/Artifacts/3b/3be3ec6e0d1819f62b3f425c7aa92998
deleted file mode 100644
index 9642d855..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/3b/3be3ec6e0d1819f62b3f425c7aa92998 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/3b/3bfbfbb7ea02ac32c70dbe0c8ecb6a41 b/wb_unity_pro_2/Library/Artifacts/3b/3bfbfbb7ea02ac32c70dbe0c8ecb6a41
deleted file mode 100644
index 1e0a8b7f..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/3b/3bfbfbb7ea02ac32c70dbe0c8ecb6a41 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/3c/3c00c47faa8c06d034c1a7eed0a7a7ce b/wb_unity_pro_2/Library/Artifacts/3c/3c00c47faa8c06d034c1a7eed0a7a7ce
deleted file mode 100644
index 4df3dda1..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/3c/3c00c47faa8c06d034c1a7eed0a7a7ce and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/3c/3c05c0164d24bc279caa44cf9708f730 b/wb_unity_pro_2/Library/Artifacts/3c/3c05c0164d24bc279caa44cf9708f730
deleted file mode 100644
index e492c2d3..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/3c/3c05c0164d24bc279caa44cf9708f730 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/3c/3c0ff6b4971e15806e0f0acb8932f2e9 b/wb_unity_pro_2/Library/Artifacts/3c/3c0ff6b4971e15806e0f0acb8932f2e9
deleted file mode 100644
index badcabc5..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/3c/3c0ff6b4971e15806e0f0acb8932f2e9 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/3c/3c20e9cacf6cb1936e9caf81a6b6da02 b/wb_unity_pro_2/Library/Artifacts/3c/3c20e9cacf6cb1936e9caf81a6b6da02
deleted file mode 100644
index 100befdc..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/3c/3c20e9cacf6cb1936e9caf81a6b6da02 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/3c/3c35f32b94e9b70f8235ed7ef9603902 b/wb_unity_pro_2/Library/Artifacts/3c/3c35f32b94e9b70f8235ed7ef9603902
deleted file mode 100644
index 646ccd07..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/3c/3c35f32b94e9b70f8235ed7ef9603902 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/3c/3c48f483168cb9875fdd760e012006d2 b/wb_unity_pro_2/Library/Artifacts/3c/3c48f483168cb9875fdd760e012006d2
deleted file mode 100644
index 69c8e726..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/3c/3c48f483168cb9875fdd760e012006d2 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/3c/3c52db86a978e8b8d270212ee55f676f b/wb_unity_pro_2/Library/Artifacts/3c/3c52db86a978e8b8d270212ee55f676f
deleted file mode 100644
index b93c3750..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/3c/3c52db86a978e8b8d270212ee55f676f and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/3c/3c7dffaa851cd65cc2c81100f59cc196 b/wb_unity_pro_2/Library/Artifacts/3c/3c7dffaa851cd65cc2c81100f59cc196
deleted file mode 100644
index c7007179..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/3c/3c7dffaa851cd65cc2c81100f59cc196 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/3c/3c842890b9eec704c8b49158f491fdd8 b/wb_unity_pro_2/Library/Artifacts/3c/3c842890b9eec704c8b49158f491fdd8
deleted file mode 100644
index 447ad550..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/3c/3c842890b9eec704c8b49158f491fdd8 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/3c/3c9b638c1ad409250982cd3fbca8f67c b/wb_unity_pro_2/Library/Artifacts/3c/3c9b638c1ad409250982cd3fbca8f67c
deleted file mode 100644
index 10a9ac9f..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/3c/3c9b638c1ad409250982cd3fbca8f67c and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/3c/3ca688e665c48cba82fc942f31a2e0e4 b/wb_unity_pro_2/Library/Artifacts/3c/3ca688e665c48cba82fc942f31a2e0e4
deleted file mode 100644
index c8d92dc2..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/3c/3ca688e665c48cba82fc942f31a2e0e4 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/3c/3cb06b5231b51329bcf8f3f0dff583e1 b/wb_unity_pro_2/Library/Artifacts/3c/3cb06b5231b51329bcf8f3f0dff583e1
deleted file mode 100644
index bc5920c5..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/3c/3cb06b5231b51329bcf8f3f0dff583e1 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/3c/3cbb74917ee429190f6a772740a0d715 b/wb_unity_pro_2/Library/Artifacts/3c/3cbb74917ee429190f6a772740a0d715
deleted file mode 100644
index 5a6e6658..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/3c/3cbb74917ee429190f6a772740a0d715 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/3c/3ccc086efac364c11aaa13dfaacdc8f9 b/wb_unity_pro_2/Library/Artifacts/3c/3ccc086efac364c11aaa13dfaacdc8f9
deleted file mode 100644
index 236dabb3..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/3c/3ccc086efac364c11aaa13dfaacdc8f9 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/3c/3cd40246645c8ce8690b0a028cf1f9e2 b/wb_unity_pro_2/Library/Artifacts/3c/3cd40246645c8ce8690b0a028cf1f9e2
deleted file mode 100644
index 0d37685d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/3c/3cd40246645c8ce8690b0a028cf1f9e2 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/3c/3cd5ae56e2526a4a8f1b109949426a22 b/wb_unity_pro_2/Library/Artifacts/3c/3cd5ae56e2526a4a8f1b109949426a22
deleted file mode 100644
index b2caf04d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/3c/3cd5ae56e2526a4a8f1b109949426a22 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/3c/3cea47c243d90012a193d0e9f6053081 b/wb_unity_pro_2/Library/Artifacts/3c/3cea47c243d90012a193d0e9f6053081
deleted file mode 100644
index f5099266..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/3c/3cea47c243d90012a193d0e9f6053081 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/3c/3cec681d5590ca5ae0da394f1ba4ba58 b/wb_unity_pro_2/Library/Artifacts/3c/3cec681d5590ca5ae0da394f1ba4ba58
deleted file mode 100644
index e4dde804..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/3c/3cec681d5590ca5ae0da394f1ba4ba58 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/3c/3cedde1f547114ea89aa3bbeec5f5215 b/wb_unity_pro_2/Library/Artifacts/3c/3cedde1f547114ea89aa3bbeec5f5215
deleted file mode 100644
index 16f01002..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/3c/3cedde1f547114ea89aa3bbeec5f5215 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/3d/3d0819705f785a04232bc4a4ed144e55 b/wb_unity_pro_2/Library/Artifacts/3d/3d0819705f785a04232bc4a4ed144e55
deleted file mode 100644
index 81e3e027..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/3d/3d0819705f785a04232bc4a4ed144e55 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/3d/3d22f1789f27f3ad4faaea6b252793aa b/wb_unity_pro_2/Library/Artifacts/3d/3d22f1789f27f3ad4faaea6b252793aa
deleted file mode 100644
index a091587a..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/3d/3d22f1789f27f3ad4faaea6b252793aa and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/3d/3d25dd6c80428eca89ca8637f692e74d b/wb_unity_pro_2/Library/Artifacts/3d/3d25dd6c80428eca89ca8637f692e74d
deleted file mode 100644
index d6b50ee3..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/3d/3d25dd6c80428eca89ca8637f692e74d and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/3d/3d2c4ff0f333933eda4ba07e303e138e b/wb_unity_pro_2/Library/Artifacts/3d/3d2c4ff0f333933eda4ba07e303e138e
deleted file mode 100644
index de4a9207..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/3d/3d2c4ff0f333933eda4ba07e303e138e and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/3d/3d58bf17f859955a68d728ca954147b6 b/wb_unity_pro_2/Library/Artifacts/3d/3d58bf17f859955a68d728ca954147b6
deleted file mode 100644
index 6a2fa99d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/3d/3d58bf17f859955a68d728ca954147b6 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/3d/3d6ec4918fc396259250ae5191b35403 b/wb_unity_pro_2/Library/Artifacts/3d/3d6ec4918fc396259250ae5191b35403
deleted file mode 100644
index 59d6846b..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/3d/3d6ec4918fc396259250ae5191b35403 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/3d/3d8a8c7b09ebfc3d593f0f52e01420de b/wb_unity_pro_2/Library/Artifacts/3d/3d8a8c7b09ebfc3d593f0f52e01420de
deleted file mode 100644
index 752875de..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/3d/3d8a8c7b09ebfc3d593f0f52e01420de and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/3d/3d90b9b16a535d6d6a54f4690f9c1839 b/wb_unity_pro_2/Library/Artifacts/3d/3d90b9b16a535d6d6a54f4690f9c1839
deleted file mode 100644
index 3a3d6239..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/3d/3d90b9b16a535d6d6a54f4690f9c1839 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/3d/3d9566bf9e28699f492d093665c369bd b/wb_unity_pro_2/Library/Artifacts/3d/3d9566bf9e28699f492d093665c369bd
deleted file mode 100644
index 61e68574..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/3d/3d9566bf9e28699f492d093665c369bd and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/3d/3d9cf29892512a8fc2d1f8ead3c955cd b/wb_unity_pro_2/Library/Artifacts/3d/3d9cf29892512a8fc2d1f8ead3c955cd
deleted file mode 100644
index 8b77e86f..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/3d/3d9cf29892512a8fc2d1f8ead3c955cd and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/3d/3da598fa08cfb9879b37424b8d3ca990 b/wb_unity_pro_2/Library/Artifacts/3d/3da598fa08cfb9879b37424b8d3ca990
deleted file mode 100644
index db0a8832..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/3d/3da598fa08cfb9879b37424b8d3ca990 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/3d/3dbb652532e346519f00dc7b5802674a b/wb_unity_pro_2/Library/Artifacts/3d/3dbb652532e346519f00dc7b5802674a
deleted file mode 100644
index 66f5d614..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/3d/3dbb652532e346519f00dc7b5802674a and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/3d/3dc1bb91bf261f7dd53f0c3fbb486063 b/wb_unity_pro_2/Library/Artifacts/3d/3dc1bb91bf261f7dd53f0c3fbb486063
deleted file mode 100644
index 34027836..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/3d/3dc1bb91bf261f7dd53f0c3fbb486063 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/3d/3dccba602cd53b7bf4a8eaa8c9352a34 b/wb_unity_pro_2/Library/Artifacts/3d/3dccba602cd53b7bf4a8eaa8c9352a34
deleted file mode 100644
index 68663da9..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/3d/3dccba602cd53b7bf4a8eaa8c9352a34 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/3d/3dcfe9819c21d9ef14d85f93e7aea109 b/wb_unity_pro_2/Library/Artifacts/3d/3dcfe9819c21d9ef14d85f93e7aea109
deleted file mode 100644
index 78e532b8..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/3d/3dcfe9819c21d9ef14d85f93e7aea109 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/3d/3ddd15e7b5db20702e56bfa10409ac3a b/wb_unity_pro_2/Library/Artifacts/3d/3ddd15e7b5db20702e56bfa10409ac3a
deleted file mode 100644
index 63d165b2..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/3d/3ddd15e7b5db20702e56bfa10409ac3a and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/3d/3de6f80753131ec30a02d4b46a886790 b/wb_unity_pro_2/Library/Artifacts/3d/3de6f80753131ec30a02d4b46a886790
deleted file mode 100644
index 3537086e..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/3d/3de6f80753131ec30a02d4b46a886790 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/3e/3e03757587a26a47889a1d378e54ae93 b/wb_unity_pro_2/Library/Artifacts/3e/3e03757587a26a47889a1d378e54ae93
deleted file mode 100644
index 22e4ef0b..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/3e/3e03757587a26a47889a1d378e54ae93 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/3e/3e34d504faa2678328f1e1dbc55f5939 b/wb_unity_pro_2/Library/Artifacts/3e/3e34d504faa2678328f1e1dbc55f5939
deleted file mode 100644
index 77b86ac3..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/3e/3e34d504faa2678328f1e1dbc55f5939 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/3e/3e3a465b556a131a012f2d78780217c1 b/wb_unity_pro_2/Library/Artifacts/3e/3e3a465b556a131a012f2d78780217c1
deleted file mode 100644
index 4ba7c606..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/3e/3e3a465b556a131a012f2d78780217c1 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/3e/3e422eb796244b7a07052b1913928ebe b/wb_unity_pro_2/Library/Artifacts/3e/3e422eb796244b7a07052b1913928ebe
deleted file mode 100644
index 6dd69ddc..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/3e/3e422eb796244b7a07052b1913928ebe and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/3e/3e462f8b729fc523a895d7fd21a0a387 b/wb_unity_pro_2/Library/Artifacts/3e/3e462f8b729fc523a895d7fd21a0a387
deleted file mode 100644
index 10e30342..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/3e/3e462f8b729fc523a895d7fd21a0a387 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/3e/3e476b082face9c23a86550b9560c2f3 b/wb_unity_pro_2/Library/Artifacts/3e/3e476b082face9c23a86550b9560c2f3
deleted file mode 100644
index 7a175309..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/3e/3e476b082face9c23a86550b9560c2f3 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/3e/3e5ce573e816620338b93e59b9739907 b/wb_unity_pro_2/Library/Artifacts/3e/3e5ce573e816620338b93e59b9739907
deleted file mode 100644
index 23ce6e42..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/3e/3e5ce573e816620338b93e59b9739907 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/3e/3e613fc0e6cba122966c90e622d73894 b/wb_unity_pro_2/Library/Artifacts/3e/3e613fc0e6cba122966c90e622d73894
deleted file mode 100644
index 30104272..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/3e/3e613fc0e6cba122966c90e622d73894 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/3e/3e79096928491e8b006418d4b5beaac5 b/wb_unity_pro_2/Library/Artifacts/3e/3e79096928491e8b006418d4b5beaac5
deleted file mode 100644
index f6603a24..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/3e/3e79096928491e8b006418d4b5beaac5 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/3e/3e852597690fa764d6bf360756af90ba b/wb_unity_pro_2/Library/Artifacts/3e/3e852597690fa764d6bf360756af90ba
deleted file mode 100644
index e5401617..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/3e/3e852597690fa764d6bf360756af90ba and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/3e/3e9891718624c980c1a8cc51b61c8d8b b/wb_unity_pro_2/Library/Artifacts/3e/3e9891718624c980c1a8cc51b61c8d8b
deleted file mode 100644
index f6ea6d10..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/3e/3e9891718624c980c1a8cc51b61c8d8b and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/3e/3eb6a3bf4ddfa6bf106925ee610d3b29 b/wb_unity_pro_2/Library/Artifacts/3e/3eb6a3bf4ddfa6bf106925ee610d3b29
deleted file mode 100644
index 4ddaf67a..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/3e/3eb6a3bf4ddfa6bf106925ee610d3b29 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/3e/3eb6bf1e59234836d355ab855b4c1d58 b/wb_unity_pro_2/Library/Artifacts/3e/3eb6bf1e59234836d355ab855b4c1d58
deleted file mode 100644
index 45ff7aeb..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/3e/3eb6bf1e59234836d355ab855b4c1d58 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/3e/3ebd6dc116bcdbff5f5dc0cb49b3b425 b/wb_unity_pro_2/Library/Artifacts/3e/3ebd6dc116bcdbff5f5dc0cb49b3b425
deleted file mode 100644
index 0ace121e..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/3e/3ebd6dc116bcdbff5f5dc0cb49b3b425 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/3e/3ecdd431b576c6e8bc594f95fa9fccb8 b/wb_unity_pro_2/Library/Artifacts/3e/3ecdd431b576c6e8bc594f95fa9fccb8
deleted file mode 100644
index 6b8cd3bc..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/3e/3ecdd431b576c6e8bc594f95fa9fccb8 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/3f/3f194e2a487b341b84e843cbe87fcf05 b/wb_unity_pro_2/Library/Artifacts/3f/3f194e2a487b341b84e843cbe87fcf05
deleted file mode 100644
index e9243b0b..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/3f/3f194e2a487b341b84e843cbe87fcf05 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/3f/3f1a11eb7745a01f35f485ff2fabb4b3 b/wb_unity_pro_2/Library/Artifacts/3f/3f1a11eb7745a01f35f485ff2fabb4b3
deleted file mode 100644
index b7d2d432..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/3f/3f1a11eb7745a01f35f485ff2fabb4b3 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/3f/3f2847ea5994af6fd909b8803a5eaa96 b/wb_unity_pro_2/Library/Artifacts/3f/3f2847ea5994af6fd909b8803a5eaa96
deleted file mode 100644
index aa2b827f..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/3f/3f2847ea5994af6fd909b8803a5eaa96 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/3f/3f3f066d3a9b74171a75cf82b54c86d6 b/wb_unity_pro_2/Library/Artifacts/3f/3f3f066d3a9b74171a75cf82b54c86d6
deleted file mode 100644
index a3f044f6..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/3f/3f3f066d3a9b74171a75cf82b54c86d6 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/3f/3f4cfc99776f226c133f36be6d2156e4 b/wb_unity_pro_2/Library/Artifacts/3f/3f4cfc99776f226c133f36be6d2156e4
deleted file mode 100644
index ddfdc316..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/3f/3f4cfc99776f226c133f36be6d2156e4 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/3f/3f4f9a613e2c969c7d9781e295b62ecc b/wb_unity_pro_2/Library/Artifacts/3f/3f4f9a613e2c969c7d9781e295b62ecc
deleted file mode 100644
index 98cace4c..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/3f/3f4f9a613e2c969c7d9781e295b62ecc and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/3f/3f8eb05402abb7af471b6472124ae506 b/wb_unity_pro_2/Library/Artifacts/3f/3f8eb05402abb7af471b6472124ae506
deleted file mode 100644
index 4c9f3f43..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/3f/3f8eb05402abb7af471b6472124ae506 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/3f/3f9495a539b33c1624833726b135c372 b/wb_unity_pro_2/Library/Artifacts/3f/3f9495a539b33c1624833726b135c372
deleted file mode 100644
index a0ec2b40..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/3f/3f9495a539b33c1624833726b135c372 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/3f/3f9eeb78118f0f56ca20dfb10ab7bf18 b/wb_unity_pro_2/Library/Artifacts/3f/3f9eeb78118f0f56ca20dfb10ab7bf18
deleted file mode 100644
index 628ea7b4..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/3f/3f9eeb78118f0f56ca20dfb10ab7bf18 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/3f/3fa366935403b7f6b52ad0147cce8408 b/wb_unity_pro_2/Library/Artifacts/3f/3fa366935403b7f6b52ad0147cce8408
deleted file mode 100644
index 108ade3d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/3f/3fa366935403b7f6b52ad0147cce8408 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/3f/3fb096b380dcd4ad53f43668ee649f41 b/wb_unity_pro_2/Library/Artifacts/3f/3fb096b380dcd4ad53f43668ee649f41
deleted file mode 100644
index 727ee55d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/3f/3fb096b380dcd4ad53f43668ee649f41 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/3f/3fc0a8df9ce8eae6c66651330fb973c7 b/wb_unity_pro_2/Library/Artifacts/3f/3fc0a8df9ce8eae6c66651330fb973c7
deleted file mode 100644
index e9ba74d6..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/3f/3fc0a8df9ce8eae6c66651330fb973c7 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/3f/3fd69a7563b8d95beffaffc06bab5df2 b/wb_unity_pro_2/Library/Artifacts/3f/3fd69a7563b8d95beffaffc06bab5df2
deleted file mode 100644
index 50312114..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/3f/3fd69a7563b8d95beffaffc06bab5df2 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/3f/3fe0087e11b118ffdd99b2cf08019b3e b/wb_unity_pro_2/Library/Artifacts/3f/3fe0087e11b118ffdd99b2cf08019b3e
deleted file mode 100644
index eea8468c..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/3f/3fe0087e11b118ffdd99b2cf08019b3e and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/3f/3fff43c9fc651419f313aa53d31cd49d b/wb_unity_pro_2/Library/Artifacts/3f/3fff43c9fc651419f313aa53d31cd49d
deleted file mode 100644
index 270c0d78..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/3f/3fff43c9fc651419f313aa53d31cd49d and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/40/401706e9a68628d8a6187130b67f4314 b/wb_unity_pro_2/Library/Artifacts/40/401706e9a68628d8a6187130b67f4314
deleted file mode 100644
index 4cfd5fcc..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/40/401706e9a68628d8a6187130b67f4314 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/40/4026612898de3bac93b98bf5d413ab63 b/wb_unity_pro_2/Library/Artifacts/40/4026612898de3bac93b98bf5d413ab63
deleted file mode 100644
index f0f953c1..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/40/4026612898de3bac93b98bf5d413ab63 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/40/4040927e3bd4a1de77aebab69838efd8 b/wb_unity_pro_2/Library/Artifacts/40/4040927e3bd4a1de77aebab69838efd8
deleted file mode 100644
index 53fea879..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/40/4040927e3bd4a1de77aebab69838efd8 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/40/405efb630fd91ce801ac227643a7dddf b/wb_unity_pro_2/Library/Artifacts/40/405efb630fd91ce801ac227643a7dddf
deleted file mode 100644
index 29e659fa..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/40/405efb630fd91ce801ac227643a7dddf and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/40/406c7126e8eced34de3ba3e59c424bbf b/wb_unity_pro_2/Library/Artifacts/40/406c7126e8eced34de3ba3e59c424bbf
deleted file mode 100644
index 4c04171e..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/40/406c7126e8eced34de3ba3e59c424bbf and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/40/40710488a52e16c051d72a6d2777b370 b/wb_unity_pro_2/Library/Artifacts/40/40710488a52e16c051d72a6d2777b370
deleted file mode 100644
index 2ff24a08..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/40/40710488a52e16c051d72a6d2777b370 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/40/4085a8a4095aaf872f209cb3c8607ff2 b/wb_unity_pro_2/Library/Artifacts/40/4085a8a4095aaf872f209cb3c8607ff2
deleted file mode 100644
index 5dce6bc8..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/40/4085a8a4095aaf872f209cb3c8607ff2 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/40/4090438bc5fc62c35cae55af7fc28f4e b/wb_unity_pro_2/Library/Artifacts/40/4090438bc5fc62c35cae55af7fc28f4e
deleted file mode 100644
index 4d570e96..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/40/4090438bc5fc62c35cae55af7fc28f4e and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/40/409741b7a1e2284985d2322af5aeecb6 b/wb_unity_pro_2/Library/Artifacts/40/409741b7a1e2284985d2322af5aeecb6
deleted file mode 100644
index abf99866..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/40/409741b7a1e2284985d2322af5aeecb6 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/40/40996121025a501c67a2be0a7d640e14 b/wb_unity_pro_2/Library/Artifacts/40/40996121025a501c67a2be0a7d640e14
deleted file mode 100644
index b3aafde0..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/40/40996121025a501c67a2be0a7d640e14 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/40/40b6bdd44e06e6e6e9cc4e68d64aadd3 b/wb_unity_pro_2/Library/Artifacts/40/40b6bdd44e06e6e6e9cc4e68d64aadd3
deleted file mode 100644
index 97d34c1b..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/40/40b6bdd44e06e6e6e9cc4e68d64aadd3 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/40/40d15780e7738f92ca15bb1a48524ff1 b/wb_unity_pro_2/Library/Artifacts/40/40d15780e7738f92ca15bb1a48524ff1
deleted file mode 100644
index 0852d66b..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/40/40d15780e7738f92ca15bb1a48524ff1 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/40/40f8a7b11d8f5565f52010794b3f59cd b/wb_unity_pro_2/Library/Artifacts/40/40f8a7b11d8f5565f52010794b3f59cd
deleted file mode 100644
index 39ce0b64..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/40/40f8a7b11d8f5565f52010794b3f59cd and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/41/41078a34ea42dba40be45d4a13af0776 b/wb_unity_pro_2/Library/Artifacts/41/41078a34ea42dba40be45d4a13af0776
deleted file mode 100644
index 0f6f2a30..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/41/41078a34ea42dba40be45d4a13af0776 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/41/410c5151a39f42237f6161399a555456 b/wb_unity_pro_2/Library/Artifacts/41/410c5151a39f42237f6161399a555456
deleted file mode 100644
index bdcf7492..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/41/410c5151a39f42237f6161399a555456 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/41/411907ec3c58a6c49be40e1048218c2d b/wb_unity_pro_2/Library/Artifacts/41/411907ec3c58a6c49be40e1048218c2d
deleted file mode 100644
index bf2e7e7a..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/41/411907ec3c58a6c49be40e1048218c2d and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/41/4119d3c453361609aee9a618548e22e5 b/wb_unity_pro_2/Library/Artifacts/41/4119d3c453361609aee9a618548e22e5
deleted file mode 100644
index 595dbb78..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/41/4119d3c453361609aee9a618548e22e5 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/41/411a3d4a05bbd208f76e23e2134b97ca b/wb_unity_pro_2/Library/Artifacts/41/411a3d4a05bbd208f76e23e2134b97ca
deleted file mode 100644
index 553bb62f..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/41/411a3d4a05bbd208f76e23e2134b97ca and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/41/412bc3a4b3d6d97c524b923db1381968 b/wb_unity_pro_2/Library/Artifacts/41/412bc3a4b3d6d97c524b923db1381968
deleted file mode 100644
index 3f2e17de..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/41/412bc3a4b3d6d97c524b923db1381968 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/41/412d46bede27cb36ba7a827826894102 b/wb_unity_pro_2/Library/Artifacts/41/412d46bede27cb36ba7a827826894102
deleted file mode 100644
index b25fda4d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/41/412d46bede27cb36ba7a827826894102 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/41/413507e534707531aff8e099d64d8676 b/wb_unity_pro_2/Library/Artifacts/41/413507e534707531aff8e099d64d8676
deleted file mode 100644
index 236be874..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/41/413507e534707531aff8e099d64d8676 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/41/41559bb3aff6e957363ee95d6e8adbb3 b/wb_unity_pro_2/Library/Artifacts/41/41559bb3aff6e957363ee95d6e8adbb3
deleted file mode 100644
index b9f009d5..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/41/41559bb3aff6e957363ee95d6e8adbb3 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/41/417844516dddf48b4ad48d480d008809 b/wb_unity_pro_2/Library/Artifacts/41/417844516dddf48b4ad48d480d008809
deleted file mode 100644
index 11e91ac0..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/41/417844516dddf48b4ad48d480d008809 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/41/4178a3c60112fdaf10d146ae7a517ca5 b/wb_unity_pro_2/Library/Artifacts/41/4178a3c60112fdaf10d146ae7a517ca5
deleted file mode 100644
index e7c387a8..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/41/4178a3c60112fdaf10d146ae7a517ca5 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/41/41b6aa0013ca39f9bacf5c60c70cd425 b/wb_unity_pro_2/Library/Artifacts/41/41b6aa0013ca39f9bacf5c60c70cd425
deleted file mode 100644
index 8d6aece6..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/41/41b6aa0013ca39f9bacf5c60c70cd425 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/41/41c1862337127867d5a760be490ab7e3 b/wb_unity_pro_2/Library/Artifacts/41/41c1862337127867d5a760be490ab7e3
deleted file mode 100644
index f6888656..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/41/41c1862337127867d5a760be490ab7e3 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/41/41c6f14191de28199dd17b7fd8de06e6 b/wb_unity_pro_2/Library/Artifacts/41/41c6f14191de28199dd17b7fd8de06e6
deleted file mode 100644
index e75880d0..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/41/41c6f14191de28199dd17b7fd8de06e6 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/41/41d6678003ea8a769b50776f851a08b8 b/wb_unity_pro_2/Library/Artifacts/41/41d6678003ea8a769b50776f851a08b8
deleted file mode 100644
index d4477466..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/41/41d6678003ea8a769b50776f851a08b8 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/41/41f37c6413eb9e1187ee5d61a2c09985 b/wb_unity_pro_2/Library/Artifacts/41/41f37c6413eb9e1187ee5d61a2c09985
deleted file mode 100644
index 12f9e3ee..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/41/41f37c6413eb9e1187ee5d61a2c09985 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/41/41fdcf04dd673efd11bf3c580cd51ae3 b/wb_unity_pro_2/Library/Artifacts/41/41fdcf04dd673efd11bf3c580cd51ae3
deleted file mode 100644
index 4bf43429..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/41/41fdcf04dd673efd11bf3c580cd51ae3 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/42/4209e01ebf7598701b34099528efae9a b/wb_unity_pro_2/Library/Artifacts/42/4209e01ebf7598701b34099528efae9a
deleted file mode 100644
index af49b64a..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/42/4209e01ebf7598701b34099528efae9a and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/42/4212ab41cf63f120bad86e52e3baf49a b/wb_unity_pro_2/Library/Artifacts/42/4212ab41cf63f120bad86e52e3baf49a
deleted file mode 100644
index c1b21cb1..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/42/4212ab41cf63f120bad86e52e3baf49a and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/42/422c082b606449c2f220f9da91370ccf b/wb_unity_pro_2/Library/Artifacts/42/422c082b606449c2f220f9da91370ccf
deleted file mode 100644
index f344a77e..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/42/422c082b606449c2f220f9da91370ccf and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/42/4238069b734041f279bc79038305a25c b/wb_unity_pro_2/Library/Artifacts/42/4238069b734041f279bc79038305a25c
deleted file mode 100644
index 2745104b..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/42/4238069b734041f279bc79038305a25c and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/42/423fef5c3e3a9726d30c375beb6b1260 b/wb_unity_pro_2/Library/Artifacts/42/423fef5c3e3a9726d30c375beb6b1260
deleted file mode 100644
index 79424487..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/42/423fef5c3e3a9726d30c375beb6b1260 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/42/426cf338e87d1493d49cdc892d159eb3 b/wb_unity_pro_2/Library/Artifacts/42/426cf338e87d1493d49cdc892d159eb3
deleted file mode 100644
index bfa4ba16..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/42/426cf338e87d1493d49cdc892d159eb3 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/42/4273f0d5e046e5b501bc9889aa603f35 b/wb_unity_pro_2/Library/Artifacts/42/4273f0d5e046e5b501bc9889aa603f35
deleted file mode 100644
index 521d7b36..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/42/4273f0d5e046e5b501bc9889aa603f35 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/42/42f155cebfdb2b0ae06f80343b411b0f b/wb_unity_pro_2/Library/Artifacts/42/42f155cebfdb2b0ae06f80343b411b0f
deleted file mode 100644
index cc442fe0..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/42/42f155cebfdb2b0ae06f80343b411b0f and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/42/42f588471ac2c76133e5c26d091c4376 b/wb_unity_pro_2/Library/Artifacts/42/42f588471ac2c76133e5c26d091c4376
deleted file mode 100644
index dab70678..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/42/42f588471ac2c76133e5c26d091c4376 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/43/4308489c16109458117af62e4bc96d48 b/wb_unity_pro_2/Library/Artifacts/43/4308489c16109458117af62e4bc96d48
deleted file mode 100644
index efb69572..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/43/4308489c16109458117af62e4bc96d48 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/43/433e40eb16b78ee40c3717c964517218 b/wb_unity_pro_2/Library/Artifacts/43/433e40eb16b78ee40c3717c964517218
deleted file mode 100644
index 1ecb5afb..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/43/433e40eb16b78ee40c3717c964517218 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/43/43407a34250fe66435fbf7acf9a5d0cd b/wb_unity_pro_2/Library/Artifacts/43/43407a34250fe66435fbf7acf9a5d0cd
deleted file mode 100644
index c817b9bf..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/43/43407a34250fe66435fbf7acf9a5d0cd and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/43/434d41d99c3c140d31a1af9fa0b8c941 b/wb_unity_pro_2/Library/Artifacts/43/434d41d99c3c140d31a1af9fa0b8c941
deleted file mode 100644
index 0e00dd9b..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/43/434d41d99c3c140d31a1af9fa0b8c941 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/43/435659dedc225b40319651d69e882c81 b/wb_unity_pro_2/Library/Artifacts/43/435659dedc225b40319651d69e882c81
deleted file mode 100644
index 3ef61514..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/43/435659dedc225b40319651d69e882c81 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/43/438630677cb0e3a4159b39fbbcc33402 b/wb_unity_pro_2/Library/Artifacts/43/438630677cb0e3a4159b39fbbcc33402
deleted file mode 100644
index 35cfbd6e..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/43/438630677cb0e3a4159b39fbbcc33402 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/43/43a74827b10d269773964b1789f91afa b/wb_unity_pro_2/Library/Artifacts/43/43a74827b10d269773964b1789f91afa
deleted file mode 100644
index 53751a1f..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/43/43a74827b10d269773964b1789f91afa and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/43/43a8933f7347b42244fcba532f48f166 b/wb_unity_pro_2/Library/Artifacts/43/43a8933f7347b42244fcba532f48f166
deleted file mode 100644
index aab128bb..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/43/43a8933f7347b42244fcba532f48f166 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/43/43bb280a457e81df097965cdcba113b5 b/wb_unity_pro_2/Library/Artifacts/43/43bb280a457e81df097965cdcba113b5
deleted file mode 100644
index 10113293..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/43/43bb280a457e81df097965cdcba113b5 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/43/43d5c54edcfc4a65bacd5839a0ef0081 b/wb_unity_pro_2/Library/Artifacts/43/43d5c54edcfc4a65bacd5839a0ef0081
deleted file mode 100644
index cd22b3b2..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/43/43d5c54edcfc4a65bacd5839a0ef0081 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/44/4411cbfd2a0f6cbcf1332a260f089cb9 b/wb_unity_pro_2/Library/Artifacts/44/4411cbfd2a0f6cbcf1332a260f089cb9
deleted file mode 100644
index cd12a3d2..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/44/4411cbfd2a0f6cbcf1332a260f089cb9 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/44/44824a86b3a4a60b7100737d703d091d b/wb_unity_pro_2/Library/Artifacts/44/44824a86b3a4a60b7100737d703d091d
deleted file mode 100644
index 40726902..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/44/44824a86b3a4a60b7100737d703d091d and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/44/44a2b00b83b66d7a79f6cc1788270840 b/wb_unity_pro_2/Library/Artifacts/44/44a2b00b83b66d7a79f6cc1788270840
deleted file mode 100644
index e08fc5af..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/44/44a2b00b83b66d7a79f6cc1788270840 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/44/44b5e728f80de7d874f47ded079d8381 b/wb_unity_pro_2/Library/Artifacts/44/44b5e728f80de7d874f47ded079d8381
deleted file mode 100644
index 6ec52e59..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/44/44b5e728f80de7d874f47ded079d8381 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/44/44ba35c8d1e595ee39d7d3bc1ff2f2e9 b/wb_unity_pro_2/Library/Artifacts/44/44ba35c8d1e595ee39d7d3bc1ff2f2e9
deleted file mode 100644
index d1b274d4..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/44/44ba35c8d1e595ee39d7d3bc1ff2f2e9 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/44/44c893a1da6872e33ca90defcb021faa b/wb_unity_pro_2/Library/Artifacts/44/44c893a1da6872e33ca90defcb021faa
deleted file mode 100644
index 3992c097..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/44/44c893a1da6872e33ca90defcb021faa and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/44/44ee521f7a801ac938650eb628780890 b/wb_unity_pro_2/Library/Artifacts/44/44ee521f7a801ac938650eb628780890
deleted file mode 100644
index a083cfcc..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/44/44ee521f7a801ac938650eb628780890 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/45/4504ad31d13fb165b0186d319387e25e b/wb_unity_pro_2/Library/Artifacts/45/4504ad31d13fb165b0186d319387e25e
deleted file mode 100644
index aa9a80f5..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/45/4504ad31d13fb165b0186d319387e25e and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/45/4509db6e3e9ca8ef0b4c18c157b53791 b/wb_unity_pro_2/Library/Artifacts/45/4509db6e3e9ca8ef0b4c18c157b53791
deleted file mode 100644
index 98add7a1..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/45/4509db6e3e9ca8ef0b4c18c157b53791 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/45/451ff88d0441d72891f1bd591f3b78b3 b/wb_unity_pro_2/Library/Artifacts/45/451ff88d0441d72891f1bd591f3b78b3
deleted file mode 100644
index fc5a5e76..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/45/451ff88d0441d72891f1bd591f3b78b3 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/45/455d52fbe89cdc00ae7530bfa42be246 b/wb_unity_pro_2/Library/Artifacts/45/455d52fbe89cdc00ae7530bfa42be246
deleted file mode 100644
index f7fc7ed2..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/45/455d52fbe89cdc00ae7530bfa42be246 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/45/4563acb8c6d2316bf063b47221443355 b/wb_unity_pro_2/Library/Artifacts/45/4563acb8c6d2316bf063b47221443355
deleted file mode 100644
index 0ca34c78..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/45/4563acb8c6d2316bf063b47221443355 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/45/4580665a3dd7961e7d8c71c9345a9d4c b/wb_unity_pro_2/Library/Artifacts/45/4580665a3dd7961e7d8c71c9345a9d4c
deleted file mode 100644
index 0aaa93ad..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/45/4580665a3dd7961e7d8c71c9345a9d4c and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/45/45b47fbaf786a645b2d987755dfb00ab b/wb_unity_pro_2/Library/Artifacts/45/45b47fbaf786a645b2d987755dfb00ab
deleted file mode 100644
index c83c0e0b..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/45/45b47fbaf786a645b2d987755dfb00ab and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/45/45db9b78971eeb2e1ad47b50de4fc174 b/wb_unity_pro_2/Library/Artifacts/45/45db9b78971eeb2e1ad47b50de4fc174
deleted file mode 100644
index 4b6f5ed4..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/45/45db9b78971eeb2e1ad47b50de4fc174 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/46/4612c2166266bacff84e6c4ee2593f17 b/wb_unity_pro_2/Library/Artifacts/46/4612c2166266bacff84e6c4ee2593f17
deleted file mode 100644
index 1a816893..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/46/4612c2166266bacff84e6c4ee2593f17 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/46/461f9662d0a47af9328ef2c2efdc6947 b/wb_unity_pro_2/Library/Artifacts/46/461f9662d0a47af9328ef2c2efdc6947
deleted file mode 100644
index 407dc190..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/46/461f9662d0a47af9328ef2c2efdc6947 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/46/466bb8aaa71d1dcf774a284dbb3507e0 b/wb_unity_pro_2/Library/Artifacts/46/466bb8aaa71d1dcf774a284dbb3507e0
deleted file mode 100644
index 8d3ca043..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/46/466bb8aaa71d1dcf774a284dbb3507e0 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/46/466cc9cf7e6bb68b4f8e6bf601c0576a b/wb_unity_pro_2/Library/Artifacts/46/466cc9cf7e6bb68b4f8e6bf601c0576a
deleted file mode 100644
index 2f7df45c..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/46/466cc9cf7e6bb68b4f8e6bf601c0576a and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/46/467b2f4939d22248d16dfa414b860909 b/wb_unity_pro_2/Library/Artifacts/46/467b2f4939d22248d16dfa414b860909
deleted file mode 100644
index 444986c5..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/46/467b2f4939d22248d16dfa414b860909 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/46/46856497c04ce69b4e648af5ca4461f1 b/wb_unity_pro_2/Library/Artifacts/46/46856497c04ce69b4e648af5ca4461f1
deleted file mode 100644
index 6d0dbdd2..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/46/46856497c04ce69b4e648af5ca4461f1 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/46/46a7aeca52ce7a6f6eea8e536b359342 b/wb_unity_pro_2/Library/Artifacts/46/46a7aeca52ce7a6f6eea8e536b359342
deleted file mode 100644
index d0a44ce2..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/46/46a7aeca52ce7a6f6eea8e536b359342 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/46/46b1123b900f236f65723b64acbc5476 b/wb_unity_pro_2/Library/Artifacts/46/46b1123b900f236f65723b64acbc5476
deleted file mode 100644
index 60fb0036..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/46/46b1123b900f236f65723b64acbc5476 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/46/46bdcd23a31d52724be3b513a45d37b1 b/wb_unity_pro_2/Library/Artifacts/46/46bdcd23a31d52724be3b513a45d37b1
deleted file mode 100644
index 878e8325..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/46/46bdcd23a31d52724be3b513a45d37b1 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/46/46c58bf5132288e15fb9ca60fcde412c b/wb_unity_pro_2/Library/Artifacts/46/46c58bf5132288e15fb9ca60fcde412c
deleted file mode 100644
index 7b626f9f..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/46/46c58bf5132288e15fb9ca60fcde412c and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/47/4711f9e3cf267d62187f8fd2e6f82d6a b/wb_unity_pro_2/Library/Artifacts/47/4711f9e3cf267d62187f8fd2e6f82d6a
deleted file mode 100644
index a4b6deaa..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/47/4711f9e3cf267d62187f8fd2e6f82d6a and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/47/476534c9cf533d5ea6f7101ebf0f6bc8 b/wb_unity_pro_2/Library/Artifacts/47/476534c9cf533d5ea6f7101ebf0f6bc8
deleted file mode 100644
index 1a949025..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/47/476534c9cf533d5ea6f7101ebf0f6bc8 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/47/477b145f7f33c89affe1990dd2249b8e b/wb_unity_pro_2/Library/Artifacts/47/477b145f7f33c89affe1990dd2249b8e
deleted file mode 100644
index 4310f01f..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/47/477b145f7f33c89affe1990dd2249b8e and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/47/47a252b8e8ea4f4cfb1582ca5a2260fc b/wb_unity_pro_2/Library/Artifacts/47/47a252b8e8ea4f4cfb1582ca5a2260fc
deleted file mode 100644
index 3688c49e..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/47/47a252b8e8ea4f4cfb1582ca5a2260fc and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/47/47ac455ea71a58ea2aefc36efd475848 b/wb_unity_pro_2/Library/Artifacts/47/47ac455ea71a58ea2aefc36efd475848
deleted file mode 100644
index 0ee00cd8..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/47/47ac455ea71a58ea2aefc36efd475848 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/47/47bd2bab14a0ba31a06720b7f6525183 b/wb_unity_pro_2/Library/Artifacts/47/47bd2bab14a0ba31a06720b7f6525183
deleted file mode 100644
index 315a01c6..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/47/47bd2bab14a0ba31a06720b7f6525183 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/47/47c52a236e6ba15fc9aa3ab2266d384b b/wb_unity_pro_2/Library/Artifacts/47/47c52a236e6ba15fc9aa3ab2266d384b
deleted file mode 100644
index 791ce7ea..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/47/47c52a236e6ba15fc9aa3ab2266d384b and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/47/47cb179b510374f97e9b4528ad95dfc3 b/wb_unity_pro_2/Library/Artifacts/47/47cb179b510374f97e9b4528ad95dfc3
deleted file mode 100644
index 2eb9d494..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/47/47cb179b510374f97e9b4528ad95dfc3 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/47/47e2e345c5f09a039279ed8d2c8f1617 b/wb_unity_pro_2/Library/Artifacts/47/47e2e345c5f09a039279ed8d2c8f1617
deleted file mode 100644
index 0f6bd720..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/47/47e2e345c5f09a039279ed8d2c8f1617 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/47/47e9486f17eabe0889fad65efe752170 b/wb_unity_pro_2/Library/Artifacts/47/47e9486f17eabe0889fad65efe752170
deleted file mode 100644
index 9976fbc8..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/47/47e9486f17eabe0889fad65efe752170 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/47/47ee3a3472ca788845f631a2cb01db54 b/wb_unity_pro_2/Library/Artifacts/47/47ee3a3472ca788845f631a2cb01db54
deleted file mode 100644
index 13eab468..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/47/47ee3a3472ca788845f631a2cb01db54 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/48/4812d112d2d207d0b1c9bef070def54f b/wb_unity_pro_2/Library/Artifacts/48/4812d112d2d207d0b1c9bef070def54f
deleted file mode 100644
index 89ee93a6..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/48/4812d112d2d207d0b1c9bef070def54f and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/48/481db309d38ea9463dc1dd18fe648553 b/wb_unity_pro_2/Library/Artifacts/48/481db309d38ea9463dc1dd18fe648553
deleted file mode 100644
index d283f605..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/48/481db309d38ea9463dc1dd18fe648553 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/48/483a2dac2cddaca4567443df919f1189 b/wb_unity_pro_2/Library/Artifacts/48/483a2dac2cddaca4567443df919f1189
deleted file mode 100644
index 60e8440b..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/48/483a2dac2cddaca4567443df919f1189 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/48/4852890d5cbaaf622a3b42fa5a454aff b/wb_unity_pro_2/Library/Artifacts/48/4852890d5cbaaf622a3b42fa5a454aff
deleted file mode 100644
index da53d3f4..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/48/4852890d5cbaaf622a3b42fa5a454aff and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/48/4877bf7866df726db1131abfc0b08f80 b/wb_unity_pro_2/Library/Artifacts/48/4877bf7866df726db1131abfc0b08f80
deleted file mode 100644
index 81b4cb37..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/48/4877bf7866df726db1131abfc0b08f80 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/48/487d2bbc74393de608c787277607b414 b/wb_unity_pro_2/Library/Artifacts/48/487d2bbc74393de608c787277607b414
deleted file mode 100644
index 1492c1ba..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/48/487d2bbc74393de608c787277607b414 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/48/48842122918b367467e9737cefb7f464 b/wb_unity_pro_2/Library/Artifacts/48/48842122918b367467e9737cefb7f464
deleted file mode 100644
index c64bfd54..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/48/48842122918b367467e9737cefb7f464 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/48/489034572e86653e9272e19a3945a607 b/wb_unity_pro_2/Library/Artifacts/48/489034572e86653e9272e19a3945a607
deleted file mode 100644
index b18f50b3..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/48/489034572e86653e9272e19a3945a607 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/48/48917b754e2512cb72e26ec66bd43558 b/wb_unity_pro_2/Library/Artifacts/48/48917b754e2512cb72e26ec66bd43558
deleted file mode 100644
index 17d5977b..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/48/48917b754e2512cb72e26ec66bd43558 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/48/48ac06f00617d87c41de93704f2c9e47 b/wb_unity_pro_2/Library/Artifacts/48/48ac06f00617d87c41de93704f2c9e47
deleted file mode 100644
index 723ae37a..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/48/48ac06f00617d87c41de93704f2c9e47 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/48/48bac21105576a1a52ca8a29bfc338a3 b/wb_unity_pro_2/Library/Artifacts/48/48bac21105576a1a52ca8a29bfc338a3
deleted file mode 100644
index 49354161..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/48/48bac21105576a1a52ca8a29bfc338a3 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/48/48bb57ed04823acc230c839d4896875d b/wb_unity_pro_2/Library/Artifacts/48/48bb57ed04823acc230c839d4896875d
deleted file mode 100644
index 713e37e5..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/48/48bb57ed04823acc230c839d4896875d and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/48/48fb1563e5a52fb27938152ac1b13980 b/wb_unity_pro_2/Library/Artifacts/48/48fb1563e5a52fb27938152ac1b13980
deleted file mode 100644
index f8288bb7..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/48/48fb1563e5a52fb27938152ac1b13980 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/49/491b238c3724334015cda92120472468 b/wb_unity_pro_2/Library/Artifacts/49/491b238c3724334015cda92120472468
deleted file mode 100644
index 8ba3e95d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/49/491b238c3724334015cda92120472468 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/49/492061781ebedecaf31e017bcdd0f1ea b/wb_unity_pro_2/Library/Artifacts/49/492061781ebedecaf31e017bcdd0f1ea
deleted file mode 100644
index 97caef02..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/49/492061781ebedecaf31e017bcdd0f1ea and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/49/494c550d8f28dd633af2225f5d646cc3 b/wb_unity_pro_2/Library/Artifacts/49/494c550d8f28dd633af2225f5d646cc3
deleted file mode 100644
index 07ebd922..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/49/494c550d8f28dd633af2225f5d646cc3 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/49/494d701f259cf6eda8a99e9124a6e3ab b/wb_unity_pro_2/Library/Artifacts/49/494d701f259cf6eda8a99e9124a6e3ab
deleted file mode 100644
index 199617bc..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/49/494d701f259cf6eda8a99e9124a6e3ab and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/49/49507c404465c7494ca797f7c2679910 b/wb_unity_pro_2/Library/Artifacts/49/49507c404465c7494ca797f7c2679910
deleted file mode 100644
index 916d308a..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/49/49507c404465c7494ca797f7c2679910 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/49/49790799a326e6e5d9d6bfc6afcf97f6 b/wb_unity_pro_2/Library/Artifacts/49/49790799a326e6e5d9d6bfc6afcf97f6
deleted file mode 100644
index a9bc0643..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/49/49790799a326e6e5d9d6bfc6afcf97f6 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/49/49d8786e83c813997c491c295230866f b/wb_unity_pro_2/Library/Artifacts/49/49d8786e83c813997c491c295230866f
deleted file mode 100644
index 545a96e6..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/49/49d8786e83c813997c491c295230866f and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/49/49dd40716cb13cb4518cd5335da5e8e5 b/wb_unity_pro_2/Library/Artifacts/49/49dd40716cb13cb4518cd5335da5e8e5
deleted file mode 100644
index fd20b521..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/49/49dd40716cb13cb4518cd5335da5e8e5 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/49/49e395c4008f9f6b7beccd62f2f1e35d b/wb_unity_pro_2/Library/Artifacts/49/49e395c4008f9f6b7beccd62f2f1e35d
deleted file mode 100644
index 6c2012cd..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/49/49e395c4008f9f6b7beccd62f2f1e35d and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/49/49e82387cd2a49846e8b78d0b51f4cb8 b/wb_unity_pro_2/Library/Artifacts/49/49e82387cd2a49846e8b78d0b51f4cb8
deleted file mode 100644
index 958f347f..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/49/49e82387cd2a49846e8b78d0b51f4cb8 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/49/49f6b2df140646ee125e6ef9bf2a18cd b/wb_unity_pro_2/Library/Artifacts/49/49f6b2df140646ee125e6ef9bf2a18cd
deleted file mode 100644
index e6b0e237..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/49/49f6b2df140646ee125e6ef9bf2a18cd and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/49/49fac5290a40fb88ab8bd6070342c579 b/wb_unity_pro_2/Library/Artifacts/49/49fac5290a40fb88ab8bd6070342c579
deleted file mode 100644
index 42b5e696..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/49/49fac5290a40fb88ab8bd6070342c579 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/4a/4a1242bda7c6addff3262943f0fa7803 b/wb_unity_pro_2/Library/Artifacts/4a/4a1242bda7c6addff3262943f0fa7803
deleted file mode 100644
index c7ca510d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/4a/4a1242bda7c6addff3262943f0fa7803 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/4a/4a196af4397e359851d3163fd57bb123 b/wb_unity_pro_2/Library/Artifacts/4a/4a196af4397e359851d3163fd57bb123
deleted file mode 100644
index 8249333c..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/4a/4a196af4397e359851d3163fd57bb123 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/4a/4a2d967e901032fc65c8aea1a52e272b b/wb_unity_pro_2/Library/Artifacts/4a/4a2d967e901032fc65c8aea1a52e272b
deleted file mode 100644
index 7be0a870..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/4a/4a2d967e901032fc65c8aea1a52e272b and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/4a/4a51f09180badbbdb12c1cfa8c651e9f b/wb_unity_pro_2/Library/Artifacts/4a/4a51f09180badbbdb12c1cfa8c651e9f
deleted file mode 100644
index 9ac26980..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/4a/4a51f09180badbbdb12c1cfa8c651e9f and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/4a/4a52b834a12cddcbfadabe6155d0bbeb b/wb_unity_pro_2/Library/Artifacts/4a/4a52b834a12cddcbfadabe6155d0bbeb
deleted file mode 100644
index d6bb5fec..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/4a/4a52b834a12cddcbfadabe6155d0bbeb and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/4a/4a848ecf29e084b2030a8959f6cf5cd2 b/wb_unity_pro_2/Library/Artifacts/4a/4a848ecf29e084b2030a8959f6cf5cd2
deleted file mode 100644
index c6e67320..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/4a/4a848ecf29e084b2030a8959f6cf5cd2 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/4a/4a8a0a53d0ea5fe7d3d06793f2f5a9aa b/wb_unity_pro_2/Library/Artifacts/4a/4a8a0a53d0ea5fe7d3d06793f2f5a9aa
deleted file mode 100644
index 4ae06ceb..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/4a/4a8a0a53d0ea5fe7d3d06793f2f5a9aa and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/4a/4ab6212aeb9d671fb730a59cc459ef4f b/wb_unity_pro_2/Library/Artifacts/4a/4ab6212aeb9d671fb730a59cc459ef4f
deleted file mode 100644
index a7a16f8f..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/4a/4ab6212aeb9d671fb730a59cc459ef4f and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/4a/4abe9445c95cda628deab25db55372e2 b/wb_unity_pro_2/Library/Artifacts/4a/4abe9445c95cda628deab25db55372e2
deleted file mode 100644
index bf4c5595..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/4a/4abe9445c95cda628deab25db55372e2 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/4a/4ad5cd27ca9ab69ea54374942977eec6 b/wb_unity_pro_2/Library/Artifacts/4a/4ad5cd27ca9ab69ea54374942977eec6
deleted file mode 100644
index 5b29e096..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/4a/4ad5cd27ca9ab69ea54374942977eec6 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/4b/4b11fdec925fc68cd3c1743faa9f12b1 b/wb_unity_pro_2/Library/Artifacts/4b/4b11fdec925fc68cd3c1743faa9f12b1
deleted file mode 100644
index 0933dc44..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/4b/4b11fdec925fc68cd3c1743faa9f12b1 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/4b/4b15e5db479ae93b6463ccce605aa2fa b/wb_unity_pro_2/Library/Artifacts/4b/4b15e5db479ae93b6463ccce605aa2fa
deleted file mode 100644
index 1dbe61ab..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/4b/4b15e5db479ae93b6463ccce605aa2fa and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/4b/4b20277242eec5c321088f03ab6d99a0 b/wb_unity_pro_2/Library/Artifacts/4b/4b20277242eec5c321088f03ab6d99a0
deleted file mode 100644
index f0b67ea3..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/4b/4b20277242eec5c321088f03ab6d99a0 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/4b/4b23fa1a72e779229bb3183071cfb59d b/wb_unity_pro_2/Library/Artifacts/4b/4b23fa1a72e779229bb3183071cfb59d
deleted file mode 100644
index e1262983..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/4b/4b23fa1a72e779229bb3183071cfb59d and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/4b/4b28b0ed5282d3ff3e7afe6e376cac47 b/wb_unity_pro_2/Library/Artifacts/4b/4b28b0ed5282d3ff3e7afe6e376cac47
deleted file mode 100644
index 6da0b3e5..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/4b/4b28b0ed5282d3ff3e7afe6e376cac47 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/4b/4b370e6ffd11f528b788b3c0f48d54a0 b/wb_unity_pro_2/Library/Artifacts/4b/4b370e6ffd11f528b788b3c0f48d54a0
deleted file mode 100644
index 9a953bc3..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/4b/4b370e6ffd11f528b788b3c0f48d54a0 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/4b/4b7e3b24995212cbb03e85ebbe0f3ef3 b/wb_unity_pro_2/Library/Artifacts/4b/4b7e3b24995212cbb03e85ebbe0f3ef3
deleted file mode 100644
index 1046f55a..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/4b/4b7e3b24995212cbb03e85ebbe0f3ef3 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/4b/4b8066af484687817482b1cc26fbd0ff b/wb_unity_pro_2/Library/Artifacts/4b/4b8066af484687817482b1cc26fbd0ff
deleted file mode 100644
index a49ccb71..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/4b/4b8066af484687817482b1cc26fbd0ff and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/4b/4b8e51d9dd33875a3f0f7b239f873c38 b/wb_unity_pro_2/Library/Artifacts/4b/4b8e51d9dd33875a3f0f7b239f873c38
deleted file mode 100644
index 05a4f4d5..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/4b/4b8e51d9dd33875a3f0f7b239f873c38 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/4b/4bb3d2a95d65471181793d573f87fbf8 b/wb_unity_pro_2/Library/Artifacts/4b/4bb3d2a95d65471181793d573f87fbf8
deleted file mode 100644
index e8e216f3..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/4b/4bb3d2a95d65471181793d573f87fbf8 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/4b/4bbc57fe51c8c48399c9269d94fdf310 b/wb_unity_pro_2/Library/Artifacts/4b/4bbc57fe51c8c48399c9269d94fdf310
deleted file mode 100644
index 136755c2..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/4b/4bbc57fe51c8c48399c9269d94fdf310 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/4b/4bc3326cf84080cb249eb9342c18f3d2 b/wb_unity_pro_2/Library/Artifacts/4b/4bc3326cf84080cb249eb9342c18f3d2
deleted file mode 100644
index 0eea2aeb..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/4b/4bc3326cf84080cb249eb9342c18f3d2 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/4b/4bf0dc3d3fefde060edef1e1d1db0c69 b/wb_unity_pro_2/Library/Artifacts/4b/4bf0dc3d3fefde060edef1e1d1db0c69
deleted file mode 100644
index d3da46a5..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/4b/4bf0dc3d3fefde060edef1e1d1db0c69 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/4c/4c0e4456b9bf5098bd0bb3c52144199c b/wb_unity_pro_2/Library/Artifacts/4c/4c0e4456b9bf5098bd0bb3c52144199c
deleted file mode 100644
index de3b5133..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/4c/4c0e4456b9bf5098bd0bb3c52144199c and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/4c/4c1dd196e3628f520efe05a86960fb4b b/wb_unity_pro_2/Library/Artifacts/4c/4c1dd196e3628f520efe05a86960fb4b
deleted file mode 100644
index ae59b289..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/4c/4c1dd196e3628f520efe05a86960fb4b and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/4c/4c278c617db8f63c8595405fb0119fa6 b/wb_unity_pro_2/Library/Artifacts/4c/4c278c617db8f63c8595405fb0119fa6
deleted file mode 100644
index efd5f4d8..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/4c/4c278c617db8f63c8595405fb0119fa6 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/4c/4c27b24924a2b1cc0c6e075a87312c84 b/wb_unity_pro_2/Library/Artifacts/4c/4c27b24924a2b1cc0c6e075a87312c84
deleted file mode 100644
index 20754c7b..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/4c/4c27b24924a2b1cc0c6e075a87312c84 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/4c/4c6dfd792aad94e604f63020674bcb50 b/wb_unity_pro_2/Library/Artifacts/4c/4c6dfd792aad94e604f63020674bcb50
deleted file mode 100644
index 0f7cf888..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/4c/4c6dfd792aad94e604f63020674bcb50 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/4c/4c75803d3c90b96b83113dc3327cf26b b/wb_unity_pro_2/Library/Artifacts/4c/4c75803d3c90b96b83113dc3327cf26b
deleted file mode 100644
index 90986583..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/4c/4c75803d3c90b96b83113dc3327cf26b and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/4c/4c7a2c0ac67bb50964cd06d2808b0c53 b/wb_unity_pro_2/Library/Artifacts/4c/4c7a2c0ac67bb50964cd06d2808b0c53
deleted file mode 100644
index 60a72755..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/4c/4c7a2c0ac67bb50964cd06d2808b0c53 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/4c/4c973325efbdc0911cb2cf9caabda464 b/wb_unity_pro_2/Library/Artifacts/4c/4c973325efbdc0911cb2cf9caabda464
deleted file mode 100644
index 04541556..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/4c/4c973325efbdc0911cb2cf9caabda464 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/4c/4ca17743788995aa99ac00786f0c68d6 b/wb_unity_pro_2/Library/Artifacts/4c/4ca17743788995aa99ac00786f0c68d6
deleted file mode 100644
index 303b18ad..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/4c/4ca17743788995aa99ac00786f0c68d6 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/4c/4ca43b253ea2f2afee39db9e4448ea53 b/wb_unity_pro_2/Library/Artifacts/4c/4ca43b253ea2f2afee39db9e4448ea53
deleted file mode 100644
index 4eba233d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/4c/4ca43b253ea2f2afee39db9e4448ea53 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/4c/4cd4b0511cc4ab81c61f1a1d6b2a1c77 b/wb_unity_pro_2/Library/Artifacts/4c/4cd4b0511cc4ab81c61f1a1d6b2a1c77
deleted file mode 100644
index 83b61c5d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/4c/4cd4b0511cc4ab81c61f1a1d6b2a1c77 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/4c/4cfddb7f5ef3833584968ec3a4ad66b5 b/wb_unity_pro_2/Library/Artifacts/4c/4cfddb7f5ef3833584968ec3a4ad66b5
deleted file mode 100644
index 808dcff0..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/4c/4cfddb7f5ef3833584968ec3a4ad66b5 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/4d/4d084a49cfe8b65bb022f398bf3074a0 b/wb_unity_pro_2/Library/Artifacts/4d/4d084a49cfe8b65bb022f398bf3074a0
deleted file mode 100644
index 9abfef20..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/4d/4d084a49cfe8b65bb022f398bf3074a0 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/4d/4d118f473d28968da463221292a8635c b/wb_unity_pro_2/Library/Artifacts/4d/4d118f473d28968da463221292a8635c
deleted file mode 100644
index b3151000..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/4d/4d118f473d28968da463221292a8635c and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/4d/4d3f9e9ee6d81f3bdef24c940f673ce8 b/wb_unity_pro_2/Library/Artifacts/4d/4d3f9e9ee6d81f3bdef24c940f673ce8
deleted file mode 100644
index efccb31f..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/4d/4d3f9e9ee6d81f3bdef24c940f673ce8 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/4d/4d4fe101ffa370691a943dd232fa33f6 b/wb_unity_pro_2/Library/Artifacts/4d/4d4fe101ffa370691a943dd232fa33f6
deleted file mode 100644
index 240c9e3a..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/4d/4d4fe101ffa370691a943dd232fa33f6 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/4d/4d8e98dabd78187b6088bbdbf39204b8 b/wb_unity_pro_2/Library/Artifacts/4d/4d8e98dabd78187b6088bbdbf39204b8
deleted file mode 100644
index 83e4eb09..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/4d/4d8e98dabd78187b6088bbdbf39204b8 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/4d/4d94fc975bc07968ba57acda2e3f5515 b/wb_unity_pro_2/Library/Artifacts/4d/4d94fc975bc07968ba57acda2e3f5515
deleted file mode 100644
index 00687cb5..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/4d/4d94fc975bc07968ba57acda2e3f5515 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/4d/4da943cfec9f16d5e9d91d673cb85829 b/wb_unity_pro_2/Library/Artifacts/4d/4da943cfec9f16d5e9d91d673cb85829
deleted file mode 100644
index 4075dc60..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/4d/4da943cfec9f16d5e9d91d673cb85829 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/4d/4dd4b1efe1db98aa263a2ac2b580cc6d b/wb_unity_pro_2/Library/Artifacts/4d/4dd4b1efe1db98aa263a2ac2b580cc6d
deleted file mode 100644
index 7f03608b..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/4d/4dd4b1efe1db98aa263a2ac2b580cc6d and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/4d/4ddbfca5c2ffa0c6e19c473e9194f6f3 b/wb_unity_pro_2/Library/Artifacts/4d/4ddbfca5c2ffa0c6e19c473e9194f6f3
deleted file mode 100644
index 1c2f1b31..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/4d/4ddbfca5c2ffa0c6e19c473e9194f6f3 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/4d/4df8f367009408958f4e6f097fd6ed0e b/wb_unity_pro_2/Library/Artifacts/4d/4df8f367009408958f4e6f097fd6ed0e
deleted file mode 100644
index cb41e5fc..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/4d/4df8f367009408958f4e6f097fd6ed0e and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/4e/4e061b6c3d315a6b56ea20263c88d3a4 b/wb_unity_pro_2/Library/Artifacts/4e/4e061b6c3d315a6b56ea20263c88d3a4
deleted file mode 100644
index 4156d625..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/4e/4e061b6c3d315a6b56ea20263c88d3a4 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/4e/4e2ff7c79dcfb1050d8c0a589bb40ab5 b/wb_unity_pro_2/Library/Artifacts/4e/4e2ff7c79dcfb1050d8c0a589bb40ab5
deleted file mode 100644
index 63ebf4da..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/4e/4e2ff7c79dcfb1050d8c0a589bb40ab5 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/4e/4e617cdfa897905244a9666df3b0b4cd b/wb_unity_pro_2/Library/Artifacts/4e/4e617cdfa897905244a9666df3b0b4cd
deleted file mode 100644
index d62e22f3..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/4e/4e617cdfa897905244a9666df3b0b4cd and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/4e/4ea0525e0563143f2131020d269e0354 b/wb_unity_pro_2/Library/Artifacts/4e/4ea0525e0563143f2131020d269e0354
deleted file mode 100644
index 0cade1d6..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/4e/4ea0525e0563143f2131020d269e0354 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/4e/4ed61e9b1e4c9acfa215bd528250dca5 b/wb_unity_pro_2/Library/Artifacts/4e/4ed61e9b1e4c9acfa215bd528250dca5
deleted file mode 100644
index fb55cd83..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/4e/4ed61e9b1e4c9acfa215bd528250dca5 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/4e/4ed662ea6611d2d88e6e682b1a01f56d b/wb_unity_pro_2/Library/Artifacts/4e/4ed662ea6611d2d88e6e682b1a01f56d
deleted file mode 100644
index 49be83a4..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/4e/4ed662ea6611d2d88e6e682b1a01f56d and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/4e/4eeadf807d66746c6fccc8de4e49afa2 b/wb_unity_pro_2/Library/Artifacts/4e/4eeadf807d66746c6fccc8de4e49afa2
deleted file mode 100644
index 9fd954e4..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/4e/4eeadf807d66746c6fccc8de4e49afa2 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/4e/4efe2ecf1018030c4441ec0d55843895 b/wb_unity_pro_2/Library/Artifacts/4e/4efe2ecf1018030c4441ec0d55843895
deleted file mode 100644
index 548abe46..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/4e/4efe2ecf1018030c4441ec0d55843895 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/4f/4f190c0b0e4a9f2b630c9c80e1982ce3 b/wb_unity_pro_2/Library/Artifacts/4f/4f190c0b0e4a9f2b630c9c80e1982ce3
deleted file mode 100644
index b3f2c7ac..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/4f/4f190c0b0e4a9f2b630c9c80e1982ce3 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/4f/4f30c25c4955f7d1c1b45e6add64ccc4 b/wb_unity_pro_2/Library/Artifacts/4f/4f30c25c4955f7d1c1b45e6add64ccc4
deleted file mode 100644
index 6552f89e..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/4f/4f30c25c4955f7d1c1b45e6add64ccc4 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/4f/4f386eaafdad938ab14107aa9ba94173 b/wb_unity_pro_2/Library/Artifacts/4f/4f386eaafdad938ab14107aa9ba94173
deleted file mode 100644
index ac24ffe4..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/4f/4f386eaafdad938ab14107aa9ba94173 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/4f/4f6d142960232f0b86584d0db5b89b09 b/wb_unity_pro_2/Library/Artifacts/4f/4f6d142960232f0b86584d0db5b89b09
deleted file mode 100644
index 48313a63..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/4f/4f6d142960232f0b86584d0db5b89b09 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/4f/4f6e996154a48a0b90f699ae1393e62c b/wb_unity_pro_2/Library/Artifacts/4f/4f6e996154a48a0b90f699ae1393e62c
deleted file mode 100644
index 9eab7d14..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/4f/4f6e996154a48a0b90f699ae1393e62c and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/4f/4f734a219986069a568542af8ae12921 b/wb_unity_pro_2/Library/Artifacts/4f/4f734a219986069a568542af8ae12921
deleted file mode 100644
index 373cc0b7..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/4f/4f734a219986069a568542af8ae12921 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/4f/4fc32d810f7d1f643e43849be3a5714d b/wb_unity_pro_2/Library/Artifacts/4f/4fc32d810f7d1f643e43849be3a5714d
deleted file mode 100644
index ca2b004c..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/4f/4fc32d810f7d1f643e43849be3a5714d and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/4f/4fcacad9801249b0010a72aedf123d68 b/wb_unity_pro_2/Library/Artifacts/4f/4fcacad9801249b0010a72aedf123d68
deleted file mode 100644
index f94fa7b7..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/4f/4fcacad9801249b0010a72aedf123d68 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/4f/4fd2db24ff1b387a0e86409821a5a9c7 b/wb_unity_pro_2/Library/Artifacts/4f/4fd2db24ff1b387a0e86409821a5a9c7
deleted file mode 100644
index e0170fae..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/4f/4fd2db24ff1b387a0e86409821a5a9c7 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/4f/4ffd8b66d55760a79d059db4eb5b9de5 b/wb_unity_pro_2/Library/Artifacts/4f/4ffd8b66d55760a79d059db4eb5b9de5
deleted file mode 100644
index b37992ac..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/4f/4ffd8b66d55760a79d059db4eb5b9de5 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/50/50087623331aaed9049e425884ce1c6b b/wb_unity_pro_2/Library/Artifacts/50/50087623331aaed9049e425884ce1c6b
deleted file mode 100644
index f47d5b79..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/50/50087623331aaed9049e425884ce1c6b and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/50/501652bf93ed919f7d375602511e789c b/wb_unity_pro_2/Library/Artifacts/50/501652bf93ed919f7d375602511e789c
deleted file mode 100644
index dcd63056..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/50/501652bf93ed919f7d375602511e789c and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/50/5025ee185611beabae16c8feeb869595 b/wb_unity_pro_2/Library/Artifacts/50/5025ee185611beabae16c8feeb869595
deleted file mode 100644
index 56b6538a..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/50/5025ee185611beabae16c8feeb869595 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/50/503875d59a0494eb328e3ee813cc71fb b/wb_unity_pro_2/Library/Artifacts/50/503875d59a0494eb328e3ee813cc71fb
deleted file mode 100644
index a77f9879..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/50/503875d59a0494eb328e3ee813cc71fb and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/50/503b29bb976760272de840f495082ba9 b/wb_unity_pro_2/Library/Artifacts/50/503b29bb976760272de840f495082ba9
deleted file mode 100644
index 554df1df..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/50/503b29bb976760272de840f495082ba9 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/50/504085fdd7a57c14b7e7d618f6703ae0 b/wb_unity_pro_2/Library/Artifacts/50/504085fdd7a57c14b7e7d618f6703ae0
deleted file mode 100644
index a4dcf043..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/50/504085fdd7a57c14b7e7d618f6703ae0 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/50/507d2893f30bfa88f33fcd4f7ef1ac55 b/wb_unity_pro_2/Library/Artifacts/50/507d2893f30bfa88f33fcd4f7ef1ac55
deleted file mode 100644
index 58e0ba4b..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/50/507d2893f30bfa88f33fcd4f7ef1ac55 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/50/50922102079fbd4f5f3c0a8093f4332c b/wb_unity_pro_2/Library/Artifacts/50/50922102079fbd4f5f3c0a8093f4332c
deleted file mode 100644
index 01ea7438..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/50/50922102079fbd4f5f3c0a8093f4332c and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/50/5095d26bb387adf5b05bb0ba099c10ba b/wb_unity_pro_2/Library/Artifacts/50/5095d26bb387adf5b05bb0ba099c10ba
deleted file mode 100644
index 864e2e57..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/50/5095d26bb387adf5b05bb0ba099c10ba and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/50/509ada9f987ab38e6d5b2b664c762ce2 b/wb_unity_pro_2/Library/Artifacts/50/509ada9f987ab38e6d5b2b664c762ce2
deleted file mode 100644
index ad79c797..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/50/509ada9f987ab38e6d5b2b664c762ce2 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/50/50a9f16edb87291fc0ec6a68f6b622cf b/wb_unity_pro_2/Library/Artifacts/50/50a9f16edb87291fc0ec6a68f6b622cf
deleted file mode 100644
index 737974d4..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/50/50a9f16edb87291fc0ec6a68f6b622cf and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/50/50ab2d49ad6835df7873cde637f112f0 b/wb_unity_pro_2/Library/Artifacts/50/50ab2d49ad6835df7873cde637f112f0
deleted file mode 100644
index 65b1406f..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/50/50ab2d49ad6835df7873cde637f112f0 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/50/50ada736bd624ae415cc85cc6ef4f0e5 b/wb_unity_pro_2/Library/Artifacts/50/50ada736bd624ae415cc85cc6ef4f0e5
deleted file mode 100644
index d0c4c364..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/50/50ada736bd624ae415cc85cc6ef4f0e5 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/50/50b02e9bb7a27dcd440ecadd9722d939 b/wb_unity_pro_2/Library/Artifacts/50/50b02e9bb7a27dcd440ecadd9722d939
deleted file mode 100644
index d75d2c5f..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/50/50b02e9bb7a27dcd440ecadd9722d939 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/50/50f0867a940b5491c1e07791e11ee6a3 b/wb_unity_pro_2/Library/Artifacts/50/50f0867a940b5491c1e07791e11ee6a3
deleted file mode 100644
index 44f2dc0a..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/50/50f0867a940b5491c1e07791e11ee6a3 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/51/510399352816f6fa657c08314423e380 b/wb_unity_pro_2/Library/Artifacts/51/510399352816f6fa657c08314423e380
deleted file mode 100644
index 5917b48e..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/51/510399352816f6fa657c08314423e380 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/51/510d86f4410ff41ded9dc735077f34b4 b/wb_unity_pro_2/Library/Artifacts/51/510d86f4410ff41ded9dc735077f34b4
deleted file mode 100644
index d39dee38..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/51/510d86f4410ff41ded9dc735077f34b4 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/51/51422adbda0ae93f708d4aac02940129 b/wb_unity_pro_2/Library/Artifacts/51/51422adbda0ae93f708d4aac02940129
deleted file mode 100644
index 2a3090cf..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/51/51422adbda0ae93f708d4aac02940129 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/51/514716e313ec87fd46fa7035e4201bde b/wb_unity_pro_2/Library/Artifacts/51/514716e313ec87fd46fa7035e4201bde
deleted file mode 100644
index f52b836e..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/51/514716e313ec87fd46fa7035e4201bde and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/51/514851c852cb5c628435c4436e6ba258 b/wb_unity_pro_2/Library/Artifacts/51/514851c852cb5c628435c4436e6ba258
deleted file mode 100644
index 6c5583c4..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/51/514851c852cb5c628435c4436e6ba258 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/51/514d7d65025744652e22ceb32644a838 b/wb_unity_pro_2/Library/Artifacts/51/514d7d65025744652e22ceb32644a838
deleted file mode 100644
index 7eed670f..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/51/514d7d65025744652e22ceb32644a838 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/51/515541306eebbd693b1bc917bcf5639d b/wb_unity_pro_2/Library/Artifacts/51/515541306eebbd693b1bc917bcf5639d
deleted file mode 100644
index 2a553fed..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/51/515541306eebbd693b1bc917bcf5639d and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/51/515d90178e3b0f750dd76212afa2371e b/wb_unity_pro_2/Library/Artifacts/51/515d90178e3b0f750dd76212afa2371e
deleted file mode 100644
index 157d9062..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/51/515d90178e3b0f750dd76212afa2371e and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/51/5166bb2f7fa98b58ccecb32c7037c12e b/wb_unity_pro_2/Library/Artifacts/51/5166bb2f7fa98b58ccecb32c7037c12e
deleted file mode 100644
index 04220ad8..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/51/5166bb2f7fa98b58ccecb32c7037c12e and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/51/517c50af45cca5ceac38622a809d4dae b/wb_unity_pro_2/Library/Artifacts/51/517c50af45cca5ceac38622a809d4dae
deleted file mode 100644
index efe617ad..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/51/517c50af45cca5ceac38622a809d4dae and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/51/517d50ff4104eab6c0fc622028266bac b/wb_unity_pro_2/Library/Artifacts/51/517d50ff4104eab6c0fc622028266bac
deleted file mode 100644
index 6b9da931..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/51/517d50ff4104eab6c0fc622028266bac and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/51/51ac0dd59120d2ce1f1af21d18e6201c b/wb_unity_pro_2/Library/Artifacts/51/51ac0dd59120d2ce1f1af21d18e6201c
deleted file mode 100644
index c6ea9e44..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/51/51ac0dd59120d2ce1f1af21d18e6201c and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/51/51b059f8410f41508a9a181be4966a64 b/wb_unity_pro_2/Library/Artifacts/51/51b059f8410f41508a9a181be4966a64
deleted file mode 100644
index f70b77d7..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/51/51b059f8410f41508a9a181be4966a64 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/51/51b2abe673ab452c731547a2e6871c75 b/wb_unity_pro_2/Library/Artifacts/51/51b2abe673ab452c731547a2e6871c75
deleted file mode 100644
index 61d69b28..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/51/51b2abe673ab452c731547a2e6871c75 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/51/51c3df6e3cfd47824249cd35d2ff017d b/wb_unity_pro_2/Library/Artifacts/51/51c3df6e3cfd47824249cd35d2ff017d
deleted file mode 100644
index 35273c4d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/51/51c3df6e3cfd47824249cd35d2ff017d and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/51/51c697574682a97aaa6d5e20a1e26274 b/wb_unity_pro_2/Library/Artifacts/51/51c697574682a97aaa6d5e20a1e26274
deleted file mode 100644
index 5e1c3481..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/51/51c697574682a97aaa6d5e20a1e26274 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/51/51fa55e38d3d91818df6aea462a1b051 b/wb_unity_pro_2/Library/Artifacts/51/51fa55e38d3d91818df6aea462a1b051
deleted file mode 100644
index 72e17f67..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/51/51fa55e38d3d91818df6aea462a1b051 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/52/522ac338451f126018caab9e9010eb67 b/wb_unity_pro_2/Library/Artifacts/52/522ac338451f126018caab9e9010eb67
deleted file mode 100644
index 1021b617..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/52/522ac338451f126018caab9e9010eb67 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/52/522b8c900c01f8e863b1a7c68cee5239 b/wb_unity_pro_2/Library/Artifacts/52/522b8c900c01f8e863b1a7c68cee5239
deleted file mode 100644
index 46dd5891..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/52/522b8c900c01f8e863b1a7c68cee5239 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/52/523e08dafde7336a61b437e1a4644fcc b/wb_unity_pro_2/Library/Artifacts/52/523e08dafde7336a61b437e1a4644fcc
deleted file mode 100644
index 2c602a97..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/52/523e08dafde7336a61b437e1a4644fcc and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/52/52649048673c746c17d87ca65e9d4e6c b/wb_unity_pro_2/Library/Artifacts/52/52649048673c746c17d87ca65e9d4e6c
deleted file mode 100644
index 73614612..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/52/52649048673c746c17d87ca65e9d4e6c and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/52/52729e411d35ef49fe2181a04bfd24b1 b/wb_unity_pro_2/Library/Artifacts/52/52729e411d35ef49fe2181a04bfd24b1
deleted file mode 100644
index d5751c42..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/52/52729e411d35ef49fe2181a04bfd24b1 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/52/5278a26b2d284ef0181f476588846b1e b/wb_unity_pro_2/Library/Artifacts/52/5278a26b2d284ef0181f476588846b1e
deleted file mode 100644
index b4b2a553..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/52/5278a26b2d284ef0181f476588846b1e and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/52/527a68c95b2bd2780ef426f7d4f250aa b/wb_unity_pro_2/Library/Artifacts/52/527a68c95b2bd2780ef426f7d4f250aa
deleted file mode 100644
index d2bcb448..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/52/527a68c95b2bd2780ef426f7d4f250aa and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/52/528a25071f3dd0a0ea0e946e0450d40d b/wb_unity_pro_2/Library/Artifacts/52/528a25071f3dd0a0ea0e946e0450d40d
deleted file mode 100644
index 75c89c85..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/52/528a25071f3dd0a0ea0e946e0450d40d and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/52/52afc8d045a0a987b7c7a410e4d08558 b/wb_unity_pro_2/Library/Artifacts/52/52afc8d045a0a987b7c7a410e4d08558
deleted file mode 100644
index b26d0444..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/52/52afc8d045a0a987b7c7a410e4d08558 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/52/52c058c8347e251cfd1fce319d24b42b b/wb_unity_pro_2/Library/Artifacts/52/52c058c8347e251cfd1fce319d24b42b
deleted file mode 100644
index 87a2d36f..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/52/52c058c8347e251cfd1fce319d24b42b and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/52/52c2c4d3a752370634371d961472f3dd b/wb_unity_pro_2/Library/Artifacts/52/52c2c4d3a752370634371d961472f3dd
deleted file mode 100644
index 71bed215..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/52/52c2c4d3a752370634371d961472f3dd and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/52/52c36e7cdf973685574600f20ec821cc b/wb_unity_pro_2/Library/Artifacts/52/52c36e7cdf973685574600f20ec821cc
deleted file mode 100644
index 73aae23d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/52/52c36e7cdf973685574600f20ec821cc and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/52/52fb21b0d93e5ab7cd130d44cd568f68 b/wb_unity_pro_2/Library/Artifacts/52/52fb21b0d93e5ab7cd130d44cd568f68
deleted file mode 100644
index 5971f2ce..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/52/52fb21b0d93e5ab7cd130d44cd568f68 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/53/530135993a55d69cd0222942ce95537c b/wb_unity_pro_2/Library/Artifacts/53/530135993a55d69cd0222942ce95537c
deleted file mode 100644
index a7eae9fb..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/53/530135993a55d69cd0222942ce95537c and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/53/531be5fbd9f586ba4390f3f22e46d7f5 b/wb_unity_pro_2/Library/Artifacts/53/531be5fbd9f586ba4390f3f22e46d7f5
deleted file mode 100644
index 3e697530..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/53/531be5fbd9f586ba4390f3f22e46d7f5 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/53/532f46af7c3a04a917441f49ad225316 b/wb_unity_pro_2/Library/Artifacts/53/532f46af7c3a04a917441f49ad225316
deleted file mode 100644
index 870e3420..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/53/532f46af7c3a04a917441f49ad225316 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/53/534bbe934aa5326e0244e08e08b44a36 b/wb_unity_pro_2/Library/Artifacts/53/534bbe934aa5326e0244e08e08b44a36
deleted file mode 100644
index 3a654b0a..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/53/534bbe934aa5326e0244e08e08b44a36 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/53/5351b3a599a62cade5eb1a31c1fe5834 b/wb_unity_pro_2/Library/Artifacts/53/5351b3a599a62cade5eb1a31c1fe5834
deleted file mode 100644
index 42348990..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/53/5351b3a599a62cade5eb1a31c1fe5834 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/53/53597bf761c0a6c85d47d58070a3bce4 b/wb_unity_pro_2/Library/Artifacts/53/53597bf761c0a6c85d47d58070a3bce4
deleted file mode 100644
index 9de96663..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/53/53597bf761c0a6c85d47d58070a3bce4 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/53/539636492cb04c957bd968d1984fab42 b/wb_unity_pro_2/Library/Artifacts/53/539636492cb04c957bd968d1984fab42
deleted file mode 100644
index 3da8b68b..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/53/539636492cb04c957bd968d1984fab42 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/53/53a5ffbfb265194831acea4e4e358e11 b/wb_unity_pro_2/Library/Artifacts/53/53a5ffbfb265194831acea4e4e358e11
deleted file mode 100644
index a57e1d6d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/53/53a5ffbfb265194831acea4e4e358e11 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/53/53db6ed722bff103ff452b24f603547f b/wb_unity_pro_2/Library/Artifacts/53/53db6ed722bff103ff452b24f603547f
deleted file mode 100644
index 61f35493..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/53/53db6ed722bff103ff452b24f603547f and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/53/53deeacee345759fcfc5ef1e040d9307 b/wb_unity_pro_2/Library/Artifacts/53/53deeacee345759fcfc5ef1e040d9307
deleted file mode 100644
index 2cf11af9..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/53/53deeacee345759fcfc5ef1e040d9307 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/53/53eb767b9d79ac8ce6ef7c85d298eeb7 b/wb_unity_pro_2/Library/Artifacts/53/53eb767b9d79ac8ce6ef7c85d298eeb7
deleted file mode 100644
index 1e4456c1..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/53/53eb767b9d79ac8ce6ef7c85d298eeb7 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/53/53f526fb62b03e546073e13a577dfd40 b/wb_unity_pro_2/Library/Artifacts/53/53f526fb62b03e546073e13a577dfd40
deleted file mode 100644
index f0273df5..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/53/53f526fb62b03e546073e13a577dfd40 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/54/54010ec1174d0d61c7262d25b851990a b/wb_unity_pro_2/Library/Artifacts/54/54010ec1174d0d61c7262d25b851990a
deleted file mode 100644
index dbdd1454..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/54/54010ec1174d0d61c7262d25b851990a and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/54/5409baa4db1105eaaf4fea546d7bd058 b/wb_unity_pro_2/Library/Artifacts/54/5409baa4db1105eaaf4fea546d7bd058
deleted file mode 100644
index 56ccd0ea..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/54/5409baa4db1105eaaf4fea546d7bd058 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/54/54371795f6ba7468472cae6e34512906 b/wb_unity_pro_2/Library/Artifacts/54/54371795f6ba7468472cae6e34512906
deleted file mode 100644
index c4f04e7f..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/54/54371795f6ba7468472cae6e34512906 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/54/5444155cc3129e12ac552654545d6f49 b/wb_unity_pro_2/Library/Artifacts/54/5444155cc3129e12ac552654545d6f49
deleted file mode 100644
index 06e6ce67..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/54/5444155cc3129e12ac552654545d6f49 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/54/544805d570a7495a2fab51e8d8fb2acd b/wb_unity_pro_2/Library/Artifacts/54/544805d570a7495a2fab51e8d8fb2acd
deleted file mode 100644
index d403fec4..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/54/544805d570a7495a2fab51e8d8fb2acd and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/54/547f353573e78271579bb9b6d6a134ab b/wb_unity_pro_2/Library/Artifacts/54/547f353573e78271579bb9b6d6a134ab
deleted file mode 100644
index afa075bd..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/54/547f353573e78271579bb9b6d6a134ab and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/54/54a75b5023f5c8ab3be5cd900afdb4ae b/wb_unity_pro_2/Library/Artifacts/54/54a75b5023f5c8ab3be5cd900afdb4ae
deleted file mode 100644
index 1d8367f3..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/54/54a75b5023f5c8ab3be5cd900afdb4ae and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/54/54b7e861a48203ca3c997e1ba7cebebf b/wb_unity_pro_2/Library/Artifacts/54/54b7e861a48203ca3c997e1ba7cebebf
deleted file mode 100644
index 32265b2b..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/54/54b7e861a48203ca3c997e1ba7cebebf and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/54/54f9cc9621a20107a49cd630b1f48811 b/wb_unity_pro_2/Library/Artifacts/54/54f9cc9621a20107a49cd630b1f48811
deleted file mode 100644
index 03f8d713..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/54/54f9cc9621a20107a49cd630b1f48811 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/54/54fd67ea0c9d1aa48078507b9f00277a b/wb_unity_pro_2/Library/Artifacts/54/54fd67ea0c9d1aa48078507b9f00277a
deleted file mode 100644
index bc6d57d1..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/54/54fd67ea0c9d1aa48078507b9f00277a and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/55/550e4fbd2cf3743389a45f4f7b4ff016 b/wb_unity_pro_2/Library/Artifacts/55/550e4fbd2cf3743389a45f4f7b4ff016
deleted file mode 100644
index aa42ea75..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/55/550e4fbd2cf3743389a45f4f7b4ff016 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/55/555b6e4212dbb2b5dc08efa517d99f87 b/wb_unity_pro_2/Library/Artifacts/55/555b6e4212dbb2b5dc08efa517d99f87
deleted file mode 100644
index 51449620..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/55/555b6e4212dbb2b5dc08efa517d99f87 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/55/5561005072cc3ded33acc7e9ba7a7f01 b/wb_unity_pro_2/Library/Artifacts/55/5561005072cc3ded33acc7e9ba7a7f01
deleted file mode 100644
index 1ba9eb07..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/55/5561005072cc3ded33acc7e9ba7a7f01 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/55/55733e696e0c65962d64b63fd2e9e531 b/wb_unity_pro_2/Library/Artifacts/55/55733e696e0c65962d64b63fd2e9e531
deleted file mode 100644
index 25313c6e..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/55/55733e696e0c65962d64b63fd2e9e531 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/55/558614aaec151f1e9a6b6868265d60e8 b/wb_unity_pro_2/Library/Artifacts/55/558614aaec151f1e9a6b6868265d60e8
deleted file mode 100644
index f2e31919..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/55/558614aaec151f1e9a6b6868265d60e8 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/55/55a7aef60e799b5d5235ce47326381c8 b/wb_unity_pro_2/Library/Artifacts/55/55a7aef60e799b5d5235ce47326381c8
deleted file mode 100644
index 5b0305b1..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/55/55a7aef60e799b5d5235ce47326381c8 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/55/55c0734993168d6915bc310c2f59fd7a b/wb_unity_pro_2/Library/Artifacts/55/55c0734993168d6915bc310c2f59fd7a
deleted file mode 100644
index aefbfc07..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/55/55c0734993168d6915bc310c2f59fd7a and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/56/563028cc84302a98bce802481272e563 b/wb_unity_pro_2/Library/Artifacts/56/563028cc84302a98bce802481272e563
deleted file mode 100644
index c6eefd59..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/56/563028cc84302a98bce802481272e563 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/56/564a98ea15b205172fecb5fe51e757d4 b/wb_unity_pro_2/Library/Artifacts/56/564a98ea15b205172fecb5fe51e757d4
deleted file mode 100644
index 1fad9c01..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/56/564a98ea15b205172fecb5fe51e757d4 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/56/5664e08d38a3e5194d15d53c8fccac41 b/wb_unity_pro_2/Library/Artifacts/56/5664e08d38a3e5194d15d53c8fccac41
deleted file mode 100644
index 3c70f873..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/56/5664e08d38a3e5194d15d53c8fccac41 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/56/56aab3ac6cad41983f3fa889870f34dd b/wb_unity_pro_2/Library/Artifacts/56/56aab3ac6cad41983f3fa889870f34dd
deleted file mode 100644
index 609e5c66..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/56/56aab3ac6cad41983f3fa889870f34dd and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/56/56acec6d9ed69b1ac8752a5272d289bf b/wb_unity_pro_2/Library/Artifacts/56/56acec6d9ed69b1ac8752a5272d289bf
deleted file mode 100644
index 7860be35..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/56/56acec6d9ed69b1ac8752a5272d289bf and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/56/56b2455eac4c8810afdf944dd80f279d b/wb_unity_pro_2/Library/Artifacts/56/56b2455eac4c8810afdf944dd80f279d
deleted file mode 100644
index 32446271..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/56/56b2455eac4c8810afdf944dd80f279d and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/56/56b7cef1b56396faf053a09776e640d5 b/wb_unity_pro_2/Library/Artifacts/56/56b7cef1b56396faf053a09776e640d5
deleted file mode 100644
index ac79dd8d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/56/56b7cef1b56396faf053a09776e640d5 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/56/56c2d2bd45f55a49b058c4d116daf3ff b/wb_unity_pro_2/Library/Artifacts/56/56c2d2bd45f55a49b058c4d116daf3ff
deleted file mode 100644
index 6fd9eb63..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/56/56c2d2bd45f55a49b058c4d116daf3ff and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/56/56c3fc47d498608014382881cb7bc7d0 b/wb_unity_pro_2/Library/Artifacts/56/56c3fc47d498608014382881cb7bc7d0
deleted file mode 100644
index e445b254..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/56/56c3fc47d498608014382881cb7bc7d0 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/56/56fed0f4061041fe869fd96220eb943c b/wb_unity_pro_2/Library/Artifacts/56/56fed0f4061041fe869fd96220eb943c
deleted file mode 100644
index de601674..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/56/56fed0f4061041fe869fd96220eb943c and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/57/570b9ab77cbc12078f39b5225c2d3874 b/wb_unity_pro_2/Library/Artifacts/57/570b9ab77cbc12078f39b5225c2d3874
deleted file mode 100644
index a9a9292f..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/57/570b9ab77cbc12078f39b5225c2d3874 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/57/572bb4d2105ac4e92f72c24e521aa9ae b/wb_unity_pro_2/Library/Artifacts/57/572bb4d2105ac4e92f72c24e521aa9ae
deleted file mode 100644
index 1b8c5ae9..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/57/572bb4d2105ac4e92f72c24e521aa9ae and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/57/5735d3d58f5d08c02275f0a6cfde3209 b/wb_unity_pro_2/Library/Artifacts/57/5735d3d58f5d08c02275f0a6cfde3209
deleted file mode 100644
index cf5198a7..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/57/5735d3d58f5d08c02275f0a6cfde3209 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/57/57375f3d81ae8c875955b34aecb96768 b/wb_unity_pro_2/Library/Artifacts/57/57375f3d81ae8c875955b34aecb96768
deleted file mode 100644
index 2ac2f84e..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/57/57375f3d81ae8c875955b34aecb96768 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/57/573e2526e94280c47ca976a7cf74eec5 b/wb_unity_pro_2/Library/Artifacts/57/573e2526e94280c47ca976a7cf74eec5
deleted file mode 100644
index 90120d4a..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/57/573e2526e94280c47ca976a7cf74eec5 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/57/577a4ba7e59d44b1ca5f64f2525e89ac b/wb_unity_pro_2/Library/Artifacts/57/577a4ba7e59d44b1ca5f64f2525e89ac
deleted file mode 100644
index b1e13d99..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/57/577a4ba7e59d44b1ca5f64f2525e89ac and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/57/579a56ed9e9bab0276ab3338f328139b b/wb_unity_pro_2/Library/Artifacts/57/579a56ed9e9bab0276ab3338f328139b
deleted file mode 100644
index 9eb34e5e..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/57/579a56ed9e9bab0276ab3338f328139b and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/57/57c72edc40723b656879a650babee0da b/wb_unity_pro_2/Library/Artifacts/57/57c72edc40723b656879a650babee0da
deleted file mode 100644
index 015ecb6c..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/57/57c72edc40723b656879a650babee0da and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/57/57d2a29e73add99077e826de0d0300de b/wb_unity_pro_2/Library/Artifacts/57/57d2a29e73add99077e826de0d0300de
deleted file mode 100644
index 17c6cb42..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/57/57d2a29e73add99077e826de0d0300de and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/57/57d2e895e885dfc6630ef4637881f7ae b/wb_unity_pro_2/Library/Artifacts/57/57d2e895e885dfc6630ef4637881f7ae
deleted file mode 100644
index a51a9d94..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/57/57d2e895e885dfc6630ef4637881f7ae and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/57/57d697d9495677ca24df4c1e70f280ce b/wb_unity_pro_2/Library/Artifacts/57/57d697d9495677ca24df4c1e70f280ce
deleted file mode 100644
index 4997e5c7..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/57/57d697d9495677ca24df4c1e70f280ce and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/58/58411e9a9c49316dec39aafa9923fe0b b/wb_unity_pro_2/Library/Artifacts/58/58411e9a9c49316dec39aafa9923fe0b
deleted file mode 100644
index 89d2d03e..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/58/58411e9a9c49316dec39aafa9923fe0b and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/58/58478e6e0e7b261ff230ebdc95266118 b/wb_unity_pro_2/Library/Artifacts/58/58478e6e0e7b261ff230ebdc95266118
deleted file mode 100644
index d895cec6..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/58/58478e6e0e7b261ff230ebdc95266118 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/58/586b5ec8ea0794772cc462364cb70c40 b/wb_unity_pro_2/Library/Artifacts/58/586b5ec8ea0794772cc462364cb70c40
deleted file mode 100644
index cf829523..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/58/586b5ec8ea0794772cc462364cb70c40 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/58/587028941a20a20b8d77bb138a402240 b/wb_unity_pro_2/Library/Artifacts/58/587028941a20a20b8d77bb138a402240
deleted file mode 100644
index bb4a4959..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/58/587028941a20a20b8d77bb138a402240 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/58/587456b0a94b16ffbfe06b38c05cffb0 b/wb_unity_pro_2/Library/Artifacts/58/587456b0a94b16ffbfe06b38c05cffb0
deleted file mode 100644
index d1788777..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/58/587456b0a94b16ffbfe06b38c05cffb0 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/58/58a317e8febd74c3f4a2eadfd1a431c0 b/wb_unity_pro_2/Library/Artifacts/58/58a317e8febd74c3f4a2eadfd1a431c0
deleted file mode 100644
index ba4f4b17..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/58/58a317e8febd74c3f4a2eadfd1a431c0 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/58/58d072e9d6321588d3ad9efbed2df947 b/wb_unity_pro_2/Library/Artifacts/58/58d072e9d6321588d3ad9efbed2df947
deleted file mode 100644
index ef6c80b9..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/58/58d072e9d6321588d3ad9efbed2df947 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/58/58d7bffaf5255eb9c67e952f4f747661 b/wb_unity_pro_2/Library/Artifacts/58/58d7bffaf5255eb9c67e952f4f747661
deleted file mode 100644
index d4906c2e..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/58/58d7bffaf5255eb9c67e952f4f747661 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/58/58ed43149627c38cf32dada71c217d92 b/wb_unity_pro_2/Library/Artifacts/58/58ed43149627c38cf32dada71c217d92
deleted file mode 100644
index f9df4ab9..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/58/58ed43149627c38cf32dada71c217d92 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/58/58eefa409d2530fa4ae7789dfa55b69f b/wb_unity_pro_2/Library/Artifacts/58/58eefa409d2530fa4ae7789dfa55b69f
deleted file mode 100644
index 8bf32ee9..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/58/58eefa409d2530fa4ae7789dfa55b69f and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/59/590a9e85c0133989184a4c2be980c9de b/wb_unity_pro_2/Library/Artifacts/59/590a9e85c0133989184a4c2be980c9de
deleted file mode 100644
index 717a38ce..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/59/590a9e85c0133989184a4c2be980c9de and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/59/5940e4a563b9a6be5985d1e3e9f74db0 b/wb_unity_pro_2/Library/Artifacts/59/5940e4a563b9a6be5985d1e3e9f74db0
deleted file mode 100644
index 80d654d9..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/59/5940e4a563b9a6be5985d1e3e9f74db0 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/59/594b831154cf42a71c2ed3b715968a22 b/wb_unity_pro_2/Library/Artifacts/59/594b831154cf42a71c2ed3b715968a22
deleted file mode 100644
index 4d03cbc9..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/59/594b831154cf42a71c2ed3b715968a22 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/59/5952413ada68d3395b79708184def6cc b/wb_unity_pro_2/Library/Artifacts/59/5952413ada68d3395b79708184def6cc
deleted file mode 100644
index 52ab4c6f..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/59/5952413ada68d3395b79708184def6cc and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/59/595f1700981d552aa6464dc3dfa9c1c5 b/wb_unity_pro_2/Library/Artifacts/59/595f1700981d552aa6464dc3dfa9c1c5
deleted file mode 100644
index 44d1957a..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/59/595f1700981d552aa6464dc3dfa9c1c5 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/59/5977f1c969fbad80fefc8e1551363e62 b/wb_unity_pro_2/Library/Artifacts/59/5977f1c969fbad80fefc8e1551363e62
deleted file mode 100644
index 9e32028b..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/59/5977f1c969fbad80fefc8e1551363e62 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/59/59a0289c462cf14e9feee21ff45888e9 b/wb_unity_pro_2/Library/Artifacts/59/59a0289c462cf14e9feee21ff45888e9
deleted file mode 100644
index 251607f7..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/59/59a0289c462cf14e9feee21ff45888e9 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/59/59cecdcae92e68ab8891df59f1e19415 b/wb_unity_pro_2/Library/Artifacts/59/59cecdcae92e68ab8891df59f1e19415
deleted file mode 100644
index 6b0646e2..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/59/59cecdcae92e68ab8891df59f1e19415 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/59/59eeef3da996fa1c19d89c75326363f2 b/wb_unity_pro_2/Library/Artifacts/59/59eeef3da996fa1c19d89c75326363f2
deleted file mode 100644
index 5b22ae7c..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/59/59eeef3da996fa1c19d89c75326363f2 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/59/59f009bc589615af85f2b80f83da46a5 b/wb_unity_pro_2/Library/Artifacts/59/59f009bc589615af85f2b80f83da46a5
deleted file mode 100644
index 8a91a64e..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/59/59f009bc589615af85f2b80f83da46a5 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/59/59f464b79d746bc62f065512d2010ae1 b/wb_unity_pro_2/Library/Artifacts/59/59f464b79d746bc62f065512d2010ae1
deleted file mode 100644
index 4942382d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/59/59f464b79d746bc62f065512d2010ae1 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/59/59f548e8c413b52e240f99f57d929f9b b/wb_unity_pro_2/Library/Artifacts/59/59f548e8c413b52e240f99f57d929f9b
deleted file mode 100644
index 5ac4580e..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/59/59f548e8c413b52e240f99f57d929f9b and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/5a/5a150ddcf08eeb165d66344edfdf57b7 b/wb_unity_pro_2/Library/Artifacts/5a/5a150ddcf08eeb165d66344edfdf57b7
deleted file mode 100644
index c065a6f5..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/5a/5a150ddcf08eeb165d66344edfdf57b7 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/5a/5a4b415d3b1d18f6a2d171863f6f182a b/wb_unity_pro_2/Library/Artifacts/5a/5a4b415d3b1d18f6a2d171863f6f182a
deleted file mode 100644
index 5489c1a4..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/5a/5a4b415d3b1d18f6a2d171863f6f182a and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/5b/5b029c7aa6629d32d674273d735b9dfe b/wb_unity_pro_2/Library/Artifacts/5b/5b029c7aa6629d32d674273d735b9dfe
deleted file mode 100644
index a5089489..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/5b/5b029c7aa6629d32d674273d735b9dfe and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/5b/5b0a5f77db94b2fa25f310efa0998c6f b/wb_unity_pro_2/Library/Artifacts/5b/5b0a5f77db94b2fa25f310efa0998c6f
deleted file mode 100644
index d1455b4a..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/5b/5b0a5f77db94b2fa25f310efa0998c6f and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/5b/5b0eb981bac5613e4f3e646929a73b94 b/wb_unity_pro_2/Library/Artifacts/5b/5b0eb981bac5613e4f3e646929a73b94
deleted file mode 100644
index 7e9f8610..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/5b/5b0eb981bac5613e4f3e646929a73b94 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/5b/5b128d7c21034f5b49d6db02a440db26 b/wb_unity_pro_2/Library/Artifacts/5b/5b128d7c21034f5b49d6db02a440db26
deleted file mode 100644
index c1c53503..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/5b/5b128d7c21034f5b49d6db02a440db26 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/5b/5b177587f9f230c4fe547a87495f3674 b/wb_unity_pro_2/Library/Artifacts/5b/5b177587f9f230c4fe547a87495f3674
deleted file mode 100644
index f83cec03..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/5b/5b177587f9f230c4fe547a87495f3674 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/5b/5b32e917cbcdaf2bc7bf6998f134e4f0 b/wb_unity_pro_2/Library/Artifacts/5b/5b32e917cbcdaf2bc7bf6998f134e4f0
deleted file mode 100644
index 1e66a488..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/5b/5b32e917cbcdaf2bc7bf6998f134e4f0 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/5b/5b3f11cb0de1542aec3b52fca833aacb b/wb_unity_pro_2/Library/Artifacts/5b/5b3f11cb0de1542aec3b52fca833aacb
deleted file mode 100644
index 771f7d24..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/5b/5b3f11cb0de1542aec3b52fca833aacb and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/5b/5b7b12ee08c15ca08e7d4e0ba253d476 b/wb_unity_pro_2/Library/Artifacts/5b/5b7b12ee08c15ca08e7d4e0ba253d476
deleted file mode 100644
index 1ff5948d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/5b/5b7b12ee08c15ca08e7d4e0ba253d476 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/5b/5ba084a5483cdce4c63a502a6d1bcbae b/wb_unity_pro_2/Library/Artifacts/5b/5ba084a5483cdce4c63a502a6d1bcbae
deleted file mode 100644
index 86c8802a..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/5b/5ba084a5483cdce4c63a502a6d1bcbae and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/5b/5baa54d0a875ab78d80b3a0b2211ab81 b/wb_unity_pro_2/Library/Artifacts/5b/5baa54d0a875ab78d80b3a0b2211ab81
deleted file mode 100644
index d6727fa4..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/5b/5baa54d0a875ab78d80b3a0b2211ab81 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/5b/5bb27c52ad50623d6612db03e82906ab b/wb_unity_pro_2/Library/Artifacts/5b/5bb27c52ad50623d6612db03e82906ab
deleted file mode 100644
index 9da06e73..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/5b/5bb27c52ad50623d6612db03e82906ab and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/5b/5bba7b508879d40e1a5dca17f32e4f0b b/wb_unity_pro_2/Library/Artifacts/5b/5bba7b508879d40e1a5dca17f32e4f0b
deleted file mode 100644
index 5d2ee37e..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/5b/5bba7b508879d40e1a5dca17f32e4f0b and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/5b/5bcce3bece98bc416fb35924324c0928 b/wb_unity_pro_2/Library/Artifacts/5b/5bcce3bece98bc416fb35924324c0928
deleted file mode 100644
index 9810732d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/5b/5bcce3bece98bc416fb35924324c0928 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/5b/5be3c32627eee3efe5011d0a49d223e9 b/wb_unity_pro_2/Library/Artifacts/5b/5be3c32627eee3efe5011d0a49d223e9
deleted file mode 100644
index f41cd980..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/5b/5be3c32627eee3efe5011d0a49d223e9 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/5c/5c23fc6fd7d07a91f9c828240b115a31 b/wb_unity_pro_2/Library/Artifacts/5c/5c23fc6fd7d07a91f9c828240b115a31
deleted file mode 100644
index 95027f12..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/5c/5c23fc6fd7d07a91f9c828240b115a31 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/5c/5c250dfb46ff0cfa389f8c8ff5a91c3c b/wb_unity_pro_2/Library/Artifacts/5c/5c250dfb46ff0cfa389f8c8ff5a91c3c
deleted file mode 100644
index b02a7384..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/5c/5c250dfb46ff0cfa389f8c8ff5a91c3c and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/5c/5c4b7932a7996f45f121fae64ea3a9a8 b/wb_unity_pro_2/Library/Artifacts/5c/5c4b7932a7996f45f121fae64ea3a9a8
deleted file mode 100644
index f8bf8757..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/5c/5c4b7932a7996f45f121fae64ea3a9a8 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/5c/5c5771306dc2f52585d487cadcc798b9 b/wb_unity_pro_2/Library/Artifacts/5c/5c5771306dc2f52585d487cadcc798b9
deleted file mode 100644
index dcd4ddb7..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/5c/5c5771306dc2f52585d487cadcc798b9 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/5c/5c67df7379cffe1c36f5cf6af7fe30d6 b/wb_unity_pro_2/Library/Artifacts/5c/5c67df7379cffe1c36f5cf6af7fe30d6
deleted file mode 100644
index 3e00f1e5..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/5c/5c67df7379cffe1c36f5cf6af7fe30d6 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/5c/5c6d5368de87d1353603c4966d7c1bf0 b/wb_unity_pro_2/Library/Artifacts/5c/5c6d5368de87d1353603c4966d7c1bf0
deleted file mode 100644
index 026d4b1a..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/5c/5c6d5368de87d1353603c4966d7c1bf0 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/5c/5c843097c1b7f671873bf37eee8cad47 b/wb_unity_pro_2/Library/Artifacts/5c/5c843097c1b7f671873bf37eee8cad47
deleted file mode 100644
index ba110ef0..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/5c/5c843097c1b7f671873bf37eee8cad47 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/5c/5c9d098827be605129c10b8ae6da08af b/wb_unity_pro_2/Library/Artifacts/5c/5c9d098827be605129c10b8ae6da08af
deleted file mode 100644
index d5e74309..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/5c/5c9d098827be605129c10b8ae6da08af and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/5c/5cc04966e59e35ff0432f7e998dd23f5 b/wb_unity_pro_2/Library/Artifacts/5c/5cc04966e59e35ff0432f7e998dd23f5
deleted file mode 100644
index 2505c857..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/5c/5cc04966e59e35ff0432f7e998dd23f5 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/5c/5cc53848b263acbab5db61c879d687e8 b/wb_unity_pro_2/Library/Artifacts/5c/5cc53848b263acbab5db61c879d687e8
deleted file mode 100644
index 2ef88c69..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/5c/5cc53848b263acbab5db61c879d687e8 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/5c/5ce717801efef9fe67786ce975003324 b/wb_unity_pro_2/Library/Artifacts/5c/5ce717801efef9fe67786ce975003324
deleted file mode 100644
index e570b30c..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/5c/5ce717801efef9fe67786ce975003324 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/5d/5d0861c0d1e096377c87dabef312b995 b/wb_unity_pro_2/Library/Artifacts/5d/5d0861c0d1e096377c87dabef312b995
deleted file mode 100644
index 2598a5bf..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/5d/5d0861c0d1e096377c87dabef312b995 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/5d/5d1a740a61340f8d35ef32274a3bbfdc b/wb_unity_pro_2/Library/Artifacts/5d/5d1a740a61340f8d35ef32274a3bbfdc
deleted file mode 100644
index 70d7984b..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/5d/5d1a740a61340f8d35ef32274a3bbfdc and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/5d/5d1cfac57e7253a94c37fd5b9d4eca0b b/wb_unity_pro_2/Library/Artifacts/5d/5d1cfac57e7253a94c37fd5b9d4eca0b
deleted file mode 100644
index 7ef0d824..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/5d/5d1cfac57e7253a94c37fd5b9d4eca0b and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/5d/5d1e06cee6baf696d363b5476ca28f77 b/wb_unity_pro_2/Library/Artifacts/5d/5d1e06cee6baf696d363b5476ca28f77
deleted file mode 100644
index 37ba9d43..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/5d/5d1e06cee6baf696d363b5476ca28f77 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/5d/5d274c950c5ff8cfa6553d817f7d8723 b/wb_unity_pro_2/Library/Artifacts/5d/5d274c950c5ff8cfa6553d817f7d8723
deleted file mode 100644
index d53c2975..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/5d/5d274c950c5ff8cfa6553d817f7d8723 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/5d/5d2871dfd735a9fd7fcd67f8cf099025 b/wb_unity_pro_2/Library/Artifacts/5d/5d2871dfd735a9fd7fcd67f8cf099025
deleted file mode 100644
index 3ed3f44a..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/5d/5d2871dfd735a9fd7fcd67f8cf099025 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/5d/5d4fd444516f5ba018143da687209f39 b/wb_unity_pro_2/Library/Artifacts/5d/5d4fd444516f5ba018143da687209f39
deleted file mode 100644
index e8b9fca3..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/5d/5d4fd444516f5ba018143da687209f39 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/5d/5d50e68ddd33bf87983b3a570a112d5c b/wb_unity_pro_2/Library/Artifacts/5d/5d50e68ddd33bf87983b3a570a112d5c
deleted file mode 100644
index 5e3ac7dd..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/5d/5d50e68ddd33bf87983b3a570a112d5c and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/5d/5d5c0173f246f66b270e84031362f952 b/wb_unity_pro_2/Library/Artifacts/5d/5d5c0173f246f66b270e84031362f952
deleted file mode 100644
index 4b51388c..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/5d/5d5c0173f246f66b270e84031362f952 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/5d/5d60d1b93fa3b92fdf23d2f56dda11c2 b/wb_unity_pro_2/Library/Artifacts/5d/5d60d1b93fa3b92fdf23d2f56dda11c2
deleted file mode 100644
index bf64614b..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/5d/5d60d1b93fa3b92fdf23d2f56dda11c2 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/5d/5d98aad749df723adcc1e56880856d89 b/wb_unity_pro_2/Library/Artifacts/5d/5d98aad749df723adcc1e56880856d89
deleted file mode 100644
index 41d0de2d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/5d/5d98aad749df723adcc1e56880856d89 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/5d/5ddb7280b57ae925ea80190bebfe1f72 b/wb_unity_pro_2/Library/Artifacts/5d/5ddb7280b57ae925ea80190bebfe1f72
deleted file mode 100644
index ca98fce3..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/5d/5ddb7280b57ae925ea80190bebfe1f72 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/5d/5de6f2b86b926c6f72381d406c306f2d b/wb_unity_pro_2/Library/Artifacts/5d/5de6f2b86b926c6f72381d406c306f2d
deleted file mode 100644
index bda73e53..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/5d/5de6f2b86b926c6f72381d406c306f2d and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/5d/5df52cf46eb3106b56c8b4328d75a3e4 b/wb_unity_pro_2/Library/Artifacts/5d/5df52cf46eb3106b56c8b4328d75a3e4
deleted file mode 100644
index d75aa53f..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/5d/5df52cf46eb3106b56c8b4328d75a3e4 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/5d/5df69851681386cf9d7e009342905cc7 b/wb_unity_pro_2/Library/Artifacts/5d/5df69851681386cf9d7e009342905cc7
deleted file mode 100644
index 39f4d8a0..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/5d/5df69851681386cf9d7e009342905cc7 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/5d/5dff260376f48fa1885f0fec4c6441e1 b/wb_unity_pro_2/Library/Artifacts/5d/5dff260376f48fa1885f0fec4c6441e1
deleted file mode 100644
index abc27371..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/5d/5dff260376f48fa1885f0fec4c6441e1 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/5e/5e02abdb6c4fc3de76cad8937f451679 b/wb_unity_pro_2/Library/Artifacts/5e/5e02abdb6c4fc3de76cad8937f451679
deleted file mode 100644
index a2b66ced..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/5e/5e02abdb6c4fc3de76cad8937f451679 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/5e/5e3749bc85b91fc27c08b332fae1e678 b/wb_unity_pro_2/Library/Artifacts/5e/5e3749bc85b91fc27c08b332fae1e678
deleted file mode 100644
index efe1b405..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/5e/5e3749bc85b91fc27c08b332fae1e678 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/5e/5e6fd7b86764c27d9fb5f90fdf554fdd b/wb_unity_pro_2/Library/Artifacts/5e/5e6fd7b86764c27d9fb5f90fdf554fdd
deleted file mode 100644
index 80f6ab9a..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/5e/5e6fd7b86764c27d9fb5f90fdf554fdd and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/5e/5e7226fb977e9537bad75f05720b2b33 b/wb_unity_pro_2/Library/Artifacts/5e/5e7226fb977e9537bad75f05720b2b33
deleted file mode 100644
index 873e9970..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/5e/5e7226fb977e9537bad75f05720b2b33 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/5e/5e7662307ca6e8f298b18b39f76fbf44 b/wb_unity_pro_2/Library/Artifacts/5e/5e7662307ca6e8f298b18b39f76fbf44
deleted file mode 100644
index b85ebf08..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/5e/5e7662307ca6e8f298b18b39f76fbf44 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/5e/5e78a609384da2df323f5862d8c1020e b/wb_unity_pro_2/Library/Artifacts/5e/5e78a609384da2df323f5862d8c1020e
deleted file mode 100644
index 8279e4f9..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/5e/5e78a609384da2df323f5862d8c1020e and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/5e/5e841235d6fe82c2000c6b385df0507c b/wb_unity_pro_2/Library/Artifacts/5e/5e841235d6fe82c2000c6b385df0507c
deleted file mode 100644
index bc63ee76..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/5e/5e841235d6fe82c2000c6b385df0507c and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/5e/5ec7857d76b10d2459b5a4f2b297e262 b/wb_unity_pro_2/Library/Artifacts/5e/5ec7857d76b10d2459b5a4f2b297e262
deleted file mode 100644
index 1a9cc598..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/5e/5ec7857d76b10d2459b5a4f2b297e262 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/5e/5ed2b79874c3e322b9b141cd5833a97a b/wb_unity_pro_2/Library/Artifacts/5e/5ed2b79874c3e322b9b141cd5833a97a
deleted file mode 100644
index f7079c11..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/5e/5ed2b79874c3e322b9b141cd5833a97a and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/5e/5ee590e28752f193e7ca52ff6225d90f b/wb_unity_pro_2/Library/Artifacts/5e/5ee590e28752f193e7ca52ff6225d90f
deleted file mode 100644
index 0a3e2c2c..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/5e/5ee590e28752f193e7ca52ff6225d90f and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/5f/5f1fb9223d8ae2aeb7536333a7dcf79c b/wb_unity_pro_2/Library/Artifacts/5f/5f1fb9223d8ae2aeb7536333a7dcf79c
deleted file mode 100644
index 506ce199..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/5f/5f1fb9223d8ae2aeb7536333a7dcf79c and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/5f/5f3b222ce9341e105ccbb1b0dfbb20b0 b/wb_unity_pro_2/Library/Artifacts/5f/5f3b222ce9341e105ccbb1b0dfbb20b0
deleted file mode 100644
index 60753604..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/5f/5f3b222ce9341e105ccbb1b0dfbb20b0 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/5f/5f3bc9b0f57171810ecdacfd34bba037 b/wb_unity_pro_2/Library/Artifacts/5f/5f3bc9b0f57171810ecdacfd34bba037
deleted file mode 100644
index 3c53e548..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/5f/5f3bc9b0f57171810ecdacfd34bba037 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/5f/5f67e319e7ad40ab22e54aa367e551c9 b/wb_unity_pro_2/Library/Artifacts/5f/5f67e319e7ad40ab22e54aa367e551c9
deleted file mode 100644
index 74c6c5e1..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/5f/5f67e319e7ad40ab22e54aa367e551c9 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/5f/5f78deffa769bca561ad4c62528bad10 b/wb_unity_pro_2/Library/Artifacts/5f/5f78deffa769bca561ad4c62528bad10
deleted file mode 100644
index 3398bd93..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/5f/5f78deffa769bca561ad4c62528bad10 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/5f/5f9099e1db0de32d61680fa027950e65 b/wb_unity_pro_2/Library/Artifacts/5f/5f9099e1db0de32d61680fa027950e65
deleted file mode 100644
index ba80db82..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/5f/5f9099e1db0de32d61680fa027950e65 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/5f/5f91e3fdff8b4559a8f4dd1ac78e84cd b/wb_unity_pro_2/Library/Artifacts/5f/5f91e3fdff8b4559a8f4dd1ac78e84cd
deleted file mode 100644
index 2de2dac6..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/5f/5f91e3fdff8b4559a8f4dd1ac78e84cd and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/5f/5fb7d7e1c70e7dd4cd41b1405a9c4549 b/wb_unity_pro_2/Library/Artifacts/5f/5fb7d7e1c70e7dd4cd41b1405a9c4549
deleted file mode 100644
index a3962b97..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/5f/5fb7d7e1c70e7dd4cd41b1405a9c4549 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/5f/5fb9e38881aff763f338503bb807fc07 b/wb_unity_pro_2/Library/Artifacts/5f/5fb9e38881aff763f338503bb807fc07
deleted file mode 100644
index 11c4f5a5..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/5f/5fb9e38881aff763f338503bb807fc07 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/5f/5fc7fd091cd4f648b2ded4dfadfef68f b/wb_unity_pro_2/Library/Artifacts/5f/5fc7fd091cd4f648b2ded4dfadfef68f
deleted file mode 100644
index c16fbecf..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/5f/5fc7fd091cd4f648b2ded4dfadfef68f and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/60/60375745de1601b4c2015f5343422c05 b/wb_unity_pro_2/Library/Artifacts/60/60375745de1601b4c2015f5343422c05
deleted file mode 100644
index 00f31cde..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/60/60375745de1601b4c2015f5343422c05 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/60/605ddc65802169bf0575edbf0be10bdf b/wb_unity_pro_2/Library/Artifacts/60/605ddc65802169bf0575edbf0be10bdf
deleted file mode 100644
index 5560f7c5..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/60/605ddc65802169bf0575edbf0be10bdf and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/60/60629b7dca3d9b374af9bf7654efc703 b/wb_unity_pro_2/Library/Artifacts/60/60629b7dca3d9b374af9bf7654efc703
deleted file mode 100644
index c88a51c0..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/60/60629b7dca3d9b374af9bf7654efc703 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/60/60685818d370880ae9ff9c6e3b4247e8 b/wb_unity_pro_2/Library/Artifacts/60/60685818d370880ae9ff9c6e3b4247e8
deleted file mode 100644
index 750d2e19..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/60/60685818d370880ae9ff9c6e3b4247e8 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/60/607cf972a17223726c34ec3f2dbcf418 b/wb_unity_pro_2/Library/Artifacts/60/607cf972a17223726c34ec3f2dbcf418
deleted file mode 100644
index 5cc73c62..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/60/607cf972a17223726c34ec3f2dbcf418 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/60/608152ebf155416544f9a6067059d07f b/wb_unity_pro_2/Library/Artifacts/60/608152ebf155416544f9a6067059d07f
deleted file mode 100644
index 712cbf2c..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/60/608152ebf155416544f9a6067059d07f and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/60/6089cd309a3f1bd3d481c05a46a5ecb7 b/wb_unity_pro_2/Library/Artifacts/60/6089cd309a3f1bd3d481c05a46a5ecb7
deleted file mode 100644
index 05196d77..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/60/6089cd309a3f1bd3d481c05a46a5ecb7 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/60/60b87d043f43d1bb68cfea0bea8fb0de b/wb_unity_pro_2/Library/Artifacts/60/60b87d043f43d1bb68cfea0bea8fb0de
deleted file mode 100644
index 18631310..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/60/60b87d043f43d1bb68cfea0bea8fb0de and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/60/60c7a9593e6f51e492a936a86408f705 b/wb_unity_pro_2/Library/Artifacts/60/60c7a9593e6f51e492a936a86408f705
deleted file mode 100644
index 9bc93b29..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/60/60c7a9593e6f51e492a936a86408f705 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/60/60d09b5b205b09d3f4b03c439a78b859 b/wb_unity_pro_2/Library/Artifacts/60/60d09b5b205b09d3f4b03c439a78b859
deleted file mode 100644
index 3c81d3bd..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/60/60d09b5b205b09d3f4b03c439a78b859 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/60/60dc279cb40c74077cdf52e712ebe91e b/wb_unity_pro_2/Library/Artifacts/60/60dc279cb40c74077cdf52e712ebe91e
deleted file mode 100644
index 6e7a8fc2..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/60/60dc279cb40c74077cdf52e712ebe91e and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/60/60fbf81cb93a8e4536bf80c0331d5a76 b/wb_unity_pro_2/Library/Artifacts/60/60fbf81cb93a8e4536bf80c0331d5a76
deleted file mode 100644
index 3e6a9cb5..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/60/60fbf81cb93a8e4536bf80c0331d5a76 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/61/61166844d05158689befe86d74935ea5 b/wb_unity_pro_2/Library/Artifacts/61/61166844d05158689befe86d74935ea5
deleted file mode 100644
index f02cb974..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/61/61166844d05158689befe86d74935ea5 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/61/61198c3d7ec69401b0c59d271766f6f5 b/wb_unity_pro_2/Library/Artifacts/61/61198c3d7ec69401b0c59d271766f6f5
deleted file mode 100644
index 1598ec9d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/61/61198c3d7ec69401b0c59d271766f6f5 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/61/6125a3ab9ffe0bc1ebca4de60438292e b/wb_unity_pro_2/Library/Artifacts/61/6125a3ab9ffe0bc1ebca4de60438292e
deleted file mode 100644
index 197d9af3..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/61/6125a3ab9ffe0bc1ebca4de60438292e and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/61/612feb4609eacb395f1ee16a7a33e025 b/wb_unity_pro_2/Library/Artifacts/61/612feb4609eacb395f1ee16a7a33e025
deleted file mode 100644
index a40b1ef0..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/61/612feb4609eacb395f1ee16a7a33e025 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/61/614703062f2f29a54d123a8915701bfb b/wb_unity_pro_2/Library/Artifacts/61/614703062f2f29a54d123a8915701bfb
deleted file mode 100644
index f4489a72..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/61/614703062f2f29a54d123a8915701bfb and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/61/6173714e00301bc8fb988abbf1363816 b/wb_unity_pro_2/Library/Artifacts/61/6173714e00301bc8fb988abbf1363816
deleted file mode 100644
index fc2dbc0d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/61/6173714e00301bc8fb988abbf1363816 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/61/618f81d09c05edc92109934dd47e132a b/wb_unity_pro_2/Library/Artifacts/61/618f81d09c05edc92109934dd47e132a
deleted file mode 100644
index e24a11d3..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/61/618f81d09c05edc92109934dd47e132a and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/61/6197a6adf3b22286c71e0dab8dea68fa b/wb_unity_pro_2/Library/Artifacts/61/6197a6adf3b22286c71e0dab8dea68fa
deleted file mode 100644
index 32c427a3..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/61/6197a6adf3b22286c71e0dab8dea68fa and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/61/619df7b4ebd162da944b7ca9d474a70c b/wb_unity_pro_2/Library/Artifacts/61/619df7b4ebd162da944b7ca9d474a70c
deleted file mode 100644
index e67907cb..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/61/619df7b4ebd162da944b7ca9d474a70c and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/61/619ec2ef35992d37bdd121efeb9d8819 b/wb_unity_pro_2/Library/Artifacts/61/619ec2ef35992d37bdd121efeb9d8819
deleted file mode 100644
index eec23885..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/61/619ec2ef35992d37bdd121efeb9d8819 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/61/61b8c8c61c3874e4b1bea6a440afe97c b/wb_unity_pro_2/Library/Artifacts/61/61b8c8c61c3874e4b1bea6a440afe97c
deleted file mode 100644
index de26f613..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/61/61b8c8c61c3874e4b1bea6a440afe97c and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/61/61c2dee230137afdd274d0ef771cf600 b/wb_unity_pro_2/Library/Artifacts/61/61c2dee230137afdd274d0ef771cf600
deleted file mode 100644
index b20ae011..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/61/61c2dee230137afdd274d0ef771cf600 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/61/61c890ed2df99e1a7204066b9fdf362c b/wb_unity_pro_2/Library/Artifacts/61/61c890ed2df99e1a7204066b9fdf362c
deleted file mode 100644
index dec72551..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/61/61c890ed2df99e1a7204066b9fdf362c and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/61/61ca618462ad5373cb0831efa2a993b4 b/wb_unity_pro_2/Library/Artifacts/61/61ca618462ad5373cb0831efa2a993b4
deleted file mode 100644
index f61bd204..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/61/61ca618462ad5373cb0831efa2a993b4 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/61/61d59a1af6915fe14a8c87c24314a2c8 b/wb_unity_pro_2/Library/Artifacts/61/61d59a1af6915fe14a8c87c24314a2c8
deleted file mode 100644
index 7f626251..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/61/61d59a1af6915fe14a8c87c24314a2c8 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/61/61db34c890a1dcdbf273b6b87d9201d1 b/wb_unity_pro_2/Library/Artifacts/61/61db34c890a1dcdbf273b6b87d9201d1
deleted file mode 100644
index 31ac8537..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/61/61db34c890a1dcdbf273b6b87d9201d1 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/61/61e0aca24cb4f96e707cb448177bb547 b/wb_unity_pro_2/Library/Artifacts/61/61e0aca24cb4f96e707cb448177bb547
deleted file mode 100644
index 3d71676f..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/61/61e0aca24cb4f96e707cb448177bb547 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/62/620f6caa95d04475df2224cb6c4a1293 b/wb_unity_pro_2/Library/Artifacts/62/620f6caa95d04475df2224cb6c4a1293
deleted file mode 100644
index 5c85a7ae..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/62/620f6caa95d04475df2224cb6c4a1293 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/62/6216aab15152c642b642e0f7334f50a2 b/wb_unity_pro_2/Library/Artifacts/62/6216aab15152c642b642e0f7334f50a2
deleted file mode 100644
index 68b819ce..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/62/6216aab15152c642b642e0f7334f50a2 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/62/621ce8251729c8819a54b8d4b255a3b1 b/wb_unity_pro_2/Library/Artifacts/62/621ce8251729c8819a54b8d4b255a3b1
deleted file mode 100644
index f344280a..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/62/621ce8251729c8819a54b8d4b255a3b1 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/62/6237ef4410c83ce063caed62158243f6 b/wb_unity_pro_2/Library/Artifacts/62/6237ef4410c83ce063caed62158243f6
deleted file mode 100644
index 7694a1b2..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/62/6237ef4410c83ce063caed62158243f6 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/62/624c020c883b0de97c6d91bcd3d6c364 b/wb_unity_pro_2/Library/Artifacts/62/624c020c883b0de97c6d91bcd3d6c364
deleted file mode 100644
index 04f4972b..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/62/624c020c883b0de97c6d91bcd3d6c364 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/62/624d135719daafd7165f822c7f2c272a b/wb_unity_pro_2/Library/Artifacts/62/624d135719daafd7165f822c7f2c272a
deleted file mode 100644
index 93326892..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/62/624d135719daafd7165f822c7f2c272a and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/62/6264ef9cccdf1915ebf74efe38eb8ce4 b/wb_unity_pro_2/Library/Artifacts/62/6264ef9cccdf1915ebf74efe38eb8ce4
deleted file mode 100644
index c72e8886..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/62/6264ef9cccdf1915ebf74efe38eb8ce4 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/62/627b2d24342e52c13b023c3772c31bd0 b/wb_unity_pro_2/Library/Artifacts/62/627b2d24342e52c13b023c3772c31bd0
deleted file mode 100644
index df8fe8fb..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/62/627b2d24342e52c13b023c3772c31bd0 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/62/628ab7b39e44773cc0a56af6c7369772 b/wb_unity_pro_2/Library/Artifacts/62/628ab7b39e44773cc0a56af6c7369772
deleted file mode 100644
index 1d12e97f..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/62/628ab7b39e44773cc0a56af6c7369772 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/62/629a3d83f0a9b96a28d3f782cd0c247e b/wb_unity_pro_2/Library/Artifacts/62/629a3d83f0a9b96a28d3f782cd0c247e
deleted file mode 100644
index ea3635fd..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/62/629a3d83f0a9b96a28d3f782cd0c247e and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/62/62d05154d7d74c1aa85f9a850a4b4865 b/wb_unity_pro_2/Library/Artifacts/62/62d05154d7d74c1aa85f9a850a4b4865
deleted file mode 100644
index 311099c0..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/62/62d05154d7d74c1aa85f9a850a4b4865 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/62/62d379e58f8413b5b3376812bd17da8c b/wb_unity_pro_2/Library/Artifacts/62/62d379e58f8413b5b3376812bd17da8c
deleted file mode 100644
index 208f809b..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/62/62d379e58f8413b5b3376812bd17da8c and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/63/63050fbaa66757f067f7e88fd12e68a9 b/wb_unity_pro_2/Library/Artifacts/63/63050fbaa66757f067f7e88fd12e68a9
deleted file mode 100644
index e5199498..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/63/63050fbaa66757f067f7e88fd12e68a9 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/63/630fbcee920968c16ea987fe3c787b23 b/wb_unity_pro_2/Library/Artifacts/63/630fbcee920968c16ea987fe3c787b23
deleted file mode 100644
index 3585cb08..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/63/630fbcee920968c16ea987fe3c787b23 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/63/6317a14fee3d51bfef04af36fb07876a b/wb_unity_pro_2/Library/Artifacts/63/6317a14fee3d51bfef04af36fb07876a
deleted file mode 100644
index 70f19082..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/63/6317a14fee3d51bfef04af36fb07876a and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/63/631d495d1400b8119a5c224069ec7ae6 b/wb_unity_pro_2/Library/Artifacts/63/631d495d1400b8119a5c224069ec7ae6
deleted file mode 100644
index 80468270..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/63/631d495d1400b8119a5c224069ec7ae6 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/63/6349074b6fd4fa2971ac07c2e4e10dc5 b/wb_unity_pro_2/Library/Artifacts/63/6349074b6fd4fa2971ac07c2e4e10dc5
deleted file mode 100644
index f614d4ae..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/63/6349074b6fd4fa2971ac07c2e4e10dc5 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/63/63581f6c4be37e6513f3b4897331ab7e b/wb_unity_pro_2/Library/Artifacts/63/63581f6c4be37e6513f3b4897331ab7e
deleted file mode 100644
index 2fd7a97f..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/63/63581f6c4be37e6513f3b4897331ab7e and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/63/636148216c8a77081d27fb1eedeb85a2 b/wb_unity_pro_2/Library/Artifacts/63/636148216c8a77081d27fb1eedeb85a2
deleted file mode 100644
index b1f38770..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/63/636148216c8a77081d27fb1eedeb85a2 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/63/6365603723afb8479193e1695a868a39 b/wb_unity_pro_2/Library/Artifacts/63/6365603723afb8479193e1695a868a39
deleted file mode 100644
index 9a83859a..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/63/6365603723afb8479193e1695a868a39 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/63/638606dfa05af16a021e616faefc949c b/wb_unity_pro_2/Library/Artifacts/63/638606dfa05af16a021e616faefc949c
deleted file mode 100644
index 7618bc84..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/63/638606dfa05af16a021e616faefc949c and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/63/638bc6eeb44a3ec13cb84e7116e7117a b/wb_unity_pro_2/Library/Artifacts/63/638bc6eeb44a3ec13cb84e7116e7117a
deleted file mode 100644
index f7162549..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/63/638bc6eeb44a3ec13cb84e7116e7117a and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/63/638d97f1bfe279b26a730d2e6c5607f3 b/wb_unity_pro_2/Library/Artifacts/63/638d97f1bfe279b26a730d2e6c5607f3
deleted file mode 100644
index 0cdeccb6..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/63/638d97f1bfe279b26a730d2e6c5607f3 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/63/63c54053794a378e9942bcc8d70326de b/wb_unity_pro_2/Library/Artifacts/63/63c54053794a378e9942bcc8d70326de
deleted file mode 100644
index 13e6e1ad..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/63/63c54053794a378e9942bcc8d70326de and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/63/63c6e6a76a5065153fc2c1529cda3f5e b/wb_unity_pro_2/Library/Artifacts/63/63c6e6a76a5065153fc2c1529cda3f5e
deleted file mode 100644
index e815a680..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/63/63c6e6a76a5065153fc2c1529cda3f5e and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/63/63ca9ef0ea7eca2f5a452603f26af011 b/wb_unity_pro_2/Library/Artifacts/63/63ca9ef0ea7eca2f5a452603f26af011
deleted file mode 100644
index 0a90fb7d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/63/63ca9ef0ea7eca2f5a452603f26af011 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/63/63fd17eb156ecd427b9d11e66eac2533 b/wb_unity_pro_2/Library/Artifacts/63/63fd17eb156ecd427b9d11e66eac2533
deleted file mode 100644
index 79756f80..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/63/63fd17eb156ecd427b9d11e66eac2533 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/63/63fd9c4626905d5613e6f76290512f83 b/wb_unity_pro_2/Library/Artifacts/63/63fd9c4626905d5613e6f76290512f83
deleted file mode 100644
index 3aa9d068..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/63/63fd9c4626905d5613e6f76290512f83 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/64/64028b12067a450eefb4900e0d0f321f b/wb_unity_pro_2/Library/Artifacts/64/64028b12067a450eefb4900e0d0f321f
deleted file mode 100644
index 1e5a2602..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/64/64028b12067a450eefb4900e0d0f321f and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/64/64078d2b6a347b4ea3eccdab0af9077e b/wb_unity_pro_2/Library/Artifacts/64/64078d2b6a347b4ea3eccdab0af9077e
deleted file mode 100644
index 414772f5..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/64/64078d2b6a347b4ea3eccdab0af9077e and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/64/640978d9fe1601cc16c9a36321496c1c b/wb_unity_pro_2/Library/Artifacts/64/640978d9fe1601cc16c9a36321496c1c
deleted file mode 100644
index 3fa6fe4b..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/64/640978d9fe1601cc16c9a36321496c1c and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/64/640b5b3f65157aa860821fccfe1dfa76 b/wb_unity_pro_2/Library/Artifacts/64/640b5b3f65157aa860821fccfe1dfa76
deleted file mode 100644
index c80fd71f..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/64/640b5b3f65157aa860821fccfe1dfa76 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/64/640bb32e42bcbb07cabedf9c48885e18 b/wb_unity_pro_2/Library/Artifacts/64/640bb32e42bcbb07cabedf9c48885e18
deleted file mode 100644
index a4cb5ab2..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/64/640bb32e42bcbb07cabedf9c48885e18 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/64/6414b4b0a9e2e83f2514b2928f0c520e b/wb_unity_pro_2/Library/Artifacts/64/6414b4b0a9e2e83f2514b2928f0c520e
deleted file mode 100644
index e0573e3d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/64/6414b4b0a9e2e83f2514b2928f0c520e and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/64/642579c6bb13efe95784e197da9df1a1 b/wb_unity_pro_2/Library/Artifacts/64/642579c6bb13efe95784e197da9df1a1
deleted file mode 100644
index 3aa6d09e..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/64/642579c6bb13efe95784e197da9df1a1 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/64/643f356642f31531648cda13111d826d b/wb_unity_pro_2/Library/Artifacts/64/643f356642f31531648cda13111d826d
deleted file mode 100644
index 7033a8e2..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/64/643f356642f31531648cda13111d826d and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/64/644b5d0a30404289aa20b98274941f5c b/wb_unity_pro_2/Library/Artifacts/64/644b5d0a30404289aa20b98274941f5c
deleted file mode 100644
index 0af1c5dd..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/64/644b5d0a30404289aa20b98274941f5c and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/64/644ede7531de7b4b4bcb6e79f03a1a26 b/wb_unity_pro_2/Library/Artifacts/64/644ede7531de7b4b4bcb6e79f03a1a26
deleted file mode 100644
index 82dbb635..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/64/644ede7531de7b4b4bcb6e79f03a1a26 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/64/647fd1bb9fa0cc66c3c75ca2f793e3ee b/wb_unity_pro_2/Library/Artifacts/64/647fd1bb9fa0cc66c3c75ca2f793e3ee
deleted file mode 100644
index 19ac2b6a..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/64/647fd1bb9fa0cc66c3c75ca2f793e3ee and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/64/648310c61f4355fecf76f6d79eb086f9 b/wb_unity_pro_2/Library/Artifacts/64/648310c61f4355fecf76f6d79eb086f9
deleted file mode 100644
index 56e253b5..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/64/648310c61f4355fecf76f6d79eb086f9 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/64/64b28484e5c88bdf3a7708f3c0d22b4c b/wb_unity_pro_2/Library/Artifacts/64/64b28484e5c88bdf3a7708f3c0d22b4c
deleted file mode 100644
index 4fcc4e48..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/64/64b28484e5c88bdf3a7708f3c0d22b4c and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/64/64bb4270d90bac97b86b0de093fed02b b/wb_unity_pro_2/Library/Artifacts/64/64bb4270d90bac97b86b0de093fed02b
deleted file mode 100644
index 01555db0..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/64/64bb4270d90bac97b86b0de093fed02b and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/64/64c3332fb6426954aa7e205017a244b7 b/wb_unity_pro_2/Library/Artifacts/64/64c3332fb6426954aa7e205017a244b7
deleted file mode 100644
index 92a74b94..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/64/64c3332fb6426954aa7e205017a244b7 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/64/64c430b97840a2d551a10dca570c7aa1 b/wb_unity_pro_2/Library/Artifacts/64/64c430b97840a2d551a10dca570c7aa1
deleted file mode 100644
index 79d7a070..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/64/64c430b97840a2d551a10dca570c7aa1 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/64/64c5743e852fe23d5f2bf230c99e8811 b/wb_unity_pro_2/Library/Artifacts/64/64c5743e852fe23d5f2bf230c99e8811
deleted file mode 100644
index 1b5e6a2d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/64/64c5743e852fe23d5f2bf230c99e8811 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/64/64ec2e6046967442e786e3fcd996f2c7 b/wb_unity_pro_2/Library/Artifacts/64/64ec2e6046967442e786e3fcd996f2c7
deleted file mode 100644
index 5741eb5e..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/64/64ec2e6046967442e786e3fcd996f2c7 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/65/650bdb5009320976ef3d3c6324597534 b/wb_unity_pro_2/Library/Artifacts/65/650bdb5009320976ef3d3c6324597534
deleted file mode 100644
index 2fd51751..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/65/650bdb5009320976ef3d3c6324597534 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/65/650ee77f9ab2e40364cad8261710a3e8 b/wb_unity_pro_2/Library/Artifacts/65/650ee77f9ab2e40364cad8261710a3e8
deleted file mode 100644
index f1e8a806..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/65/650ee77f9ab2e40364cad8261710a3e8 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/65/651fd736ee733304ddc5478984e0fab6 b/wb_unity_pro_2/Library/Artifacts/65/651fd736ee733304ddc5478984e0fab6
deleted file mode 100644
index 6cdb1c3d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/65/651fd736ee733304ddc5478984e0fab6 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/65/6529aeaca6a57b2bb897a89c0e6f23ce b/wb_unity_pro_2/Library/Artifacts/65/6529aeaca6a57b2bb897a89c0e6f23ce
deleted file mode 100644
index 5699c6ea..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/65/6529aeaca6a57b2bb897a89c0e6f23ce and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/65/652dfe108ffd2fa149e8a76934ee0641 b/wb_unity_pro_2/Library/Artifacts/65/652dfe108ffd2fa149e8a76934ee0641
deleted file mode 100644
index 50000e03..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/65/652dfe108ffd2fa149e8a76934ee0641 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/65/6535b4ddda23a3845f96ef696a58a67f b/wb_unity_pro_2/Library/Artifacts/65/6535b4ddda23a3845f96ef696a58a67f
deleted file mode 100644
index b5fa7c4f..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/65/6535b4ddda23a3845f96ef696a58a67f and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/65/655ae6f2a384ce4a2dd9dda204b2a45f b/wb_unity_pro_2/Library/Artifacts/65/655ae6f2a384ce4a2dd9dda204b2a45f
deleted file mode 100644
index 0e9de1d7..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/65/655ae6f2a384ce4a2dd9dda204b2a45f and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/65/655e5250ec0e9356a494c2e0e23ab272 b/wb_unity_pro_2/Library/Artifacts/65/655e5250ec0e9356a494c2e0e23ab272
deleted file mode 100644
index 86dbad5e..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/65/655e5250ec0e9356a494c2e0e23ab272 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/65/65713512e3ee8dc7d2ede7d1890462e2 b/wb_unity_pro_2/Library/Artifacts/65/65713512e3ee8dc7d2ede7d1890462e2
deleted file mode 100644
index 2cbb46c6..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/65/65713512e3ee8dc7d2ede7d1890462e2 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/65/6575c74110e815a87755711b7e0cbe22 b/wb_unity_pro_2/Library/Artifacts/65/6575c74110e815a87755711b7e0cbe22
deleted file mode 100644
index 55e9de8c..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/65/6575c74110e815a87755711b7e0cbe22 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/65/657dce2bd3a1e9a65f93c06736e2a294 b/wb_unity_pro_2/Library/Artifacts/65/657dce2bd3a1e9a65f93c06736e2a294
deleted file mode 100644
index 155a0b05..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/65/657dce2bd3a1e9a65f93c06736e2a294 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/65/6584b57f50db637ed5b3209e75b5c72a b/wb_unity_pro_2/Library/Artifacts/65/6584b57f50db637ed5b3209e75b5c72a
deleted file mode 100644
index 4d39f819..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/65/6584b57f50db637ed5b3209e75b5c72a and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/65/6594651180ec316bd8ae74da6b2feded b/wb_unity_pro_2/Library/Artifacts/65/6594651180ec316bd8ae74da6b2feded
deleted file mode 100644
index 5aaa0b24..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/65/6594651180ec316bd8ae74da6b2feded and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/65/659bf3333d8c231f6bc72bff4af5ab82 b/wb_unity_pro_2/Library/Artifacts/65/659bf3333d8c231f6bc72bff4af5ab82
deleted file mode 100644
index fc7fd1c7..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/65/659bf3333d8c231f6bc72bff4af5ab82 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/65/659c4360f53a24d17f0bcb93a5206821 b/wb_unity_pro_2/Library/Artifacts/65/659c4360f53a24d17f0bcb93a5206821
deleted file mode 100644
index 607c2b72..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/65/659c4360f53a24d17f0bcb93a5206821 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/65/65a434bc4ce40e0eb2122b643089818f b/wb_unity_pro_2/Library/Artifacts/65/65a434bc4ce40e0eb2122b643089818f
deleted file mode 100644
index 0191e8e5..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/65/65a434bc4ce40e0eb2122b643089818f and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/65/65ad4b07de2962c3746c7cfb53ffd895 b/wb_unity_pro_2/Library/Artifacts/65/65ad4b07de2962c3746c7cfb53ffd895
deleted file mode 100644
index d849815e..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/65/65ad4b07de2962c3746c7cfb53ffd895 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/65/65b9910e379708a735219f94c985e71e b/wb_unity_pro_2/Library/Artifacts/65/65b9910e379708a735219f94c985e71e
deleted file mode 100644
index 0c212b8f..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/65/65b9910e379708a735219f94c985e71e and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/65/65c87e0fd301364251346d02be956acf b/wb_unity_pro_2/Library/Artifacts/65/65c87e0fd301364251346d02be956acf
deleted file mode 100644
index ebc13b09..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/65/65c87e0fd301364251346d02be956acf and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/65/65e567b11f0392497c2d6357a20c796a b/wb_unity_pro_2/Library/Artifacts/65/65e567b11f0392497c2d6357a20c796a
deleted file mode 100644
index 8054645c..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/65/65e567b11f0392497c2d6357a20c796a and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/66/6621172cb7485c0b0d906bfbfe854679 b/wb_unity_pro_2/Library/Artifacts/66/6621172cb7485c0b0d906bfbfe854679
deleted file mode 100644
index 0f430099..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/66/6621172cb7485c0b0d906bfbfe854679 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/66/662cf06adba0677b16ee62b0877bfcc1 b/wb_unity_pro_2/Library/Artifacts/66/662cf06adba0677b16ee62b0877bfcc1
deleted file mode 100644
index 6fd0ed8e..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/66/662cf06adba0677b16ee62b0877bfcc1 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/66/66315137fd9aa6066af25f8885b33b10 b/wb_unity_pro_2/Library/Artifacts/66/66315137fd9aa6066af25f8885b33b10
deleted file mode 100644
index 0f88079e..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/66/66315137fd9aa6066af25f8885b33b10 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/66/663abbfb6acbcaed57fc6618d916c7ed b/wb_unity_pro_2/Library/Artifacts/66/663abbfb6acbcaed57fc6618d916c7ed
deleted file mode 100644
index 1cdbd867..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/66/663abbfb6acbcaed57fc6618d916c7ed and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/66/663dc3259df22e2ce4f46ed1c209b5e4 b/wb_unity_pro_2/Library/Artifacts/66/663dc3259df22e2ce4f46ed1c209b5e4
deleted file mode 100644
index 706742f3..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/66/663dc3259df22e2ce4f46ed1c209b5e4 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/66/664648b37bea43bb1c8e031d6dee07ce b/wb_unity_pro_2/Library/Artifacts/66/664648b37bea43bb1c8e031d6dee07ce
deleted file mode 100644
index bebbba47..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/66/664648b37bea43bb1c8e031d6dee07ce and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/66/6669c8c17f79093d90c50fd5916ce21d b/wb_unity_pro_2/Library/Artifacts/66/6669c8c17f79093d90c50fd5916ce21d
deleted file mode 100644
index c58cdc14..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/66/6669c8c17f79093d90c50fd5916ce21d and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/66/666c04da9d056d3ed0f585a44059bc02 b/wb_unity_pro_2/Library/Artifacts/66/666c04da9d056d3ed0f585a44059bc02
deleted file mode 100644
index 9da3015a..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/66/666c04da9d056d3ed0f585a44059bc02 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/66/66734a2a2286be189082275fa37d18f6 b/wb_unity_pro_2/Library/Artifacts/66/66734a2a2286be189082275fa37d18f6
deleted file mode 100644
index 85256dba..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/66/66734a2a2286be189082275fa37d18f6 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/66/66842e2e579a777fbaf9978d1bd354c2 b/wb_unity_pro_2/Library/Artifacts/66/66842e2e579a777fbaf9978d1bd354c2
deleted file mode 100644
index 90b0f191..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/66/66842e2e579a777fbaf9978d1bd354c2 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/66/66a19ec911efc2a6f9d4c083a6fe35fc b/wb_unity_pro_2/Library/Artifacts/66/66a19ec911efc2a6f9d4c083a6fe35fc
deleted file mode 100644
index bba1ec39..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/66/66a19ec911efc2a6f9d4c083a6fe35fc and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/66/66d4d58051d168377d72a29ac6eb47bc b/wb_unity_pro_2/Library/Artifacts/66/66d4d58051d168377d72a29ac6eb47bc
deleted file mode 100644
index b1aa0767..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/66/66d4d58051d168377d72a29ac6eb47bc and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/66/66d79eb6e772e1bb425ff255a7e83569 b/wb_unity_pro_2/Library/Artifacts/66/66d79eb6e772e1bb425ff255a7e83569
deleted file mode 100644
index cf7c7bb5..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/66/66d79eb6e772e1bb425ff255a7e83569 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/66/66e210f35fecf618a22179297f6106ec b/wb_unity_pro_2/Library/Artifacts/66/66e210f35fecf618a22179297f6106ec
deleted file mode 100644
index bada2519..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/66/66e210f35fecf618a22179297f6106ec and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/67/673b576112c6d1f4e71e05ee18a41965 b/wb_unity_pro_2/Library/Artifacts/67/673b576112c6d1f4e71e05ee18a41965
deleted file mode 100644
index 510faf6e..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/67/673b576112c6d1f4e71e05ee18a41965 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/67/673d4562d10f6b6985a3285c1a366862 b/wb_unity_pro_2/Library/Artifacts/67/673d4562d10f6b6985a3285c1a366862
deleted file mode 100644
index b3ad744a..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/67/673d4562d10f6b6985a3285c1a366862 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/67/674709beb90235fddf86842102a9ba35 b/wb_unity_pro_2/Library/Artifacts/67/674709beb90235fddf86842102a9ba35
deleted file mode 100644
index 514614f2..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/67/674709beb90235fddf86842102a9ba35 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/67/6750a636aba904e149eaed3a19e4a1a9 b/wb_unity_pro_2/Library/Artifacts/67/6750a636aba904e149eaed3a19e4a1a9
deleted file mode 100644
index f8bcf30b..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/67/6750a636aba904e149eaed3a19e4a1a9 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/67/675892073fff2e7bd1eb8be356623725 b/wb_unity_pro_2/Library/Artifacts/67/675892073fff2e7bd1eb8be356623725
deleted file mode 100644
index 65bcce5e..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/67/675892073fff2e7bd1eb8be356623725 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/67/675c4870e0c3c9bb9abc9163c22a2e7d b/wb_unity_pro_2/Library/Artifacts/67/675c4870e0c3c9bb9abc9163c22a2e7d
deleted file mode 100644
index 8555ee0f..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/67/675c4870e0c3c9bb9abc9163c22a2e7d and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/67/6769b325b1fe7882871c1bdb0d3dc4bb b/wb_unity_pro_2/Library/Artifacts/67/6769b325b1fe7882871c1bdb0d3dc4bb
deleted file mode 100644
index f761787b..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/67/6769b325b1fe7882871c1bdb0d3dc4bb and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/67/67840179491820cb22f3b49c4ca7f1d3 b/wb_unity_pro_2/Library/Artifacts/67/67840179491820cb22f3b49c4ca7f1d3
deleted file mode 100644
index af5a1f82..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/67/67840179491820cb22f3b49c4ca7f1d3 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/67/6788a98a025b7b728f18ec70e563fd63 b/wb_unity_pro_2/Library/Artifacts/67/6788a98a025b7b728f18ec70e563fd63
deleted file mode 100644
index f48756b6..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/67/6788a98a025b7b728f18ec70e563fd63 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/67/6794f3d2c3310203c99119d28664eb68 b/wb_unity_pro_2/Library/Artifacts/67/6794f3d2c3310203c99119d28664eb68
deleted file mode 100644
index 06ba8820..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/67/6794f3d2c3310203c99119d28664eb68 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/67/67a1b53a86fc9c0adf7ef6c08347f56d b/wb_unity_pro_2/Library/Artifacts/67/67a1b53a86fc9c0adf7ef6c08347f56d
deleted file mode 100644
index 819388f8..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/67/67a1b53a86fc9c0adf7ef6c08347f56d and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/67/67a6e86a2a6dc821ca9fd91c2e946c6d b/wb_unity_pro_2/Library/Artifacts/67/67a6e86a2a6dc821ca9fd91c2e946c6d
deleted file mode 100644
index dd1e1729..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/67/67a6e86a2a6dc821ca9fd91c2e946c6d and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/67/67bb3e6f9a4491c00b12cc597aec0209 b/wb_unity_pro_2/Library/Artifacts/67/67bb3e6f9a4491c00b12cc597aec0209
deleted file mode 100644
index 6b86baa1..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/67/67bb3e6f9a4491c00b12cc597aec0209 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/67/67d134bf169848c3eaa6e88fb09d47a1 b/wb_unity_pro_2/Library/Artifacts/67/67d134bf169848c3eaa6e88fb09d47a1
deleted file mode 100644
index ce4cc9c7..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/67/67d134bf169848c3eaa6e88fb09d47a1 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/67/67fff8239e68e036632708bc9702fd9a b/wb_unity_pro_2/Library/Artifacts/67/67fff8239e68e036632708bc9702fd9a
deleted file mode 100644
index 0a156a88..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/67/67fff8239e68e036632708bc9702fd9a and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/68/680c2d4e60b2a588af4b591a18581ce1 b/wb_unity_pro_2/Library/Artifacts/68/680c2d4e60b2a588af4b591a18581ce1
deleted file mode 100644
index 26a35ab3..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/68/680c2d4e60b2a588af4b591a18581ce1 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/68/68376664a41f29a58c94f03d104d594e b/wb_unity_pro_2/Library/Artifacts/68/68376664a41f29a58c94f03d104d594e
deleted file mode 100644
index d0925854..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/68/68376664a41f29a58c94f03d104d594e and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/68/683b143872d1e135ffc2080f48abfae9 b/wb_unity_pro_2/Library/Artifacts/68/683b143872d1e135ffc2080f48abfae9
deleted file mode 100644
index 01386cc0..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/68/683b143872d1e135ffc2080f48abfae9 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/68/68497062525f0d152e21095c50dd6900 b/wb_unity_pro_2/Library/Artifacts/68/68497062525f0d152e21095c50dd6900
deleted file mode 100644
index cbefaafb..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/68/68497062525f0d152e21095c50dd6900 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/68/68614ff633af8900dc18ca62b7024779 b/wb_unity_pro_2/Library/Artifacts/68/68614ff633af8900dc18ca62b7024779
deleted file mode 100644
index a3707a0a..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/68/68614ff633af8900dc18ca62b7024779 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/68/6864fadbd07efcf84fb9b54f3c4b7a2e b/wb_unity_pro_2/Library/Artifacts/68/6864fadbd07efcf84fb9b54f3c4b7a2e
deleted file mode 100644
index 0de385a3..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/68/6864fadbd07efcf84fb9b54f3c4b7a2e and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/68/686523216039a7d2374e3daeb244d457 b/wb_unity_pro_2/Library/Artifacts/68/686523216039a7d2374e3daeb244d457
deleted file mode 100644
index 6b4bf003..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/68/686523216039a7d2374e3daeb244d457 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/68/686a20161b370910f93f9c20d76f918f b/wb_unity_pro_2/Library/Artifacts/68/686a20161b370910f93f9c20d76f918f
deleted file mode 100644
index 76291a8a..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/68/686a20161b370910f93f9c20d76f918f and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/68/68886bb1ed704d5a964ec5e79d832f38 b/wb_unity_pro_2/Library/Artifacts/68/68886bb1ed704d5a964ec5e79d832f38
deleted file mode 100644
index b2a89669..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/68/68886bb1ed704d5a964ec5e79d832f38 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/68/688c8e4911d1080f9afea4124a899b07 b/wb_unity_pro_2/Library/Artifacts/68/688c8e4911d1080f9afea4124a899b07
deleted file mode 100644
index 5adc0719..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/68/688c8e4911d1080f9afea4124a899b07 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/68/68d6239282e0699786b6664a9b384067 b/wb_unity_pro_2/Library/Artifacts/68/68d6239282e0699786b6664a9b384067
deleted file mode 100644
index 2ef223c3..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/68/68d6239282e0699786b6664a9b384067 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/69/690f4bac1ff1fdab3c0f8db16918141e b/wb_unity_pro_2/Library/Artifacts/69/690f4bac1ff1fdab3c0f8db16918141e
deleted file mode 100644
index cfc2b0e9..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/69/690f4bac1ff1fdab3c0f8db16918141e and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/69/6914bea14119168d7febb737f7f82a2e b/wb_unity_pro_2/Library/Artifacts/69/6914bea14119168d7febb737f7f82a2e
deleted file mode 100644
index 1844a464..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/69/6914bea14119168d7febb737f7f82a2e and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/69/691d754bc69ebf151036411a56a0625b b/wb_unity_pro_2/Library/Artifacts/69/691d754bc69ebf151036411a56a0625b
deleted file mode 100644
index 2b86bb9d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/69/691d754bc69ebf151036411a56a0625b and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/69/6929bc65ab7349abaf6d513815d55e04 b/wb_unity_pro_2/Library/Artifacts/69/6929bc65ab7349abaf6d513815d55e04
deleted file mode 100644
index 9848d3b8..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/69/6929bc65ab7349abaf6d513815d55e04 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/69/69303dbc76c47c4c94b6562d6a77c662 b/wb_unity_pro_2/Library/Artifacts/69/69303dbc76c47c4c94b6562d6a77c662
deleted file mode 100644
index a50ca30c..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/69/69303dbc76c47c4c94b6562d6a77c662 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/69/693a209094892ff6ca6adf696af49115 b/wb_unity_pro_2/Library/Artifacts/69/693a209094892ff6ca6adf696af49115
deleted file mode 100644
index cda66bf3..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/69/693a209094892ff6ca6adf696af49115 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/69/69419c9a9aa1918b0a94b7687e16680d b/wb_unity_pro_2/Library/Artifacts/69/69419c9a9aa1918b0a94b7687e16680d
deleted file mode 100644
index 3ba130fb..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/69/69419c9a9aa1918b0a94b7687e16680d and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/69/69454919c95fd373eb68a9498836cce1 b/wb_unity_pro_2/Library/Artifacts/69/69454919c95fd373eb68a9498836cce1
deleted file mode 100644
index 33e1427d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/69/69454919c95fd373eb68a9498836cce1 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/69/694c2982bb613979a16e69f4f7129d9d b/wb_unity_pro_2/Library/Artifacts/69/694c2982bb613979a16e69f4f7129d9d
deleted file mode 100644
index e2f03c83..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/69/694c2982bb613979a16e69f4f7129d9d and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/69/696a6f57f28ff2c19786b16cb82a9ef9 b/wb_unity_pro_2/Library/Artifacts/69/696a6f57f28ff2c19786b16cb82a9ef9
deleted file mode 100644
index 7386e22f..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/69/696a6f57f28ff2c19786b16cb82a9ef9 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/69/696df94663e72359b533411d32a98451 b/wb_unity_pro_2/Library/Artifacts/69/696df94663e72359b533411d32a98451
deleted file mode 100644
index 7b9ba54e..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/69/696df94663e72359b533411d32a98451 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/69/697d879ef0d5db47a52b7198667a4579 b/wb_unity_pro_2/Library/Artifacts/69/697d879ef0d5db47a52b7198667a4579
deleted file mode 100644
index 63f2c06d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/69/697d879ef0d5db47a52b7198667a4579 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/69/699e04527d5e84378bfa90c93764dfb1 b/wb_unity_pro_2/Library/Artifacts/69/699e04527d5e84378bfa90c93764dfb1
deleted file mode 100644
index 061c92c2..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/69/699e04527d5e84378bfa90c93764dfb1 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/69/69bbad964ce169806a9bccf2e78c8e64 b/wb_unity_pro_2/Library/Artifacts/69/69bbad964ce169806a9bccf2e78c8e64
deleted file mode 100644
index ed192c7b..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/69/69bbad964ce169806a9bccf2e78c8e64 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/69/69cb48b958b526e8cb6819f41fd8cb2b b/wb_unity_pro_2/Library/Artifacts/69/69cb48b958b526e8cb6819f41fd8cb2b
deleted file mode 100644
index 6fac4c17..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/69/69cb48b958b526e8cb6819f41fd8cb2b and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/69/69e9d6c1d3ff0c14c479f907686581de b/wb_unity_pro_2/Library/Artifacts/69/69e9d6c1d3ff0c14c479f907686581de
deleted file mode 100644
index 3bd25df7..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/69/69e9d6c1d3ff0c14c479f907686581de and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/6a/6a00746e735cbe3ce36156a1d723a93f b/wb_unity_pro_2/Library/Artifacts/6a/6a00746e735cbe3ce36156a1d723a93f
deleted file mode 100644
index e5c3ac52..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/6a/6a00746e735cbe3ce36156a1d723a93f and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/6a/6a04a975e40ca2f9c7dbbb05d3206065 b/wb_unity_pro_2/Library/Artifacts/6a/6a04a975e40ca2f9c7dbbb05d3206065
deleted file mode 100644
index 5f1e9136..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/6a/6a04a975e40ca2f9c7dbbb05d3206065 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/6a/6a081375a42ccd80f08efd1622296a3f b/wb_unity_pro_2/Library/Artifacts/6a/6a081375a42ccd80f08efd1622296a3f
deleted file mode 100644
index 57ba5af9..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/6a/6a081375a42ccd80f08efd1622296a3f and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/6a/6a2001b7ecf4c302c42094fa5dc2b09f b/wb_unity_pro_2/Library/Artifacts/6a/6a2001b7ecf4c302c42094fa5dc2b09f
deleted file mode 100644
index 9fc0106a..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/6a/6a2001b7ecf4c302c42094fa5dc2b09f and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/6a/6a2216126af93651c482f4a89fe55c5d b/wb_unity_pro_2/Library/Artifacts/6a/6a2216126af93651c482f4a89fe55c5d
deleted file mode 100644
index a16f14c7..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/6a/6a2216126af93651c482f4a89fe55c5d and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/6a/6a3a5f0accdcd79dc5da05549e9bb6ab b/wb_unity_pro_2/Library/Artifacts/6a/6a3a5f0accdcd79dc5da05549e9bb6ab
deleted file mode 100644
index 232386d0..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/6a/6a3a5f0accdcd79dc5da05549e9bb6ab and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/6a/6a3c869fd0a8323f37882f65f6645145 b/wb_unity_pro_2/Library/Artifacts/6a/6a3c869fd0a8323f37882f65f6645145
deleted file mode 100644
index cb0523ae..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/6a/6a3c869fd0a8323f37882f65f6645145 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/6a/6a5022a71cfae4bb0a557b5553bfa511 b/wb_unity_pro_2/Library/Artifacts/6a/6a5022a71cfae4bb0a557b5553bfa511
deleted file mode 100644
index ffeb55cb..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/6a/6a5022a71cfae4bb0a557b5553bfa511 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/6a/6a6061e36a08ac241ae450db4bdae78b b/wb_unity_pro_2/Library/Artifacts/6a/6a6061e36a08ac241ae450db4bdae78b
deleted file mode 100644
index 442b2b68..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/6a/6a6061e36a08ac241ae450db4bdae78b and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/6a/6a6e8ec44b983cfb52630f890da907fa b/wb_unity_pro_2/Library/Artifacts/6a/6a6e8ec44b983cfb52630f890da907fa
deleted file mode 100644
index 219d3b1e..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/6a/6a6e8ec44b983cfb52630f890da907fa and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/6a/6a9eae9570ffc49e0ec3ff0485b912f3 b/wb_unity_pro_2/Library/Artifacts/6a/6a9eae9570ffc49e0ec3ff0485b912f3
deleted file mode 100644
index 15083829..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/6a/6a9eae9570ffc49e0ec3ff0485b912f3 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/6a/6aa643e87547b8fb1f7e8251ff1916e5 b/wb_unity_pro_2/Library/Artifacts/6a/6aa643e87547b8fb1f7e8251ff1916e5
deleted file mode 100644
index de9c264e..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/6a/6aa643e87547b8fb1f7e8251ff1916e5 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/6a/6ae9fa8eeeccb4c4aa4f0b74a88d3143 b/wb_unity_pro_2/Library/Artifacts/6a/6ae9fa8eeeccb4c4aa4f0b74a88d3143
deleted file mode 100644
index 0c3b241e..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/6a/6ae9fa8eeeccb4c4aa4f0b74a88d3143 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/6b/6b244f31605ac4022d2863c53685df0b b/wb_unity_pro_2/Library/Artifacts/6b/6b244f31605ac4022d2863c53685df0b
deleted file mode 100644
index 4f7779f0..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/6b/6b244f31605ac4022d2863c53685df0b and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/6b/6b2c5b00626e85f95f4f60f865ad1b8d b/wb_unity_pro_2/Library/Artifacts/6b/6b2c5b00626e85f95f4f60f865ad1b8d
deleted file mode 100644
index fd6d6305..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/6b/6b2c5b00626e85f95f4f60f865ad1b8d and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/6b/6b3d50ae9beee81a9a07cb24bfb82df4 b/wb_unity_pro_2/Library/Artifacts/6b/6b3d50ae9beee81a9a07cb24bfb82df4
deleted file mode 100644
index 7f2c6af1..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/6b/6b3d50ae9beee81a9a07cb24bfb82df4 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/6b/6b65c1a442f472c18942ed909c9178ae b/wb_unity_pro_2/Library/Artifacts/6b/6b65c1a442f472c18942ed909c9178ae
deleted file mode 100644
index c31f4c85..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/6b/6b65c1a442f472c18942ed909c9178ae and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/6b/6b9d214615fb04be4f27a6cf7c5d8377 b/wb_unity_pro_2/Library/Artifacts/6b/6b9d214615fb04be4f27a6cf7c5d8377
deleted file mode 100644
index 91346306..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/6b/6b9d214615fb04be4f27a6cf7c5d8377 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/6b/6ba64117b5d6b1f7e856ed1b87c5ca7e b/wb_unity_pro_2/Library/Artifacts/6b/6ba64117b5d6b1f7e856ed1b87c5ca7e
deleted file mode 100644
index 802bb681..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/6b/6ba64117b5d6b1f7e856ed1b87c5ca7e and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/6b/6be09eda0645392b94d119284cbfd054 b/wb_unity_pro_2/Library/Artifacts/6b/6be09eda0645392b94d119284cbfd054
deleted file mode 100644
index 7e08d324..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/6b/6be09eda0645392b94d119284cbfd054 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/6b/6bfeb13428f3713159ddff456bc3d3cd b/wb_unity_pro_2/Library/Artifacts/6b/6bfeb13428f3713159ddff456bc3d3cd
deleted file mode 100644
index 9549931b..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/6b/6bfeb13428f3713159ddff456bc3d3cd and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/6c/6c1dae7be3dc42c7acce127dfd806aaf b/wb_unity_pro_2/Library/Artifacts/6c/6c1dae7be3dc42c7acce127dfd806aaf
deleted file mode 100644
index d14c16dd..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/6c/6c1dae7be3dc42c7acce127dfd806aaf and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/6c/6c28b47da33b6e516f0af3349dfb5674 b/wb_unity_pro_2/Library/Artifacts/6c/6c28b47da33b6e516f0af3349dfb5674
deleted file mode 100644
index a9cbc918..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/6c/6c28b47da33b6e516f0af3349dfb5674 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/6c/6c371ee1313c91364ca0a1c18d65c8fc b/wb_unity_pro_2/Library/Artifacts/6c/6c371ee1313c91364ca0a1c18d65c8fc
deleted file mode 100644
index d308f77d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/6c/6c371ee1313c91364ca0a1c18d65c8fc and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/6c/6c416579160289d7b6ad6f93618f32f3 b/wb_unity_pro_2/Library/Artifacts/6c/6c416579160289d7b6ad6f93618f32f3
deleted file mode 100644
index 19b71952..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/6c/6c416579160289d7b6ad6f93618f32f3 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/6c/6c4c5d6753452f66d21186e81ddbdd40 b/wb_unity_pro_2/Library/Artifacts/6c/6c4c5d6753452f66d21186e81ddbdd40
deleted file mode 100644
index 76d4c702..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/6c/6c4c5d6753452f66d21186e81ddbdd40 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/6c/6c6f10af44e7bd1587e241bd000c70ab b/wb_unity_pro_2/Library/Artifacts/6c/6c6f10af44e7bd1587e241bd000c70ab
deleted file mode 100644
index 2de6bbbe..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/6c/6c6f10af44e7bd1587e241bd000c70ab and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/6c/6c6f8a33e4a4bac277b2487c6401e197 b/wb_unity_pro_2/Library/Artifacts/6c/6c6f8a33e4a4bac277b2487c6401e197
deleted file mode 100644
index 84d166e3..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/6c/6c6f8a33e4a4bac277b2487c6401e197 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/6c/6c6fce0bd48fa75dd269dcec8a0c5b87 b/wb_unity_pro_2/Library/Artifacts/6c/6c6fce0bd48fa75dd269dcec8a0c5b87
deleted file mode 100644
index d75d484d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/6c/6c6fce0bd48fa75dd269dcec8a0c5b87 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/6c/6c796a2308e3a0e6bdc98eaa7deb6e47 b/wb_unity_pro_2/Library/Artifacts/6c/6c796a2308e3a0e6bdc98eaa7deb6e47
deleted file mode 100644
index 51629f7a..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/6c/6c796a2308e3a0e6bdc98eaa7deb6e47 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/6c/6ccf2fe96b7e4c5c340425440c4de525 b/wb_unity_pro_2/Library/Artifacts/6c/6ccf2fe96b7e4c5c340425440c4de525
deleted file mode 100644
index 99ba2265..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/6c/6ccf2fe96b7e4c5c340425440c4de525 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/6c/6cd0bae311b6bae080a7af2b03d5fa98 b/wb_unity_pro_2/Library/Artifacts/6c/6cd0bae311b6bae080a7af2b03d5fa98
deleted file mode 100644
index c856cf9f..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/6c/6cd0bae311b6bae080a7af2b03d5fa98 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/6c/6ce6d44fe2e757edaf28ee3ce408db03 b/wb_unity_pro_2/Library/Artifacts/6c/6ce6d44fe2e757edaf28ee3ce408db03
deleted file mode 100644
index 58f21852..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/6c/6ce6d44fe2e757edaf28ee3ce408db03 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/6c/6ceee30f0ca07d9f0a3e2c1d1fdce832 b/wb_unity_pro_2/Library/Artifacts/6c/6ceee30f0ca07d9f0a3e2c1d1fdce832
deleted file mode 100644
index 3bbf75e5..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/6c/6ceee30f0ca07d9f0a3e2c1d1fdce832 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/6d/6d107a7314da9e72d71372f6bb8ccef0 b/wb_unity_pro_2/Library/Artifacts/6d/6d107a7314da9e72d71372f6bb8ccef0
deleted file mode 100644
index 506ef2e8..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/6d/6d107a7314da9e72d71372f6bb8ccef0 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/6d/6d2853b0c85b4d8e503ec74b0ed0f9b1 b/wb_unity_pro_2/Library/Artifacts/6d/6d2853b0c85b4d8e503ec74b0ed0f9b1
deleted file mode 100644
index 626e5a71..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/6d/6d2853b0c85b4d8e503ec74b0ed0f9b1 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/6d/6d307c2ec6bb60239acfa62f9eef5b4b b/wb_unity_pro_2/Library/Artifacts/6d/6d307c2ec6bb60239acfa62f9eef5b4b
deleted file mode 100644
index ff163392..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/6d/6d307c2ec6bb60239acfa62f9eef5b4b and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/6d/6d3f861c149db7ffd4342adc64357dc1 b/wb_unity_pro_2/Library/Artifacts/6d/6d3f861c149db7ffd4342adc64357dc1
deleted file mode 100644
index 7f750c28..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/6d/6d3f861c149db7ffd4342adc64357dc1 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/6d/6d6457af2d40798eaef383aa63714f9b b/wb_unity_pro_2/Library/Artifacts/6d/6d6457af2d40798eaef383aa63714f9b
deleted file mode 100644
index f2de7167..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/6d/6d6457af2d40798eaef383aa63714f9b and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/6d/6d738504cfa214467e6cb86eb8cf0421 b/wb_unity_pro_2/Library/Artifacts/6d/6d738504cfa214467e6cb86eb8cf0421
deleted file mode 100644
index 66e5956c..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/6d/6d738504cfa214467e6cb86eb8cf0421 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/6d/6d738b154b8860d2028ca06699ea5535 b/wb_unity_pro_2/Library/Artifacts/6d/6d738b154b8860d2028ca06699ea5535
deleted file mode 100644
index af6da7d0..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/6d/6d738b154b8860d2028ca06699ea5535 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/6d/6d805a1f4cdf428a00146571d3027b4d b/wb_unity_pro_2/Library/Artifacts/6d/6d805a1f4cdf428a00146571d3027b4d
deleted file mode 100644
index aca976a7..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/6d/6d805a1f4cdf428a00146571d3027b4d and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/6d/6d86437ef54a9d7b16177469e19640a5 b/wb_unity_pro_2/Library/Artifacts/6d/6d86437ef54a9d7b16177469e19640a5
deleted file mode 100644
index 2357da9d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/6d/6d86437ef54a9d7b16177469e19640a5 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/6d/6d8fc33231d05d7ea7fc5db09a0066dc b/wb_unity_pro_2/Library/Artifacts/6d/6d8fc33231d05d7ea7fc5db09a0066dc
deleted file mode 100644
index 177dd173..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/6d/6d8fc33231d05d7ea7fc5db09a0066dc and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/6d/6d9c37d37c98df9f75e337a949648c13 b/wb_unity_pro_2/Library/Artifacts/6d/6d9c37d37c98df9f75e337a949648c13
deleted file mode 100644
index 671000dd..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/6d/6d9c37d37c98df9f75e337a949648c13 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/6d/6dadcd76f224a029b1af5ee74fe138f9 b/wb_unity_pro_2/Library/Artifacts/6d/6dadcd76f224a029b1af5ee74fe138f9
deleted file mode 100644
index efca8f1f..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/6d/6dadcd76f224a029b1af5ee74fe138f9 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/6d/6dd1f58d2739db617ad5ad8b6ee12ee5 b/wb_unity_pro_2/Library/Artifacts/6d/6dd1f58d2739db617ad5ad8b6ee12ee5
deleted file mode 100644
index c960752e..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/6d/6dd1f58d2739db617ad5ad8b6ee12ee5 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/6d/6dec4080b16369e07181f619166b29a2 b/wb_unity_pro_2/Library/Artifacts/6d/6dec4080b16369e07181f619166b29a2
deleted file mode 100644
index 744d0de6..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/6d/6dec4080b16369e07181f619166b29a2 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/6d/6dfbf96a637289b4344906418fe6a0f3 b/wb_unity_pro_2/Library/Artifacts/6d/6dfbf96a637289b4344906418fe6a0f3
deleted file mode 100644
index 5df83c8b..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/6d/6dfbf96a637289b4344906418fe6a0f3 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/6e/6e09b344d752d0f9b92488169e294f83 b/wb_unity_pro_2/Library/Artifacts/6e/6e09b344d752d0f9b92488169e294f83
deleted file mode 100644
index 7d4174b8..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/6e/6e09b344d752d0f9b92488169e294f83 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/6e/6e0b4d2d1971162c417eba49ad3bbf9c b/wb_unity_pro_2/Library/Artifacts/6e/6e0b4d2d1971162c417eba49ad3bbf9c
deleted file mode 100644
index 18638e8a..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/6e/6e0b4d2d1971162c417eba49ad3bbf9c and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/6e/6e1c033f77ace5f6293766bc6c38e187 b/wb_unity_pro_2/Library/Artifacts/6e/6e1c033f77ace5f6293766bc6c38e187
deleted file mode 100644
index 7b40ea78..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/6e/6e1c033f77ace5f6293766bc6c38e187 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/6e/6e2185774529e8fef26b842b66991077 b/wb_unity_pro_2/Library/Artifacts/6e/6e2185774529e8fef26b842b66991077
deleted file mode 100644
index ee39b3f5..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/6e/6e2185774529e8fef26b842b66991077 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/6e/6e3a2c1632d19c8750095d8ab14155eb b/wb_unity_pro_2/Library/Artifacts/6e/6e3a2c1632d19c8750095d8ab14155eb
deleted file mode 100644
index 36471801..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/6e/6e3a2c1632d19c8750095d8ab14155eb and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/6e/6e46e1c33ed75ae056cfba28bf9f367e b/wb_unity_pro_2/Library/Artifacts/6e/6e46e1c33ed75ae056cfba28bf9f367e
deleted file mode 100644
index e470e299..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/6e/6e46e1c33ed75ae056cfba28bf9f367e and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/6e/6e47735807f98583ee2dd94dc58356d3 b/wb_unity_pro_2/Library/Artifacts/6e/6e47735807f98583ee2dd94dc58356d3
deleted file mode 100644
index 28ef7492..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/6e/6e47735807f98583ee2dd94dc58356d3 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/6e/6e4cbdb8855c13e379cd28db306b792a b/wb_unity_pro_2/Library/Artifacts/6e/6e4cbdb8855c13e379cd28db306b792a
deleted file mode 100644
index 66fd10b9..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/6e/6e4cbdb8855c13e379cd28db306b792a and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/6e/6e57dda8b3b10bb87812d5705b96aef2 b/wb_unity_pro_2/Library/Artifacts/6e/6e57dda8b3b10bb87812d5705b96aef2
deleted file mode 100644
index 248c74e9..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/6e/6e57dda8b3b10bb87812d5705b96aef2 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/6e/6e5b3876baaf25ef6ee8e9761aa5d260 b/wb_unity_pro_2/Library/Artifacts/6e/6e5b3876baaf25ef6ee8e9761aa5d260
deleted file mode 100644
index c61b98d5..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/6e/6e5b3876baaf25ef6ee8e9761aa5d260 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/6e/6e63df37c4377543c3e05b4a133aa28b b/wb_unity_pro_2/Library/Artifacts/6e/6e63df37c4377543c3e05b4a133aa28b
deleted file mode 100644
index eb16c69c..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/6e/6e63df37c4377543c3e05b4a133aa28b and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/6e/6e9f4abda19a7d1692db2b8b2641db5d b/wb_unity_pro_2/Library/Artifacts/6e/6e9f4abda19a7d1692db2b8b2641db5d
deleted file mode 100644
index 4323606f..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/6e/6e9f4abda19a7d1692db2b8b2641db5d and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/6e/6ea04ea1189fe478ea5117b6e60b9435 b/wb_unity_pro_2/Library/Artifacts/6e/6ea04ea1189fe478ea5117b6e60b9435
deleted file mode 100644
index 46ee37bd..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/6e/6ea04ea1189fe478ea5117b6e60b9435 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/6e/6eabd3c99e335863ab169697e114cab8 b/wb_unity_pro_2/Library/Artifacts/6e/6eabd3c99e335863ab169697e114cab8
deleted file mode 100644
index 3f81dc58..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/6e/6eabd3c99e335863ab169697e114cab8 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/6e/6ebb68b8a30af8107cc6f29e9397f44a b/wb_unity_pro_2/Library/Artifacts/6e/6ebb68b8a30af8107cc6f29e9397f44a
deleted file mode 100644
index c24ccdd3..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/6e/6ebb68b8a30af8107cc6f29e9397f44a and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/6e/6eebdcd50b577fc821eaf045daf73872 b/wb_unity_pro_2/Library/Artifacts/6e/6eebdcd50b577fc821eaf045daf73872
deleted file mode 100644
index 085237a3..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/6e/6eebdcd50b577fc821eaf045daf73872 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/6e/6ef90de09d7b685eb14a134e00788f7d b/wb_unity_pro_2/Library/Artifacts/6e/6ef90de09d7b685eb14a134e00788f7d
deleted file mode 100644
index 76b76005..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/6e/6ef90de09d7b685eb14a134e00788f7d and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/6e/6ef9ca0d5e52f38c0720915a5fb41fbf b/wb_unity_pro_2/Library/Artifacts/6e/6ef9ca0d5e52f38c0720915a5fb41fbf
deleted file mode 100644
index ea1a4e98..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/6e/6ef9ca0d5e52f38c0720915a5fb41fbf and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/6f/6f0cebf194b7d374bae53a04e91c3350 b/wb_unity_pro_2/Library/Artifacts/6f/6f0cebf194b7d374bae53a04e91c3350
deleted file mode 100644
index ba0cdec0..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/6f/6f0cebf194b7d374bae53a04e91c3350 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/6f/6f1e5bc6abb4ddb99fb4fd57952b3e1e b/wb_unity_pro_2/Library/Artifacts/6f/6f1e5bc6abb4ddb99fb4fd57952b3e1e
deleted file mode 100644
index bef61946..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/6f/6f1e5bc6abb4ddb99fb4fd57952b3e1e and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/6f/6f37e708d967b6ff1b65c27b7fa3c528 b/wb_unity_pro_2/Library/Artifacts/6f/6f37e708d967b6ff1b65c27b7fa3c528
deleted file mode 100644
index a9d58ad7..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/6f/6f37e708d967b6ff1b65c27b7fa3c528 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/6f/6f3f31e5dc7b5ac878f0885a31aab783 b/wb_unity_pro_2/Library/Artifacts/6f/6f3f31e5dc7b5ac878f0885a31aab783
deleted file mode 100644
index 25b1c07d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/6f/6f3f31e5dc7b5ac878f0885a31aab783 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/6f/6f899076b1eb384f91510401b0cff457 b/wb_unity_pro_2/Library/Artifacts/6f/6f899076b1eb384f91510401b0cff457
deleted file mode 100644
index b1978143..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/6f/6f899076b1eb384f91510401b0cff457 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/6f/6fa417b0f0cffddc6b6498eefb66a96b b/wb_unity_pro_2/Library/Artifacts/6f/6fa417b0f0cffddc6b6498eefb66a96b
deleted file mode 100644
index 27d5a2fc..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/6f/6fa417b0f0cffddc6b6498eefb66a96b and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/6f/6fbf0f1746720e21902eb08a633b4b81 b/wb_unity_pro_2/Library/Artifacts/6f/6fbf0f1746720e21902eb08a633b4b81
deleted file mode 100644
index c985d291..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/6f/6fbf0f1746720e21902eb08a633b4b81 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/6f/6fd6223549b445917bf29400dc840c1c b/wb_unity_pro_2/Library/Artifacts/6f/6fd6223549b445917bf29400dc840c1c
deleted file mode 100644
index 76f2126e..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/6f/6fd6223549b445917bf29400dc840c1c and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/6f/6fdbf211434c39edfa6ccc159940131f b/wb_unity_pro_2/Library/Artifacts/6f/6fdbf211434c39edfa6ccc159940131f
deleted file mode 100644
index 59e4931b..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/6f/6fdbf211434c39edfa6ccc159940131f and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/70/70286b41c1fec926066962cd62baf377 b/wb_unity_pro_2/Library/Artifacts/70/70286b41c1fec926066962cd62baf377
deleted file mode 100644
index 4a8f5083..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/70/70286b41c1fec926066962cd62baf377 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/70/702fbcdddb4738519e0417cd699cd13c b/wb_unity_pro_2/Library/Artifacts/70/702fbcdddb4738519e0417cd699cd13c
deleted file mode 100644
index e5cc6889..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/70/702fbcdddb4738519e0417cd699cd13c and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/70/7073237926765f3552e37e3b74f2b3a9 b/wb_unity_pro_2/Library/Artifacts/70/7073237926765f3552e37e3b74f2b3a9
deleted file mode 100644
index 0f794979..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/70/7073237926765f3552e37e3b74f2b3a9 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/70/707dd5ad83b2983d661e65fb0a7b99f9 b/wb_unity_pro_2/Library/Artifacts/70/707dd5ad83b2983d661e65fb0a7b99f9
deleted file mode 100644
index 1d9dc446..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/70/707dd5ad83b2983d661e65fb0a7b99f9 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/70/70810db6603ce5f6e254b6de71e6e2f9 b/wb_unity_pro_2/Library/Artifacts/70/70810db6603ce5f6e254b6de71e6e2f9
deleted file mode 100644
index d65aed15..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/70/70810db6603ce5f6e254b6de71e6e2f9 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/70/7081ee0639c6c91a66e23ae6fc073a05 b/wb_unity_pro_2/Library/Artifacts/70/7081ee0639c6c91a66e23ae6fc073a05
deleted file mode 100644
index c55ff632..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/70/7081ee0639c6c91a66e23ae6fc073a05 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/70/7086599666f979e1cbae7c0923c05feb b/wb_unity_pro_2/Library/Artifacts/70/7086599666f979e1cbae7c0923c05feb
deleted file mode 100644
index ccf9d0c9..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/70/7086599666f979e1cbae7c0923c05feb and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/70/7088024aca735599492051acc8730ef5 b/wb_unity_pro_2/Library/Artifacts/70/7088024aca735599492051acc8730ef5
deleted file mode 100644
index 7476827c..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/70/7088024aca735599492051acc8730ef5 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/70/7088f5a186eb7673cb3c1761e9ae9fd3 b/wb_unity_pro_2/Library/Artifacts/70/7088f5a186eb7673cb3c1761e9ae9fd3
deleted file mode 100644
index c6ab6020..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/70/7088f5a186eb7673cb3c1761e9ae9fd3 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/70/70ad066e4a23a961baf35736095ed634 b/wb_unity_pro_2/Library/Artifacts/70/70ad066e4a23a961baf35736095ed634
deleted file mode 100644
index 74013dcb..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/70/70ad066e4a23a961baf35736095ed634 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/70/70b0e6663412831e033adfb8d2efd6ab b/wb_unity_pro_2/Library/Artifacts/70/70b0e6663412831e033adfb8d2efd6ab
deleted file mode 100644
index 9a574b6f..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/70/70b0e6663412831e033adfb8d2efd6ab and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/70/70c6491a8e351584fc335c79ecdf6e82 b/wb_unity_pro_2/Library/Artifacts/70/70c6491a8e351584fc335c79ecdf6e82
deleted file mode 100644
index 196d15ac..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/70/70c6491a8e351584fc335c79ecdf6e82 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/70/70eac1a97fc271a6a14c5f68796dd3b9 b/wb_unity_pro_2/Library/Artifacts/70/70eac1a97fc271a6a14c5f68796dd3b9
deleted file mode 100644
index e6a255ec..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/70/70eac1a97fc271a6a14c5f68796dd3b9 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/70/70ef2a2616d971d21cb88b66d0c1fe56 b/wb_unity_pro_2/Library/Artifacts/70/70ef2a2616d971d21cb88b66d0c1fe56
deleted file mode 100644
index bb35a610..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/70/70ef2a2616d971d21cb88b66d0c1fe56 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/71/713a222da75dbc9d4f949eb2b894e8d2 b/wb_unity_pro_2/Library/Artifacts/71/713a222da75dbc9d4f949eb2b894e8d2
deleted file mode 100644
index 87bec7ce..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/71/713a222da75dbc9d4f949eb2b894e8d2 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/71/7173c08d3bb4538702408d8d12456b96 b/wb_unity_pro_2/Library/Artifacts/71/7173c08d3bb4538702408d8d12456b96
deleted file mode 100644
index 7a2e0ee5..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/71/7173c08d3bb4538702408d8d12456b96 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/71/71a0de67c03e0e828fa56d2be32557c6 b/wb_unity_pro_2/Library/Artifacts/71/71a0de67c03e0e828fa56d2be32557c6
deleted file mode 100644
index 61869136..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/71/71a0de67c03e0e828fa56d2be32557c6 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/71/71a2bf2c554dd9c15e0f8b2922f3c9d4 b/wb_unity_pro_2/Library/Artifacts/71/71a2bf2c554dd9c15e0f8b2922f3c9d4
deleted file mode 100644
index 76811934..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/71/71a2bf2c554dd9c15e0f8b2922f3c9d4 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/71/71bbe864427f0a13959d89b8dd6f5f6e b/wb_unity_pro_2/Library/Artifacts/71/71bbe864427f0a13959d89b8dd6f5f6e
deleted file mode 100644
index 446df3fd..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/71/71bbe864427f0a13959d89b8dd6f5f6e and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/71/71d7b7b00f9f22e54326fa36f7a4b7e6 b/wb_unity_pro_2/Library/Artifacts/71/71d7b7b00f9f22e54326fa36f7a4b7e6
deleted file mode 100644
index 97064506..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/71/71d7b7b00f9f22e54326fa36f7a4b7e6 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/71/71f55f9b8dfc431ee7d8f2bbaef861d7 b/wb_unity_pro_2/Library/Artifacts/71/71f55f9b8dfc431ee7d8f2bbaef861d7
deleted file mode 100644
index 9c46fe61..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/71/71f55f9b8dfc431ee7d8f2bbaef861d7 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/71/71ffe9e0f4792c135ff3bcbdb7bb2287 b/wb_unity_pro_2/Library/Artifacts/71/71ffe9e0f4792c135ff3bcbdb7bb2287
deleted file mode 100644
index a6c891e6..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/71/71ffe9e0f4792c135ff3bcbdb7bb2287 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/72/721b4d772b63e43d3912ed9a16b14f29 b/wb_unity_pro_2/Library/Artifacts/72/721b4d772b63e43d3912ed9a16b14f29
deleted file mode 100644
index c8a6089d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/72/721b4d772b63e43d3912ed9a16b14f29 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/72/722bff823c2f84cec81464e190c1a305 b/wb_unity_pro_2/Library/Artifacts/72/722bff823c2f84cec81464e190c1a305
deleted file mode 100644
index 0b9cf66a..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/72/722bff823c2f84cec81464e190c1a305 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/72/7235159c404e5bf325a4a497c1c66645 b/wb_unity_pro_2/Library/Artifacts/72/7235159c404e5bf325a4a497c1c66645
deleted file mode 100644
index 31a5d154..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/72/7235159c404e5bf325a4a497c1c66645 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/72/7236cbd547a9d5a999828f2ff1ddae51 b/wb_unity_pro_2/Library/Artifacts/72/7236cbd547a9d5a999828f2ff1ddae51
deleted file mode 100644
index 96bb54d6..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/72/7236cbd547a9d5a999828f2ff1ddae51 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/72/7242ee32c5bbf4b7c850b95df28091ac b/wb_unity_pro_2/Library/Artifacts/72/7242ee32c5bbf4b7c850b95df28091ac
deleted file mode 100644
index 8d70f6e5..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/72/7242ee32c5bbf4b7c850b95df28091ac and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/72/72510e90f41f28d4c0e57581403501f1 b/wb_unity_pro_2/Library/Artifacts/72/72510e90f41f28d4c0e57581403501f1
deleted file mode 100644
index c90f4f99..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/72/72510e90f41f28d4c0e57581403501f1 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/72/72529b4061b8e89708bc80813a36e0d5 b/wb_unity_pro_2/Library/Artifacts/72/72529b4061b8e89708bc80813a36e0d5
deleted file mode 100644
index 898df6b1..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/72/72529b4061b8e89708bc80813a36e0d5 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/72/727532d870ddb8ca26e9ed28333f5ff4 b/wb_unity_pro_2/Library/Artifacts/72/727532d870ddb8ca26e9ed28333f5ff4
deleted file mode 100644
index 86ed519a..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/72/727532d870ddb8ca26e9ed28333f5ff4 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/72/72775d607256d744b3852fb976398a81 b/wb_unity_pro_2/Library/Artifacts/72/72775d607256d744b3852fb976398a81
deleted file mode 100644
index 1ea88256..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/72/72775d607256d744b3852fb976398a81 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/72/72ac50e7c32a742ba5b5f33a0ecae884 b/wb_unity_pro_2/Library/Artifacts/72/72ac50e7c32a742ba5b5f33a0ecae884
deleted file mode 100644
index 04ad53c5..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/72/72ac50e7c32a742ba5b5f33a0ecae884 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/72/72b0670cb0742f55f723c69aa496b73f b/wb_unity_pro_2/Library/Artifacts/72/72b0670cb0742f55f723c69aa496b73f
deleted file mode 100644
index a02cd82c..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/72/72b0670cb0742f55f723c69aa496b73f and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/72/72de9831c8bcd2bcd48824052eec5a0a b/wb_unity_pro_2/Library/Artifacts/72/72de9831c8bcd2bcd48824052eec5a0a
deleted file mode 100644
index c5d11b4b..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/72/72de9831c8bcd2bcd48824052eec5a0a and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/72/72e28320705f787bbb3eb6a6344a20ae b/wb_unity_pro_2/Library/Artifacts/72/72e28320705f787bbb3eb6a6344a20ae
deleted file mode 100644
index 56f43b0f..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/72/72e28320705f787bbb3eb6a6344a20ae and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/72/72e35604b9e065615e3bf8ce84930ade b/wb_unity_pro_2/Library/Artifacts/72/72e35604b9e065615e3bf8ce84930ade
deleted file mode 100644
index 35af4e47..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/72/72e35604b9e065615e3bf8ce84930ade and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/73/733a67461a5adfa9b882e586d048c435 b/wb_unity_pro_2/Library/Artifacts/73/733a67461a5adfa9b882e586d048c435
deleted file mode 100644
index 5d4aa485..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/73/733a67461a5adfa9b882e586d048c435 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/73/734e67db770eb7cd96b287eb65038d76 b/wb_unity_pro_2/Library/Artifacts/73/734e67db770eb7cd96b287eb65038d76
deleted file mode 100644
index a0f4196c..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/73/734e67db770eb7cd96b287eb65038d76 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/73/735277af3bdf52d1d5dc09d5a5f15b4c b/wb_unity_pro_2/Library/Artifacts/73/735277af3bdf52d1d5dc09d5a5f15b4c
deleted file mode 100644
index 77fe1ec5..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/73/735277af3bdf52d1d5dc09d5a5f15b4c and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/73/735ac7e1927d3032c81777b7d2964c82 b/wb_unity_pro_2/Library/Artifacts/73/735ac7e1927d3032c81777b7d2964c82
deleted file mode 100644
index 702f626a..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/73/735ac7e1927d3032c81777b7d2964c82 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/73/737c315f5ae726b7fb38e1fcb0e1701e b/wb_unity_pro_2/Library/Artifacts/73/737c315f5ae726b7fb38e1fcb0e1701e
deleted file mode 100644
index 801163f3..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/73/737c315f5ae726b7fb38e1fcb0e1701e and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/73/738fd506b52db4d35e2011f7328ccff2 b/wb_unity_pro_2/Library/Artifacts/73/738fd506b52db4d35e2011f7328ccff2
deleted file mode 100644
index 072110b1..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/73/738fd506b52db4d35e2011f7328ccff2 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/73/739b0b789a9ac58e532e8843dc966ced b/wb_unity_pro_2/Library/Artifacts/73/739b0b789a9ac58e532e8843dc966ced
deleted file mode 100644
index f79f8fce..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/73/739b0b789a9ac58e532e8843dc966ced and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/73/73a561064f0bd1c866201762a4e9d617 b/wb_unity_pro_2/Library/Artifacts/73/73a561064f0bd1c866201762a4e9d617
deleted file mode 100644
index 31c44b69..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/73/73a561064f0bd1c866201762a4e9d617 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/73/73ae59869babc778062b6ff6e708e127 b/wb_unity_pro_2/Library/Artifacts/73/73ae59869babc778062b6ff6e708e127
deleted file mode 100644
index facad823..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/73/73ae59869babc778062b6ff6e708e127 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/73/73c32872bc1514b32a442d3bd5dbab4d b/wb_unity_pro_2/Library/Artifacts/73/73c32872bc1514b32a442d3bd5dbab4d
deleted file mode 100644
index e895181c..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/73/73c32872bc1514b32a442d3bd5dbab4d and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/73/73cf78203878b3d5502c4d9f7b9cb4a6 b/wb_unity_pro_2/Library/Artifacts/73/73cf78203878b3d5502c4d9f7b9cb4a6
deleted file mode 100644
index 529c7f1c..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/73/73cf78203878b3d5502c4d9f7b9cb4a6 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/73/73d5312f97d4e47a9d97f06f68692396 b/wb_unity_pro_2/Library/Artifacts/73/73d5312f97d4e47a9d97f06f68692396
deleted file mode 100644
index ca5c3313..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/73/73d5312f97d4e47a9d97f06f68692396 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/73/73f9a6937d48629b48588eae06c5b0c7 b/wb_unity_pro_2/Library/Artifacts/73/73f9a6937d48629b48588eae06c5b0c7
deleted file mode 100644
index 1637b829..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/73/73f9a6937d48629b48588eae06c5b0c7 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/74/742db5e717eb84665a34375463e80520 b/wb_unity_pro_2/Library/Artifacts/74/742db5e717eb84665a34375463e80520
deleted file mode 100644
index 40bf54a5..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/74/742db5e717eb84665a34375463e80520 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/74/74324c846c3ed94da000a00fd143bcc3 b/wb_unity_pro_2/Library/Artifacts/74/74324c846c3ed94da000a00fd143bcc3
deleted file mode 100644
index 293197b7..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/74/74324c846c3ed94da000a00fd143bcc3 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/74/7446dbcf4d986a9df68b941270faa351 b/wb_unity_pro_2/Library/Artifacts/74/7446dbcf4d986a9df68b941270faa351
deleted file mode 100644
index ca66b042..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/74/7446dbcf4d986a9df68b941270faa351 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/74/745fb5129dafcd757274ebfb55df8ab4 b/wb_unity_pro_2/Library/Artifacts/74/745fb5129dafcd757274ebfb55df8ab4
deleted file mode 100644
index dbfd64f1..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/74/745fb5129dafcd757274ebfb55df8ab4 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/74/74690f64f506deac06d0afc7901923d4 b/wb_unity_pro_2/Library/Artifacts/74/74690f64f506deac06d0afc7901923d4
deleted file mode 100644
index 5b8b7b14..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/74/74690f64f506deac06d0afc7901923d4 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/74/74936436aac0d376be3b5c881c81c14a b/wb_unity_pro_2/Library/Artifacts/74/74936436aac0d376be3b5c881c81c14a
deleted file mode 100644
index 66c1021d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/74/74936436aac0d376be3b5c881c81c14a and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/74/74a5b087cea4be86955e8bc4e7591158 b/wb_unity_pro_2/Library/Artifacts/74/74a5b087cea4be86955e8bc4e7591158
deleted file mode 100644
index d73a141b..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/74/74a5b087cea4be86955e8bc4e7591158 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/74/74a9edffab78a4e82e05f19a3440ae9b b/wb_unity_pro_2/Library/Artifacts/74/74a9edffab78a4e82e05f19a3440ae9b
deleted file mode 100644
index f892a7ef..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/74/74a9edffab78a4e82e05f19a3440ae9b and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/74/74bdf34e248020af4c790017fa8da352 b/wb_unity_pro_2/Library/Artifacts/74/74bdf34e248020af4c790017fa8da352
deleted file mode 100644
index ef98228e..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/74/74bdf34e248020af4c790017fa8da352 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/74/74e35fa068ec6a0f22e31038fa403bb2 b/wb_unity_pro_2/Library/Artifacts/74/74e35fa068ec6a0f22e31038fa403bb2
deleted file mode 100644
index 4eafb20e..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/74/74e35fa068ec6a0f22e31038fa403bb2 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/74/74e7b148676b9e4c1fe83b370b6eaff7 b/wb_unity_pro_2/Library/Artifacts/74/74e7b148676b9e4c1fe83b370b6eaff7
deleted file mode 100644
index c81cf750..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/74/74e7b148676b9e4c1fe83b370b6eaff7 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/74/74f2a2bb00e137c084ab3718c0d34b9c b/wb_unity_pro_2/Library/Artifacts/74/74f2a2bb00e137c084ab3718c0d34b9c
deleted file mode 100644
index 33410df4..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/74/74f2a2bb00e137c084ab3718c0d34b9c and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/74/74fa737c4804893a8be415586cbd93ae b/wb_unity_pro_2/Library/Artifacts/74/74fa737c4804893a8be415586cbd93ae
deleted file mode 100644
index 15aa446c..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/74/74fa737c4804893a8be415586cbd93ae and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/75/751b12c031a04cf750af93e2d0d25e00 b/wb_unity_pro_2/Library/Artifacts/75/751b12c031a04cf750af93e2d0d25e00
deleted file mode 100644
index 40347ddb..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/75/751b12c031a04cf750af93e2d0d25e00 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/75/7521311fc8c27b523916b9fca041635e b/wb_unity_pro_2/Library/Artifacts/75/7521311fc8c27b523916b9fca041635e
deleted file mode 100644
index 2602e9be..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/75/7521311fc8c27b523916b9fca041635e and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/75/75215ddf90bf60897f75e05996b5d77c b/wb_unity_pro_2/Library/Artifacts/75/75215ddf90bf60897f75e05996b5d77c
deleted file mode 100644
index ae6efcfb..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/75/75215ddf90bf60897f75e05996b5d77c and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/75/752e0ed11ddb33a5aca7d5650a6cdfee b/wb_unity_pro_2/Library/Artifacts/75/752e0ed11ddb33a5aca7d5650a6cdfee
deleted file mode 100644
index 0ab39f45..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/75/752e0ed11ddb33a5aca7d5650a6cdfee and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/75/7552c39cead60dc0f41c917092644b9a b/wb_unity_pro_2/Library/Artifacts/75/7552c39cead60dc0f41c917092644b9a
deleted file mode 100644
index 9716e113..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/75/7552c39cead60dc0f41c917092644b9a and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/75/755a9d2b7f28c724af0afb40531cea67 b/wb_unity_pro_2/Library/Artifacts/75/755a9d2b7f28c724af0afb40531cea67
deleted file mode 100644
index ebb3f87d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/75/755a9d2b7f28c724af0afb40531cea67 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/75/75644c2ae6f98b7f54b21197e85e6f35 b/wb_unity_pro_2/Library/Artifacts/75/75644c2ae6f98b7f54b21197e85e6f35
deleted file mode 100644
index 8805e736..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/75/75644c2ae6f98b7f54b21197e85e6f35 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/75/758df2a8bd31670ce0fffb63846e7f76 b/wb_unity_pro_2/Library/Artifacts/75/758df2a8bd31670ce0fffb63846e7f76
deleted file mode 100644
index 75251cb9..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/75/758df2a8bd31670ce0fffb63846e7f76 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/75/7594da633e9c5507d397abf90ca9f359 b/wb_unity_pro_2/Library/Artifacts/75/7594da633e9c5507d397abf90ca9f359
deleted file mode 100644
index 3d63a6b9..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/75/7594da633e9c5507d397abf90ca9f359 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/75/75bc0c0975d91ca0eeed83739c38b8b2 b/wb_unity_pro_2/Library/Artifacts/75/75bc0c0975d91ca0eeed83739c38b8b2
deleted file mode 100644
index fd0906e5..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/75/75bc0c0975d91ca0eeed83739c38b8b2 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/75/75bc22581d867d259a751448390297a9 b/wb_unity_pro_2/Library/Artifacts/75/75bc22581d867d259a751448390297a9
deleted file mode 100644
index 6c1f3191..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/75/75bc22581d867d259a751448390297a9 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/75/75ccee7cab236a2d997d90567dd5d74a b/wb_unity_pro_2/Library/Artifacts/75/75ccee7cab236a2d997d90567dd5d74a
deleted file mode 100644
index a23bc45f..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/75/75ccee7cab236a2d997d90567dd5d74a and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/75/75dd88b5a2308874918767a8a97a1f38 b/wb_unity_pro_2/Library/Artifacts/75/75dd88b5a2308874918767a8a97a1f38
deleted file mode 100644
index 5bc4b845..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/75/75dd88b5a2308874918767a8a97a1f38 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/75/75e3a5ee84ed8f967ae58697f67fe9e4 b/wb_unity_pro_2/Library/Artifacts/75/75e3a5ee84ed8f967ae58697f67fe9e4
deleted file mode 100644
index b106ea6a..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/75/75e3a5ee84ed8f967ae58697f67fe9e4 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/75/75e4b62b6709e0e20a7939b8d999865b b/wb_unity_pro_2/Library/Artifacts/75/75e4b62b6709e0e20a7939b8d999865b
deleted file mode 100644
index c7876d3d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/75/75e4b62b6709e0e20a7939b8d999865b and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/75/75e9bb4735cf58fe49842f12823ab926 b/wb_unity_pro_2/Library/Artifacts/75/75e9bb4735cf58fe49842f12823ab926
deleted file mode 100644
index 265396f3..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/75/75e9bb4735cf58fe49842f12823ab926 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/75/75ff1a25f1696522baa55f69cd7a8a6f b/wb_unity_pro_2/Library/Artifacts/75/75ff1a25f1696522baa55f69cd7a8a6f
deleted file mode 100644
index ac8abb96..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/75/75ff1a25f1696522baa55f69cd7a8a6f and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/76/76093d4590f2bdd2a802964d094180ab b/wb_unity_pro_2/Library/Artifacts/76/76093d4590f2bdd2a802964d094180ab
deleted file mode 100644
index b765a38b..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/76/76093d4590f2bdd2a802964d094180ab and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/76/76273426356c5fa5fffaa92b9d89729b b/wb_unity_pro_2/Library/Artifacts/76/76273426356c5fa5fffaa92b9d89729b
deleted file mode 100644
index ca86254c..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/76/76273426356c5fa5fffaa92b9d89729b and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/76/762e709276f769003d1edc27c532d20e b/wb_unity_pro_2/Library/Artifacts/76/762e709276f769003d1edc27c532d20e
deleted file mode 100644
index d9e60dc8..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/76/762e709276f769003d1edc27c532d20e and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/76/76693633ba48dfbdcc537258b9bd512a b/wb_unity_pro_2/Library/Artifacts/76/76693633ba48dfbdcc537258b9bd512a
deleted file mode 100644
index 1c5d1895..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/76/76693633ba48dfbdcc537258b9bd512a and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/76/7679c5ced893f1b032afda7c85413b1b b/wb_unity_pro_2/Library/Artifacts/76/7679c5ced893f1b032afda7c85413b1b
deleted file mode 100644
index d7c29b98..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/76/7679c5ced893f1b032afda7c85413b1b and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/76/767bbecee2a0b86eeedd3b83e45b9da8 b/wb_unity_pro_2/Library/Artifacts/76/767bbecee2a0b86eeedd3b83e45b9da8
deleted file mode 100644
index 926e351f..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/76/767bbecee2a0b86eeedd3b83e45b9da8 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/76/768f72c82e24db2daf9e56281debcc05 b/wb_unity_pro_2/Library/Artifacts/76/768f72c82e24db2daf9e56281debcc05
deleted file mode 100644
index 821e92cb..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/76/768f72c82e24db2daf9e56281debcc05 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/76/76b3afc292cd52fe00d7c0e416e3173b b/wb_unity_pro_2/Library/Artifacts/76/76b3afc292cd52fe00d7c0e416e3173b
deleted file mode 100644
index d49b7679..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/76/76b3afc292cd52fe00d7c0e416e3173b and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/76/76b5a6c92baffed7fbc486702e35d212 b/wb_unity_pro_2/Library/Artifacts/76/76b5a6c92baffed7fbc486702e35d212
deleted file mode 100644
index 7e74c4cf..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/76/76b5a6c92baffed7fbc486702e35d212 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/76/76c76ace9091fa3d98284c7485142425 b/wb_unity_pro_2/Library/Artifacts/76/76c76ace9091fa3d98284c7485142425
deleted file mode 100644
index fb34d334..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/76/76c76ace9091fa3d98284c7485142425 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/76/76d62f53a23b90cd7ed8e717e4217287 b/wb_unity_pro_2/Library/Artifacts/76/76d62f53a23b90cd7ed8e717e4217287
deleted file mode 100644
index 931aaf13..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/76/76d62f53a23b90cd7ed8e717e4217287 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/76/76eba580a1cbb064eefd121a1767d592 b/wb_unity_pro_2/Library/Artifacts/76/76eba580a1cbb064eefd121a1767d592
deleted file mode 100644
index 183cd4b0..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/76/76eba580a1cbb064eefd121a1767d592 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/77/7714c30418c875b35bd74cdf34bef550 b/wb_unity_pro_2/Library/Artifacts/77/7714c30418c875b35bd74cdf34bef550
deleted file mode 100644
index 82c5b6e8..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/77/7714c30418c875b35bd74cdf34bef550 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/77/772cbe6a76d6e735d6a1b2f4155d55b2 b/wb_unity_pro_2/Library/Artifacts/77/772cbe6a76d6e735d6a1b2f4155d55b2
deleted file mode 100644
index dc128ca8..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/77/772cbe6a76d6e735d6a1b2f4155d55b2 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/77/7731a9b0a9ac575f958212b0598fd67a b/wb_unity_pro_2/Library/Artifacts/77/7731a9b0a9ac575f958212b0598fd67a
deleted file mode 100644
index 986f4208..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/77/7731a9b0a9ac575f958212b0598fd67a and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/77/7748c82dff95659f02eb47c9a20b14f2 b/wb_unity_pro_2/Library/Artifacts/77/7748c82dff95659f02eb47c9a20b14f2
deleted file mode 100644
index f6b1e8b9..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/77/7748c82dff95659f02eb47c9a20b14f2 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/77/775b65e9a6780949990ea33e6c8f98f1 b/wb_unity_pro_2/Library/Artifacts/77/775b65e9a6780949990ea33e6c8f98f1
deleted file mode 100644
index 6e32f038..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/77/775b65e9a6780949990ea33e6c8f98f1 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/77/77a425c3418f6e2ebb83a305431d71c4 b/wb_unity_pro_2/Library/Artifacts/77/77a425c3418f6e2ebb83a305431d71c4
deleted file mode 100644
index e709fffc..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/77/77a425c3418f6e2ebb83a305431d71c4 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/77/77a788b33f4a9f32fba7500c2a9b4d3e b/wb_unity_pro_2/Library/Artifacts/77/77a788b33f4a9f32fba7500c2a9b4d3e
deleted file mode 100644
index 942dcd86..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/77/77a788b33f4a9f32fba7500c2a9b4d3e and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/77/77cc3f1ac0ad589c333b22fd5074e416 b/wb_unity_pro_2/Library/Artifacts/77/77cc3f1ac0ad589c333b22fd5074e416
deleted file mode 100644
index a7149c99..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/77/77cc3f1ac0ad589c333b22fd5074e416 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/77/77d613c27b7b83c912987535e7e8ec6b b/wb_unity_pro_2/Library/Artifacts/77/77d613c27b7b83c912987535e7e8ec6b
deleted file mode 100644
index 71aed501..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/77/77d613c27b7b83c912987535e7e8ec6b and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/77/77e577c5f66e98950aa46d2a361397d4 b/wb_unity_pro_2/Library/Artifacts/77/77e577c5f66e98950aa46d2a361397d4
deleted file mode 100644
index d7f5f2b3..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/77/77e577c5f66e98950aa46d2a361397d4 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/78/78018192fa6b410a3592daf927d345cf b/wb_unity_pro_2/Library/Artifacts/78/78018192fa6b410a3592daf927d345cf
deleted file mode 100644
index bd2329db..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/78/78018192fa6b410a3592daf927d345cf and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/78/7808c243b9b1e35497f85360e60c22a3 b/wb_unity_pro_2/Library/Artifacts/78/7808c243b9b1e35497f85360e60c22a3
deleted file mode 100644
index 3cf8c566..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/78/7808c243b9b1e35497f85360e60c22a3 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/78/7830b0e043fdc12251739c2e05f4c618 b/wb_unity_pro_2/Library/Artifacts/78/7830b0e043fdc12251739c2e05f4c618
deleted file mode 100644
index fe14309f..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/78/7830b0e043fdc12251739c2e05f4c618 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/78/7848e4cd9ebf378066f53797c6c16d4c b/wb_unity_pro_2/Library/Artifacts/78/7848e4cd9ebf378066f53797c6c16d4c
deleted file mode 100644
index 4c3e2992..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/78/7848e4cd9ebf378066f53797c6c16d4c and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/78/784ec35e95fd7bb1803a81c78dfe9583 b/wb_unity_pro_2/Library/Artifacts/78/784ec35e95fd7bb1803a81c78dfe9583
deleted file mode 100644
index bc7e8999..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/78/784ec35e95fd7bb1803a81c78dfe9583 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/78/785a83fc90c01bdf7f4bb7a17b5b7fb0 b/wb_unity_pro_2/Library/Artifacts/78/785a83fc90c01bdf7f4bb7a17b5b7fb0
deleted file mode 100644
index 9ee28814..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/78/785a83fc90c01bdf7f4bb7a17b5b7fb0 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/78/78819e909f3b00c4a3cca13bbe38579e b/wb_unity_pro_2/Library/Artifacts/78/78819e909f3b00c4a3cca13bbe38579e
deleted file mode 100644
index 3e32706f..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/78/78819e909f3b00c4a3cca13bbe38579e and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/78/78e60a594af83a3ba4ea3af26b601993 b/wb_unity_pro_2/Library/Artifacts/78/78e60a594af83a3ba4ea3af26b601993
deleted file mode 100644
index 158c1030..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/78/78e60a594af83a3ba4ea3af26b601993 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/78/78edfa5ce6c71850a98163f7d85f61a3 b/wb_unity_pro_2/Library/Artifacts/78/78edfa5ce6c71850a98163f7d85f61a3
deleted file mode 100644
index f75a92e6..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/78/78edfa5ce6c71850a98163f7d85f61a3 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/79/790e9e1bc97befef894d618838aa0d2b b/wb_unity_pro_2/Library/Artifacts/79/790e9e1bc97befef894d618838aa0d2b
deleted file mode 100644
index 81e9a776..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/79/790e9e1bc97befef894d618838aa0d2b and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/79/791deb712cbb09af8b6478109ba0f265 b/wb_unity_pro_2/Library/Artifacts/79/791deb712cbb09af8b6478109ba0f265
deleted file mode 100644
index e24ae753..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/79/791deb712cbb09af8b6478109ba0f265 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/79/792ba34675e88de6fafa39e993f7ae55 b/wb_unity_pro_2/Library/Artifacts/79/792ba34675e88de6fafa39e993f7ae55
deleted file mode 100644
index a646eaa1..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/79/792ba34675e88de6fafa39e993f7ae55 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/79/794f72f025a3c02e6f4ede4ab3e6f1a5 b/wb_unity_pro_2/Library/Artifacts/79/794f72f025a3c02e6f4ede4ab3e6f1a5
deleted file mode 100644
index 76662c97..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/79/794f72f025a3c02e6f4ede4ab3e6f1a5 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/79/795f012f3aa94cad9274c27fcf3a3d98 b/wb_unity_pro_2/Library/Artifacts/79/795f012f3aa94cad9274c27fcf3a3d98
deleted file mode 100644
index 46089827..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/79/795f012f3aa94cad9274c27fcf3a3d98 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/79/79bd5e3542baaa62c039d0085ab749c8 b/wb_unity_pro_2/Library/Artifacts/79/79bd5e3542baaa62c039d0085ab749c8
deleted file mode 100644
index 539567d2..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/79/79bd5e3542baaa62c039d0085ab749c8 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/79/79cdf8ceb83f3917cb1256fdce108598 b/wb_unity_pro_2/Library/Artifacts/79/79cdf8ceb83f3917cb1256fdce108598
deleted file mode 100644
index 3eb0304a..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/79/79cdf8ceb83f3917cb1256fdce108598 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/79/79df766a45f9c8587f6947bdd7564697 b/wb_unity_pro_2/Library/Artifacts/79/79df766a45f9c8587f6947bdd7564697
deleted file mode 100644
index 1c0adde3..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/79/79df766a45f9c8587f6947bdd7564697 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/79/79e31c0f02fd1cceed40aaa394d55ce8 b/wb_unity_pro_2/Library/Artifacts/79/79e31c0f02fd1cceed40aaa394d55ce8
deleted file mode 100644
index f500d029..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/79/79e31c0f02fd1cceed40aaa394d55ce8 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/7a/7a07b0eac81cc8f80baa826e3a219e89 b/wb_unity_pro_2/Library/Artifacts/7a/7a07b0eac81cc8f80baa826e3a219e89
deleted file mode 100644
index 15511c74..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/7a/7a07b0eac81cc8f80baa826e3a219e89 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/7a/7a15edb90ad99194de848ceed624fd5a b/wb_unity_pro_2/Library/Artifacts/7a/7a15edb90ad99194de848ceed624fd5a
deleted file mode 100644
index 24908d26..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/7a/7a15edb90ad99194de848ceed624fd5a and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/7a/7a23d0abdbbc61044b3b46c5e222cb3e b/wb_unity_pro_2/Library/Artifacts/7a/7a23d0abdbbc61044b3b46c5e222cb3e
deleted file mode 100644
index 77fcfb8b..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/7a/7a23d0abdbbc61044b3b46c5e222cb3e and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/7a/7a3a179e6221bbc77298ee63e35c337e b/wb_unity_pro_2/Library/Artifacts/7a/7a3a179e6221bbc77298ee63e35c337e
deleted file mode 100644
index 42b06ec1..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/7a/7a3a179e6221bbc77298ee63e35c337e and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/7a/7a4cf499a3b6a095ea44614d9166d514 b/wb_unity_pro_2/Library/Artifacts/7a/7a4cf499a3b6a095ea44614d9166d514
deleted file mode 100644
index 75ef5462..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/7a/7a4cf499a3b6a095ea44614d9166d514 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/7a/7a52498d735758b861f950de93250f70 b/wb_unity_pro_2/Library/Artifacts/7a/7a52498d735758b861f950de93250f70
deleted file mode 100644
index f3cc03d8..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/7a/7a52498d735758b861f950de93250f70 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/7a/7a695f47f4a311cb0dc2acecdd0455a7 b/wb_unity_pro_2/Library/Artifacts/7a/7a695f47f4a311cb0dc2acecdd0455a7
deleted file mode 100644
index ac9e471e..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/7a/7a695f47f4a311cb0dc2acecdd0455a7 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/7a/7a774bba925a5ca33fb447323c1e3f0c b/wb_unity_pro_2/Library/Artifacts/7a/7a774bba925a5ca33fb447323c1e3f0c
deleted file mode 100644
index 3cd0600e..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/7a/7a774bba925a5ca33fb447323c1e3f0c and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/7a/7a9d3fef1c13f645628c818dac32280e b/wb_unity_pro_2/Library/Artifacts/7a/7a9d3fef1c13f645628c818dac32280e
deleted file mode 100644
index 218e5fbb..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/7a/7a9d3fef1c13f645628c818dac32280e and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/7a/7acadd01ed7452a8a272e02178c1932a b/wb_unity_pro_2/Library/Artifacts/7a/7acadd01ed7452a8a272e02178c1932a
deleted file mode 100644
index 6411b74f..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/7a/7acadd01ed7452a8a272e02178c1932a and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/7a/7ad1bf23eef66f3cb26531ab0c2f75b7 b/wb_unity_pro_2/Library/Artifacts/7a/7ad1bf23eef66f3cb26531ab0c2f75b7
deleted file mode 100644
index 6f01451b..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/7a/7ad1bf23eef66f3cb26531ab0c2f75b7 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/7a/7af0e5373c1eb2d6546f6ae3fcc873be b/wb_unity_pro_2/Library/Artifacts/7a/7af0e5373c1eb2d6546f6ae3fcc873be
deleted file mode 100644
index ed95fabe..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/7a/7af0e5373c1eb2d6546f6ae3fcc873be and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/7a/7af447722322c7bcc62a68a88e572e74 b/wb_unity_pro_2/Library/Artifacts/7a/7af447722322c7bcc62a68a88e572e74
deleted file mode 100644
index 0fcc1117..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/7a/7af447722322c7bcc62a68a88e572e74 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/7b/7b14deac70f96c2c7ad2a02c9c076a98 b/wb_unity_pro_2/Library/Artifacts/7b/7b14deac70f96c2c7ad2a02c9c076a98
deleted file mode 100644
index d44079e5..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/7b/7b14deac70f96c2c7ad2a02c9c076a98 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/7b/7b27801196f70db06c2a3a45c854c97a b/wb_unity_pro_2/Library/Artifacts/7b/7b27801196f70db06c2a3a45c854c97a
deleted file mode 100644
index e0046220..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/7b/7b27801196f70db06c2a3a45c854c97a and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/7b/7b2f2dd919d01087cec8a9be3298f513 b/wb_unity_pro_2/Library/Artifacts/7b/7b2f2dd919d01087cec8a9be3298f513
deleted file mode 100644
index 736755a5..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/7b/7b2f2dd919d01087cec8a9be3298f513 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/7b/7b427d7b214083dbbc6173fd528b394f b/wb_unity_pro_2/Library/Artifacts/7b/7b427d7b214083dbbc6173fd528b394f
deleted file mode 100644
index 0a9e36c8..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/7b/7b427d7b214083dbbc6173fd528b394f and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/7b/7b46000113594b9dc839319d097d2a75 b/wb_unity_pro_2/Library/Artifacts/7b/7b46000113594b9dc839319d097d2a75
deleted file mode 100644
index d6c11b06..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/7b/7b46000113594b9dc839319d097d2a75 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/7b/7b47722912d0cc49d22471ab0a46d91f b/wb_unity_pro_2/Library/Artifacts/7b/7b47722912d0cc49d22471ab0a46d91f
deleted file mode 100644
index 53f96a16..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/7b/7b47722912d0cc49d22471ab0a46d91f and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/7b/7b580bf7d0fb1590343101dbb2f04124 b/wb_unity_pro_2/Library/Artifacts/7b/7b580bf7d0fb1590343101dbb2f04124
deleted file mode 100644
index 3aa265c4..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/7b/7b580bf7d0fb1590343101dbb2f04124 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/7b/7b60237dd33430d205a9ea7da0bf40bb b/wb_unity_pro_2/Library/Artifacts/7b/7b60237dd33430d205a9ea7da0bf40bb
deleted file mode 100644
index bcb5541d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/7b/7b60237dd33430d205a9ea7da0bf40bb and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/7b/7b781fa4546a760f0001834ea4b91879 b/wb_unity_pro_2/Library/Artifacts/7b/7b781fa4546a760f0001834ea4b91879
deleted file mode 100644
index 223da3d1..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/7b/7b781fa4546a760f0001834ea4b91879 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/7b/7b886d72208abafdd62fe1f7e260376e b/wb_unity_pro_2/Library/Artifacts/7b/7b886d72208abafdd62fe1f7e260376e
deleted file mode 100644
index 09bfca4d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/7b/7b886d72208abafdd62fe1f7e260376e and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/7b/7b89bc2119f0527f5ad917217eba5f99 b/wb_unity_pro_2/Library/Artifacts/7b/7b89bc2119f0527f5ad917217eba5f99
deleted file mode 100644
index 63fa0de5..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/7b/7b89bc2119f0527f5ad917217eba5f99 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/7b/7b89f87f16d21637c81543fbcd4010b7 b/wb_unity_pro_2/Library/Artifacts/7b/7b89f87f16d21637c81543fbcd4010b7
deleted file mode 100644
index 02a59634..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/7b/7b89f87f16d21637c81543fbcd4010b7 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/7b/7b8c746bf11eb8520485f9e16b9fcc2b b/wb_unity_pro_2/Library/Artifacts/7b/7b8c746bf11eb8520485f9e16b9fcc2b
deleted file mode 100644
index 717f1007..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/7b/7b8c746bf11eb8520485f9e16b9fcc2b and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/7b/7bb32c4982c4d8306bc1bf06767d1818 b/wb_unity_pro_2/Library/Artifacts/7b/7bb32c4982c4d8306bc1bf06767d1818
deleted file mode 100644
index 49403495..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/7b/7bb32c4982c4d8306bc1bf06767d1818 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/7b/7be0548e8a5d7698e94ffca4aedac1fa b/wb_unity_pro_2/Library/Artifacts/7b/7be0548e8a5d7698e94ffca4aedac1fa
deleted file mode 100644
index e4f36397..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/7b/7be0548e8a5d7698e94ffca4aedac1fa and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/7c/7c0b862b23aaf692c42b81fd968cd9ea b/wb_unity_pro_2/Library/Artifacts/7c/7c0b862b23aaf692c42b81fd968cd9ea
deleted file mode 100644
index ca8c5368..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/7c/7c0b862b23aaf692c42b81fd968cd9ea and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/7c/7c0e8b15680bc771b75868a67a76b076 b/wb_unity_pro_2/Library/Artifacts/7c/7c0e8b15680bc771b75868a67a76b076
deleted file mode 100644
index 2584830e..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/7c/7c0e8b15680bc771b75868a67a76b076 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/7c/7c0eb78ec3fd13478799ff94c4f2c91a b/wb_unity_pro_2/Library/Artifacts/7c/7c0eb78ec3fd13478799ff94c4f2c91a
deleted file mode 100644
index 41dcf582..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/7c/7c0eb78ec3fd13478799ff94c4f2c91a and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/7c/7c40a9bb30fbc6fe3b7ebe49b134369c b/wb_unity_pro_2/Library/Artifacts/7c/7c40a9bb30fbc6fe3b7ebe49b134369c
deleted file mode 100644
index 71b5bef1..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/7c/7c40a9bb30fbc6fe3b7ebe49b134369c and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/7c/7c411c2763531b64f2f4932e9b9549a6 b/wb_unity_pro_2/Library/Artifacts/7c/7c411c2763531b64f2f4932e9b9549a6
deleted file mode 100644
index 1c3a9672..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/7c/7c411c2763531b64f2f4932e9b9549a6 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/7c/7c85bf19996c40275f18cf6ed2fcdfb4 b/wb_unity_pro_2/Library/Artifacts/7c/7c85bf19996c40275f18cf6ed2fcdfb4
deleted file mode 100644
index 1c3af047..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/7c/7c85bf19996c40275f18cf6ed2fcdfb4 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/7c/7c87a9b8228e9440bb627f7f92b7ec4e b/wb_unity_pro_2/Library/Artifacts/7c/7c87a9b8228e9440bb627f7f92b7ec4e
deleted file mode 100644
index d58f3ca7..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/7c/7c87a9b8228e9440bb627f7f92b7ec4e and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/7c/7c8bc24ef0b12ceaddb31f4aed97e7b6 b/wb_unity_pro_2/Library/Artifacts/7c/7c8bc24ef0b12ceaddb31f4aed97e7b6
deleted file mode 100644
index 31f0a8a6..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/7c/7c8bc24ef0b12ceaddb31f4aed97e7b6 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/7c/7caa0953b2f73e30fdbbdd1e6f520ffd b/wb_unity_pro_2/Library/Artifacts/7c/7caa0953b2f73e30fdbbdd1e6f520ffd
deleted file mode 100644
index 078d13ba..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/7c/7caa0953b2f73e30fdbbdd1e6f520ffd and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/7c/7cbd267744fd8ab4e1f92bf819852660 b/wb_unity_pro_2/Library/Artifacts/7c/7cbd267744fd8ab4e1f92bf819852660
deleted file mode 100644
index 64b6668f..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/7c/7cbd267744fd8ab4e1f92bf819852660 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/7c/7cde41a6af121c0839561bac2d50cf1d b/wb_unity_pro_2/Library/Artifacts/7c/7cde41a6af121c0839561bac2d50cf1d
deleted file mode 100644
index 6394e967..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/7c/7cde41a6af121c0839561bac2d50cf1d and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/7c/7cffdf15fef9ab8e7be3a37a22fb4bed b/wb_unity_pro_2/Library/Artifacts/7c/7cffdf15fef9ab8e7be3a37a22fb4bed
deleted file mode 100644
index 6df1d5a5..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/7c/7cffdf15fef9ab8e7be3a37a22fb4bed and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/7d/7d0781fcf665e2109f87dce5880c3efa b/wb_unity_pro_2/Library/Artifacts/7d/7d0781fcf665e2109f87dce5880c3efa
deleted file mode 100644
index cfafaebe..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/7d/7d0781fcf665e2109f87dce5880c3efa and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/7d/7d0e074b9acb259f0b13d2053035909b b/wb_unity_pro_2/Library/Artifacts/7d/7d0e074b9acb259f0b13d2053035909b
deleted file mode 100644
index 0f8fc89b..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/7d/7d0e074b9acb259f0b13d2053035909b and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/7d/7d0f7ae6ef58fef0b0bcc5efc8f4c65d b/wb_unity_pro_2/Library/Artifacts/7d/7d0f7ae6ef58fef0b0bcc5efc8f4c65d
deleted file mode 100644
index fd53ebd8..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/7d/7d0f7ae6ef58fef0b0bcc5efc8f4c65d and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/7d/7d3194186d736d13c114b5b2879f6840 b/wb_unity_pro_2/Library/Artifacts/7d/7d3194186d736d13c114b5b2879f6840
deleted file mode 100644
index aa9ee797..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/7d/7d3194186d736d13c114b5b2879f6840 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/7d/7d51d49ee8b6bcf4631a1558d0791fde b/wb_unity_pro_2/Library/Artifacts/7d/7d51d49ee8b6bcf4631a1558d0791fde
deleted file mode 100644
index 48690737..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/7d/7d51d49ee8b6bcf4631a1558d0791fde and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/7d/7d6aa3565f9314a0c8595db020db585b b/wb_unity_pro_2/Library/Artifacts/7d/7d6aa3565f9314a0c8595db020db585b
deleted file mode 100644
index 9888b03b..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/7d/7d6aa3565f9314a0c8595db020db585b and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/7d/7d6f45f52ac2586921b6c3a2b3408b1e b/wb_unity_pro_2/Library/Artifacts/7d/7d6f45f52ac2586921b6c3a2b3408b1e
deleted file mode 100644
index 08bbbd02..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/7d/7d6f45f52ac2586921b6c3a2b3408b1e and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/7d/7d86fbfb3fa1cea7baf238e461c8045e b/wb_unity_pro_2/Library/Artifacts/7d/7d86fbfb3fa1cea7baf238e461c8045e
deleted file mode 100644
index c48713c1..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/7d/7d86fbfb3fa1cea7baf238e461c8045e and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/7d/7dbd59735a416a6110479d14d2b63645 b/wb_unity_pro_2/Library/Artifacts/7d/7dbd59735a416a6110479d14d2b63645
deleted file mode 100644
index d8e40aed..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/7d/7dbd59735a416a6110479d14d2b63645 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/7d/7dc3c60f807f156b583ffd96f222b972 b/wb_unity_pro_2/Library/Artifacts/7d/7dc3c60f807f156b583ffd96f222b972
deleted file mode 100644
index d751c1bb..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/7d/7dc3c60f807f156b583ffd96f222b972 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/7d/7dc6df17c49c15ee02d11a07741b8340 b/wb_unity_pro_2/Library/Artifacts/7d/7dc6df17c49c15ee02d11a07741b8340
deleted file mode 100644
index 0e38b224..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/7d/7dc6df17c49c15ee02d11a07741b8340 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/7d/7dc911589a9e3fdb01526a319ab2eaf5 b/wb_unity_pro_2/Library/Artifacts/7d/7dc911589a9e3fdb01526a319ab2eaf5
deleted file mode 100644
index 4f00c1c8..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/7d/7dc911589a9e3fdb01526a319ab2eaf5 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/7d/7de5028fc74583b7ade7c7e7cce426b3 b/wb_unity_pro_2/Library/Artifacts/7d/7de5028fc74583b7ade7c7e7cce426b3
deleted file mode 100644
index b353fd51..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/7d/7de5028fc74583b7ade7c7e7cce426b3 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/7d/7de7c0edff0a44bd8a6a3f90e88985df b/wb_unity_pro_2/Library/Artifacts/7d/7de7c0edff0a44bd8a6a3f90e88985df
deleted file mode 100644
index 02e75616..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/7d/7de7c0edff0a44bd8a6a3f90e88985df and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/7d/7dede19d250682bb9d087cfa860f9d5c b/wb_unity_pro_2/Library/Artifacts/7d/7dede19d250682bb9d087cfa860f9d5c
deleted file mode 100644
index 6eb884a3..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/7d/7dede19d250682bb9d087cfa860f9d5c and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/7e/7e096976ff915fb6c6248e3707f14221 b/wb_unity_pro_2/Library/Artifacts/7e/7e096976ff915fb6c6248e3707f14221
deleted file mode 100644
index a785d489..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/7e/7e096976ff915fb6c6248e3707f14221 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/7e/7e1d0f31f2241679a2032db760ad7ebb b/wb_unity_pro_2/Library/Artifacts/7e/7e1d0f31f2241679a2032db760ad7ebb
deleted file mode 100644
index 929330fe..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/7e/7e1d0f31f2241679a2032db760ad7ebb and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/7e/7e231181bbb7b89ebe6be9e21ce9c46c b/wb_unity_pro_2/Library/Artifacts/7e/7e231181bbb7b89ebe6be9e21ce9c46c
deleted file mode 100644
index bae0bbc3..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/7e/7e231181bbb7b89ebe6be9e21ce9c46c and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/7e/7e277ebc59a5bd72957dee18b81828dc b/wb_unity_pro_2/Library/Artifacts/7e/7e277ebc59a5bd72957dee18b81828dc
deleted file mode 100644
index ffd52e53..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/7e/7e277ebc59a5bd72957dee18b81828dc and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/7e/7e2f7292f0366293ed73815a00d89ec5 b/wb_unity_pro_2/Library/Artifacts/7e/7e2f7292f0366293ed73815a00d89ec5
deleted file mode 100644
index 622a590f..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/7e/7e2f7292f0366293ed73815a00d89ec5 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/7e/7e4418f6885b8539b6003fa23854c5d6 b/wb_unity_pro_2/Library/Artifacts/7e/7e4418f6885b8539b6003fa23854c5d6
deleted file mode 100644
index a76e5994..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/7e/7e4418f6885b8539b6003fa23854c5d6 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/7e/7e83a3b16a06d19d5520187fa8d94450 b/wb_unity_pro_2/Library/Artifacts/7e/7e83a3b16a06d19d5520187fa8d94450
deleted file mode 100644
index 35b75a93..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/7e/7e83a3b16a06d19d5520187fa8d94450 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/7e/7e87beeb27e179b33cab2d7891e9caa6 b/wb_unity_pro_2/Library/Artifacts/7e/7e87beeb27e179b33cab2d7891e9caa6
deleted file mode 100644
index af1451a3..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/7e/7e87beeb27e179b33cab2d7891e9caa6 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/7e/7eb9133511392b527b00dfda32d10c87 b/wb_unity_pro_2/Library/Artifacts/7e/7eb9133511392b527b00dfda32d10c87
deleted file mode 100644
index b2d16a02..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/7e/7eb9133511392b527b00dfda32d10c87 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/7e/7ec8981bb14d20292ebf4bacf92bdece b/wb_unity_pro_2/Library/Artifacts/7e/7ec8981bb14d20292ebf4bacf92bdece
deleted file mode 100644
index 4c9fec49..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/7e/7ec8981bb14d20292ebf4bacf92bdece and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/7e/7ede147caf61d6ace654f1028d416ac3 b/wb_unity_pro_2/Library/Artifacts/7e/7ede147caf61d6ace654f1028d416ac3
deleted file mode 100644
index a3ac2b42..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/7e/7ede147caf61d6ace654f1028d416ac3 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/7e/7ee54b4285033fa9f403f128d75d4e2f b/wb_unity_pro_2/Library/Artifacts/7e/7ee54b4285033fa9f403f128d75d4e2f
deleted file mode 100644
index 7eb3e931..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/7e/7ee54b4285033fa9f403f128d75d4e2f and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/7e/7efc845ef93376687875ccd4c53131e3 b/wb_unity_pro_2/Library/Artifacts/7e/7efc845ef93376687875ccd4c53131e3
deleted file mode 100644
index e604e66a..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/7e/7efc845ef93376687875ccd4c53131e3 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/7f/7f16288deaa208bd158659111eac0d4a b/wb_unity_pro_2/Library/Artifacts/7f/7f16288deaa208bd158659111eac0d4a
deleted file mode 100644
index a5ea5bf2..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/7f/7f16288deaa208bd158659111eac0d4a and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/7f/7f182a29035ad09511b6bfbbeb770180 b/wb_unity_pro_2/Library/Artifacts/7f/7f182a29035ad09511b6bfbbeb770180
deleted file mode 100644
index 9106d32a..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/7f/7f182a29035ad09511b6bfbbeb770180 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/7f/7f38ef620202529b1b73d30040fac781 b/wb_unity_pro_2/Library/Artifacts/7f/7f38ef620202529b1b73d30040fac781
deleted file mode 100644
index 788e6079..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/7f/7f38ef620202529b1b73d30040fac781 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/7f/7f3f2806c53772a9b412e3c81f0cf68d b/wb_unity_pro_2/Library/Artifacts/7f/7f3f2806c53772a9b412e3c81f0cf68d
deleted file mode 100644
index 9b1e6736..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/7f/7f3f2806c53772a9b412e3c81f0cf68d and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/7f/7f4c7ae038cbffa10fcb7f0e6f7a2019 b/wb_unity_pro_2/Library/Artifacts/7f/7f4c7ae038cbffa10fcb7f0e6f7a2019
deleted file mode 100644
index 699e8c59..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/7f/7f4c7ae038cbffa10fcb7f0e6f7a2019 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/7f/7f53b8118ec251b137ee7f72feee9e08 b/wb_unity_pro_2/Library/Artifacts/7f/7f53b8118ec251b137ee7f72feee9e08
deleted file mode 100644
index 176aa5ae..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/7f/7f53b8118ec251b137ee7f72feee9e08 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/7f/7f54b7e770a3fb50dd3a1f5c7d61d56c b/wb_unity_pro_2/Library/Artifacts/7f/7f54b7e770a3fb50dd3a1f5c7d61d56c
deleted file mode 100644
index 07915027..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/7f/7f54b7e770a3fb50dd3a1f5c7d61d56c and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/7f/7f7b6a7297f52f87058a6bc522c32236 b/wb_unity_pro_2/Library/Artifacts/7f/7f7b6a7297f52f87058a6bc522c32236
deleted file mode 100644
index aba4536e..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/7f/7f7b6a7297f52f87058a6bc522c32236 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/7f/7f891650b7ad968c7cc5f97d8681266b b/wb_unity_pro_2/Library/Artifacts/7f/7f891650b7ad968c7cc5f97d8681266b
deleted file mode 100644
index b7a55297..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/7f/7f891650b7ad968c7cc5f97d8681266b and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/7f/7f8cdb008cfb788ec881ef356575944f b/wb_unity_pro_2/Library/Artifacts/7f/7f8cdb008cfb788ec881ef356575944f
deleted file mode 100644
index 5cad4899..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/7f/7f8cdb008cfb788ec881ef356575944f and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/7f/7f9c682d2db2459d4419d2f4572c084a b/wb_unity_pro_2/Library/Artifacts/7f/7f9c682d2db2459d4419d2f4572c084a
deleted file mode 100644
index 0bb46958..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/7f/7f9c682d2db2459d4419d2f4572c084a and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/7f/7fae5b9f142d005a0b78f3faf15baa89 b/wb_unity_pro_2/Library/Artifacts/7f/7fae5b9f142d005a0b78f3faf15baa89
deleted file mode 100644
index ec3f85b7..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/7f/7fae5b9f142d005a0b78f3faf15baa89 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/7f/7fb208baff6fc216e18943ca117f7aef b/wb_unity_pro_2/Library/Artifacts/7f/7fb208baff6fc216e18943ca117f7aef
deleted file mode 100644
index a364bbde..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/7f/7fb208baff6fc216e18943ca117f7aef and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/7f/7fcac3a6c1c7184c37cb0f2be2514628 b/wb_unity_pro_2/Library/Artifacts/7f/7fcac3a6c1c7184c37cb0f2be2514628
deleted file mode 100644
index f488de15..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/7f/7fcac3a6c1c7184c37cb0f2be2514628 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/7f/7fda48fc386f9c334428ef9ae97de784 b/wb_unity_pro_2/Library/Artifacts/7f/7fda48fc386f9c334428ef9ae97de784
deleted file mode 100644
index f08b229a..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/7f/7fda48fc386f9c334428ef9ae97de784 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/7f/7fe886d2b3bb0a1160d1831bce0a4360 b/wb_unity_pro_2/Library/Artifacts/7f/7fe886d2b3bb0a1160d1831bce0a4360
deleted file mode 100644
index 9100dcd2..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/7f/7fe886d2b3bb0a1160d1831bce0a4360 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/7f/7fff075c60a81a74228c6abda06e0241 b/wb_unity_pro_2/Library/Artifacts/7f/7fff075c60a81a74228c6abda06e0241
deleted file mode 100644
index 47fe3739..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/7f/7fff075c60a81a74228c6abda06e0241 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/80/800516051d022b50dbad7438c6e1203c b/wb_unity_pro_2/Library/Artifacts/80/800516051d022b50dbad7438c6e1203c
deleted file mode 100644
index f00ec88a..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/80/800516051d022b50dbad7438c6e1203c and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/80/80167d75973bed1764a26e8eb4ae1986 b/wb_unity_pro_2/Library/Artifacts/80/80167d75973bed1764a26e8eb4ae1986
deleted file mode 100644
index aabba9e6..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/80/80167d75973bed1764a26e8eb4ae1986 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/80/802abae7920cbbd476d0fd25a112c439 b/wb_unity_pro_2/Library/Artifacts/80/802abae7920cbbd476d0fd25a112c439
deleted file mode 100644
index 67557b80..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/80/802abae7920cbbd476d0fd25a112c439 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/80/8049f61275b40d7baca1f558f35acd0e b/wb_unity_pro_2/Library/Artifacts/80/8049f61275b40d7baca1f558f35acd0e
deleted file mode 100644
index d1399b7a..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/80/8049f61275b40d7baca1f558f35acd0e and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/80/80850975f974074f8b4184c02613c67f b/wb_unity_pro_2/Library/Artifacts/80/80850975f974074f8b4184c02613c67f
deleted file mode 100644
index 9da839c7..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/80/80850975f974074f8b4184c02613c67f and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/80/80a19c7483848e91649689dfe986dda5 b/wb_unity_pro_2/Library/Artifacts/80/80a19c7483848e91649689dfe986dda5
deleted file mode 100644
index bc4ec1b5..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/80/80a19c7483848e91649689dfe986dda5 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/80/80b4bddac2b32bd50a68208033be1cd7 b/wb_unity_pro_2/Library/Artifacts/80/80b4bddac2b32bd50a68208033be1cd7
deleted file mode 100644
index 5ad42c4a..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/80/80b4bddac2b32bd50a68208033be1cd7 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/80/80d6f3cd5fd7fa4dc7ab9c23d0df3999 b/wb_unity_pro_2/Library/Artifacts/80/80d6f3cd5fd7fa4dc7ab9c23d0df3999
deleted file mode 100644
index ca0de295..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/80/80d6f3cd5fd7fa4dc7ab9c23d0df3999 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/80/80e415e8f613fbbf017adcfd73819a53 b/wb_unity_pro_2/Library/Artifacts/80/80e415e8f613fbbf017adcfd73819a53
deleted file mode 100644
index 4dc45b53..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/80/80e415e8f613fbbf017adcfd73819a53 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/80/80e7195103b451967cb3594cdc379c48 b/wb_unity_pro_2/Library/Artifacts/80/80e7195103b451967cb3594cdc379c48
deleted file mode 100644
index b643b4f4..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/80/80e7195103b451967cb3594cdc379c48 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/80/80ea4ab9fc664cd48e032fd92233c331 b/wb_unity_pro_2/Library/Artifacts/80/80ea4ab9fc664cd48e032fd92233c331
deleted file mode 100644
index 00b352eb..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/80/80ea4ab9fc664cd48e032fd92233c331 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/81/811e3f925dec468dde7a0401b09568ae b/wb_unity_pro_2/Library/Artifacts/81/811e3f925dec468dde7a0401b09568ae
deleted file mode 100644
index f527f541..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/81/811e3f925dec468dde7a0401b09568ae and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/81/815e450e3dd1de90e0f4cfc9de5fa003 b/wb_unity_pro_2/Library/Artifacts/81/815e450e3dd1de90e0f4cfc9de5fa003
deleted file mode 100644
index 37019065..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/81/815e450e3dd1de90e0f4cfc9de5fa003 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/81/81615e8a5652b04f69c898482a8c6e88 b/wb_unity_pro_2/Library/Artifacts/81/81615e8a5652b04f69c898482a8c6e88
deleted file mode 100644
index c8e5c5cc..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/81/81615e8a5652b04f69c898482a8c6e88 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/81/81bf124b775120372a5812c207fd0b48 b/wb_unity_pro_2/Library/Artifacts/81/81bf124b775120372a5812c207fd0b48
deleted file mode 100644
index 9535e462..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/81/81bf124b775120372a5812c207fd0b48 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/81/81e319236b41a81d4938d2af4f9fdf38 b/wb_unity_pro_2/Library/Artifacts/81/81e319236b41a81d4938d2af4f9fdf38
deleted file mode 100644
index a3831854..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/81/81e319236b41a81d4938d2af4f9fdf38 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/81/81e3619d1e2dee3d15f422a7513c4d39 b/wb_unity_pro_2/Library/Artifacts/81/81e3619d1e2dee3d15f422a7513c4d39
deleted file mode 100644
index 07cabacf..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/81/81e3619d1e2dee3d15f422a7513c4d39 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/82/822c764466ae636efd1ab31771204999 b/wb_unity_pro_2/Library/Artifacts/82/822c764466ae636efd1ab31771204999
deleted file mode 100644
index 797692a3..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/82/822c764466ae636efd1ab31771204999 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/82/8238b394cdaa0e645f2129321ea00554 b/wb_unity_pro_2/Library/Artifacts/82/8238b394cdaa0e645f2129321ea00554
deleted file mode 100644
index f5886555..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/82/8238b394cdaa0e645f2129321ea00554 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/82/824f755e15856297bf1c85e2d614cb8d b/wb_unity_pro_2/Library/Artifacts/82/824f755e15856297bf1c85e2d614cb8d
deleted file mode 100644
index e120fad8..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/82/824f755e15856297bf1c85e2d614cb8d and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/82/8257b94ee4b29e4b5bab8feaeeddc378 b/wb_unity_pro_2/Library/Artifacts/82/8257b94ee4b29e4b5bab8feaeeddc378
deleted file mode 100644
index edf173c0..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/82/8257b94ee4b29e4b5bab8feaeeddc378 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/82/8274d249c82fe4747aff09fc31198ee7 b/wb_unity_pro_2/Library/Artifacts/82/8274d249c82fe4747aff09fc31198ee7
deleted file mode 100644
index 314559a7..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/82/8274d249c82fe4747aff09fc31198ee7 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/82/828bfbe70ac3ee9b4121c475e3b7e3c7 b/wb_unity_pro_2/Library/Artifacts/82/828bfbe70ac3ee9b4121c475e3b7e3c7
deleted file mode 100644
index 6d5f16cd..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/82/828bfbe70ac3ee9b4121c475e3b7e3c7 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/82/82abd4e7ee5717f0510d0b345eade8ca b/wb_unity_pro_2/Library/Artifacts/82/82abd4e7ee5717f0510d0b345eade8ca
deleted file mode 100644
index 48b642f2..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/82/82abd4e7ee5717f0510d0b345eade8ca and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/82/82b63b12ae68406500e52b0431b0882f b/wb_unity_pro_2/Library/Artifacts/82/82b63b12ae68406500e52b0431b0882f
deleted file mode 100644
index 892c2626..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/82/82b63b12ae68406500e52b0431b0882f and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/82/82c3d11588271872bc16ae7de3f3fe51 b/wb_unity_pro_2/Library/Artifacts/82/82c3d11588271872bc16ae7de3f3fe51
deleted file mode 100644
index 2a3aaa66..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/82/82c3d11588271872bc16ae7de3f3fe51 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/82/82c9e3e7a0381015bf9c8c1aa00e24d9 b/wb_unity_pro_2/Library/Artifacts/82/82c9e3e7a0381015bf9c8c1aa00e24d9
deleted file mode 100644
index 1e670b79..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/82/82c9e3e7a0381015bf9c8c1aa00e24d9 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/82/82e723a59a7b32decd62732d4e0e802d b/wb_unity_pro_2/Library/Artifacts/82/82e723a59a7b32decd62732d4e0e802d
deleted file mode 100644
index 432d40dc..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/82/82e723a59a7b32decd62732d4e0e802d and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/82/82ebe7ea9d9cedc133b4b38ce936fb46 b/wb_unity_pro_2/Library/Artifacts/82/82ebe7ea9d9cedc133b4b38ce936fb46
deleted file mode 100644
index 15d9421c..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/82/82ebe7ea9d9cedc133b4b38ce936fb46 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/82/82f07bbdc4ddd6f71cd7e558754cf8a5 b/wb_unity_pro_2/Library/Artifacts/82/82f07bbdc4ddd6f71cd7e558754cf8a5
deleted file mode 100644
index cad5a808..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/82/82f07bbdc4ddd6f71cd7e558754cf8a5 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/83/831514d5db6d18c8aea4d99a5e4ec337 b/wb_unity_pro_2/Library/Artifacts/83/831514d5db6d18c8aea4d99a5e4ec337
deleted file mode 100644
index e4e5df45..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/83/831514d5db6d18c8aea4d99a5e4ec337 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/83/8321628baf9d83403a3d54740f74d177 b/wb_unity_pro_2/Library/Artifacts/83/8321628baf9d83403a3d54740f74d177
deleted file mode 100644
index abecb4ed..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/83/8321628baf9d83403a3d54740f74d177 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/83/83452bf0a828faff064f600a54e85fc9 b/wb_unity_pro_2/Library/Artifacts/83/83452bf0a828faff064f600a54e85fc9
deleted file mode 100644
index ae520e7b..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/83/83452bf0a828faff064f600a54e85fc9 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/83/835380f249ccd046fcb2451379dd1e5a b/wb_unity_pro_2/Library/Artifacts/83/835380f249ccd046fcb2451379dd1e5a
deleted file mode 100644
index 3d8840a1..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/83/835380f249ccd046fcb2451379dd1e5a and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/83/83546a76622972997153a71194fe6dd2 b/wb_unity_pro_2/Library/Artifacts/83/83546a76622972997153a71194fe6dd2
deleted file mode 100644
index 7c0ee836..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/83/83546a76622972997153a71194fe6dd2 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/83/8361271d3a3bec8a409904c5f4441586 b/wb_unity_pro_2/Library/Artifacts/83/8361271d3a3bec8a409904c5f4441586
deleted file mode 100644
index 9ac4892d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/83/8361271d3a3bec8a409904c5f4441586 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/83/8362999989cddd2b8eb942693a823dca b/wb_unity_pro_2/Library/Artifacts/83/8362999989cddd2b8eb942693a823dca
deleted file mode 100644
index d930125f..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/83/8362999989cddd2b8eb942693a823dca and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/83/8363b0e92a4cd53f46da4afd4f1aa8ce b/wb_unity_pro_2/Library/Artifacts/83/8363b0e92a4cd53f46da4afd4f1aa8ce
deleted file mode 100644
index 2756b417..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/83/8363b0e92a4cd53f46da4afd4f1aa8ce and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/83/8383c83b10cb37084323a7ec3f0c6e37 b/wb_unity_pro_2/Library/Artifacts/83/8383c83b10cb37084323a7ec3f0c6e37
deleted file mode 100644
index 5ebd9fec..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/83/8383c83b10cb37084323a7ec3f0c6e37 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/83/839c73c9923ef62dd10ee24d2c622aa8 b/wb_unity_pro_2/Library/Artifacts/83/839c73c9923ef62dd10ee24d2c622aa8
deleted file mode 100644
index 6ced2b6f..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/83/839c73c9923ef62dd10ee24d2c622aa8 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/83/839e65274e1c7b4daa161a300aaac0e5 b/wb_unity_pro_2/Library/Artifacts/83/839e65274e1c7b4daa161a300aaac0e5
deleted file mode 100644
index 9578826d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/83/839e65274e1c7b4daa161a300aaac0e5 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/83/83a43593ec482460c58dc2754ac908aa b/wb_unity_pro_2/Library/Artifacts/83/83a43593ec482460c58dc2754ac908aa
deleted file mode 100644
index 6c7e4f90..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/83/83a43593ec482460c58dc2754ac908aa and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/83/83b069141e1376fc1f635edefdb60cd2 b/wb_unity_pro_2/Library/Artifacts/83/83b069141e1376fc1f635edefdb60cd2
deleted file mode 100644
index 0ede3e0d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/83/83b069141e1376fc1f635edefdb60cd2 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/83/83bc3bc17de409ef63beff2caf2f8692 b/wb_unity_pro_2/Library/Artifacts/83/83bc3bc17de409ef63beff2caf2f8692
deleted file mode 100644
index 0c4d3aa5..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/83/83bc3bc17de409ef63beff2caf2f8692 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/83/83cce149a8f05e354af70de2189b91bd b/wb_unity_pro_2/Library/Artifacts/83/83cce149a8f05e354af70de2189b91bd
deleted file mode 100644
index e7f12e07..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/83/83cce149a8f05e354af70de2189b91bd and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/83/83dc870c74f907e49be2e42241f4dba0 b/wb_unity_pro_2/Library/Artifacts/83/83dc870c74f907e49be2e42241f4dba0
deleted file mode 100644
index c34b7a10..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/83/83dc870c74f907e49be2e42241f4dba0 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/83/83e8d446e171a2994a885cc5cd2bd319 b/wb_unity_pro_2/Library/Artifacts/83/83e8d446e171a2994a885cc5cd2bd319
deleted file mode 100644
index 5b633d5b..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/83/83e8d446e171a2994a885cc5cd2bd319 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/84/8400dd6544dd54f0fef3ce9abff3fcb3 b/wb_unity_pro_2/Library/Artifacts/84/8400dd6544dd54f0fef3ce9abff3fcb3
deleted file mode 100644
index 539fc6b9..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/84/8400dd6544dd54f0fef3ce9abff3fcb3 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/84/841c3c89f4894a0d3be784a2533a48b1 b/wb_unity_pro_2/Library/Artifacts/84/841c3c89f4894a0d3be784a2533a48b1
deleted file mode 100644
index 41df0fa5..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/84/841c3c89f4894a0d3be784a2533a48b1 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/84/8425fb17ec82e61d594ab6f5bf565382 b/wb_unity_pro_2/Library/Artifacts/84/8425fb17ec82e61d594ab6f5bf565382
deleted file mode 100644
index 0e74a702..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/84/8425fb17ec82e61d594ab6f5bf565382 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/84/844b443b3b2246def187dc7eb1b3d716 b/wb_unity_pro_2/Library/Artifacts/84/844b443b3b2246def187dc7eb1b3d716
deleted file mode 100644
index 2e1fbe84..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/84/844b443b3b2246def187dc7eb1b3d716 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/84/845c807b5021db7fc967caa3f4beff97 b/wb_unity_pro_2/Library/Artifacts/84/845c807b5021db7fc967caa3f4beff97
deleted file mode 100644
index 2c70a3bb..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/84/845c807b5021db7fc967caa3f4beff97 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/84/845db5ff269c290191030fff27e6b955 b/wb_unity_pro_2/Library/Artifacts/84/845db5ff269c290191030fff27e6b955
deleted file mode 100644
index fc415972..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/84/845db5ff269c290191030fff27e6b955 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/84/8463f2472ba8fa7b570653d5327bc119 b/wb_unity_pro_2/Library/Artifacts/84/8463f2472ba8fa7b570653d5327bc119
deleted file mode 100644
index 2c697f9c..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/84/8463f2472ba8fa7b570653d5327bc119 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/84/8467d482a4c8a471b09efc408cd141ef b/wb_unity_pro_2/Library/Artifacts/84/8467d482a4c8a471b09efc408cd141ef
deleted file mode 100644
index d68b4fe6..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/84/8467d482a4c8a471b09efc408cd141ef and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/84/847e1166044b8b690eaa5d69a0d84886 b/wb_unity_pro_2/Library/Artifacts/84/847e1166044b8b690eaa5d69a0d84886
deleted file mode 100644
index c2a1fa3d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/84/847e1166044b8b690eaa5d69a0d84886 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/84/848ca8fe9bf66cbc76b05151955e2da0 b/wb_unity_pro_2/Library/Artifacts/84/848ca8fe9bf66cbc76b05151955e2da0
deleted file mode 100644
index 49c97249..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/84/848ca8fe9bf66cbc76b05151955e2da0 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/84/8498fbda433cb9c726a16c67c91e71ef b/wb_unity_pro_2/Library/Artifacts/84/8498fbda433cb9c726a16c67c91e71ef
deleted file mode 100644
index a99b082e..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/84/8498fbda433cb9c726a16c67c91e71ef and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/84/849c93e53ef09af2e6da8d38f8e531aa b/wb_unity_pro_2/Library/Artifacts/84/849c93e53ef09af2e6da8d38f8e531aa
deleted file mode 100644
index 8abb7afd..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/84/849c93e53ef09af2e6da8d38f8e531aa and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/84/84a4b7f9bb2204e86aebeebbd63f3c9a b/wb_unity_pro_2/Library/Artifacts/84/84a4b7f9bb2204e86aebeebbd63f3c9a
deleted file mode 100644
index 30091d9c..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/84/84a4b7f9bb2204e86aebeebbd63f3c9a and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/84/84d2bc1a209f887f1a939ace583e4c7c b/wb_unity_pro_2/Library/Artifacts/84/84d2bc1a209f887f1a939ace583e4c7c
deleted file mode 100644
index 7522db4e..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/84/84d2bc1a209f887f1a939ace583e4c7c and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/84/84d39473796189ed1b887fa59b9bb44a b/wb_unity_pro_2/Library/Artifacts/84/84d39473796189ed1b887fa59b9bb44a
deleted file mode 100644
index b4b9e5a1..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/84/84d39473796189ed1b887fa59b9bb44a and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/84/84e5796a0fe81ae0690c5bafc5123e82 b/wb_unity_pro_2/Library/Artifacts/84/84e5796a0fe81ae0690c5bafc5123e82
deleted file mode 100644
index a3158f91..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/84/84e5796a0fe81ae0690c5bafc5123e82 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/84/84faebf24eb75751c987f6c7b461192f b/wb_unity_pro_2/Library/Artifacts/84/84faebf24eb75751c987f6c7b461192f
deleted file mode 100644
index daed1ea5..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/84/84faebf24eb75751c987f6c7b461192f and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/85/850132aec015982354559570d5fb4162 b/wb_unity_pro_2/Library/Artifacts/85/850132aec015982354559570d5fb4162
deleted file mode 100644
index 8a008959..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/85/850132aec015982354559570d5fb4162 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/85/85334e6e977f74b88a8d3325a04d4189 b/wb_unity_pro_2/Library/Artifacts/85/85334e6e977f74b88a8d3325a04d4189
deleted file mode 100644
index 4cee1c16..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/85/85334e6e977f74b88a8d3325a04d4189 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/85/8533d54594bbbc316ee5e71f9601a7e7 b/wb_unity_pro_2/Library/Artifacts/85/8533d54594bbbc316ee5e71f9601a7e7
deleted file mode 100644
index c71ea3d9..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/85/8533d54594bbbc316ee5e71f9601a7e7 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/85/854fb6e43a6720e14e4bac990a1c47a0 b/wb_unity_pro_2/Library/Artifacts/85/854fb6e43a6720e14e4bac990a1c47a0
deleted file mode 100644
index d07d3be9..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/85/854fb6e43a6720e14e4bac990a1c47a0 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/85/8553790a2a7f1f59f204c83faf896a7e b/wb_unity_pro_2/Library/Artifacts/85/8553790a2a7f1f59f204c83faf896a7e
deleted file mode 100644
index 77942786..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/85/8553790a2a7f1f59f204c83faf896a7e and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/85/85a23ad38df15c39047cf63cf8b27447 b/wb_unity_pro_2/Library/Artifacts/85/85a23ad38df15c39047cf63cf8b27447
deleted file mode 100644
index 7d09311b..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/85/85a23ad38df15c39047cf63cf8b27447 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/85/85a5ecd2a7ee3164165fd53391f8f7e3 b/wb_unity_pro_2/Library/Artifacts/85/85a5ecd2a7ee3164165fd53391f8f7e3
deleted file mode 100644
index 1f5e7c13..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/85/85a5ecd2a7ee3164165fd53391f8f7e3 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/85/85ab49db07015685db0a93e918ac0103 b/wb_unity_pro_2/Library/Artifacts/85/85ab49db07015685db0a93e918ac0103
deleted file mode 100644
index 11d62fb6..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/85/85ab49db07015685db0a93e918ac0103 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/85/85c21b261ae7759b232b26f7d6705b60 b/wb_unity_pro_2/Library/Artifacts/85/85c21b261ae7759b232b26f7d6705b60
deleted file mode 100644
index 4c6c49c7..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/85/85c21b261ae7759b232b26f7d6705b60 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/85/85e36c588a3dcd505647090e8848743a b/wb_unity_pro_2/Library/Artifacts/85/85e36c588a3dcd505647090e8848743a
deleted file mode 100644
index 509fe1dd..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/85/85e36c588a3dcd505647090e8848743a and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/85/85e688eff67695f89e3efb24e90a1fc8 b/wb_unity_pro_2/Library/Artifacts/85/85e688eff67695f89e3efb24e90a1fc8
deleted file mode 100644
index 3b209a6f..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/85/85e688eff67695f89e3efb24e90a1fc8 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/85/85eb8a0ce996da618894dec7b613cb87 b/wb_unity_pro_2/Library/Artifacts/85/85eb8a0ce996da618894dec7b613cb87
deleted file mode 100644
index a7d8d969..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/85/85eb8a0ce996da618894dec7b613cb87 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/86/8602efab27781e73ecd9391a2c8f2554 b/wb_unity_pro_2/Library/Artifacts/86/8602efab27781e73ecd9391a2c8f2554
deleted file mode 100644
index bde5d7cf..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/86/8602efab27781e73ecd9391a2c8f2554 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/86/8661b474bcd67c606eafa566258dd1c2 b/wb_unity_pro_2/Library/Artifacts/86/8661b474bcd67c606eafa566258dd1c2
deleted file mode 100644
index 79b143d8..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/86/8661b474bcd67c606eafa566258dd1c2 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/86/86640407ec2694d488174d178790b912 b/wb_unity_pro_2/Library/Artifacts/86/86640407ec2694d488174d178790b912
deleted file mode 100644
index a7dbb195..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/86/86640407ec2694d488174d178790b912 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/86/866a294fbbad6abc52eaab1950351ca3 b/wb_unity_pro_2/Library/Artifacts/86/866a294fbbad6abc52eaab1950351ca3
deleted file mode 100644
index cbfc3d96..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/86/866a294fbbad6abc52eaab1950351ca3 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/86/866f27c17e3d207a265669b93d1ca72f b/wb_unity_pro_2/Library/Artifacts/86/866f27c17e3d207a265669b93d1ca72f
deleted file mode 100644
index 9e2074f2..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/86/866f27c17e3d207a265669b93d1ca72f and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/86/8678bef3a2b86325dd983d66a861b72a b/wb_unity_pro_2/Library/Artifacts/86/8678bef3a2b86325dd983d66a861b72a
deleted file mode 100644
index de847d8e..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/86/8678bef3a2b86325dd983d66a861b72a and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/86/8688a5ee17ac75fbec2626c85010407b b/wb_unity_pro_2/Library/Artifacts/86/8688a5ee17ac75fbec2626c85010407b
deleted file mode 100644
index 61731386..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/86/8688a5ee17ac75fbec2626c85010407b and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/86/86d85e9277b1f9d93caf380f394a4996 b/wb_unity_pro_2/Library/Artifacts/86/86d85e9277b1f9d93caf380f394a4996
deleted file mode 100644
index 4abfaa9f..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/86/86d85e9277b1f9d93caf380f394a4996 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/87/8706505e7d738f0621db9a9de3e507e8 b/wb_unity_pro_2/Library/Artifacts/87/8706505e7d738f0621db9a9de3e507e8
deleted file mode 100644
index 5e30c16c..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/87/8706505e7d738f0621db9a9de3e507e8 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/87/870ac4b79c4abbb51b18e955a3dcbc99 b/wb_unity_pro_2/Library/Artifacts/87/870ac4b79c4abbb51b18e955a3dcbc99
deleted file mode 100644
index 0bdb4a38..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/87/870ac4b79c4abbb51b18e955a3dcbc99 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/87/870b031d62f3f00e86e61629a3fb86b1 b/wb_unity_pro_2/Library/Artifacts/87/870b031d62f3f00e86e61629a3fb86b1
deleted file mode 100644
index e06c9bad..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/87/870b031d62f3f00e86e61629a3fb86b1 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/87/870db4b976490c30522acbb9bfab5f5c b/wb_unity_pro_2/Library/Artifacts/87/870db4b976490c30522acbb9bfab5f5c
deleted file mode 100644
index 3db6f03f..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/87/870db4b976490c30522acbb9bfab5f5c and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/87/870f8944b276ce7f7b4e0beac66ac2f9 b/wb_unity_pro_2/Library/Artifacts/87/870f8944b276ce7f7b4e0beac66ac2f9
deleted file mode 100644
index a93ff46e..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/87/870f8944b276ce7f7b4e0beac66ac2f9 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/87/873a4bba0fd5b05cbba744aed052e1e3 b/wb_unity_pro_2/Library/Artifacts/87/873a4bba0fd5b05cbba744aed052e1e3
deleted file mode 100644
index edc26fda..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/87/873a4bba0fd5b05cbba744aed052e1e3 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/87/874a50c0de1feb8bac4e5af6361098d7 b/wb_unity_pro_2/Library/Artifacts/87/874a50c0de1feb8bac4e5af6361098d7
deleted file mode 100644
index cda8d301..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/87/874a50c0de1feb8bac4e5af6361098d7 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/87/87596007a99d15a32a816a23e27f0736 b/wb_unity_pro_2/Library/Artifacts/87/87596007a99d15a32a816a23e27f0736
deleted file mode 100644
index d5bb9f14..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/87/87596007a99d15a32a816a23e27f0736 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/87/875af156ad48e7010992de81aeae6de4 b/wb_unity_pro_2/Library/Artifacts/87/875af156ad48e7010992de81aeae6de4
deleted file mode 100644
index 01b1fb97..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/87/875af156ad48e7010992de81aeae6de4 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/87/875e6c3a108ded765d5f17544b819153 b/wb_unity_pro_2/Library/Artifacts/87/875e6c3a108ded765d5f17544b819153
deleted file mode 100644
index 57ca3af5..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/87/875e6c3a108ded765d5f17544b819153 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/87/879a0602c59fe04a994c1584bb5f0df2 b/wb_unity_pro_2/Library/Artifacts/87/879a0602c59fe04a994c1584bb5f0df2
deleted file mode 100644
index d9bab791..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/87/879a0602c59fe04a994c1584bb5f0df2 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/87/87a023c0bbd567ad943278e5bb055846 b/wb_unity_pro_2/Library/Artifacts/87/87a023c0bbd567ad943278e5bb055846
deleted file mode 100644
index 85875488..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/87/87a023c0bbd567ad943278e5bb055846 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/87/87b0a2144e8bbf5bb35653fc218d44c4 b/wb_unity_pro_2/Library/Artifacts/87/87b0a2144e8bbf5bb35653fc218d44c4
deleted file mode 100644
index 0b2b802a..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/87/87b0a2144e8bbf5bb35653fc218d44c4 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/87/87db812c51db585eb115666eb1647a33 b/wb_unity_pro_2/Library/Artifacts/87/87db812c51db585eb115666eb1647a33
deleted file mode 100644
index 9f9f3683..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/87/87db812c51db585eb115666eb1647a33 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/87/87eef48a7d6246c7f0b1d30352ee171e b/wb_unity_pro_2/Library/Artifacts/87/87eef48a7d6246c7f0b1d30352ee171e
deleted file mode 100644
index 8d1ee7ea..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/87/87eef48a7d6246c7f0b1d30352ee171e and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/87/87fa970997f121c387bc177a3fd92499 b/wb_unity_pro_2/Library/Artifacts/87/87fa970997f121c387bc177a3fd92499
deleted file mode 100644
index b199bc8f..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/87/87fa970997f121c387bc177a3fd92499 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/87/87fb86c949d5dd101e5b441175be678a b/wb_unity_pro_2/Library/Artifacts/87/87fb86c949d5dd101e5b441175be678a
deleted file mode 100644
index e45b9e1e..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/87/87fb86c949d5dd101e5b441175be678a and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/88/8816b067e7bfc1b205b6f93fcc2c8c7a b/wb_unity_pro_2/Library/Artifacts/88/8816b067e7bfc1b205b6f93fcc2c8c7a
deleted file mode 100644
index 7bdda639..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/88/8816b067e7bfc1b205b6f93fcc2c8c7a and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/88/8818d7793267486600072d8f65cd042c b/wb_unity_pro_2/Library/Artifacts/88/8818d7793267486600072d8f65cd042c
deleted file mode 100644
index 6d2d1953..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/88/8818d7793267486600072d8f65cd042c and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/88/8833dbf172137a5c6b31f50cd933de41 b/wb_unity_pro_2/Library/Artifacts/88/8833dbf172137a5c6b31f50cd933de41
deleted file mode 100644
index ad3e7836..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/88/8833dbf172137a5c6b31f50cd933de41 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/88/884245af35ceeb692cd77e9725ba3652 b/wb_unity_pro_2/Library/Artifacts/88/884245af35ceeb692cd77e9725ba3652
deleted file mode 100644
index 5f391ec2..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/88/884245af35ceeb692cd77e9725ba3652 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/88/88526d2298ff468c13ae95faf73ceee5 b/wb_unity_pro_2/Library/Artifacts/88/88526d2298ff468c13ae95faf73ceee5
deleted file mode 100644
index 00252fbb..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/88/88526d2298ff468c13ae95faf73ceee5 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/88/8868c6cbf8727fd5f23aa818263abf05 b/wb_unity_pro_2/Library/Artifacts/88/8868c6cbf8727fd5f23aa818263abf05
deleted file mode 100644
index 3a1467d9..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/88/8868c6cbf8727fd5f23aa818263abf05 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/88/8877011f10b568e9b5a9a50931153553 b/wb_unity_pro_2/Library/Artifacts/88/8877011f10b568e9b5a9a50931153553
deleted file mode 100644
index 9b551e83..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/88/8877011f10b568e9b5a9a50931153553 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/88/88a866c0074218ee36f17747d15343b5 b/wb_unity_pro_2/Library/Artifacts/88/88a866c0074218ee36f17747d15343b5
deleted file mode 100644
index 1db8aea2..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/88/88a866c0074218ee36f17747d15343b5 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/88/88b94655275cf0aa1a08d8afeee7d830 b/wb_unity_pro_2/Library/Artifacts/88/88b94655275cf0aa1a08d8afeee7d830
deleted file mode 100644
index 5affed6a..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/88/88b94655275cf0aa1a08d8afeee7d830 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/88/88cabe7e0a7d96a00fb2d4baefad3066 b/wb_unity_pro_2/Library/Artifacts/88/88cabe7e0a7d96a00fb2d4baefad3066
deleted file mode 100644
index 1ca61e07..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/88/88cabe7e0a7d96a00fb2d4baefad3066 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/88/88cac2317895d7083b717a9f772822e0 b/wb_unity_pro_2/Library/Artifacts/88/88cac2317895d7083b717a9f772822e0
deleted file mode 100644
index 464f3a4e..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/88/88cac2317895d7083b717a9f772822e0 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/88/88f6b1b2bd2d6590197c1bd3cc0f892f b/wb_unity_pro_2/Library/Artifacts/88/88f6b1b2bd2d6590197c1bd3cc0f892f
deleted file mode 100644
index 997b9748..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/88/88f6b1b2bd2d6590197c1bd3cc0f892f and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/89/89064655ae70fe95e8efca8bb5c533c7 b/wb_unity_pro_2/Library/Artifacts/89/89064655ae70fe95e8efca8bb5c533c7
deleted file mode 100644
index 69b9cd28..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/89/89064655ae70fe95e8efca8bb5c533c7 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/89/891350c620f0a07776259a6343c64639 b/wb_unity_pro_2/Library/Artifacts/89/891350c620f0a07776259a6343c64639
deleted file mode 100644
index b725c842..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/89/891350c620f0a07776259a6343c64639 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/89/89325fb9d93929440f10bd9b848e7e9a b/wb_unity_pro_2/Library/Artifacts/89/89325fb9d93929440f10bd9b848e7e9a
deleted file mode 100644
index 3813665b..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/89/89325fb9d93929440f10bd9b848e7e9a and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/89/896470a31136c51060a45d9525b622c1 b/wb_unity_pro_2/Library/Artifacts/89/896470a31136c51060a45d9525b622c1
deleted file mode 100644
index 6875fcbe..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/89/896470a31136c51060a45d9525b622c1 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/89/897a4004144f3db087d6adc8cceb914f b/wb_unity_pro_2/Library/Artifacts/89/897a4004144f3db087d6adc8cceb914f
deleted file mode 100644
index 0115b0bf..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/89/897a4004144f3db087d6adc8cceb914f and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/89/8986d5a77abd7990501ba8d93a3e0b6b b/wb_unity_pro_2/Library/Artifacts/89/8986d5a77abd7990501ba8d93a3e0b6b
deleted file mode 100644
index 72e2470b..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/89/8986d5a77abd7990501ba8d93a3e0b6b and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/89/8993b90490d47a4f5e879bff7de6b5b1 b/wb_unity_pro_2/Library/Artifacts/89/8993b90490d47a4f5e879bff7de6b5b1
deleted file mode 100644
index 85b3636b..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/89/8993b90490d47a4f5e879bff7de6b5b1 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/89/899b1f66894cbc3a9d12ed90edf6c316 b/wb_unity_pro_2/Library/Artifacts/89/899b1f66894cbc3a9d12ed90edf6c316
deleted file mode 100644
index cca207ac..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/89/899b1f66894cbc3a9d12ed90edf6c316 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/89/899d5017e33ffaf31ac5d9ca639347e2 b/wb_unity_pro_2/Library/Artifacts/89/899d5017e33ffaf31ac5d9ca639347e2
deleted file mode 100644
index d1ca67d3..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/89/899d5017e33ffaf31ac5d9ca639347e2 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/89/89c7d07f5430e43346dff16b2d379678 b/wb_unity_pro_2/Library/Artifacts/89/89c7d07f5430e43346dff16b2d379678
deleted file mode 100644
index 3c9b84e6..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/89/89c7d07f5430e43346dff16b2d379678 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/89/89dcc42ee6c154b89c64e1b0e15f7b07 b/wb_unity_pro_2/Library/Artifacts/89/89dcc42ee6c154b89c64e1b0e15f7b07
deleted file mode 100644
index e476867c..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/89/89dcc42ee6c154b89c64e1b0e15f7b07 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/8a/8a09e15f6f416a3bf9b885192ee19c29 b/wb_unity_pro_2/Library/Artifacts/8a/8a09e15f6f416a3bf9b885192ee19c29
deleted file mode 100644
index 7af010f7..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/8a/8a09e15f6f416a3bf9b885192ee19c29 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/8a/8a10a637fd128bc3847a9f857cffaf5b b/wb_unity_pro_2/Library/Artifacts/8a/8a10a637fd128bc3847a9f857cffaf5b
deleted file mode 100644
index c21bd7e3..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/8a/8a10a637fd128bc3847a9f857cffaf5b and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/8a/8a37955f949c618ea30957d9c6835da5 b/wb_unity_pro_2/Library/Artifacts/8a/8a37955f949c618ea30957d9c6835da5
deleted file mode 100644
index e0e9edb1..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/8a/8a37955f949c618ea30957d9c6835da5 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/8a/8a4a0567ea3a5ad6a5d579d378b68508 b/wb_unity_pro_2/Library/Artifacts/8a/8a4a0567ea3a5ad6a5d579d378b68508
deleted file mode 100644
index 4599aa18..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/8a/8a4a0567ea3a5ad6a5d579d378b68508 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/8a/8a643c74c92f071abf3af419cea8bee1 b/wb_unity_pro_2/Library/Artifacts/8a/8a643c74c92f071abf3af419cea8bee1
deleted file mode 100644
index 2c922e0b..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/8a/8a643c74c92f071abf3af419cea8bee1 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/8a/8a782f1379be9f5474865541702ff34b b/wb_unity_pro_2/Library/Artifacts/8a/8a782f1379be9f5474865541702ff34b
deleted file mode 100644
index ab15c8c8..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/8a/8a782f1379be9f5474865541702ff34b and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/8a/8ab894cb3a9e57526806e8b38513c191 b/wb_unity_pro_2/Library/Artifacts/8a/8ab894cb3a9e57526806e8b38513c191
deleted file mode 100644
index de4a6758..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/8a/8ab894cb3a9e57526806e8b38513c191 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/8a/8ad088572cf622790baa4df4cb4eb0d3 b/wb_unity_pro_2/Library/Artifacts/8a/8ad088572cf622790baa4df4cb4eb0d3
deleted file mode 100644
index 0700400c..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/8a/8ad088572cf622790baa4df4cb4eb0d3 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/8a/8afcc557e96fe80a103ebee6824ee00a b/wb_unity_pro_2/Library/Artifacts/8a/8afcc557e96fe80a103ebee6824ee00a
deleted file mode 100644
index a9c34f21..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/8a/8afcc557e96fe80a103ebee6824ee00a and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/8b/8b0ff708c9d1c167d6c704b5d814c7a3 b/wb_unity_pro_2/Library/Artifacts/8b/8b0ff708c9d1c167d6c704b5d814c7a3
deleted file mode 100644
index 00a9de7e..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/8b/8b0ff708c9d1c167d6c704b5d814c7a3 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/8b/8b324b20205eddc3617e32c30775e33e b/wb_unity_pro_2/Library/Artifacts/8b/8b324b20205eddc3617e32c30775e33e
deleted file mode 100644
index 0e5488d5..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/8b/8b324b20205eddc3617e32c30775e33e and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/8b/8b3a8a29e3e709a85d871c4898175588 b/wb_unity_pro_2/Library/Artifacts/8b/8b3a8a29e3e709a85d871c4898175588
deleted file mode 100644
index 67bfa304..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/8b/8b3a8a29e3e709a85d871c4898175588 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/8b/8b4c16c406e2692fcf083fdbdba9935b b/wb_unity_pro_2/Library/Artifacts/8b/8b4c16c406e2692fcf083fdbdba9935b
deleted file mode 100644
index a12dad05..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/8b/8b4c16c406e2692fcf083fdbdba9935b and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/8b/8b4ceea6ad056b686a03a96f878d39a4 b/wb_unity_pro_2/Library/Artifacts/8b/8b4ceea6ad056b686a03a96f878d39a4
deleted file mode 100644
index e7a8cc2a..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/8b/8b4ceea6ad056b686a03a96f878d39a4 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/8b/8b56649a90dc9723746122d04fbf87c3 b/wb_unity_pro_2/Library/Artifacts/8b/8b56649a90dc9723746122d04fbf87c3
deleted file mode 100644
index 7c8aabe4..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/8b/8b56649a90dc9723746122d04fbf87c3 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/8b/8b566ac45206a3c59f69dee4915d9bff b/wb_unity_pro_2/Library/Artifacts/8b/8b566ac45206a3c59f69dee4915d9bff
deleted file mode 100644
index 1a4daf0e..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/8b/8b566ac45206a3c59f69dee4915d9bff and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/8b/8b90a377c3fba72a3bc1c453d94c7729 b/wb_unity_pro_2/Library/Artifacts/8b/8b90a377c3fba72a3bc1c453d94c7729
deleted file mode 100644
index 95920c76..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/8b/8b90a377c3fba72a3bc1c453d94c7729 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/8b/8b94a400242189b703ed38c72cb9ab77 b/wb_unity_pro_2/Library/Artifacts/8b/8b94a400242189b703ed38c72cb9ab77
deleted file mode 100644
index 1b17ac96..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/8b/8b94a400242189b703ed38c72cb9ab77 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/8b/8b956411b9725a23f4c12e294ced1e82 b/wb_unity_pro_2/Library/Artifacts/8b/8b956411b9725a23f4c12e294ced1e82
deleted file mode 100644
index 92a5f51f..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/8b/8b956411b9725a23f4c12e294ced1e82 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/8b/8bae86682f3a54248ca5525550ce4ac0 b/wb_unity_pro_2/Library/Artifacts/8b/8bae86682f3a54248ca5525550ce4ac0
deleted file mode 100644
index 815da7f1..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/8b/8bae86682f3a54248ca5525550ce4ac0 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/8b/8bbb82e53cce606e1ed3c9c0100ba72c b/wb_unity_pro_2/Library/Artifacts/8b/8bbb82e53cce606e1ed3c9c0100ba72c
deleted file mode 100644
index 181f28e8..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/8b/8bbb82e53cce606e1ed3c9c0100ba72c and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/8c/8c05c5f83ae84f093cf5fa2b7db4cb14 b/wb_unity_pro_2/Library/Artifacts/8c/8c05c5f83ae84f093cf5fa2b7db4cb14
deleted file mode 100644
index 6d070762..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/8c/8c05c5f83ae84f093cf5fa2b7db4cb14 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/8c/8c1115039de0887b92fcde69d2fc366d b/wb_unity_pro_2/Library/Artifacts/8c/8c1115039de0887b92fcde69d2fc366d
deleted file mode 100644
index bb7ebdfa..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/8c/8c1115039de0887b92fcde69d2fc366d and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/8c/8c2ca5dfa6b38208b356c2ba685c4391 b/wb_unity_pro_2/Library/Artifacts/8c/8c2ca5dfa6b38208b356c2ba685c4391
deleted file mode 100644
index eb34b01d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/8c/8c2ca5dfa6b38208b356c2ba685c4391 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/8c/8c34ce76df1c8180ad358100e2877142 b/wb_unity_pro_2/Library/Artifacts/8c/8c34ce76df1c8180ad358100e2877142
deleted file mode 100644
index 2a65b08c..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/8c/8c34ce76df1c8180ad358100e2877142 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/8c/8c4d3cd7c386c1b9484db1004eea3cc1 b/wb_unity_pro_2/Library/Artifacts/8c/8c4d3cd7c386c1b9484db1004eea3cc1
deleted file mode 100644
index 947feb7f..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/8c/8c4d3cd7c386c1b9484db1004eea3cc1 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/8c/8c6528642f34fd5e1c2f4fb3a227f26b b/wb_unity_pro_2/Library/Artifacts/8c/8c6528642f34fd5e1c2f4fb3a227f26b
deleted file mode 100644
index c09090ff..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/8c/8c6528642f34fd5e1c2f4fb3a227f26b and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/8c/8c6dff4a1ba9841f01efe9d0290f74f5 b/wb_unity_pro_2/Library/Artifacts/8c/8c6dff4a1ba9841f01efe9d0290f74f5
deleted file mode 100644
index c1304961..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/8c/8c6dff4a1ba9841f01efe9d0290f74f5 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/8c/8c81f3dbc4a02d10bf97cd952e6f804f b/wb_unity_pro_2/Library/Artifacts/8c/8c81f3dbc4a02d10bf97cd952e6f804f
deleted file mode 100644
index 5bacb5f5..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/8c/8c81f3dbc4a02d10bf97cd952e6f804f and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/8c/8c92a475eaebe206c16b803571756404 b/wb_unity_pro_2/Library/Artifacts/8c/8c92a475eaebe206c16b803571756404
deleted file mode 100644
index bd74ec0a..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/8c/8c92a475eaebe206c16b803571756404 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/8c/8c9aa86b77b016fa49b566e531e5c0e3 b/wb_unity_pro_2/Library/Artifacts/8c/8c9aa86b77b016fa49b566e531e5c0e3
deleted file mode 100644
index 59af52f9..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/8c/8c9aa86b77b016fa49b566e531e5c0e3 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/8c/8ceb50dd3963b964ca95367f2a431d1a b/wb_unity_pro_2/Library/Artifacts/8c/8ceb50dd3963b964ca95367f2a431d1a
deleted file mode 100644
index 4279bcd7..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/8c/8ceb50dd3963b964ca95367f2a431d1a and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/8d/8d0c11827af600c9a237f40d47628c5d b/wb_unity_pro_2/Library/Artifacts/8d/8d0c11827af600c9a237f40d47628c5d
deleted file mode 100644
index 654a9f11..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/8d/8d0c11827af600c9a237f40d47628c5d and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/8d/8d1b3305396650f87a2794f38184b846 b/wb_unity_pro_2/Library/Artifacts/8d/8d1b3305396650f87a2794f38184b846
deleted file mode 100644
index 49f3f7cc..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/8d/8d1b3305396650f87a2794f38184b846 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/8d/8d4364a87083dc65019f2dc9c6e31d12 b/wb_unity_pro_2/Library/Artifacts/8d/8d4364a87083dc65019f2dc9c6e31d12
deleted file mode 100644
index 2ef07600..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/8d/8d4364a87083dc65019f2dc9c6e31d12 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/8d/8d4ec9d9cf51dac6795d8dbe48c67f0a b/wb_unity_pro_2/Library/Artifacts/8d/8d4ec9d9cf51dac6795d8dbe48c67f0a
deleted file mode 100644
index 07acd4d9..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/8d/8d4ec9d9cf51dac6795d8dbe48c67f0a and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/8d/8d5ae5ec5a3e6c564f972f5b12046a3f b/wb_unity_pro_2/Library/Artifacts/8d/8d5ae5ec5a3e6c564f972f5b12046a3f
deleted file mode 100644
index a520eced..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/8d/8d5ae5ec5a3e6c564f972f5b12046a3f and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/8d/8d5baba5af04eb5eaf3bb630070cbc07 b/wb_unity_pro_2/Library/Artifacts/8d/8d5baba5af04eb5eaf3bb630070cbc07
deleted file mode 100644
index a8e74981..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/8d/8d5baba5af04eb5eaf3bb630070cbc07 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/8d/8d5e4d5d3eaae134387a8363017417b6 b/wb_unity_pro_2/Library/Artifacts/8d/8d5e4d5d3eaae134387a8363017417b6
deleted file mode 100644
index e7d47578..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/8d/8d5e4d5d3eaae134387a8363017417b6 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/8d/8d61310bd79999bb095e042b413c10cc b/wb_unity_pro_2/Library/Artifacts/8d/8d61310bd79999bb095e042b413c10cc
deleted file mode 100644
index 240513b1..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/8d/8d61310bd79999bb095e042b413c10cc and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/8d/8d6a0268f1f00070fe9cf532107d4cb0 b/wb_unity_pro_2/Library/Artifacts/8d/8d6a0268f1f00070fe9cf532107d4cb0
deleted file mode 100644
index a44fd3f3..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/8d/8d6a0268f1f00070fe9cf532107d4cb0 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/8d/8d8147bdc40c0430ce3c28ec3d8b52b7 b/wb_unity_pro_2/Library/Artifacts/8d/8d8147bdc40c0430ce3c28ec3d8b52b7
deleted file mode 100644
index 48396b20..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/8d/8d8147bdc40c0430ce3c28ec3d8b52b7 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/8d/8d842a090a6c07490112e7e9f28662cf b/wb_unity_pro_2/Library/Artifacts/8d/8d842a090a6c07490112e7e9f28662cf
deleted file mode 100644
index 0af4aee7..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/8d/8d842a090a6c07490112e7e9f28662cf and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/8d/8d9335ba1d73e3dd91f806bff1b28d7b b/wb_unity_pro_2/Library/Artifacts/8d/8d9335ba1d73e3dd91f806bff1b28d7b
deleted file mode 100644
index 7fc0aaf8..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/8d/8d9335ba1d73e3dd91f806bff1b28d7b and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/8d/8d9b1f7a56a22579d491546aaf5184c4 b/wb_unity_pro_2/Library/Artifacts/8d/8d9b1f7a56a22579d491546aaf5184c4
deleted file mode 100644
index 7b8966d5..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/8d/8d9b1f7a56a22579d491546aaf5184c4 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/8d/8da12d0d0d85b224ae8a18707ee79dbf b/wb_unity_pro_2/Library/Artifacts/8d/8da12d0d0d85b224ae8a18707ee79dbf
deleted file mode 100644
index ee42759d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/8d/8da12d0d0d85b224ae8a18707ee79dbf and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/8d/8dad8e00fa96b3efdf600c74e6a61ba1 b/wb_unity_pro_2/Library/Artifacts/8d/8dad8e00fa96b3efdf600c74e6a61ba1
deleted file mode 100644
index 12fb79e9..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/8d/8dad8e00fa96b3efdf600c74e6a61ba1 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/8d/8de2e72089b8ef76b600b5e64f660bdf b/wb_unity_pro_2/Library/Artifacts/8d/8de2e72089b8ef76b600b5e64f660bdf
deleted file mode 100644
index 28a202b1..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/8d/8de2e72089b8ef76b600b5e64f660bdf and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/8d/8dfc92e2f17201b70c1de8e7af2bc3b0 b/wb_unity_pro_2/Library/Artifacts/8d/8dfc92e2f17201b70c1de8e7af2bc3b0
deleted file mode 100644
index 745c3571..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/8d/8dfc92e2f17201b70c1de8e7af2bc3b0 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/8e/8e091aaeb46fc1fecbdab9cd904e12ca b/wb_unity_pro_2/Library/Artifacts/8e/8e091aaeb46fc1fecbdab9cd904e12ca
deleted file mode 100644
index e3ac29da..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/8e/8e091aaeb46fc1fecbdab9cd904e12ca and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/8e/8e17792b842ec5b0969b00b4603d921a b/wb_unity_pro_2/Library/Artifacts/8e/8e17792b842ec5b0969b00b4603d921a
deleted file mode 100644
index 8a4ddb7b..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/8e/8e17792b842ec5b0969b00b4603d921a and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/8e/8e3d2a668924f93f035bd9d6102962c6 b/wb_unity_pro_2/Library/Artifacts/8e/8e3d2a668924f93f035bd9d6102962c6
deleted file mode 100644
index dfbce556..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/8e/8e3d2a668924f93f035bd9d6102962c6 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/8e/8e4a34a582fee6901dd616b8854615ed b/wb_unity_pro_2/Library/Artifacts/8e/8e4a34a582fee6901dd616b8854615ed
deleted file mode 100644
index 31343bdf..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/8e/8e4a34a582fee6901dd616b8854615ed and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/8e/8e59e25945bffe9145ed3e1ea6092ecb b/wb_unity_pro_2/Library/Artifacts/8e/8e59e25945bffe9145ed3e1ea6092ecb
deleted file mode 100644
index 9ff82b8d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/8e/8e59e25945bffe9145ed3e1ea6092ecb and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/8e/8e6e2c2b1f480aa4d01b2ed6a571944f b/wb_unity_pro_2/Library/Artifacts/8e/8e6e2c2b1f480aa4d01b2ed6a571944f
deleted file mode 100644
index eb0daaec..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/8e/8e6e2c2b1f480aa4d01b2ed6a571944f and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/8e/8e894ece73e575ffc8b879d385f0b536 b/wb_unity_pro_2/Library/Artifacts/8e/8e894ece73e575ffc8b879d385f0b536
deleted file mode 100644
index 26c66908..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/8e/8e894ece73e575ffc8b879d385f0b536 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/8e/8e942d82ab039cc9736dbf6deaa2774a b/wb_unity_pro_2/Library/Artifacts/8e/8e942d82ab039cc9736dbf6deaa2774a
deleted file mode 100644
index 1365c7f2..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/8e/8e942d82ab039cc9736dbf6deaa2774a and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/8e/8e969d0d314f593e1fbde237565474e5 b/wb_unity_pro_2/Library/Artifacts/8e/8e969d0d314f593e1fbde237565474e5
deleted file mode 100644
index a17d2ddb..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/8e/8e969d0d314f593e1fbde237565474e5 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/8e/8eadb981956e46b4a87a053a5af1bca1 b/wb_unity_pro_2/Library/Artifacts/8e/8eadb981956e46b4a87a053a5af1bca1
deleted file mode 100644
index 792d3e37..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/8e/8eadb981956e46b4a87a053a5af1bca1 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/8e/8eadefa8a7da33eb247ff58b1d1e9c8a b/wb_unity_pro_2/Library/Artifacts/8e/8eadefa8a7da33eb247ff58b1d1e9c8a
deleted file mode 100644
index 1a4497ea..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/8e/8eadefa8a7da33eb247ff58b1d1e9c8a and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/8e/8eb8c45960409951e5061e289bade364 b/wb_unity_pro_2/Library/Artifacts/8e/8eb8c45960409951e5061e289bade364
deleted file mode 100644
index f34b7bca..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/8e/8eb8c45960409951e5061e289bade364 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/8e/8ec270322b1b46afa0ae0ff9e55ce546 b/wb_unity_pro_2/Library/Artifacts/8e/8ec270322b1b46afa0ae0ff9e55ce546
deleted file mode 100644
index 8af5db23..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/8e/8ec270322b1b46afa0ae0ff9e55ce546 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/8e/8ec30ee1a8b2319e573f0245a1b4c9c7 b/wb_unity_pro_2/Library/Artifacts/8e/8ec30ee1a8b2319e573f0245a1b4c9c7
deleted file mode 100644
index 71d05b72..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/8e/8ec30ee1a8b2319e573f0245a1b4c9c7 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/8e/8edd2235b047e90530b49e8f420d0b70 b/wb_unity_pro_2/Library/Artifacts/8e/8edd2235b047e90530b49e8f420d0b70
deleted file mode 100644
index bc4ce5e8..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/8e/8edd2235b047e90530b49e8f420d0b70 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/8e/8ee4151397975491fbc7fe41718a786a b/wb_unity_pro_2/Library/Artifacts/8e/8ee4151397975491fbc7fe41718a786a
deleted file mode 100644
index 94e31bd8..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/8e/8ee4151397975491fbc7fe41718a786a and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/8e/8ee7ae26395567abcc53a3769015ba71 b/wb_unity_pro_2/Library/Artifacts/8e/8ee7ae26395567abcc53a3769015ba71
deleted file mode 100644
index fdf6fd45..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/8e/8ee7ae26395567abcc53a3769015ba71 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/8e/8eee336bae2cbeaadf8a0b19b6c6c855 b/wb_unity_pro_2/Library/Artifacts/8e/8eee336bae2cbeaadf8a0b19b6c6c855
deleted file mode 100644
index d7679778..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/8e/8eee336bae2cbeaadf8a0b19b6c6c855 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/8f/8f10dc3ecf2856f966ca34bf2743032e b/wb_unity_pro_2/Library/Artifacts/8f/8f10dc3ecf2856f966ca34bf2743032e
deleted file mode 100644
index 6020b2a3..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/8f/8f10dc3ecf2856f966ca34bf2743032e and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/8f/8f36525125f2b255e6b251d3d2ad6ae7 b/wb_unity_pro_2/Library/Artifacts/8f/8f36525125f2b255e6b251d3d2ad6ae7
deleted file mode 100644
index 42ad7867..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/8f/8f36525125f2b255e6b251d3d2ad6ae7 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/8f/8f5a19d98a070e7539853297567c55d5 b/wb_unity_pro_2/Library/Artifacts/8f/8f5a19d98a070e7539853297567c55d5
deleted file mode 100644
index 13d4234c..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/8f/8f5a19d98a070e7539853297567c55d5 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/8f/8f7bd5428ee262b637e1423e0df0a9c2 b/wb_unity_pro_2/Library/Artifacts/8f/8f7bd5428ee262b637e1423e0df0a9c2
deleted file mode 100644
index 900c1191..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/8f/8f7bd5428ee262b637e1423e0df0a9c2 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/8f/8f83ecd0e7d6db624f719a7f6d6735a3 b/wb_unity_pro_2/Library/Artifacts/8f/8f83ecd0e7d6db624f719a7f6d6735a3
deleted file mode 100644
index c65f0669..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/8f/8f83ecd0e7d6db624f719a7f6d6735a3 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/8f/8fd4322560b29971785d688544ad9f73 b/wb_unity_pro_2/Library/Artifacts/8f/8fd4322560b29971785d688544ad9f73
deleted file mode 100644
index 3992b384..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/8f/8fd4322560b29971785d688544ad9f73 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/8f/8fea334a56149bde61a6a88d1818edd4 b/wb_unity_pro_2/Library/Artifacts/8f/8fea334a56149bde61a6a88d1818edd4
deleted file mode 100644
index 0b3bfb24..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/8f/8fea334a56149bde61a6a88d1818edd4 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/8f/8ff88dff8d0ce92a75cbc0bebe98624c b/wb_unity_pro_2/Library/Artifacts/8f/8ff88dff8d0ce92a75cbc0bebe98624c
deleted file mode 100644
index 2dab86d4..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/8f/8ff88dff8d0ce92a75cbc0bebe98624c and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/8f/8ffb1b81a6aa63af1153853c9ce25095 b/wb_unity_pro_2/Library/Artifacts/8f/8ffb1b81a6aa63af1153853c9ce25095
deleted file mode 100644
index e8342056..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/8f/8ffb1b81a6aa63af1153853c9ce25095 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/8f/8ffbd29546e437d2b84512cbb04c6a39 b/wb_unity_pro_2/Library/Artifacts/8f/8ffbd29546e437d2b84512cbb04c6a39
deleted file mode 100644
index 28cb8666..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/8f/8ffbd29546e437d2b84512cbb04c6a39 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/90/901552da5f8dd83f41d64e6bc7b1acd8 b/wb_unity_pro_2/Library/Artifacts/90/901552da5f8dd83f41d64e6bc7b1acd8
deleted file mode 100644
index 1b80e987..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/90/901552da5f8dd83f41d64e6bc7b1acd8 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/90/904bd2260697ca50e4c25e71bbbba089 b/wb_unity_pro_2/Library/Artifacts/90/904bd2260697ca50e4c25e71bbbba089
deleted file mode 100644
index a5042809..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/90/904bd2260697ca50e4c25e71bbbba089 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/90/90707a0d9eafac66c190170f1a335c99 b/wb_unity_pro_2/Library/Artifacts/90/90707a0d9eafac66c190170f1a335c99
deleted file mode 100644
index 7a6ee4c8..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/90/90707a0d9eafac66c190170f1a335c99 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/90/9084c743fae7299bf40a2805e205eadc b/wb_unity_pro_2/Library/Artifacts/90/9084c743fae7299bf40a2805e205eadc
deleted file mode 100644
index 5a23f8b8..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/90/9084c743fae7299bf40a2805e205eadc and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/90/90868681f76455b6c5fcad038931785e b/wb_unity_pro_2/Library/Artifacts/90/90868681f76455b6c5fcad038931785e
deleted file mode 100644
index bb22bde1..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/90/90868681f76455b6c5fcad038931785e and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/90/90a1e554aa724cbc196e7bbccfd3bb07 b/wb_unity_pro_2/Library/Artifacts/90/90a1e554aa724cbc196e7bbccfd3bb07
deleted file mode 100644
index 163f0513..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/90/90a1e554aa724cbc196e7bbccfd3bb07 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/90/90a6413be149f69230232c81c653e1d8 b/wb_unity_pro_2/Library/Artifacts/90/90a6413be149f69230232c81c653e1d8
deleted file mode 100644
index 760a1496..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/90/90a6413be149f69230232c81c653e1d8 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/90/90aa919bfb781e2b731986cdd56794b4 b/wb_unity_pro_2/Library/Artifacts/90/90aa919bfb781e2b731986cdd56794b4
deleted file mode 100644
index 3355e0ee..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/90/90aa919bfb781e2b731986cdd56794b4 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/90/90cf501c28ce67ecc25e8d61855f2abf b/wb_unity_pro_2/Library/Artifacts/90/90cf501c28ce67ecc25e8d61855f2abf
deleted file mode 100644
index 4a60968d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/90/90cf501c28ce67ecc25e8d61855f2abf and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/90/90d0050065623d787cf0499709ef5c2f b/wb_unity_pro_2/Library/Artifacts/90/90d0050065623d787cf0499709ef5c2f
deleted file mode 100644
index 5a450f8e..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/90/90d0050065623d787cf0499709ef5c2f and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/90/90dc8f7e9a8058ed69ab7f95555b87c5 b/wb_unity_pro_2/Library/Artifacts/90/90dc8f7e9a8058ed69ab7f95555b87c5
deleted file mode 100644
index aa7e85a1..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/90/90dc8f7e9a8058ed69ab7f95555b87c5 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/90/90f20717620062836e0562ef1e422c2f b/wb_unity_pro_2/Library/Artifacts/90/90f20717620062836e0562ef1e422c2f
deleted file mode 100644
index 5785f932..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/90/90f20717620062836e0562ef1e422c2f and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/90/90f3f0b9ed48f2354e33e18102a5280d b/wb_unity_pro_2/Library/Artifacts/90/90f3f0b9ed48f2354e33e18102a5280d
deleted file mode 100644
index 6c36e294..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/90/90f3f0b9ed48f2354e33e18102a5280d and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/90/90f56e71545151cdde0f6a2b3c5704e5 b/wb_unity_pro_2/Library/Artifacts/90/90f56e71545151cdde0f6a2b3c5704e5
deleted file mode 100644
index 12624ad8..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/90/90f56e71545151cdde0f6a2b3c5704e5 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/90/90fb458afa8e0ba104d5b30314a8cf3d b/wb_unity_pro_2/Library/Artifacts/90/90fb458afa8e0ba104d5b30314a8cf3d
deleted file mode 100644
index 47f2566b..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/90/90fb458afa8e0ba104d5b30314a8cf3d and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/91/9110d19f6dbd9d24791f2adfdc4cfb76 b/wb_unity_pro_2/Library/Artifacts/91/9110d19f6dbd9d24791f2adfdc4cfb76
deleted file mode 100644
index 2ee399ef..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/91/9110d19f6dbd9d24791f2adfdc4cfb76 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/91/9167f7f30003a4cc0d9d28343fd2424d b/wb_unity_pro_2/Library/Artifacts/91/9167f7f30003a4cc0d9d28343fd2424d
deleted file mode 100644
index 2ff0bb00..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/91/9167f7f30003a4cc0d9d28343fd2424d and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/91/91680095a4510a52775974c34ad889df b/wb_unity_pro_2/Library/Artifacts/91/91680095a4510a52775974c34ad889df
deleted file mode 100644
index 64e25896..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/91/91680095a4510a52775974c34ad889df and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/91/918e5822c94ddc174ca5dfe2131defa3 b/wb_unity_pro_2/Library/Artifacts/91/918e5822c94ddc174ca5dfe2131defa3
deleted file mode 100644
index 59688ac0..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/91/918e5822c94ddc174ca5dfe2131defa3 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/91/91a5fe5ea2c503623dbac150bab07899 b/wb_unity_pro_2/Library/Artifacts/91/91a5fe5ea2c503623dbac150bab07899
deleted file mode 100644
index e69ff90d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/91/91a5fe5ea2c503623dbac150bab07899 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/91/91aab883ae53fe10d72c167425cdae1f b/wb_unity_pro_2/Library/Artifacts/91/91aab883ae53fe10d72c167425cdae1f
deleted file mode 100644
index 3a40d7d3..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/91/91aab883ae53fe10d72c167425cdae1f and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/91/91bc366f0e0de6d0dcb0584ac3a01d33 b/wb_unity_pro_2/Library/Artifacts/91/91bc366f0e0de6d0dcb0584ac3a01d33
deleted file mode 100644
index 550fb63d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/91/91bc366f0e0de6d0dcb0584ac3a01d33 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/91/91ed30db47a6dd7c4b375b397add3433 b/wb_unity_pro_2/Library/Artifacts/91/91ed30db47a6dd7c4b375b397add3433
deleted file mode 100644
index edeae18d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/91/91ed30db47a6dd7c4b375b397add3433 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/91/91f97ac00dcbdea136e78c090e3166a6 b/wb_unity_pro_2/Library/Artifacts/91/91f97ac00dcbdea136e78c090e3166a6
deleted file mode 100644
index 653a894a..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/91/91f97ac00dcbdea136e78c090e3166a6 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/92/9204171c001ac2e01ece898124de16b9 b/wb_unity_pro_2/Library/Artifacts/92/9204171c001ac2e01ece898124de16b9
deleted file mode 100644
index 2abaea2d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/92/9204171c001ac2e01ece898124de16b9 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/92/920bc25e2a70d26960c51042d9b3644b b/wb_unity_pro_2/Library/Artifacts/92/920bc25e2a70d26960c51042d9b3644b
deleted file mode 100644
index bd0a557c..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/92/920bc25e2a70d26960c51042d9b3644b and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/92/921564f60ebaee78c3bdd79453e2a65f b/wb_unity_pro_2/Library/Artifacts/92/921564f60ebaee78c3bdd79453e2a65f
deleted file mode 100644
index 95683cdc..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/92/921564f60ebaee78c3bdd79453e2a65f and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/92/9245c1b81c0a3a36eb022a3422fdc5f3 b/wb_unity_pro_2/Library/Artifacts/92/9245c1b81c0a3a36eb022a3422fdc5f3
deleted file mode 100644
index ace6f07b..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/92/9245c1b81c0a3a36eb022a3422fdc5f3 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/92/92495865124b4db89528af70dec58089 b/wb_unity_pro_2/Library/Artifacts/92/92495865124b4db89528af70dec58089
deleted file mode 100644
index 90fdacaf..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/92/92495865124b4db89528af70dec58089 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/92/924c06220e62cf659513b543d2266ce0 b/wb_unity_pro_2/Library/Artifacts/92/924c06220e62cf659513b543d2266ce0
deleted file mode 100644
index 058170a1..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/92/924c06220e62cf659513b543d2266ce0 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/92/924f9cae6a0254d79fbb7714d8b612f6 b/wb_unity_pro_2/Library/Artifacts/92/924f9cae6a0254d79fbb7714d8b612f6
deleted file mode 100644
index adf08329..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/92/924f9cae6a0254d79fbb7714d8b612f6 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/92/9253415091afe0439e3d3d81e3c03aff b/wb_unity_pro_2/Library/Artifacts/92/9253415091afe0439e3d3d81e3c03aff
deleted file mode 100644
index e8711d5a..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/92/9253415091afe0439e3d3d81e3c03aff and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/92/9279d1bf835ad1de0a4c43c06c59d219 b/wb_unity_pro_2/Library/Artifacts/92/9279d1bf835ad1de0a4c43c06c59d219
deleted file mode 100644
index 11bbe769..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/92/9279d1bf835ad1de0a4c43c06c59d219 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/92/928ca26d85414848abc6282f9eaf2554 b/wb_unity_pro_2/Library/Artifacts/92/928ca26d85414848abc6282f9eaf2554
deleted file mode 100644
index 65101152..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/92/928ca26d85414848abc6282f9eaf2554 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/92/92c40174f75bbf96fe5d95444957493a b/wb_unity_pro_2/Library/Artifacts/92/92c40174f75bbf96fe5d95444957493a
deleted file mode 100644
index c6081948..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/92/92c40174f75bbf96fe5d95444957493a and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/93/93373c233aeaf643e5676407f4a024c1 b/wb_unity_pro_2/Library/Artifacts/93/93373c233aeaf643e5676407f4a024c1
deleted file mode 100644
index 7d4d24d5..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/93/93373c233aeaf643e5676407f4a024c1 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/93/934e43c6fa4774cb3e8bbce339d2139c b/wb_unity_pro_2/Library/Artifacts/93/934e43c6fa4774cb3e8bbce339d2139c
deleted file mode 100644
index 2865d448..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/93/934e43c6fa4774cb3e8bbce339d2139c and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/93/9389064de33ffe00407ac05c031a30b1 b/wb_unity_pro_2/Library/Artifacts/93/9389064de33ffe00407ac05c031a30b1
deleted file mode 100644
index d060fe55..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/93/9389064de33ffe00407ac05c031a30b1 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/93/9389dc52e4bf95f304a6f5bff13092e3 b/wb_unity_pro_2/Library/Artifacts/93/9389dc52e4bf95f304a6f5bff13092e3
deleted file mode 100644
index 09ee1005..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/93/9389dc52e4bf95f304a6f5bff13092e3 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/93/938e1f96539283538cedfc8dbabbd772 b/wb_unity_pro_2/Library/Artifacts/93/938e1f96539283538cedfc8dbabbd772
deleted file mode 100644
index 55e86e6a..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/93/938e1f96539283538cedfc8dbabbd772 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/93/93917387a693401d55d550f4576f686a b/wb_unity_pro_2/Library/Artifacts/93/93917387a693401d55d550f4576f686a
deleted file mode 100644
index 962d3a1b..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/93/93917387a693401d55d550f4576f686a and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/93/939ebe775b9d25392b17364ce54915a6 b/wb_unity_pro_2/Library/Artifacts/93/939ebe775b9d25392b17364ce54915a6
deleted file mode 100644
index 6bf2598e..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/93/939ebe775b9d25392b17364ce54915a6 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/93/93a65f63e1e52ea44e641ca8eaf3fe3e b/wb_unity_pro_2/Library/Artifacts/93/93a65f63e1e52ea44e641ca8eaf3fe3e
deleted file mode 100644
index e5839b9d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/93/93a65f63e1e52ea44e641ca8eaf3fe3e and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/93/93c54c14856a855af024edeb382a1bef b/wb_unity_pro_2/Library/Artifacts/93/93c54c14856a855af024edeb382a1bef
deleted file mode 100644
index 5ee566c1..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/93/93c54c14856a855af024edeb382a1bef and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/93/93f17450e5907284e9193bc119f84214 b/wb_unity_pro_2/Library/Artifacts/93/93f17450e5907284e9193bc119f84214
deleted file mode 100644
index a243ca84..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/93/93f17450e5907284e9193bc119f84214 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/94/9411f3e22daecdeba6d0fc8110e2cc1d b/wb_unity_pro_2/Library/Artifacts/94/9411f3e22daecdeba6d0fc8110e2cc1d
deleted file mode 100644
index 9ed4effc..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/94/9411f3e22daecdeba6d0fc8110e2cc1d and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/94/941e249631647e744276a1cce0c23e73 b/wb_unity_pro_2/Library/Artifacts/94/941e249631647e744276a1cce0c23e73
deleted file mode 100644
index 5f9e16a6..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/94/941e249631647e744276a1cce0c23e73 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/94/944abc67562106bec03cb340469a6a32 b/wb_unity_pro_2/Library/Artifacts/94/944abc67562106bec03cb340469a6a32
deleted file mode 100644
index 2ea70dd3..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/94/944abc67562106bec03cb340469a6a32 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/94/9467c25bdcb8cbc388503d7fd0830eec b/wb_unity_pro_2/Library/Artifacts/94/9467c25bdcb8cbc388503d7fd0830eec
deleted file mode 100644
index 9d887556..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/94/9467c25bdcb8cbc388503d7fd0830eec and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/94/94ac14c70e0961454a9513d2e22b25fd b/wb_unity_pro_2/Library/Artifacts/94/94ac14c70e0961454a9513d2e22b25fd
deleted file mode 100644
index ae02e90d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/94/94ac14c70e0961454a9513d2e22b25fd and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/94/94ae5a3eec993b38a998d42250cf0250 b/wb_unity_pro_2/Library/Artifacts/94/94ae5a3eec993b38a998d42250cf0250
deleted file mode 100644
index aaae15e4..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/94/94ae5a3eec993b38a998d42250cf0250 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/94/94b99898159a2d037e2acb1566f1a368 b/wb_unity_pro_2/Library/Artifacts/94/94b99898159a2d037e2acb1566f1a368
deleted file mode 100644
index 6365ab1b..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/94/94b99898159a2d037e2acb1566f1a368 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/94/94cbe5369f027150b0dfe3454b6ea6ef b/wb_unity_pro_2/Library/Artifacts/94/94cbe5369f027150b0dfe3454b6ea6ef
deleted file mode 100644
index 81e52b9d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/94/94cbe5369f027150b0dfe3454b6ea6ef and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/94/94d8053643ecdda37be666c92390388b b/wb_unity_pro_2/Library/Artifacts/94/94d8053643ecdda37be666c92390388b
deleted file mode 100644
index 2d48b9a5..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/94/94d8053643ecdda37be666c92390388b and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/94/94e244eef50b39151633a9325bb1b0a9 b/wb_unity_pro_2/Library/Artifacts/94/94e244eef50b39151633a9325bb1b0a9
deleted file mode 100644
index f0672e08..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/94/94e244eef50b39151633a9325bb1b0a9 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/95/953684a91acb8eacec03190ca9afcd48 b/wb_unity_pro_2/Library/Artifacts/95/953684a91acb8eacec03190ca9afcd48
deleted file mode 100644
index 3bc03aff..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/95/953684a91acb8eacec03190ca9afcd48 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/95/953b422d2519815cd227b80868b2b0de b/wb_unity_pro_2/Library/Artifacts/95/953b422d2519815cd227b80868b2b0de
deleted file mode 100644
index 9bf556de..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/95/953b422d2519815cd227b80868b2b0de and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/95/955efc116702f6a1475663b15f038050 b/wb_unity_pro_2/Library/Artifacts/95/955efc116702f6a1475663b15f038050
deleted file mode 100644
index 37d2be42..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/95/955efc116702f6a1475663b15f038050 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/95/958f43d958cacb369bb0c1de167b5064 b/wb_unity_pro_2/Library/Artifacts/95/958f43d958cacb369bb0c1de167b5064
deleted file mode 100644
index 73e27494..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/95/958f43d958cacb369bb0c1de167b5064 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/95/95acd564df7dbf9cde93072faa67eb30 b/wb_unity_pro_2/Library/Artifacts/95/95acd564df7dbf9cde93072faa67eb30
deleted file mode 100644
index 851189fd..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/95/95acd564df7dbf9cde93072faa67eb30 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/95/95bab1dcbe8624fc651bfff3d8a7fe88 b/wb_unity_pro_2/Library/Artifacts/95/95bab1dcbe8624fc651bfff3d8a7fe88
deleted file mode 100644
index 3ebf43a6..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/95/95bab1dcbe8624fc651bfff3d8a7fe88 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/95/95c41054004d194b60fd182540a1bbc5 b/wb_unity_pro_2/Library/Artifacts/95/95c41054004d194b60fd182540a1bbc5
deleted file mode 100644
index f274b6db..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/95/95c41054004d194b60fd182540a1bbc5 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/95/95cd30fbcc2f25286a1044a3d906b756 b/wb_unity_pro_2/Library/Artifacts/95/95cd30fbcc2f25286a1044a3d906b756
deleted file mode 100644
index 42fb4e36..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/95/95cd30fbcc2f25286a1044a3d906b756 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/95/95f3e98e2036d8cbf49c1b19bee752da b/wb_unity_pro_2/Library/Artifacts/95/95f3e98e2036d8cbf49c1b19bee752da
deleted file mode 100644
index b2cfac46..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/95/95f3e98e2036d8cbf49c1b19bee752da and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/95/95fd0e797b392054eca7d3e51688fc8d b/wb_unity_pro_2/Library/Artifacts/95/95fd0e797b392054eca7d3e51688fc8d
deleted file mode 100644
index 00ffbf8a..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/95/95fd0e797b392054eca7d3e51688fc8d and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/96/960b1fd9cc92c8961957329dec1e273d b/wb_unity_pro_2/Library/Artifacts/96/960b1fd9cc92c8961957329dec1e273d
deleted file mode 100644
index ce530df3..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/96/960b1fd9cc92c8961957329dec1e273d and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/96/960cc2ed93d3ace299a61ff1cf67f61b b/wb_unity_pro_2/Library/Artifacts/96/960cc2ed93d3ace299a61ff1cf67f61b
deleted file mode 100644
index 5fe2519e..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/96/960cc2ed93d3ace299a61ff1cf67f61b and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/96/960fc7c6e4820554a4667a282feda2b9 b/wb_unity_pro_2/Library/Artifacts/96/960fc7c6e4820554a4667a282feda2b9
deleted file mode 100644
index 13ec400a..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/96/960fc7c6e4820554a4667a282feda2b9 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/96/9611a76d5550819f72ebfd5c1b846552 b/wb_unity_pro_2/Library/Artifacts/96/9611a76d5550819f72ebfd5c1b846552
deleted file mode 100644
index f5e82c1f..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/96/9611a76d5550819f72ebfd5c1b846552 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/96/964e84b053e19cce5755da99e7490fc3 b/wb_unity_pro_2/Library/Artifacts/96/964e84b053e19cce5755da99e7490fc3
deleted file mode 100644
index 5e254c80..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/96/964e84b053e19cce5755da99e7490fc3 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/96/965777fafd994b104e2bfa432d78938e b/wb_unity_pro_2/Library/Artifacts/96/965777fafd994b104e2bfa432d78938e
deleted file mode 100644
index 2afe845a..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/96/965777fafd994b104e2bfa432d78938e and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/96/96884839714e70df5275ea35d84a6f7e b/wb_unity_pro_2/Library/Artifacts/96/96884839714e70df5275ea35d84a6f7e
deleted file mode 100644
index d2578395..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/96/96884839714e70df5275ea35d84a6f7e and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/96/96901b826a931c40c088983b7a56175a b/wb_unity_pro_2/Library/Artifacts/96/96901b826a931c40c088983b7a56175a
deleted file mode 100644
index b765dc29..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/96/96901b826a931c40c088983b7a56175a and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/96/969fd098d1cfaa59487237bb584c3e3d b/wb_unity_pro_2/Library/Artifacts/96/969fd098d1cfaa59487237bb584c3e3d
deleted file mode 100644
index 8f07c23f..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/96/969fd098d1cfaa59487237bb584c3e3d and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/96/96a492d32ff7a9bb45e8cb345c28250f b/wb_unity_pro_2/Library/Artifacts/96/96a492d32ff7a9bb45e8cb345c28250f
deleted file mode 100644
index 78c9c6a1..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/96/96a492d32ff7a9bb45e8cb345c28250f and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/96/96beeb531173f5fba895c171f0e7d839 b/wb_unity_pro_2/Library/Artifacts/96/96beeb531173f5fba895c171f0e7d839
deleted file mode 100644
index 37702d21..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/96/96beeb531173f5fba895c171f0e7d839 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/96/96cd779326ba7540a35b2336267ecf97 b/wb_unity_pro_2/Library/Artifacts/96/96cd779326ba7540a35b2336267ecf97
deleted file mode 100644
index 2b16e915..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/96/96cd779326ba7540a35b2336267ecf97 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/96/96e3dd43b50a7b6e121a7508205ca774 b/wb_unity_pro_2/Library/Artifacts/96/96e3dd43b50a7b6e121a7508205ca774
deleted file mode 100644
index a0f1e1b6..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/96/96e3dd43b50a7b6e121a7508205ca774 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/96/96fbdba9f9941bf20c32764e41c96d19 b/wb_unity_pro_2/Library/Artifacts/96/96fbdba9f9941bf20c32764e41c96d19
deleted file mode 100644
index 159f7377..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/96/96fbdba9f9941bf20c32764e41c96d19 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/97/9746f7c4597613e8b208c670fb076281 b/wb_unity_pro_2/Library/Artifacts/97/9746f7c4597613e8b208c670fb076281
deleted file mode 100644
index a4bb2166..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/97/9746f7c4597613e8b208c670fb076281 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/97/9774ed7c6a06717f7a87eb2df04cd66e b/wb_unity_pro_2/Library/Artifacts/97/9774ed7c6a06717f7a87eb2df04cd66e
deleted file mode 100644
index 631ec889..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/97/9774ed7c6a06717f7a87eb2df04cd66e and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/97/977886ea0a1db0699b7d0b00e501e954 b/wb_unity_pro_2/Library/Artifacts/97/977886ea0a1db0699b7d0b00e501e954
deleted file mode 100644
index 571341c7..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/97/977886ea0a1db0699b7d0b00e501e954 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/97/97b4ae8bd64c1121691039f3b7f9c18f b/wb_unity_pro_2/Library/Artifacts/97/97b4ae8bd64c1121691039f3b7f9c18f
deleted file mode 100644
index 3c5d2f15..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/97/97b4ae8bd64c1121691039f3b7f9c18f and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/97/97c73f30b61468e0f37b03e7a97cd7fa b/wb_unity_pro_2/Library/Artifacts/97/97c73f30b61468e0f37b03e7a97cd7fa
deleted file mode 100644
index cb52900f..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/97/97c73f30b61468e0f37b03e7a97cd7fa and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/97/97f2c0c443a521bf60a838616e88dcb2 b/wb_unity_pro_2/Library/Artifacts/97/97f2c0c443a521bf60a838616e88dcb2
deleted file mode 100644
index ad162a26..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/97/97f2c0c443a521bf60a838616e88dcb2 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/97/97f9a0553578768e43797efb9ad8dccb b/wb_unity_pro_2/Library/Artifacts/97/97f9a0553578768e43797efb9ad8dccb
deleted file mode 100644
index 95e360e2..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/97/97f9a0553578768e43797efb9ad8dccb and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/98/9802f4c8962c9da5038464c837503d51 b/wb_unity_pro_2/Library/Artifacts/98/9802f4c8962c9da5038464c837503d51
deleted file mode 100644
index 1c0886ca..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/98/9802f4c8962c9da5038464c837503d51 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/98/982cd5da78ed2abe89c36ab454e5b810 b/wb_unity_pro_2/Library/Artifacts/98/982cd5da78ed2abe89c36ab454e5b810
deleted file mode 100644
index f2520e9e..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/98/982cd5da78ed2abe89c36ab454e5b810 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/98/985e649266f90cf0c12d23b44ade2d87 b/wb_unity_pro_2/Library/Artifacts/98/985e649266f90cf0c12d23b44ade2d87
deleted file mode 100644
index c61f6f4a..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/98/985e649266f90cf0c12d23b44ade2d87 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/98/98a4bc09473f443edfd6f26f249ff3f7 b/wb_unity_pro_2/Library/Artifacts/98/98a4bc09473f443edfd6f26f249ff3f7
deleted file mode 100644
index 87307d88..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/98/98a4bc09473f443edfd6f26f249ff3f7 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/98/98bb92e9c8eb1cc7161c0a217ee88cc1 b/wb_unity_pro_2/Library/Artifacts/98/98bb92e9c8eb1cc7161c0a217ee88cc1
deleted file mode 100644
index f16561ea..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/98/98bb92e9c8eb1cc7161c0a217ee88cc1 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/98/98cbe53deb37bc17c171e1661721def6 b/wb_unity_pro_2/Library/Artifacts/98/98cbe53deb37bc17c171e1661721def6
deleted file mode 100644
index 085a6f25..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/98/98cbe53deb37bc17c171e1661721def6 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/98/98da0848b4c636113e115ed422345216 b/wb_unity_pro_2/Library/Artifacts/98/98da0848b4c636113e115ed422345216
deleted file mode 100644
index 3f256f94..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/98/98da0848b4c636113e115ed422345216 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/99/990b0656fe1ac3599673d49ceede9694 b/wb_unity_pro_2/Library/Artifacts/99/990b0656fe1ac3599673d49ceede9694
deleted file mode 100644
index 26f6502e..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/99/990b0656fe1ac3599673d49ceede9694 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/99/9924ee7d9349fc1e8bdb66c14b44f527 b/wb_unity_pro_2/Library/Artifacts/99/9924ee7d9349fc1e8bdb66c14b44f527
deleted file mode 100644
index 309fb819..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/99/9924ee7d9349fc1e8bdb66c14b44f527 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/99/99261fe3175ec5eb9e0273931896d60c b/wb_unity_pro_2/Library/Artifacts/99/99261fe3175ec5eb9e0273931896d60c
deleted file mode 100644
index 2461554f..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/99/99261fe3175ec5eb9e0273931896d60c and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/99/993821075c263a8cf9c69eccdf304f85 b/wb_unity_pro_2/Library/Artifacts/99/993821075c263a8cf9c69eccdf304f85
deleted file mode 100644
index bff6253c..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/99/993821075c263a8cf9c69eccdf304f85 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/99/9944fee53a6e0d88c91f5781721f8f0a b/wb_unity_pro_2/Library/Artifacts/99/9944fee53a6e0d88c91f5781721f8f0a
deleted file mode 100644
index dd3ff7af..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/99/9944fee53a6e0d88c91f5781721f8f0a and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/99/994cc5545b93c8a471df7e8000c4d786 b/wb_unity_pro_2/Library/Artifacts/99/994cc5545b93c8a471df7e8000c4d786
deleted file mode 100644
index daaa6f5d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/99/994cc5545b93c8a471df7e8000c4d786 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/99/9981fea760c39185034ce33452e656e9 b/wb_unity_pro_2/Library/Artifacts/99/9981fea760c39185034ce33452e656e9
deleted file mode 100644
index aa39c4a4..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/99/9981fea760c39185034ce33452e656e9 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/99/998ccf2af4c268ce55f80b16537b3edf b/wb_unity_pro_2/Library/Artifacts/99/998ccf2af4c268ce55f80b16537b3edf
deleted file mode 100644
index b5d82acd..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/99/998ccf2af4c268ce55f80b16537b3edf and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/99/998e48e12b3a793b2b8fae257be2d4ce b/wb_unity_pro_2/Library/Artifacts/99/998e48e12b3a793b2b8fae257be2d4ce
deleted file mode 100644
index 65ff5421..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/99/998e48e12b3a793b2b8fae257be2d4ce and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/99/998e562e560b6dbbf241cdcc0c9cdffc b/wb_unity_pro_2/Library/Artifacts/99/998e562e560b6dbbf241cdcc0c9cdffc
deleted file mode 100644
index c73468c1..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/99/998e562e560b6dbbf241cdcc0c9cdffc and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/99/9995f297895ddbd868473f039d30b939 b/wb_unity_pro_2/Library/Artifacts/99/9995f297895ddbd868473f039d30b939
deleted file mode 100644
index cc164236..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/99/9995f297895ddbd868473f039d30b939 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/99/99a6ae643bb976ed52f100773e024911 b/wb_unity_pro_2/Library/Artifacts/99/99a6ae643bb976ed52f100773e024911
deleted file mode 100644
index 1de83deb..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/99/99a6ae643bb976ed52f100773e024911 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/99/99df51f3bde4c7f4590bddada94c0f14 b/wb_unity_pro_2/Library/Artifacts/99/99df51f3bde4c7f4590bddada94c0f14
deleted file mode 100644
index d38cb767..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/99/99df51f3bde4c7f4590bddada94c0f14 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/99/99ea214e6a00cd1ca7fb9194ee2515bd b/wb_unity_pro_2/Library/Artifacts/99/99ea214e6a00cd1ca7fb9194ee2515bd
deleted file mode 100644
index d6194cde..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/99/99ea214e6a00cd1ca7fb9194ee2515bd and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/99/99fc8a40c28a36d88fbd5995a2a0a59f b/wb_unity_pro_2/Library/Artifacts/99/99fc8a40c28a36d88fbd5995a2a0a59f
deleted file mode 100644
index c8391cb8..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/99/99fc8a40c28a36d88fbd5995a2a0a59f and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/9a/9a06965d331b08c30cf27d595e63a983 b/wb_unity_pro_2/Library/Artifacts/9a/9a06965d331b08c30cf27d595e63a983
deleted file mode 100644
index 96d661c3..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/9a/9a06965d331b08c30cf27d595e63a983 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/9a/9a0c5b52b9f2e755bd8f89a8f69f6839 b/wb_unity_pro_2/Library/Artifacts/9a/9a0c5b52b9f2e755bd8f89a8f69f6839
deleted file mode 100644
index 74ac9d53..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/9a/9a0c5b52b9f2e755bd8f89a8f69f6839 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/9a/9a17f10e153d6e343e690f7c7c0db801 b/wb_unity_pro_2/Library/Artifacts/9a/9a17f10e153d6e343e690f7c7c0db801
deleted file mode 100644
index 12e52039..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/9a/9a17f10e153d6e343e690f7c7c0db801 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/9a/9a23f4c9096ddaab6e9dcfe5f8f2f7d7 b/wb_unity_pro_2/Library/Artifacts/9a/9a23f4c9096ddaab6e9dcfe5f8f2f7d7
deleted file mode 100644
index 65408a9c..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/9a/9a23f4c9096ddaab6e9dcfe5f8f2f7d7 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/9a/9a61cf65200718a9125fa4f9a529db50 b/wb_unity_pro_2/Library/Artifacts/9a/9a61cf65200718a9125fa4f9a529db50
deleted file mode 100644
index 3dbd53dd..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/9a/9a61cf65200718a9125fa4f9a529db50 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/9a/9aa31ddd106e6f88426539001cc100dc b/wb_unity_pro_2/Library/Artifacts/9a/9aa31ddd106e6f88426539001cc100dc
deleted file mode 100644
index a533d64b..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/9a/9aa31ddd106e6f88426539001cc100dc and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/9a/9aaf72105b4a0eb529799e6230e2ec81 b/wb_unity_pro_2/Library/Artifacts/9a/9aaf72105b4a0eb529799e6230e2ec81
deleted file mode 100644
index c0c6f922..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/9a/9aaf72105b4a0eb529799e6230e2ec81 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/9a/9ac829220bb7e9ee6b261b639d93b3d5 b/wb_unity_pro_2/Library/Artifacts/9a/9ac829220bb7e9ee6b261b639d93b3d5
deleted file mode 100644
index 110026bd..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/9a/9ac829220bb7e9ee6b261b639d93b3d5 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/9a/9ae017da81eae5ff5286ab1c5987ef71 b/wb_unity_pro_2/Library/Artifacts/9a/9ae017da81eae5ff5286ab1c5987ef71
deleted file mode 100644
index 64a31351..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/9a/9ae017da81eae5ff5286ab1c5987ef71 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/9a/9aec32db345a2b8092c89a466adce499 b/wb_unity_pro_2/Library/Artifacts/9a/9aec32db345a2b8092c89a466adce499
deleted file mode 100644
index 9d03e196..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/9a/9aec32db345a2b8092c89a466adce499 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/9b/9b04e8b23bc91cef646e688e491a100e b/wb_unity_pro_2/Library/Artifacts/9b/9b04e8b23bc91cef646e688e491a100e
deleted file mode 100644
index 782b3058..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/9b/9b04e8b23bc91cef646e688e491a100e and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/9b/9b0702502ea4455f9d0e1522152ff8a3 b/wb_unity_pro_2/Library/Artifacts/9b/9b0702502ea4455f9d0e1522152ff8a3
deleted file mode 100644
index 01f23dbf..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/9b/9b0702502ea4455f9d0e1522152ff8a3 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/9b/9b12425faa8875297f973ba91ad3cf95 b/wb_unity_pro_2/Library/Artifacts/9b/9b12425faa8875297f973ba91ad3cf95
deleted file mode 100644
index 17f32192..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/9b/9b12425faa8875297f973ba91ad3cf95 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/9b/9b23ead1c5283cf66bcfb15cfa4a6b3c b/wb_unity_pro_2/Library/Artifacts/9b/9b23ead1c5283cf66bcfb15cfa4a6b3c
deleted file mode 100644
index c6615184..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/9b/9b23ead1c5283cf66bcfb15cfa4a6b3c and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/9b/9b26429b171256ae83bfb5289055f066 b/wb_unity_pro_2/Library/Artifacts/9b/9b26429b171256ae83bfb5289055f066
deleted file mode 100644
index 46605458..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/9b/9b26429b171256ae83bfb5289055f066 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/9b/9b2ee6a7dd1db36c1741347561518388 b/wb_unity_pro_2/Library/Artifacts/9b/9b2ee6a7dd1db36c1741347561518388
deleted file mode 100644
index 83c7dad1..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/9b/9b2ee6a7dd1db36c1741347561518388 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/9b/9b6d28ca7c939274f663d46265fa9af9 b/wb_unity_pro_2/Library/Artifacts/9b/9b6d28ca7c939274f663d46265fa9af9
deleted file mode 100644
index 8db2a15d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/9b/9b6d28ca7c939274f663d46265fa9af9 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/9b/9b70e89cf613b40cec9b4f5af47eabaa b/wb_unity_pro_2/Library/Artifacts/9b/9b70e89cf613b40cec9b4f5af47eabaa
deleted file mode 100644
index 157e0a29..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/9b/9b70e89cf613b40cec9b4f5af47eabaa and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/9b/9b903f16b3c0a9defb205165cf61b85c b/wb_unity_pro_2/Library/Artifacts/9b/9b903f16b3c0a9defb205165cf61b85c
deleted file mode 100644
index bd7f6206..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/9b/9b903f16b3c0a9defb205165cf61b85c and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/9b/9bb7496e78a69fba4548948dcb17e6f6 b/wb_unity_pro_2/Library/Artifacts/9b/9bb7496e78a69fba4548948dcb17e6f6
deleted file mode 100644
index e39fadfb..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/9b/9bb7496e78a69fba4548948dcb17e6f6 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/9b/9bc7c3120be98dbfe2c71918955fd929 b/wb_unity_pro_2/Library/Artifacts/9b/9bc7c3120be98dbfe2c71918955fd929
deleted file mode 100644
index b5d6bb12..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/9b/9bc7c3120be98dbfe2c71918955fd929 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/9b/9bf906cf6638e302fb00bdb716f76d84 b/wb_unity_pro_2/Library/Artifacts/9b/9bf906cf6638e302fb00bdb716f76d84
deleted file mode 100644
index 99cd0dd2..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/9b/9bf906cf6638e302fb00bdb716f76d84 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/9c/9c043c83f25a5d96d9fbdb3f9787fd94 b/wb_unity_pro_2/Library/Artifacts/9c/9c043c83f25a5d96d9fbdb3f9787fd94
deleted file mode 100644
index bb00de10..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/9c/9c043c83f25a5d96d9fbdb3f9787fd94 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/9c/9c09c9ea1fd7d559f9202c36d75f9b56 b/wb_unity_pro_2/Library/Artifacts/9c/9c09c9ea1fd7d559f9202c36d75f9b56
deleted file mode 100644
index 667dcbf1..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/9c/9c09c9ea1fd7d559f9202c36d75f9b56 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/9c/9c2517915f22410e46c30cee2e35bb22 b/wb_unity_pro_2/Library/Artifacts/9c/9c2517915f22410e46c30cee2e35bb22
deleted file mode 100644
index f0a21033..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/9c/9c2517915f22410e46c30cee2e35bb22 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/9c/9c2eafd9076f6bac19312e016bbf51d3 b/wb_unity_pro_2/Library/Artifacts/9c/9c2eafd9076f6bac19312e016bbf51d3
deleted file mode 100644
index 17e24f1b..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/9c/9c2eafd9076f6bac19312e016bbf51d3 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/9c/9c39e40a4645097346e92a3f86e1d514 b/wb_unity_pro_2/Library/Artifacts/9c/9c39e40a4645097346e92a3f86e1d514
deleted file mode 100644
index 342e006f..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/9c/9c39e40a4645097346e92a3f86e1d514 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/9c/9c42036ea7d64470256b09ce84d2390c b/wb_unity_pro_2/Library/Artifacts/9c/9c42036ea7d64470256b09ce84d2390c
deleted file mode 100644
index eafcd611..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/9c/9c42036ea7d64470256b09ce84d2390c and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/9c/9c436c048a62defad5c8a119e9edcfce b/wb_unity_pro_2/Library/Artifacts/9c/9c436c048a62defad5c8a119e9edcfce
deleted file mode 100644
index a6f3b5d7..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/9c/9c436c048a62defad5c8a119e9edcfce and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/9c/9c80593f48e62ed7a466168af211681f b/wb_unity_pro_2/Library/Artifacts/9c/9c80593f48e62ed7a466168af211681f
deleted file mode 100644
index f350617c..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/9c/9c80593f48e62ed7a466168af211681f and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/9c/9c90e6630c07523b25729f219036f168 b/wb_unity_pro_2/Library/Artifacts/9c/9c90e6630c07523b25729f219036f168
deleted file mode 100644
index 78a46f56..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/9c/9c90e6630c07523b25729f219036f168 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/9c/9cbb606397bdda302fc06337067b6e3b b/wb_unity_pro_2/Library/Artifacts/9c/9cbb606397bdda302fc06337067b6e3b
deleted file mode 100644
index 6100fe58..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/9c/9cbb606397bdda302fc06337067b6e3b and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/9c/9cea0549dbe5d56125af85dcab780eb7 b/wb_unity_pro_2/Library/Artifacts/9c/9cea0549dbe5d56125af85dcab780eb7
deleted file mode 100644
index 0d7957e7..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/9c/9cea0549dbe5d56125af85dcab780eb7 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/9c/9ceb43fc1b1a13bc898e178f538023b5 b/wb_unity_pro_2/Library/Artifacts/9c/9ceb43fc1b1a13bc898e178f538023b5
deleted file mode 100644
index 0680b69a..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/9c/9ceb43fc1b1a13bc898e178f538023b5 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/9c/9ced1c1ddb285e0ce0bba491877e054c b/wb_unity_pro_2/Library/Artifacts/9c/9ced1c1ddb285e0ce0bba491877e054c
deleted file mode 100644
index 9a310954..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/9c/9ced1c1ddb285e0ce0bba491877e054c and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/9c/9cf0dbba40b68e19f8e9a98bb7aa5628 b/wb_unity_pro_2/Library/Artifacts/9c/9cf0dbba40b68e19f8e9a98bb7aa5628
deleted file mode 100644
index d5ddcbef..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/9c/9cf0dbba40b68e19f8e9a98bb7aa5628 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/9c/9cf6e7e013a5ee47414c8eabac4a5f8f b/wb_unity_pro_2/Library/Artifacts/9c/9cf6e7e013a5ee47414c8eabac4a5f8f
deleted file mode 100644
index ff39b1bf..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/9c/9cf6e7e013a5ee47414c8eabac4a5f8f and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/9d/9d09a9e2e9da6c211b583cde6dc19ff4 b/wb_unity_pro_2/Library/Artifacts/9d/9d09a9e2e9da6c211b583cde6dc19ff4
deleted file mode 100644
index e310dd3d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/9d/9d09a9e2e9da6c211b583cde6dc19ff4 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/9d/9d14807d1f019f6cce8e65dc76010cfd b/wb_unity_pro_2/Library/Artifacts/9d/9d14807d1f019f6cce8e65dc76010cfd
deleted file mode 100644
index 7bd7d1df..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/9d/9d14807d1f019f6cce8e65dc76010cfd and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/9d/9d155754813d4781e95736bf0d39d3ef b/wb_unity_pro_2/Library/Artifacts/9d/9d155754813d4781e95736bf0d39d3ef
deleted file mode 100644
index b26f0e6e..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/9d/9d155754813d4781e95736bf0d39d3ef and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/9d/9d179f514b9585da17850ff9dfb74c2f b/wb_unity_pro_2/Library/Artifacts/9d/9d179f514b9585da17850ff9dfb74c2f
deleted file mode 100644
index 82b2e008..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/9d/9d179f514b9585da17850ff9dfb74c2f and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/9d/9d19087613a7fa801984302215539ca5 b/wb_unity_pro_2/Library/Artifacts/9d/9d19087613a7fa801984302215539ca5
deleted file mode 100644
index 342e8f04..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/9d/9d19087613a7fa801984302215539ca5 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/9d/9d4ffd68128cc670923d3485061619c7 b/wb_unity_pro_2/Library/Artifacts/9d/9d4ffd68128cc670923d3485061619c7
deleted file mode 100644
index 058bdd7e..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/9d/9d4ffd68128cc670923d3485061619c7 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/9d/9d7db5569598daf865cff294d23efbcb b/wb_unity_pro_2/Library/Artifacts/9d/9d7db5569598daf865cff294d23efbcb
deleted file mode 100644
index 76d4efa5..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/9d/9d7db5569598daf865cff294d23efbcb and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/9d/9d8907bd24b2f228977bd6fdcba96b2d b/wb_unity_pro_2/Library/Artifacts/9d/9d8907bd24b2f228977bd6fdcba96b2d
deleted file mode 100644
index fdc113ed..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/9d/9d8907bd24b2f228977bd6fdcba96b2d and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/9d/9d8b8a3cc5be3c9a3e65b58e70145ba7 b/wb_unity_pro_2/Library/Artifacts/9d/9d8b8a3cc5be3c9a3e65b58e70145ba7
deleted file mode 100644
index f0551614..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/9d/9d8b8a3cc5be3c9a3e65b58e70145ba7 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/9d/9d8ebff395308f08abdc9a896c03f0f0 b/wb_unity_pro_2/Library/Artifacts/9d/9d8ebff395308f08abdc9a896c03f0f0
deleted file mode 100644
index d82842f1..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/9d/9d8ebff395308f08abdc9a896c03f0f0 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/9d/9d92e9b779dde38fbcc6153a0b401a0c b/wb_unity_pro_2/Library/Artifacts/9d/9d92e9b779dde38fbcc6153a0b401a0c
deleted file mode 100644
index a081c23e..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/9d/9d92e9b779dde38fbcc6153a0b401a0c and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/9d/9dd53644aa9e8ac81f7ece0a6e3d0d9a b/wb_unity_pro_2/Library/Artifacts/9d/9dd53644aa9e8ac81f7ece0a6e3d0d9a
deleted file mode 100644
index b02aca94..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/9d/9dd53644aa9e8ac81f7ece0a6e3d0d9a and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/9e/9e00ddd3182aab1778759f9cfbd16d16 b/wb_unity_pro_2/Library/Artifacts/9e/9e00ddd3182aab1778759f9cfbd16d16
deleted file mode 100644
index 1c05eb27..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/9e/9e00ddd3182aab1778759f9cfbd16d16 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/9e/9e2998c7f139b21bb64669067c3b6b4e b/wb_unity_pro_2/Library/Artifacts/9e/9e2998c7f139b21bb64669067c3b6b4e
deleted file mode 100644
index 47f73cfb..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/9e/9e2998c7f139b21bb64669067c3b6b4e and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/9e/9e2a04a276e38f2e80ee38e478766c3f b/wb_unity_pro_2/Library/Artifacts/9e/9e2a04a276e38f2e80ee38e478766c3f
deleted file mode 100644
index 0a19f14d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/9e/9e2a04a276e38f2e80ee38e478766c3f and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/9e/9e5dec102a2bf38f93e67df57b033899 b/wb_unity_pro_2/Library/Artifacts/9e/9e5dec102a2bf38f93e67df57b033899
deleted file mode 100644
index a1a32729..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/9e/9e5dec102a2bf38f93e67df57b033899 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/9e/9e756a914bd4a8d3282798a463c2472e b/wb_unity_pro_2/Library/Artifacts/9e/9e756a914bd4a8d3282798a463c2472e
deleted file mode 100644
index c21fc858..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/9e/9e756a914bd4a8d3282798a463c2472e and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/9e/9e78fe3462b80c65ec9bb0c7e0b86704 b/wb_unity_pro_2/Library/Artifacts/9e/9e78fe3462b80c65ec9bb0c7e0b86704
deleted file mode 100644
index 858fea88..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/9e/9e78fe3462b80c65ec9bb0c7e0b86704 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/9e/9e7ad4bbfb3dc99a7f6b0be8568b899f b/wb_unity_pro_2/Library/Artifacts/9e/9e7ad4bbfb3dc99a7f6b0be8568b899f
deleted file mode 100644
index 1081a20b..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/9e/9e7ad4bbfb3dc99a7f6b0be8568b899f and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/9e/9e8f7352d71211464b0295b29bb9b82d b/wb_unity_pro_2/Library/Artifacts/9e/9e8f7352d71211464b0295b29bb9b82d
deleted file mode 100644
index 89c35baf..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/9e/9e8f7352d71211464b0295b29bb9b82d and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/9e/9e9677c80fe58c3d00ea104fd4211371 b/wb_unity_pro_2/Library/Artifacts/9e/9e9677c80fe58c3d00ea104fd4211371
deleted file mode 100644
index aaa88f02..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/9e/9e9677c80fe58c3d00ea104fd4211371 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/9e/9eb6d4a761a9e60fc70f3918d54735c4 b/wb_unity_pro_2/Library/Artifacts/9e/9eb6d4a761a9e60fc70f3918d54735c4
deleted file mode 100644
index 62775ce7..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/9e/9eb6d4a761a9e60fc70f3918d54735c4 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/9e/9ec234a18e0d2b45218ba046f440cdc4 b/wb_unity_pro_2/Library/Artifacts/9e/9ec234a18e0d2b45218ba046f440cdc4
deleted file mode 100644
index f2e22df1..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/9e/9ec234a18e0d2b45218ba046f440cdc4 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/9e/9ecf9ecb79369507133838fd4a89c03e b/wb_unity_pro_2/Library/Artifacts/9e/9ecf9ecb79369507133838fd4a89c03e
deleted file mode 100644
index 4a1bdbcf..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/9e/9ecf9ecb79369507133838fd4a89c03e and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/9e/9ed44fc8d53f9e2eb1d64f51f2d4b0e2 b/wb_unity_pro_2/Library/Artifacts/9e/9ed44fc8d53f9e2eb1d64f51f2d4b0e2
deleted file mode 100644
index d6064b1b..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/9e/9ed44fc8d53f9e2eb1d64f51f2d4b0e2 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/9e/9eec3fee7f9c2b2e696efe83850b966b b/wb_unity_pro_2/Library/Artifacts/9e/9eec3fee7f9c2b2e696efe83850b966b
deleted file mode 100644
index e8706908..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/9e/9eec3fee7f9c2b2e696efe83850b966b and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/9e/9efe3a92f4fa359aa915ece69e883a4d b/wb_unity_pro_2/Library/Artifacts/9e/9efe3a92f4fa359aa915ece69e883a4d
deleted file mode 100644
index 618d741e..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/9e/9efe3a92f4fa359aa915ece69e883a4d and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/9f/9f3105cf9bc88a274879c7f80116cc1d b/wb_unity_pro_2/Library/Artifacts/9f/9f3105cf9bc88a274879c7f80116cc1d
deleted file mode 100644
index 74cdde66..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/9f/9f3105cf9bc88a274879c7f80116cc1d and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/9f/9f50cd728ecc8d9556bef6f07bc2326e b/wb_unity_pro_2/Library/Artifacts/9f/9f50cd728ecc8d9556bef6f07bc2326e
deleted file mode 100644
index 6c85f945..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/9f/9f50cd728ecc8d9556bef6f07bc2326e and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/9f/9f51a15ffaa76e5cede903d00435c1d1 b/wb_unity_pro_2/Library/Artifacts/9f/9f51a15ffaa76e5cede903d00435c1d1
deleted file mode 100644
index 6e4acaad..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/9f/9f51a15ffaa76e5cede903d00435c1d1 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/9f/9faa62aa46cacff6e515a40e54e7db58 b/wb_unity_pro_2/Library/Artifacts/9f/9faa62aa46cacff6e515a40e54e7db58
deleted file mode 100644
index 9493691a..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/9f/9faa62aa46cacff6e515a40e54e7db58 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/9f/9fb2abea0740eec813f83e5f00b0a9cd b/wb_unity_pro_2/Library/Artifacts/9f/9fb2abea0740eec813f83e5f00b0a9cd
deleted file mode 100644
index 30eb6c50..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/9f/9fb2abea0740eec813f83e5f00b0a9cd and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/9f/9fc32c5ac000fc38b5f2d94a2b15f3d7 b/wb_unity_pro_2/Library/Artifacts/9f/9fc32c5ac000fc38b5f2d94a2b15f3d7
deleted file mode 100644
index b003a024..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/9f/9fc32c5ac000fc38b5f2d94a2b15f3d7 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/9f/9fd1116d13641c8f444d03bcb8034b83 b/wb_unity_pro_2/Library/Artifacts/9f/9fd1116d13641c8f444d03bcb8034b83
deleted file mode 100644
index dd23f65a..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/9f/9fd1116d13641c8f444d03bcb8034b83 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/9f/9fd7b68988a643fde06f86c6203a7df5 b/wb_unity_pro_2/Library/Artifacts/9f/9fd7b68988a643fde06f86c6203a7df5
deleted file mode 100644
index 26cc3740..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/9f/9fd7b68988a643fde06f86c6203a7df5 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/9f/9fe34241700fa3d386d62ecf713f7bb3 b/wb_unity_pro_2/Library/Artifacts/9f/9fe34241700fa3d386d62ecf713f7bb3
deleted file mode 100644
index d5cb6bd3..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/9f/9fe34241700fa3d386d62ecf713f7bb3 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/9f/9fe69b0cb8b2ab3b9972be6f376c5328 b/wb_unity_pro_2/Library/Artifacts/9f/9fe69b0cb8b2ab3b9972be6f376c5328
deleted file mode 100644
index 95ce6f78..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/9f/9fe69b0cb8b2ab3b9972be6f376c5328 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/a0/a002941a19686c5c3bb82fc20916fa4b b/wb_unity_pro_2/Library/Artifacts/a0/a002941a19686c5c3bb82fc20916fa4b
deleted file mode 100644
index 40c529a7..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/a0/a002941a19686c5c3bb82fc20916fa4b and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/a0/a0132430da57ffc652f4b81d10175a80 b/wb_unity_pro_2/Library/Artifacts/a0/a0132430da57ffc652f4b81d10175a80
deleted file mode 100644
index b15360b5..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/a0/a0132430da57ffc652f4b81d10175a80 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/a0/a0138bf484011d912984d5e4f6940904 b/wb_unity_pro_2/Library/Artifacts/a0/a0138bf484011d912984d5e4f6940904
deleted file mode 100644
index 065c7739..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/a0/a0138bf484011d912984d5e4f6940904 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/a0/a02bdaefbc7667d539af4173d7740be6 b/wb_unity_pro_2/Library/Artifacts/a0/a02bdaefbc7667d539af4173d7740be6
deleted file mode 100644
index a8f7180a..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/a0/a02bdaefbc7667d539af4173d7740be6 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/a0/a054726b54d01e1bcdb27a28aa330b30 b/wb_unity_pro_2/Library/Artifacts/a0/a054726b54d01e1bcdb27a28aa330b30
deleted file mode 100644
index ccfba891..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/a0/a054726b54d01e1bcdb27a28aa330b30 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/a0/a07e5a90227ed80dff1afb1551ac6c84 b/wb_unity_pro_2/Library/Artifacts/a0/a07e5a90227ed80dff1afb1551ac6c84
deleted file mode 100644
index 45ed4a32..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/a0/a07e5a90227ed80dff1afb1551ac6c84 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/a0/a08334a199375090a9d742d419a8ad70 b/wb_unity_pro_2/Library/Artifacts/a0/a08334a199375090a9d742d419a8ad70
deleted file mode 100644
index 96ec632c..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/a0/a08334a199375090a9d742d419a8ad70 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/a0/a0835d4b45f3d7d627f62dfecb408b45 b/wb_unity_pro_2/Library/Artifacts/a0/a0835d4b45f3d7d627f62dfecb408b45
deleted file mode 100644
index 62a7dca7..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/a0/a0835d4b45f3d7d627f62dfecb408b45 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/a0/a08e842da0fa64311692b2436eb5013c b/wb_unity_pro_2/Library/Artifacts/a0/a08e842da0fa64311692b2436eb5013c
deleted file mode 100644
index 34735aa7..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/a0/a08e842da0fa64311692b2436eb5013c and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/a1/a1158bf2a1ba782528ab3cf2bfb80e09 b/wb_unity_pro_2/Library/Artifacts/a1/a1158bf2a1ba782528ab3cf2bfb80e09
deleted file mode 100644
index f4c64d28..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/a1/a1158bf2a1ba782528ab3cf2bfb80e09 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/a1/a152083853157df50255f2100c616ecd b/wb_unity_pro_2/Library/Artifacts/a1/a152083853157df50255f2100c616ecd
deleted file mode 100644
index 85ff1930..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/a1/a152083853157df50255f2100c616ecd and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/a1/a159dd83c9a1678376f540e8c73d5a20 b/wb_unity_pro_2/Library/Artifacts/a1/a159dd83c9a1678376f540e8c73d5a20
deleted file mode 100644
index c82caccf..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/a1/a159dd83c9a1678376f540e8c73d5a20 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/a1/a16530a316d9473206be0dba0277ea00 b/wb_unity_pro_2/Library/Artifacts/a1/a16530a316d9473206be0dba0277ea00
deleted file mode 100644
index 4e741f01..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/a1/a16530a316d9473206be0dba0277ea00 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/a1/a165672ff644d2edd61ffa89a303a804 b/wb_unity_pro_2/Library/Artifacts/a1/a165672ff644d2edd61ffa89a303a804
deleted file mode 100644
index c3b613c5..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/a1/a165672ff644d2edd61ffa89a303a804 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/a1/a192ab44571e9cb9bbd07fa6ddaa68f8 b/wb_unity_pro_2/Library/Artifacts/a1/a192ab44571e9cb9bbd07fa6ddaa68f8
deleted file mode 100644
index 38178beb..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/a1/a192ab44571e9cb9bbd07fa6ddaa68f8 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/a1/a1b8b6bc5643e1a210e049aebc74ada6 b/wb_unity_pro_2/Library/Artifacts/a1/a1b8b6bc5643e1a210e049aebc74ada6
deleted file mode 100644
index db2dcaf1..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/a1/a1b8b6bc5643e1a210e049aebc74ada6 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/a1/a1d2cb058ef90914f38900572f15b670 b/wb_unity_pro_2/Library/Artifacts/a1/a1d2cb058ef90914f38900572f15b670
deleted file mode 100644
index 18f32a27..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/a1/a1d2cb058ef90914f38900572f15b670 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/a1/a1e656a2e7c89fb192d5e5561f3d312a b/wb_unity_pro_2/Library/Artifacts/a1/a1e656a2e7c89fb192d5e5561f3d312a
deleted file mode 100644
index b3c391df..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/a1/a1e656a2e7c89fb192d5e5561f3d312a and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/a1/a1ee27f116c7e0443c9bf051680aae91 b/wb_unity_pro_2/Library/Artifacts/a1/a1ee27f116c7e0443c9bf051680aae91
deleted file mode 100644
index 9bbb1b39..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/a1/a1ee27f116c7e0443c9bf051680aae91 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/a2/a2243a039f07cefb0adbb2a63f79fd64 b/wb_unity_pro_2/Library/Artifacts/a2/a2243a039f07cefb0adbb2a63f79fd64
deleted file mode 100644
index 972205a7..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/a2/a2243a039f07cefb0adbb2a63f79fd64 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/a2/a2389a1b150f42f668b37c29b9e2ddab b/wb_unity_pro_2/Library/Artifacts/a2/a2389a1b150f42f668b37c29b9e2ddab
deleted file mode 100644
index 60566076..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/a2/a2389a1b150f42f668b37c29b9e2ddab and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/a2/a23c8629aa482f52c17664234483052d b/wb_unity_pro_2/Library/Artifacts/a2/a23c8629aa482f52c17664234483052d
deleted file mode 100644
index e14cb633..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/a2/a23c8629aa482f52c17664234483052d and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/a2/a24669fa5cc5fc4c4506c34303af63c6 b/wb_unity_pro_2/Library/Artifacts/a2/a24669fa5cc5fc4c4506c34303af63c6
deleted file mode 100644
index 4a91e043..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/a2/a24669fa5cc5fc4c4506c34303af63c6 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/a2/a2694d84631ee62ec99a5ea53de5a059 b/wb_unity_pro_2/Library/Artifacts/a2/a2694d84631ee62ec99a5ea53de5a059
deleted file mode 100644
index 1b445700..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/a2/a2694d84631ee62ec99a5ea53de5a059 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/a2/a29901b491d96ccc5d34848551072307 b/wb_unity_pro_2/Library/Artifacts/a2/a29901b491d96ccc5d34848551072307
deleted file mode 100644
index 4991ab62..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/a2/a29901b491d96ccc5d34848551072307 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/a2/a29f80f54c5cde5c2f6045e214ae2170 b/wb_unity_pro_2/Library/Artifacts/a2/a29f80f54c5cde5c2f6045e214ae2170
deleted file mode 100644
index de2cd418..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/a2/a29f80f54c5cde5c2f6045e214ae2170 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/a2/a2a8c665c7d1f8526f4bb508dbf404f2 b/wb_unity_pro_2/Library/Artifacts/a2/a2a8c665c7d1f8526f4bb508dbf404f2
deleted file mode 100644
index ed6788d5..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/a2/a2a8c665c7d1f8526f4bb508dbf404f2 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/a2/a2a9a3cc864f53cba341bbe184b7ab2a b/wb_unity_pro_2/Library/Artifacts/a2/a2a9a3cc864f53cba341bbe184b7ab2a
deleted file mode 100644
index aa311606..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/a2/a2a9a3cc864f53cba341bbe184b7ab2a and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/a2/a2e345d8d3a932795435003e257474d3 b/wb_unity_pro_2/Library/Artifacts/a2/a2e345d8d3a932795435003e257474d3
deleted file mode 100644
index 7ecad04c..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/a2/a2e345d8d3a932795435003e257474d3 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/a3/a329fe280f71f9e5ee342b7c34e13186 b/wb_unity_pro_2/Library/Artifacts/a3/a329fe280f71f9e5ee342b7c34e13186
deleted file mode 100644
index e20e1309..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/a3/a329fe280f71f9e5ee342b7c34e13186 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/a3/a33f879c613cca7208e318ae60e0677c b/wb_unity_pro_2/Library/Artifacts/a3/a33f879c613cca7208e318ae60e0677c
deleted file mode 100644
index fc551bd5..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/a3/a33f879c613cca7208e318ae60e0677c and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/a3/a35ea26d329dc9876607150769779ccd b/wb_unity_pro_2/Library/Artifacts/a3/a35ea26d329dc9876607150769779ccd
deleted file mode 100644
index f2442b6d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/a3/a35ea26d329dc9876607150769779ccd and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/a3/a360579dd6902c4507757c35cacdf6c7 b/wb_unity_pro_2/Library/Artifacts/a3/a360579dd6902c4507757c35cacdf6c7
deleted file mode 100644
index 58e8900e..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/a3/a360579dd6902c4507757c35cacdf6c7 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/a3/a361383e8fd8dfa7f0c495c14e63de3b b/wb_unity_pro_2/Library/Artifacts/a3/a361383e8fd8dfa7f0c495c14e63de3b
deleted file mode 100644
index 964176d3..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/a3/a361383e8fd8dfa7f0c495c14e63de3b and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/a3/a3a228edbf21ae276ab4955415695b64 b/wb_unity_pro_2/Library/Artifacts/a3/a3a228edbf21ae276ab4955415695b64
deleted file mode 100644
index 6b7a0366..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/a3/a3a228edbf21ae276ab4955415695b64 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/a3/a3b70783e8baf85e55bf7ff28609ae94 b/wb_unity_pro_2/Library/Artifacts/a3/a3b70783e8baf85e55bf7ff28609ae94
deleted file mode 100644
index 39622996..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/a3/a3b70783e8baf85e55bf7ff28609ae94 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/a3/a3c8135454629a274c7b963cfa52bf38 b/wb_unity_pro_2/Library/Artifacts/a3/a3c8135454629a274c7b963cfa52bf38
deleted file mode 100644
index c7da26c9..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/a3/a3c8135454629a274c7b963cfa52bf38 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/a3/a3fe99638d8ba9d3017599c33f89459b b/wb_unity_pro_2/Library/Artifacts/a3/a3fe99638d8ba9d3017599c33f89459b
deleted file mode 100644
index 1ba25602..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/a3/a3fe99638d8ba9d3017599c33f89459b and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/a4/a41c49fa781ed4885a7c28e42e10de89 b/wb_unity_pro_2/Library/Artifacts/a4/a41c49fa781ed4885a7c28e42e10de89
deleted file mode 100644
index 078dec55..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/a4/a41c49fa781ed4885a7c28e42e10de89 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/a4/a43461bad3f4d5d89b66fc9a3f62d3f9 b/wb_unity_pro_2/Library/Artifacts/a4/a43461bad3f4d5d89b66fc9a3f62d3f9
deleted file mode 100644
index 7af146df..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/a4/a43461bad3f4d5d89b66fc9a3f62d3f9 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/a4/a441bf784d23497eb4801b8eb050b0d3 b/wb_unity_pro_2/Library/Artifacts/a4/a441bf784d23497eb4801b8eb050b0d3
deleted file mode 100644
index bcad4500..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/a4/a441bf784d23497eb4801b8eb050b0d3 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/a4/a45842b48a6e34f28dab9f681b4bfa0c b/wb_unity_pro_2/Library/Artifacts/a4/a45842b48a6e34f28dab9f681b4bfa0c
deleted file mode 100644
index 5f662bf6..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/a4/a45842b48a6e34f28dab9f681b4bfa0c and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/a4/a46e5cbdf14499b2689c1dba1d53a72e b/wb_unity_pro_2/Library/Artifacts/a4/a46e5cbdf14499b2689c1dba1d53a72e
deleted file mode 100644
index e9c69b4d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/a4/a46e5cbdf14499b2689c1dba1d53a72e and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/a4/a47be928904d1f4f4ec449c469e9decd b/wb_unity_pro_2/Library/Artifacts/a4/a47be928904d1f4f4ec449c469e9decd
deleted file mode 100644
index 6d460989..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/a4/a47be928904d1f4f4ec449c469e9decd and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/a4/a47eb699a001af294a0ee258d4eb476b b/wb_unity_pro_2/Library/Artifacts/a4/a47eb699a001af294a0ee258d4eb476b
deleted file mode 100644
index 48946782..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/a4/a47eb699a001af294a0ee258d4eb476b and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/a4/a4a98d3aa41c734db2631ff2f524260e b/wb_unity_pro_2/Library/Artifacts/a4/a4a98d3aa41c734db2631ff2f524260e
deleted file mode 100644
index 84e2d257..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/a4/a4a98d3aa41c734db2631ff2f524260e and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/a4/a4b823f8dcb0dc54c5d4d3ce112ff68e b/wb_unity_pro_2/Library/Artifacts/a4/a4b823f8dcb0dc54c5d4d3ce112ff68e
deleted file mode 100644
index 9f269185..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/a4/a4b823f8dcb0dc54c5d4d3ce112ff68e and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/a4/a4b83a3be71f880170016121c714fd03 b/wb_unity_pro_2/Library/Artifacts/a4/a4b83a3be71f880170016121c714fd03
deleted file mode 100644
index c7968504..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/a4/a4b83a3be71f880170016121c714fd03 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/a4/a4bef2d9301426cf9c64acf2426fa4d0 b/wb_unity_pro_2/Library/Artifacts/a4/a4bef2d9301426cf9c64acf2426fa4d0
deleted file mode 100644
index bf1211e0..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/a4/a4bef2d9301426cf9c64acf2426fa4d0 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/a4/a4cd8f3852f020830197f76f0574b5e0 b/wb_unity_pro_2/Library/Artifacts/a4/a4cd8f3852f020830197f76f0574b5e0
deleted file mode 100644
index 9ed7fbdb..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/a4/a4cd8f3852f020830197f76f0574b5e0 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/a4/a4f1a25a2e2d3d58362796e34ffe1839 b/wb_unity_pro_2/Library/Artifacts/a4/a4f1a25a2e2d3d58362796e34ffe1839
deleted file mode 100644
index 2d7579c6..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/a4/a4f1a25a2e2d3d58362796e34ffe1839 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/a5/a545804d833fc3caef4389cf4da4ec13 b/wb_unity_pro_2/Library/Artifacts/a5/a545804d833fc3caef4389cf4da4ec13
deleted file mode 100644
index 825fb931..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/a5/a545804d833fc3caef4389cf4da4ec13 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/a5/a551ae4cb372c6e1a29e449581923f36 b/wb_unity_pro_2/Library/Artifacts/a5/a551ae4cb372c6e1a29e449581923f36
deleted file mode 100644
index 1664e689..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/a5/a551ae4cb372c6e1a29e449581923f36 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/a5/a559ee3434175680130a7de45664e9b7 b/wb_unity_pro_2/Library/Artifacts/a5/a559ee3434175680130a7de45664e9b7
deleted file mode 100644
index 91c80c8b..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/a5/a559ee3434175680130a7de45664e9b7 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/a5/a57af234d1dc0221fa24c95f05292b3f b/wb_unity_pro_2/Library/Artifacts/a5/a57af234d1dc0221fa24c95f05292b3f
deleted file mode 100644
index d5183998..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/a5/a57af234d1dc0221fa24c95f05292b3f and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/a5/a5a83dfd781b145fba624d692764399b b/wb_unity_pro_2/Library/Artifacts/a5/a5a83dfd781b145fba624d692764399b
deleted file mode 100644
index 3c72589a..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/a5/a5a83dfd781b145fba624d692764399b and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/a5/a5c06dcb55947991ff5452c873f76835 b/wb_unity_pro_2/Library/Artifacts/a5/a5c06dcb55947991ff5452c873f76835
deleted file mode 100644
index 19e93f03..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/a5/a5c06dcb55947991ff5452c873f76835 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/a5/a5c95b7564d5b490a2313529ce4a4a2c b/wb_unity_pro_2/Library/Artifacts/a5/a5c95b7564d5b490a2313529ce4a4a2c
deleted file mode 100644
index 9997b709..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/a5/a5c95b7564d5b490a2313529ce4a4a2c and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/a5/a5d4434a315d4670bdf3534dc17d66e4 b/wb_unity_pro_2/Library/Artifacts/a5/a5d4434a315d4670bdf3534dc17d66e4
deleted file mode 100644
index c6b9138b..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/a5/a5d4434a315d4670bdf3534dc17d66e4 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/a6/a601aeebddf04f6be99f145f0b4be3d4 b/wb_unity_pro_2/Library/Artifacts/a6/a601aeebddf04f6be99f145f0b4be3d4
deleted file mode 100644
index e974bf2f..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/a6/a601aeebddf04f6be99f145f0b4be3d4 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/a6/a6228f973bbf23ad24ef4845f1907a08 b/wb_unity_pro_2/Library/Artifacts/a6/a6228f973bbf23ad24ef4845f1907a08
deleted file mode 100644
index 33e60f65..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/a6/a6228f973bbf23ad24ef4845f1907a08 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/a6/a62acfc5b8b101428b2cf010013af1c6 b/wb_unity_pro_2/Library/Artifacts/a6/a62acfc5b8b101428b2cf010013af1c6
deleted file mode 100644
index c28897cd..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/a6/a62acfc5b8b101428b2cf010013af1c6 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/a6/a62ed525bfdeacb8443458d19a3c42e6 b/wb_unity_pro_2/Library/Artifacts/a6/a62ed525bfdeacb8443458d19a3c42e6
deleted file mode 100644
index 7e4598e4..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/a6/a62ed525bfdeacb8443458d19a3c42e6 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/a6/a654da6698172a4e99477243de3290cd b/wb_unity_pro_2/Library/Artifacts/a6/a654da6698172a4e99477243de3290cd
deleted file mode 100644
index 33ae4735..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/a6/a654da6698172a4e99477243de3290cd and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/a6/a679d20cc4e445a7d7e850fd1fc18aba b/wb_unity_pro_2/Library/Artifacts/a6/a679d20cc4e445a7d7e850fd1fc18aba
deleted file mode 100644
index c197355d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/a6/a679d20cc4e445a7d7e850fd1fc18aba and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/a6/a68e093be87d0216c7f657aa24ee510e b/wb_unity_pro_2/Library/Artifacts/a6/a68e093be87d0216c7f657aa24ee510e
deleted file mode 100644
index c55db10e..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/a6/a68e093be87d0216c7f657aa24ee510e and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/a6/a690d51ef3140160ad7296ef31606b77 b/wb_unity_pro_2/Library/Artifacts/a6/a690d51ef3140160ad7296ef31606b77
deleted file mode 100644
index 7e339ffd..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/a6/a690d51ef3140160ad7296ef31606b77 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/a6/a693727bac89001fd2825720203eb2ab b/wb_unity_pro_2/Library/Artifacts/a6/a693727bac89001fd2825720203eb2ab
deleted file mode 100644
index 8743a712..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/a6/a693727bac89001fd2825720203eb2ab and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/a6/a69b25c9e88e283fbbd52c5738d74937 b/wb_unity_pro_2/Library/Artifacts/a6/a69b25c9e88e283fbbd52c5738d74937
deleted file mode 100644
index 23b4c479..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/a6/a69b25c9e88e283fbbd52c5738d74937 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/a6/a6b342f8d675a919ce7863af1e06725a b/wb_unity_pro_2/Library/Artifacts/a6/a6b342f8d675a919ce7863af1e06725a
deleted file mode 100644
index f15535de..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/a6/a6b342f8d675a919ce7863af1e06725a and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/a6/a6d8ac0438ff7d4854915da50eb6d8a4 b/wb_unity_pro_2/Library/Artifacts/a6/a6d8ac0438ff7d4854915da50eb6d8a4
deleted file mode 100644
index 18e8b3fd..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/a6/a6d8ac0438ff7d4854915da50eb6d8a4 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/a6/a6dae16b719ba20c0b83d57f95ee46f2 b/wb_unity_pro_2/Library/Artifacts/a6/a6dae16b719ba20c0b83d57f95ee46f2
deleted file mode 100644
index 91cd021f..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/a6/a6dae16b719ba20c0b83d57f95ee46f2 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/a6/a6dcd04b4f3c1ff01fc8b16a7e0116d9 b/wb_unity_pro_2/Library/Artifacts/a6/a6dcd04b4f3c1ff01fc8b16a7e0116d9
deleted file mode 100644
index 4f06b29c..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/a6/a6dcd04b4f3c1ff01fc8b16a7e0116d9 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/a6/a6e3e53f71e3b1289e41ecac3e23fb28 b/wb_unity_pro_2/Library/Artifacts/a6/a6e3e53f71e3b1289e41ecac3e23fb28
deleted file mode 100644
index e187b635..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/a6/a6e3e53f71e3b1289e41ecac3e23fb28 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/a6/a6ec68e440ec207a63f0e29669323ce9 b/wb_unity_pro_2/Library/Artifacts/a6/a6ec68e440ec207a63f0e29669323ce9
deleted file mode 100644
index 8a6440aa..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/a6/a6ec68e440ec207a63f0e29669323ce9 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/a6/a6efac62544d88bedade69d885200390 b/wb_unity_pro_2/Library/Artifacts/a6/a6efac62544d88bedade69d885200390
deleted file mode 100644
index 778fd632..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/a6/a6efac62544d88bedade69d885200390 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/a6/a6fb604eaf0b576452016f5b83f7c480 b/wb_unity_pro_2/Library/Artifacts/a6/a6fb604eaf0b576452016f5b83f7c480
deleted file mode 100644
index e04ab2ad..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/a6/a6fb604eaf0b576452016f5b83f7c480 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/a7/a70799ca1819067b9999631d44b7dcc5 b/wb_unity_pro_2/Library/Artifacts/a7/a70799ca1819067b9999631d44b7dcc5
deleted file mode 100644
index 6e57ad14..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/a7/a70799ca1819067b9999631d44b7dcc5 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/a7/a71ca56d99584e89a06a0d0e9d58be61 b/wb_unity_pro_2/Library/Artifacts/a7/a71ca56d99584e89a06a0d0e9d58be61
deleted file mode 100644
index c8888698..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/a7/a71ca56d99584e89a06a0d0e9d58be61 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/a7/a73b6128ca0a3198a7da8cf0a783ed5c b/wb_unity_pro_2/Library/Artifacts/a7/a73b6128ca0a3198a7da8cf0a783ed5c
deleted file mode 100644
index 4da19094..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/a7/a73b6128ca0a3198a7da8cf0a783ed5c and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/a7/a73d5d0f274dc5b26f5ba55b34a4fe6a b/wb_unity_pro_2/Library/Artifacts/a7/a73d5d0f274dc5b26f5ba55b34a4fe6a
deleted file mode 100644
index 17943718..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/a7/a73d5d0f274dc5b26f5ba55b34a4fe6a and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/a7/a74c5936b4e77045311203bfcfe9d64a b/wb_unity_pro_2/Library/Artifacts/a7/a74c5936b4e77045311203bfcfe9d64a
deleted file mode 100644
index 65cd0f88..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/a7/a74c5936b4e77045311203bfcfe9d64a and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/a7/a757583baa1da65df90af6ab3081dd48 b/wb_unity_pro_2/Library/Artifacts/a7/a757583baa1da65df90af6ab3081dd48
deleted file mode 100644
index 7096a458..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/a7/a757583baa1da65df90af6ab3081dd48 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/a7/a75dd59b76f7eb9e0176e0c233b45a58 b/wb_unity_pro_2/Library/Artifacts/a7/a75dd59b76f7eb9e0176e0c233b45a58
deleted file mode 100644
index 999ab148..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/a7/a75dd59b76f7eb9e0176e0c233b45a58 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/a7/a76a55c791523343520da047a376ac10 b/wb_unity_pro_2/Library/Artifacts/a7/a76a55c791523343520da047a376ac10
deleted file mode 100644
index a18b636d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/a7/a76a55c791523343520da047a376ac10 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/a7/a7ac3ad0e5340b09cfee28a4e8ba492d b/wb_unity_pro_2/Library/Artifacts/a7/a7ac3ad0e5340b09cfee28a4e8ba492d
deleted file mode 100644
index 10df62df..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/a7/a7ac3ad0e5340b09cfee28a4e8ba492d and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/a7/a7ae34e8b181a2214f26bf461f5d4a18 b/wb_unity_pro_2/Library/Artifacts/a7/a7ae34e8b181a2214f26bf461f5d4a18
deleted file mode 100644
index ad90e354..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/a7/a7ae34e8b181a2214f26bf461f5d4a18 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/a7/a7c6b0993e50b7a9b3be0ab6a143b078 b/wb_unity_pro_2/Library/Artifacts/a7/a7c6b0993e50b7a9b3be0ab6a143b078
deleted file mode 100644
index 1d942971..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/a7/a7c6b0993e50b7a9b3be0ab6a143b078 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/a7/a7c8a78b292b8398054f263941b4bc83 b/wb_unity_pro_2/Library/Artifacts/a7/a7c8a78b292b8398054f263941b4bc83
deleted file mode 100644
index e4c9217f..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/a7/a7c8a78b292b8398054f263941b4bc83 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/a7/a7c9263951053af9484cb93ad4939056 b/wb_unity_pro_2/Library/Artifacts/a7/a7c9263951053af9484cb93ad4939056
deleted file mode 100644
index da30ffde..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/a7/a7c9263951053af9484cb93ad4939056 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/a7/a7de7644698745f2eb1db594a0aa5fea b/wb_unity_pro_2/Library/Artifacts/a7/a7de7644698745f2eb1db594a0aa5fea
deleted file mode 100644
index d29c8984..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/a7/a7de7644698745f2eb1db594a0aa5fea and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/a7/a7e39adb3c1acf47f3f209e355663cd5 b/wb_unity_pro_2/Library/Artifacts/a7/a7e39adb3c1acf47f3f209e355663cd5
deleted file mode 100644
index b7f31ac8..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/a7/a7e39adb3c1acf47f3f209e355663cd5 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/a7/a7fbabebfa98dfb50a43a09a6b6250d8 b/wb_unity_pro_2/Library/Artifacts/a7/a7fbabebfa98dfb50a43a09a6b6250d8
deleted file mode 100644
index 26972c11..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/a7/a7fbabebfa98dfb50a43a09a6b6250d8 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/a8/a81acbf1d1ad087f2f4aadf9dd981684 b/wb_unity_pro_2/Library/Artifacts/a8/a81acbf1d1ad087f2f4aadf9dd981684
deleted file mode 100644
index 15a8e4c7..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/a8/a81acbf1d1ad087f2f4aadf9dd981684 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/a8/a81c8a1a2eac164b739f8764695c6144 b/wb_unity_pro_2/Library/Artifacts/a8/a81c8a1a2eac164b739f8764695c6144
deleted file mode 100644
index 14ad6e22..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/a8/a81c8a1a2eac164b739f8764695c6144 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/a8/a8226d387edec24d9bf7bbe64ca7dc3b b/wb_unity_pro_2/Library/Artifacts/a8/a8226d387edec24d9bf7bbe64ca7dc3b
deleted file mode 100644
index de35afef..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/a8/a8226d387edec24d9bf7bbe64ca7dc3b and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/a8/a82910849cf7f968de7f692242b7e20f b/wb_unity_pro_2/Library/Artifacts/a8/a82910849cf7f968de7f692242b7e20f
deleted file mode 100644
index 0bfcfcf7..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/a8/a82910849cf7f968de7f692242b7e20f and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/a8/a82f94810e232ca023edc62909873f78 b/wb_unity_pro_2/Library/Artifacts/a8/a82f94810e232ca023edc62909873f78
deleted file mode 100644
index 0924d24b..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/a8/a82f94810e232ca023edc62909873f78 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/a8/a87e8fe65502137749334c82e96d50b9 b/wb_unity_pro_2/Library/Artifacts/a8/a87e8fe65502137749334c82e96d50b9
deleted file mode 100644
index 609613c1..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/a8/a87e8fe65502137749334c82e96d50b9 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/a8/a8877411a823b50ad6b684b246ff9133 b/wb_unity_pro_2/Library/Artifacts/a8/a8877411a823b50ad6b684b246ff9133
deleted file mode 100644
index 549c9326..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/a8/a8877411a823b50ad6b684b246ff9133 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/a8/a89255ee630e3264e484183fda7dfad7 b/wb_unity_pro_2/Library/Artifacts/a8/a89255ee630e3264e484183fda7dfad7
deleted file mode 100644
index 6a9a02a1..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/a8/a89255ee630e3264e484183fda7dfad7 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/a8/a8928bb959f8d2608981ff79aebf1ced b/wb_unity_pro_2/Library/Artifacts/a8/a8928bb959f8d2608981ff79aebf1ced
deleted file mode 100644
index 5dbe78f4..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/a8/a8928bb959f8d2608981ff79aebf1ced and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/a8/a8dd4cb077a69f1711786d63b155849b b/wb_unity_pro_2/Library/Artifacts/a8/a8dd4cb077a69f1711786d63b155849b
deleted file mode 100644
index d9925af4..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/a8/a8dd4cb077a69f1711786d63b155849b and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/a9/a924445f179b936479d3ab008c1d4b83 b/wb_unity_pro_2/Library/Artifacts/a9/a924445f179b936479d3ab008c1d4b83
deleted file mode 100644
index 54883933..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/a9/a924445f179b936479d3ab008c1d4b83 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/a9/a9247c3fa4d2486716ad3b28206baaa4 b/wb_unity_pro_2/Library/Artifacts/a9/a9247c3fa4d2486716ad3b28206baaa4
deleted file mode 100644
index 63fa62fe..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/a9/a9247c3fa4d2486716ad3b28206baaa4 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/a9/a9377c51329ce9bf8cf87b9b8a3b90e6 b/wb_unity_pro_2/Library/Artifacts/a9/a9377c51329ce9bf8cf87b9b8a3b90e6
deleted file mode 100644
index 32042b36..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/a9/a9377c51329ce9bf8cf87b9b8a3b90e6 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/a9/a96d7de584890570472803d1cba3936a b/wb_unity_pro_2/Library/Artifacts/a9/a96d7de584890570472803d1cba3936a
deleted file mode 100644
index 2d4fc7e0..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/a9/a96d7de584890570472803d1cba3936a and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/a9/a979bac2f14bfe581ed8e1216a0cf737 b/wb_unity_pro_2/Library/Artifacts/a9/a979bac2f14bfe581ed8e1216a0cf737
deleted file mode 100644
index 08bd2708..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/a9/a979bac2f14bfe581ed8e1216a0cf737 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/a9/a999ded8fbcd072dc8dee811e7190099 b/wb_unity_pro_2/Library/Artifacts/a9/a999ded8fbcd072dc8dee811e7190099
deleted file mode 100644
index 44b05e56..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/a9/a999ded8fbcd072dc8dee811e7190099 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/a9/a9b371245191075bb3b78325cbe0aa15 b/wb_unity_pro_2/Library/Artifacts/a9/a9b371245191075bb3b78325cbe0aa15
deleted file mode 100644
index 3affe006..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/a9/a9b371245191075bb3b78325cbe0aa15 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/a9/a9c01166bb20cb513aae7a07ae543cfa b/wb_unity_pro_2/Library/Artifacts/a9/a9c01166bb20cb513aae7a07ae543cfa
deleted file mode 100644
index 6cb93273..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/a9/a9c01166bb20cb513aae7a07ae543cfa and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/a9/a9c538b106b00cdf37f039cec64b9d48 b/wb_unity_pro_2/Library/Artifacts/a9/a9c538b106b00cdf37f039cec64b9d48
deleted file mode 100644
index 953a2afd..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/a9/a9c538b106b00cdf37f039cec64b9d48 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/a9/a9d3882d33ba32530d68b44581d56fab b/wb_unity_pro_2/Library/Artifacts/a9/a9d3882d33ba32530d68b44581d56fab
deleted file mode 100644
index 109bbd7f..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/a9/a9d3882d33ba32530d68b44581d56fab and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/aa/aa05d1f3c37184438a28bcd7b925cc13 b/wb_unity_pro_2/Library/Artifacts/aa/aa05d1f3c37184438a28bcd7b925cc13
deleted file mode 100644
index 09c28571..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/aa/aa05d1f3c37184438a28bcd7b925cc13 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/aa/aa08b698a925d13bf4284db6e4f07d5b b/wb_unity_pro_2/Library/Artifacts/aa/aa08b698a925d13bf4284db6e4f07d5b
deleted file mode 100644
index f574bfee..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/aa/aa08b698a925d13bf4284db6e4f07d5b and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/aa/aa368f4a874bc45080c0a217f687043d b/wb_unity_pro_2/Library/Artifacts/aa/aa368f4a874bc45080c0a217f687043d
deleted file mode 100644
index 9012c375..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/aa/aa368f4a874bc45080c0a217f687043d and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/aa/aa46359d60f89f0a1ce489b053b01250 b/wb_unity_pro_2/Library/Artifacts/aa/aa46359d60f89f0a1ce489b053b01250
deleted file mode 100644
index 30299d70..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/aa/aa46359d60f89f0a1ce489b053b01250 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/aa/aa4ca0d9dece4677c93443239cf3e9da b/wb_unity_pro_2/Library/Artifacts/aa/aa4ca0d9dece4677c93443239cf3e9da
deleted file mode 100644
index 86a30f2d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/aa/aa4ca0d9dece4677c93443239cf3e9da and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/aa/aa5879bfe208511582c7b53035f33148 b/wb_unity_pro_2/Library/Artifacts/aa/aa5879bfe208511582c7b53035f33148
deleted file mode 100644
index b0aaa5fb..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/aa/aa5879bfe208511582c7b53035f33148 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/aa/aa818b93883e51b923958be28d036473 b/wb_unity_pro_2/Library/Artifacts/aa/aa818b93883e51b923958be28d036473
deleted file mode 100644
index 8f7ff68c..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/aa/aa818b93883e51b923958be28d036473 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/aa/aa89add612102fb86a06a058e30253da b/wb_unity_pro_2/Library/Artifacts/aa/aa89add612102fb86a06a058e30253da
deleted file mode 100644
index 501ea062..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/aa/aa89add612102fb86a06a058e30253da and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/aa/aa95b0c16a88fe9f1a24652059fc48c9 b/wb_unity_pro_2/Library/Artifacts/aa/aa95b0c16a88fe9f1a24652059fc48c9
deleted file mode 100644
index 3652e365..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/aa/aa95b0c16a88fe9f1a24652059fc48c9 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/aa/aaaa84832a7276252fda9cae9dc3feff b/wb_unity_pro_2/Library/Artifacts/aa/aaaa84832a7276252fda9cae9dc3feff
deleted file mode 100644
index 04b39ee8..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/aa/aaaa84832a7276252fda9cae9dc3feff and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/aa/aaacf07334ee2b1c175dd8a55140eb13 b/wb_unity_pro_2/Library/Artifacts/aa/aaacf07334ee2b1c175dd8a55140eb13
deleted file mode 100644
index de71f886..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/aa/aaacf07334ee2b1c175dd8a55140eb13 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/aa/aaae345b8524b4683331e11831c033ee b/wb_unity_pro_2/Library/Artifacts/aa/aaae345b8524b4683331e11831c033ee
deleted file mode 100644
index 48124075..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/aa/aaae345b8524b4683331e11831c033ee and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/aa/aaaee93282defd76c377f13ab7bda555 b/wb_unity_pro_2/Library/Artifacts/aa/aaaee93282defd76c377f13ab7bda555
deleted file mode 100644
index 8d52396d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/aa/aaaee93282defd76c377f13ab7bda555 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/aa/aadd7cc8864687e4f55921971bfa34d6 b/wb_unity_pro_2/Library/Artifacts/aa/aadd7cc8864687e4f55921971bfa34d6
deleted file mode 100644
index aff63cfe..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/aa/aadd7cc8864687e4f55921971bfa34d6 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/aa/aae4713f6593465d9e2218245b3d8643 b/wb_unity_pro_2/Library/Artifacts/aa/aae4713f6593465d9e2218245b3d8643
deleted file mode 100644
index 4a7203d5..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/aa/aae4713f6593465d9e2218245b3d8643 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/aa/aaffae146d1ee7bfe8a2f2decdd2758c b/wb_unity_pro_2/Library/Artifacts/aa/aaffae146d1ee7bfe8a2f2decdd2758c
deleted file mode 100644
index a9c34774..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/aa/aaffae146d1ee7bfe8a2f2decdd2758c and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/ab/ab3bf107127898806ce75e2a2c0e375b b/wb_unity_pro_2/Library/Artifacts/ab/ab3bf107127898806ce75e2a2c0e375b
deleted file mode 100644
index e0d814fc..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/ab/ab3bf107127898806ce75e2a2c0e375b and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/ab/ab4b93b9bc01c30b07f3473fb9273ae2 b/wb_unity_pro_2/Library/Artifacts/ab/ab4b93b9bc01c30b07f3473fb9273ae2
deleted file mode 100644
index 7658d4b4..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/ab/ab4b93b9bc01c30b07f3473fb9273ae2 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/ab/ab6b2ec1efe427fae489c87922db2235 b/wb_unity_pro_2/Library/Artifacts/ab/ab6b2ec1efe427fae489c87922db2235
deleted file mode 100644
index 0ba7ff91..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/ab/ab6b2ec1efe427fae489c87922db2235 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/ab/ab70c39d6761eb36151c56b38a37d0bc b/wb_unity_pro_2/Library/Artifacts/ab/ab70c39d6761eb36151c56b38a37d0bc
deleted file mode 100644
index 01c91dac..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/ab/ab70c39d6761eb36151c56b38a37d0bc and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/ab/aba617adb4e59fbfacad912dfe7f7626 b/wb_unity_pro_2/Library/Artifacts/ab/aba617adb4e59fbfacad912dfe7f7626
deleted file mode 100644
index fffdb708..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/ab/aba617adb4e59fbfacad912dfe7f7626 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/ab/abed2f639c0b87b0b053fba4e51400a3 b/wb_unity_pro_2/Library/Artifacts/ab/abed2f639c0b87b0b053fba4e51400a3
deleted file mode 100644
index 55278fca..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/ab/abed2f639c0b87b0b053fba4e51400a3 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/ac/ac026c0b18b29fff6fba4cffdd723136 b/wb_unity_pro_2/Library/Artifacts/ac/ac026c0b18b29fff6fba4cffdd723136
deleted file mode 100644
index 2f2fe61c..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/ac/ac026c0b18b29fff6fba4cffdd723136 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/ac/ac185cdf3855189a0f27b0ec1561e112 b/wb_unity_pro_2/Library/Artifacts/ac/ac185cdf3855189a0f27b0ec1561e112
deleted file mode 100644
index 2a7f17d3..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/ac/ac185cdf3855189a0f27b0ec1561e112 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/ac/ac18adf20eb533048c1c16ab9e38341f b/wb_unity_pro_2/Library/Artifacts/ac/ac18adf20eb533048c1c16ab9e38341f
deleted file mode 100644
index 677d5c57..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/ac/ac18adf20eb533048c1c16ab9e38341f and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/ac/ac1d87cfae0bfe2546c972feeed66b75 b/wb_unity_pro_2/Library/Artifacts/ac/ac1d87cfae0bfe2546c972feeed66b75
deleted file mode 100644
index 204f69b6..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/ac/ac1d87cfae0bfe2546c972feeed66b75 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/ac/ac1fb62699ea7fe68fc86e83edc3e9e6 b/wb_unity_pro_2/Library/Artifacts/ac/ac1fb62699ea7fe68fc86e83edc3e9e6
deleted file mode 100644
index e1f7dac9..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/ac/ac1fb62699ea7fe68fc86e83edc3e9e6 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/ac/ac269bab3f6f15f7c41f3eef5da18b4d b/wb_unity_pro_2/Library/Artifacts/ac/ac269bab3f6f15f7c41f3eef5da18b4d
deleted file mode 100644
index 44ee210e..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/ac/ac269bab3f6f15f7c41f3eef5da18b4d and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/ac/ac55df4ebf2c25720051cda9429ab965 b/wb_unity_pro_2/Library/Artifacts/ac/ac55df4ebf2c25720051cda9429ab965
deleted file mode 100644
index e98e7f1c..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/ac/ac55df4ebf2c25720051cda9429ab965 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/ac/ac74bc9f0aa6917c76a682cf545ccc1e b/wb_unity_pro_2/Library/Artifacts/ac/ac74bc9f0aa6917c76a682cf545ccc1e
deleted file mode 100644
index b28813f7..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/ac/ac74bc9f0aa6917c76a682cf545ccc1e and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/ac/ac87b05d98ecf56b79c4785714c37074 b/wb_unity_pro_2/Library/Artifacts/ac/ac87b05d98ecf56b79c4785714c37074
deleted file mode 100644
index 97e3304c..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/ac/ac87b05d98ecf56b79c4785714c37074 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/ac/ac8e2597cdcd29ab32826de86a2e6648 b/wb_unity_pro_2/Library/Artifacts/ac/ac8e2597cdcd29ab32826de86a2e6648
deleted file mode 100644
index 3779454b..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/ac/ac8e2597cdcd29ab32826de86a2e6648 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/ac/acc397000c37c5cd0b1411d833fe59e1 b/wb_unity_pro_2/Library/Artifacts/ac/acc397000c37c5cd0b1411d833fe59e1
deleted file mode 100644
index 7a9a1966..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/ac/acc397000c37c5cd0b1411d833fe59e1 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/ac/acd9fda0e16fe937690f36c32707bfee b/wb_unity_pro_2/Library/Artifacts/ac/acd9fda0e16fe937690f36c32707bfee
deleted file mode 100644
index 5c6a4d88..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/ac/acd9fda0e16fe937690f36c32707bfee and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/ac/acef1f46208589b456074a0104d27c0f b/wb_unity_pro_2/Library/Artifacts/ac/acef1f46208589b456074a0104d27c0f
deleted file mode 100644
index 672465df..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/ac/acef1f46208589b456074a0104d27c0f and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/ad/ad03e160a2dd507396d87e9d4feeea83 b/wb_unity_pro_2/Library/Artifacts/ad/ad03e160a2dd507396d87e9d4feeea83
deleted file mode 100644
index b039a7c9..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/ad/ad03e160a2dd507396d87e9d4feeea83 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/ad/ad1f21ef3ce63163ef0a86c4ab276631 b/wb_unity_pro_2/Library/Artifacts/ad/ad1f21ef3ce63163ef0a86c4ab276631
deleted file mode 100644
index 480fa6d5..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/ad/ad1f21ef3ce63163ef0a86c4ab276631 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/ad/ad332346aec1b9534698a77c50bdcd9e b/wb_unity_pro_2/Library/Artifacts/ad/ad332346aec1b9534698a77c50bdcd9e
deleted file mode 100644
index 2e4c37ff..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/ad/ad332346aec1b9534698a77c50bdcd9e and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/ad/ada6262307c706bd6caff9f3f45437a8 b/wb_unity_pro_2/Library/Artifacts/ad/ada6262307c706bd6caff9f3f45437a8
deleted file mode 100644
index e35eb7c1..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/ad/ada6262307c706bd6caff9f3f45437a8 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/ad/addd7abdbb33cd7452da5681079b5b27 b/wb_unity_pro_2/Library/Artifacts/ad/addd7abdbb33cd7452da5681079b5b27
deleted file mode 100644
index 6e030027..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/ad/addd7abdbb33cd7452da5681079b5b27 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/ae/ae13a2d26367c18978c9c03363c455cc b/wb_unity_pro_2/Library/Artifacts/ae/ae13a2d26367c18978c9c03363c455cc
deleted file mode 100644
index b6b6a93f..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/ae/ae13a2d26367c18978c9c03363c455cc and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/ae/ae1ca9f23de7b5fa4010dcac88ca30f7 b/wb_unity_pro_2/Library/Artifacts/ae/ae1ca9f23de7b5fa4010dcac88ca30f7
deleted file mode 100644
index 69b6972a..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/ae/ae1ca9f23de7b5fa4010dcac88ca30f7 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/ae/ae1dd504d1b7ee58d4520174f987a7bb b/wb_unity_pro_2/Library/Artifacts/ae/ae1dd504d1b7ee58d4520174f987a7bb
deleted file mode 100644
index 6483b06f..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/ae/ae1dd504d1b7ee58d4520174f987a7bb and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/ae/ae2cedd89d745856720f74d98f8157fa b/wb_unity_pro_2/Library/Artifacts/ae/ae2cedd89d745856720f74d98f8157fa
deleted file mode 100644
index ab7c4531..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/ae/ae2cedd89d745856720f74d98f8157fa and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/ae/ae33e47ca2c8247394a6fbf66585009f b/wb_unity_pro_2/Library/Artifacts/ae/ae33e47ca2c8247394a6fbf66585009f
deleted file mode 100644
index 46e2da41..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/ae/ae33e47ca2c8247394a6fbf66585009f and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/ae/ae894df4cd62ca628023ac556bdb5d65 b/wb_unity_pro_2/Library/Artifacts/ae/ae894df4cd62ca628023ac556bdb5d65
deleted file mode 100644
index 0b5919d2..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/ae/ae894df4cd62ca628023ac556bdb5d65 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/ae/aea09ed18867f667e3240c3a999b8503 b/wb_unity_pro_2/Library/Artifacts/ae/aea09ed18867f667e3240c3a999b8503
deleted file mode 100644
index da7e37c9..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/ae/aea09ed18867f667e3240c3a999b8503 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/ae/aea267118fcaea2d49cc9c6745ae2abf b/wb_unity_pro_2/Library/Artifacts/ae/aea267118fcaea2d49cc9c6745ae2abf
deleted file mode 100644
index 2117fbb2..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/ae/aea267118fcaea2d49cc9c6745ae2abf and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/ae/aecb4ef250dadac520e6d8f0756c5ad2 b/wb_unity_pro_2/Library/Artifacts/ae/aecb4ef250dadac520e6d8f0756c5ad2
deleted file mode 100644
index 2508e0e8..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/ae/aecb4ef250dadac520e6d8f0756c5ad2 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/ae/aee5cb84f21ce5149b43c748ac5e6af4 b/wb_unity_pro_2/Library/Artifacts/ae/aee5cb84f21ce5149b43c748ac5e6af4
deleted file mode 100644
index ee6f3316..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/ae/aee5cb84f21ce5149b43c748ac5e6af4 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/ae/aef71bc2fad4eb90a6fc44ebfc04aa18 b/wb_unity_pro_2/Library/Artifacts/ae/aef71bc2fad4eb90a6fc44ebfc04aa18
deleted file mode 100644
index cfbb29fb..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/ae/aef71bc2fad4eb90a6fc44ebfc04aa18 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/ae/aefb40ae57bf16fcd16e869799a70010 b/wb_unity_pro_2/Library/Artifacts/ae/aefb40ae57bf16fcd16e869799a70010
deleted file mode 100644
index 289fcee7..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/ae/aefb40ae57bf16fcd16e869799a70010 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/af/af0276f3200bfbbdba2eadf5a2586fee b/wb_unity_pro_2/Library/Artifacts/af/af0276f3200bfbbdba2eadf5a2586fee
deleted file mode 100644
index 68c2dd8e..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/af/af0276f3200bfbbdba2eadf5a2586fee and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/af/af0589370fa7004f2aa72b5323b2dd24 b/wb_unity_pro_2/Library/Artifacts/af/af0589370fa7004f2aa72b5323b2dd24
deleted file mode 100644
index df58f891..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/af/af0589370fa7004f2aa72b5323b2dd24 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/af/af1617a4a5a5ff3db4302bf065ae8c35 b/wb_unity_pro_2/Library/Artifacts/af/af1617a4a5a5ff3db4302bf065ae8c35
deleted file mode 100644
index e17f03df..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/af/af1617a4a5a5ff3db4302bf065ae8c35 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/af/af5bd675774de46a7ff8424510d49c59 b/wb_unity_pro_2/Library/Artifacts/af/af5bd675774de46a7ff8424510d49c59
deleted file mode 100644
index f8f4a87e..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/af/af5bd675774de46a7ff8424510d49c59 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/af/af6ac1e76a9a1b693a94cd9ff1a2d0d5 b/wb_unity_pro_2/Library/Artifacts/af/af6ac1e76a9a1b693a94cd9ff1a2d0d5
deleted file mode 100644
index 2e87e12f..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/af/af6ac1e76a9a1b693a94cd9ff1a2d0d5 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/af/af71016eac8b0ce0ff882b2347c7f9f2 b/wb_unity_pro_2/Library/Artifacts/af/af71016eac8b0ce0ff882b2347c7f9f2
deleted file mode 100644
index f0869997..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/af/af71016eac8b0ce0ff882b2347c7f9f2 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/af/af7357f7ffcadc272daf6f3d2766bd6e b/wb_unity_pro_2/Library/Artifacts/af/af7357f7ffcadc272daf6f3d2766bd6e
deleted file mode 100644
index f7813054..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/af/af7357f7ffcadc272daf6f3d2766bd6e and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/af/af8c01bba059c5d756875ca8cc2bede4 b/wb_unity_pro_2/Library/Artifacts/af/af8c01bba059c5d756875ca8cc2bede4
deleted file mode 100644
index 5a2c6a84..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/af/af8c01bba059c5d756875ca8cc2bede4 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/af/af91f4d5bb5a48571966c30c8b917dbf b/wb_unity_pro_2/Library/Artifacts/af/af91f4d5bb5a48571966c30c8b917dbf
deleted file mode 100644
index 25932892..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/af/af91f4d5bb5a48571966c30c8b917dbf and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/af/af976c88810040ccdadc4d70ec6fc05e b/wb_unity_pro_2/Library/Artifacts/af/af976c88810040ccdadc4d70ec6fc05e
deleted file mode 100644
index 2bcebbbc..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/af/af976c88810040ccdadc4d70ec6fc05e and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/af/afb87ab532fd8e672cae419c7d8079c8 b/wb_unity_pro_2/Library/Artifacts/af/afb87ab532fd8e672cae419c7d8079c8
deleted file mode 100644
index 3639a31b..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/af/afb87ab532fd8e672cae419c7d8079c8 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/af/afba77c729f0985cd23b33ea6fb900b9 b/wb_unity_pro_2/Library/Artifacts/af/afba77c729f0985cd23b33ea6fb900b9
deleted file mode 100644
index affd95dc..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/af/afba77c729f0985cd23b33ea6fb900b9 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/af/afc50b492915482e414be06cc7f84b64 b/wb_unity_pro_2/Library/Artifacts/af/afc50b492915482e414be06cc7f84b64
deleted file mode 100644
index 184f1762..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/af/afc50b492915482e414be06cc7f84b64 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/af/afdc8bc13ce926880088429fdc9b725c b/wb_unity_pro_2/Library/Artifacts/af/afdc8bc13ce926880088429fdc9b725c
deleted file mode 100644
index c4aa5baa..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/af/afdc8bc13ce926880088429fdc9b725c and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/af/affdb821f3098297097d1b81a5b0bc18 b/wb_unity_pro_2/Library/Artifacts/af/affdb821f3098297097d1b81a5b0bc18
deleted file mode 100644
index c02a7592..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/af/affdb821f3098297097d1b81a5b0bc18 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/b0/b00e7d4dcebc4a554d879d4bdc332989 b/wb_unity_pro_2/Library/Artifacts/b0/b00e7d4dcebc4a554d879d4bdc332989
deleted file mode 100644
index 307b050a..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/b0/b00e7d4dcebc4a554d879d4bdc332989 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/b0/b035ec6a536c509ba797be00bc33d8dc b/wb_unity_pro_2/Library/Artifacts/b0/b035ec6a536c509ba797be00bc33d8dc
deleted file mode 100644
index 0588207f..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/b0/b035ec6a536c509ba797be00bc33d8dc and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/b0/b0456efd0ee34fda1b7225c46e005e4c b/wb_unity_pro_2/Library/Artifacts/b0/b0456efd0ee34fda1b7225c46e005e4c
deleted file mode 100644
index 72a9009d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/b0/b0456efd0ee34fda1b7225c46e005e4c and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/b0/b060f8e76e234f07e144b748b48cf367 b/wb_unity_pro_2/Library/Artifacts/b0/b060f8e76e234f07e144b748b48cf367
deleted file mode 100644
index 81dc92e6..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/b0/b060f8e76e234f07e144b748b48cf367 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/b0/b06d13a8165a9fd96cc7746ee8763ac6 b/wb_unity_pro_2/Library/Artifacts/b0/b06d13a8165a9fd96cc7746ee8763ac6
deleted file mode 100644
index 2184e8cf..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/b0/b06d13a8165a9fd96cc7746ee8763ac6 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/b0/b084d751c744cb0eaf34de24439897fb b/wb_unity_pro_2/Library/Artifacts/b0/b084d751c744cb0eaf34de24439897fb
deleted file mode 100644
index ea6e0d51..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/b0/b084d751c744cb0eaf34de24439897fb and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/b0/b08b4a9fc2eb20cc875cf15b7bd0e282 b/wb_unity_pro_2/Library/Artifacts/b0/b08b4a9fc2eb20cc875cf15b7bd0e282
deleted file mode 100644
index 3e6506b2..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/b0/b08b4a9fc2eb20cc875cf15b7bd0e282 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/b0/b0b900c9c199007915f1d661457360ae b/wb_unity_pro_2/Library/Artifacts/b0/b0b900c9c199007915f1d661457360ae
deleted file mode 100644
index d3fb7058..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/b0/b0b900c9c199007915f1d661457360ae and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/b0/b0c2fbdc01dee684fa1dd4d0e12a67e4 b/wb_unity_pro_2/Library/Artifacts/b0/b0c2fbdc01dee684fa1dd4d0e12a67e4
deleted file mode 100644
index 9feafeef..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/b0/b0c2fbdc01dee684fa1dd4d0e12a67e4 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/b0/b0cd4a8a271330b420701a0f1947356e b/wb_unity_pro_2/Library/Artifacts/b0/b0cd4a8a271330b420701a0f1947356e
deleted file mode 100644
index f7fd8533..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/b0/b0cd4a8a271330b420701a0f1947356e and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/b0/b0cfac3ce627ce64e7f48589ce1eac62 b/wb_unity_pro_2/Library/Artifacts/b0/b0cfac3ce627ce64e7f48589ce1eac62
deleted file mode 100644
index fa744101..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/b0/b0cfac3ce627ce64e7f48589ce1eac62 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/b0/b0ddf82e516991b24fa9f8ab2d36e072 b/wb_unity_pro_2/Library/Artifacts/b0/b0ddf82e516991b24fa9f8ab2d36e072
deleted file mode 100644
index 6d3b24da..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/b0/b0ddf82e516991b24fa9f8ab2d36e072 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/b0/b0ea9857fbd8a4eb5df4cb596b2cfc2b b/wb_unity_pro_2/Library/Artifacts/b0/b0ea9857fbd8a4eb5df4cb596b2cfc2b
deleted file mode 100644
index 78de98b0..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/b0/b0ea9857fbd8a4eb5df4cb596b2cfc2b and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/b1/b10ed0fb8f774e45303e6b6a46c88914 b/wb_unity_pro_2/Library/Artifacts/b1/b10ed0fb8f774e45303e6b6a46c88914
deleted file mode 100644
index dccb2ed1..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/b1/b10ed0fb8f774e45303e6b6a46c88914 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/b1/b121290e2a4d0a43561db61b10ba8563 b/wb_unity_pro_2/Library/Artifacts/b1/b121290e2a4d0a43561db61b10ba8563
deleted file mode 100644
index d1e70f71..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/b1/b121290e2a4d0a43561db61b10ba8563 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/b1/b12cb0953c839474fb0f66884da1ffd1 b/wb_unity_pro_2/Library/Artifacts/b1/b12cb0953c839474fb0f66884da1ffd1
deleted file mode 100644
index 2fde74a7..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/b1/b12cb0953c839474fb0f66884da1ffd1 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/b1/b16378de1c50c488c79773b814d64ac8 b/wb_unity_pro_2/Library/Artifacts/b1/b16378de1c50c488c79773b814d64ac8
deleted file mode 100644
index 876150cd..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/b1/b16378de1c50c488c79773b814d64ac8 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/b1/b168ee6736013d1947bc3b10698366b8 b/wb_unity_pro_2/Library/Artifacts/b1/b168ee6736013d1947bc3b10698366b8
deleted file mode 100644
index 3dd20f48..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/b1/b168ee6736013d1947bc3b10698366b8 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/b1/b17154ee0f9f42ce794c8c9df139a2bb b/wb_unity_pro_2/Library/Artifacts/b1/b17154ee0f9f42ce794c8c9df139a2bb
deleted file mode 100644
index e12e0aa1..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/b1/b17154ee0f9f42ce794c8c9df139a2bb and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/b1/b17b269cd87b891ba5f1dc74cf7afe2e b/wb_unity_pro_2/Library/Artifacts/b1/b17b269cd87b891ba5f1dc74cf7afe2e
deleted file mode 100644
index 6c7f5012..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/b1/b17b269cd87b891ba5f1dc74cf7afe2e and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/b1/b1831f526f6de3ddaa80ea05d3da0c7a b/wb_unity_pro_2/Library/Artifacts/b1/b1831f526f6de3ddaa80ea05d3da0c7a
deleted file mode 100644
index 91a6497f..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/b1/b1831f526f6de3ddaa80ea05d3da0c7a and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/b1/b1841115663f5167e2a8b125e9ac6708 b/wb_unity_pro_2/Library/Artifacts/b1/b1841115663f5167e2a8b125e9ac6708
deleted file mode 100644
index cd907568..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/b1/b1841115663f5167e2a8b125e9ac6708 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/b1/b1955a7b7e9afcba749c32f5a068cc6c b/wb_unity_pro_2/Library/Artifacts/b1/b1955a7b7e9afcba749c32f5a068cc6c
deleted file mode 100644
index d55eefef..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/b1/b1955a7b7e9afcba749c32f5a068cc6c and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/b1/b19f207f3486c025641489917746c446 b/wb_unity_pro_2/Library/Artifacts/b1/b19f207f3486c025641489917746c446
deleted file mode 100644
index 5e1106e2..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/b1/b19f207f3486c025641489917746c446 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/b1/b1c257e1994bd5d98cbb5d4910737a1d b/wb_unity_pro_2/Library/Artifacts/b1/b1c257e1994bd5d98cbb5d4910737a1d
deleted file mode 100644
index 0a35fe3b..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/b1/b1c257e1994bd5d98cbb5d4910737a1d and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/b1/b1d575dae6ef29677c125419406ec33b b/wb_unity_pro_2/Library/Artifacts/b1/b1d575dae6ef29677c125419406ec33b
deleted file mode 100644
index 26c3fff7..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/b1/b1d575dae6ef29677c125419406ec33b and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/b1/b1e30ee1c1a68afd34bb9616de1451fe b/wb_unity_pro_2/Library/Artifacts/b1/b1e30ee1c1a68afd34bb9616de1451fe
deleted file mode 100644
index 483e65df..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/b1/b1e30ee1c1a68afd34bb9616de1451fe and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/b1/b1f7f0efe6017cb2a40919a3d357b01f b/wb_unity_pro_2/Library/Artifacts/b1/b1f7f0efe6017cb2a40919a3d357b01f
deleted file mode 100644
index 5f49e227..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/b1/b1f7f0efe6017cb2a40919a3d357b01f and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/b2/b222f54d246e0e1ac24afabd5df20e94 b/wb_unity_pro_2/Library/Artifacts/b2/b222f54d246e0e1ac24afabd5df20e94
deleted file mode 100644
index 2bc9a32a..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/b2/b222f54d246e0e1ac24afabd5df20e94 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/b2/b258ca49eb46babe520f0ef4df3c1bde b/wb_unity_pro_2/Library/Artifacts/b2/b258ca49eb46babe520f0ef4df3c1bde
deleted file mode 100644
index 5e871734..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/b2/b258ca49eb46babe520f0ef4df3c1bde and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/b2/b26d19519ee6bf7249e120254d1817ac b/wb_unity_pro_2/Library/Artifacts/b2/b26d19519ee6bf7249e120254d1817ac
deleted file mode 100644
index 385c73ff..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/b2/b26d19519ee6bf7249e120254d1817ac and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/b2/b286d1c705ae4a46c57b9e1f0d155f2e b/wb_unity_pro_2/Library/Artifacts/b2/b286d1c705ae4a46c57b9e1f0d155f2e
deleted file mode 100644
index 8c955481..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/b2/b286d1c705ae4a46c57b9e1f0d155f2e and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/b2/b288e35271a30625f185eb307e388630 b/wb_unity_pro_2/Library/Artifacts/b2/b288e35271a30625f185eb307e388630
deleted file mode 100644
index 7020d1bb..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/b2/b288e35271a30625f185eb307e388630 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/b2/b2918f6958496b7e778b80539446e6b7 b/wb_unity_pro_2/Library/Artifacts/b2/b2918f6958496b7e778b80539446e6b7
deleted file mode 100644
index 8399fea4..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/b2/b2918f6958496b7e778b80539446e6b7 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/b2/b2a1a4698e38db6706ae6f4d263b2edc b/wb_unity_pro_2/Library/Artifacts/b2/b2a1a4698e38db6706ae6f4d263b2edc
deleted file mode 100644
index d088e945..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/b2/b2a1a4698e38db6706ae6f4d263b2edc and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/b2/b2b367953162f05ad70a910d0a5a04e7 b/wb_unity_pro_2/Library/Artifacts/b2/b2b367953162f05ad70a910d0a5a04e7
deleted file mode 100644
index e734b3f4..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/b2/b2b367953162f05ad70a910d0a5a04e7 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/b2/b2c3d5d8799e4eed43d7bb714929c049 b/wb_unity_pro_2/Library/Artifacts/b2/b2c3d5d8799e4eed43d7bb714929c049
deleted file mode 100644
index e539f232..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/b2/b2c3d5d8799e4eed43d7bb714929c049 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/b2/b2e6fdc37eed1e16256071f664cc743c b/wb_unity_pro_2/Library/Artifacts/b2/b2e6fdc37eed1e16256071f664cc743c
deleted file mode 100644
index efbc2266..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/b2/b2e6fdc37eed1e16256071f664cc743c and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/b2/b2f29b41cabb4f2fbdf31f125f28fa72 b/wb_unity_pro_2/Library/Artifacts/b2/b2f29b41cabb4f2fbdf31f125f28fa72
deleted file mode 100644
index b5df19da..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/b2/b2f29b41cabb4f2fbdf31f125f28fa72 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/b2/b2fa56391cb7d03320b0d5cf3ece0379 b/wb_unity_pro_2/Library/Artifacts/b2/b2fa56391cb7d03320b0d5cf3ece0379
deleted file mode 100644
index 16747942..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/b2/b2fa56391cb7d03320b0d5cf3ece0379 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/b3/b30437b663f26ed289e2db1ba5f87ccb b/wb_unity_pro_2/Library/Artifacts/b3/b30437b663f26ed289e2db1ba5f87ccb
deleted file mode 100644
index 265a6a24..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/b3/b30437b663f26ed289e2db1ba5f87ccb and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/b3/b318453e2ac02c34297e6cfd3d5f6189 b/wb_unity_pro_2/Library/Artifacts/b3/b318453e2ac02c34297e6cfd3d5f6189
deleted file mode 100644
index 93be18c0..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/b3/b318453e2ac02c34297e6cfd3d5f6189 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/b3/b32446b57cf9597949c640d5ac9580c0 b/wb_unity_pro_2/Library/Artifacts/b3/b32446b57cf9597949c640d5ac9580c0
deleted file mode 100644
index 61370cfb..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/b3/b32446b57cf9597949c640d5ac9580c0 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/b3/b3245b82d9f3bbfe880f5259fdb5eefe b/wb_unity_pro_2/Library/Artifacts/b3/b3245b82d9f3bbfe880f5259fdb5eefe
deleted file mode 100644
index 3c6f4eac..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/b3/b3245b82d9f3bbfe880f5259fdb5eefe and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/b3/b340a03e12fb73ad5b5281a067cb24b6 b/wb_unity_pro_2/Library/Artifacts/b3/b340a03e12fb73ad5b5281a067cb24b6
deleted file mode 100644
index f5a13458..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/b3/b340a03e12fb73ad5b5281a067cb24b6 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/b3/b343d5885cac1df1454afb15af1ef704 b/wb_unity_pro_2/Library/Artifacts/b3/b343d5885cac1df1454afb15af1ef704
deleted file mode 100644
index a90450b9..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/b3/b343d5885cac1df1454afb15af1ef704 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/b3/b375d16bef9e5eae643588529d6314c5 b/wb_unity_pro_2/Library/Artifacts/b3/b375d16bef9e5eae643588529d6314c5
deleted file mode 100644
index 5436bc9b..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/b3/b375d16bef9e5eae643588529d6314c5 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/b3/b3a1e47cb5034320e8ba544aef73b55e b/wb_unity_pro_2/Library/Artifacts/b3/b3a1e47cb5034320e8ba544aef73b55e
deleted file mode 100644
index f1368be2..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/b3/b3a1e47cb5034320e8ba544aef73b55e and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/b3/b3a9ef7da060910c052900cd089ac754 b/wb_unity_pro_2/Library/Artifacts/b3/b3a9ef7da060910c052900cd089ac754
deleted file mode 100644
index 6c69ff3d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/b3/b3a9ef7da060910c052900cd089ac754 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/b3/b3bf2e33b67d0d26763b6ca42c2dda25 b/wb_unity_pro_2/Library/Artifacts/b3/b3bf2e33b67d0d26763b6ca42c2dda25
deleted file mode 100644
index 0c57bc0c..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/b3/b3bf2e33b67d0d26763b6ca42c2dda25 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/b3/b3d8096b02c7fd9f76da633eb3bd280f b/wb_unity_pro_2/Library/Artifacts/b3/b3d8096b02c7fd9f76da633eb3bd280f
deleted file mode 100644
index 9ca15d14..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/b3/b3d8096b02c7fd9f76da633eb3bd280f and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/b4/b40c551730c86b1b4296a6b48039531e b/wb_unity_pro_2/Library/Artifacts/b4/b40c551730c86b1b4296a6b48039531e
deleted file mode 100644
index 0fcfbfe4..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/b4/b40c551730c86b1b4296a6b48039531e and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/b4/b414762bc56e07dd5b981aec5daa0075 b/wb_unity_pro_2/Library/Artifacts/b4/b414762bc56e07dd5b981aec5daa0075
deleted file mode 100644
index e9f9b096..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/b4/b414762bc56e07dd5b981aec5daa0075 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/b4/b4168b8c838db505e350f44428a4421d b/wb_unity_pro_2/Library/Artifacts/b4/b4168b8c838db505e350f44428a4421d
deleted file mode 100644
index 80a6fe92..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/b4/b4168b8c838db505e350f44428a4421d and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/b4/b44064ee6aeba875709df1891aee8dce b/wb_unity_pro_2/Library/Artifacts/b4/b44064ee6aeba875709df1891aee8dce
deleted file mode 100644
index 16c5b139..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/b4/b44064ee6aeba875709df1891aee8dce and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/b4/b4428221b3858922c6a7082ac9c2068f b/wb_unity_pro_2/Library/Artifacts/b4/b4428221b3858922c6a7082ac9c2068f
deleted file mode 100644
index a68523cd..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/b4/b4428221b3858922c6a7082ac9c2068f and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/b4/b49e54dd0cb057ce33208193ac365f9c b/wb_unity_pro_2/Library/Artifacts/b4/b49e54dd0cb057ce33208193ac365f9c
deleted file mode 100644
index e494c54a..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/b4/b49e54dd0cb057ce33208193ac365f9c and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/b4/b49f8655ae8cd3b07cf1c0f18ceba8ff b/wb_unity_pro_2/Library/Artifacts/b4/b49f8655ae8cd3b07cf1c0f18ceba8ff
deleted file mode 100644
index c205e48e..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/b4/b49f8655ae8cd3b07cf1c0f18ceba8ff and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/b4/b4a6cb50e932c6b79afcd8ad9f6d8f36 b/wb_unity_pro_2/Library/Artifacts/b4/b4a6cb50e932c6b79afcd8ad9f6d8f36
deleted file mode 100644
index d430b462..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/b4/b4a6cb50e932c6b79afcd8ad9f6d8f36 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/b4/b4b96849288a945e2cd2dbafa04e1b07 b/wb_unity_pro_2/Library/Artifacts/b4/b4b96849288a945e2cd2dbafa04e1b07
deleted file mode 100644
index c05c02cd..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/b4/b4b96849288a945e2cd2dbafa04e1b07 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/b4/b4cde9119bb8566887316c6017f027a0 b/wb_unity_pro_2/Library/Artifacts/b4/b4cde9119bb8566887316c6017f027a0
deleted file mode 100644
index 0d196c2d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/b4/b4cde9119bb8566887316c6017f027a0 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/b4/b4cdf206fe64e558fc4cc3632865c257 b/wb_unity_pro_2/Library/Artifacts/b4/b4cdf206fe64e558fc4cc3632865c257
deleted file mode 100644
index a9597e06..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/b4/b4cdf206fe64e558fc4cc3632865c257 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/b4/b4e3745845d7aec82a46752fa92434ac b/wb_unity_pro_2/Library/Artifacts/b4/b4e3745845d7aec82a46752fa92434ac
deleted file mode 100644
index 8f3b4505..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/b4/b4e3745845d7aec82a46752fa92434ac and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/b5/b50c42e66417adb677390bf71f4a61b0 b/wb_unity_pro_2/Library/Artifacts/b5/b50c42e66417adb677390bf71f4a61b0
deleted file mode 100644
index 9f7a7ceb..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/b5/b50c42e66417adb677390bf71f4a61b0 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/b5/b536902f2f829b7efe83ed1c6f909e37 b/wb_unity_pro_2/Library/Artifacts/b5/b536902f2f829b7efe83ed1c6f909e37
deleted file mode 100644
index 37a69c8f..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/b5/b536902f2f829b7efe83ed1c6f909e37 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/b5/b53f7e7273dd096764aebbec958dedb8 b/wb_unity_pro_2/Library/Artifacts/b5/b53f7e7273dd096764aebbec958dedb8
deleted file mode 100644
index 960eaa08..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/b5/b53f7e7273dd096764aebbec958dedb8 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/b5/b54d7ad207d30451b9f203130d17ea49 b/wb_unity_pro_2/Library/Artifacts/b5/b54d7ad207d30451b9f203130d17ea49
deleted file mode 100644
index a4c7e814..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/b5/b54d7ad207d30451b9f203130d17ea49 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/b5/b550591958c30929a74dc6e757cacfb0 b/wb_unity_pro_2/Library/Artifacts/b5/b550591958c30929a74dc6e757cacfb0
deleted file mode 100644
index dfdf6f3b..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/b5/b550591958c30929a74dc6e757cacfb0 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/b5/b556a895a8d03e5c909f1238a93fcbc6 b/wb_unity_pro_2/Library/Artifacts/b5/b556a895a8d03e5c909f1238a93fcbc6
deleted file mode 100644
index ba60f024..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/b5/b556a895a8d03e5c909f1238a93fcbc6 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/b5/b58a9d83b4beaf8b9d76744138771a29 b/wb_unity_pro_2/Library/Artifacts/b5/b58a9d83b4beaf8b9d76744138771a29
deleted file mode 100644
index a70a2d72..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/b5/b58a9d83b4beaf8b9d76744138771a29 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/b5/b5a6da3b8da567f0761ce269607bd914 b/wb_unity_pro_2/Library/Artifacts/b5/b5a6da3b8da567f0761ce269607bd914
deleted file mode 100644
index bf9f1837..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/b5/b5a6da3b8da567f0761ce269607bd914 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/b5/b5aef290bc3f9bdb982b9ff3c0a33100 b/wb_unity_pro_2/Library/Artifacts/b5/b5aef290bc3f9bdb982b9ff3c0a33100
deleted file mode 100644
index 86499c04..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/b5/b5aef290bc3f9bdb982b9ff3c0a33100 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/b5/b5cfa65186477e1ed582e168c7c6bdea b/wb_unity_pro_2/Library/Artifacts/b5/b5cfa65186477e1ed582e168c7c6bdea
deleted file mode 100644
index 37c9f120..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/b5/b5cfa65186477e1ed582e168c7c6bdea and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/b5/b5eed32b057e8eceaf8277d4927831ca b/wb_unity_pro_2/Library/Artifacts/b5/b5eed32b057e8eceaf8277d4927831ca
deleted file mode 100644
index da46d4d5..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/b5/b5eed32b057e8eceaf8277d4927831ca and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/b5/b5f10b61698a307159a673f81236d4a2 b/wb_unity_pro_2/Library/Artifacts/b5/b5f10b61698a307159a673f81236d4a2
deleted file mode 100644
index aad6f4a2..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/b5/b5f10b61698a307159a673f81236d4a2 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/b5/b5f99e0989c2292e063a2ad3d85c68e5 b/wb_unity_pro_2/Library/Artifacts/b5/b5f99e0989c2292e063a2ad3d85c68e5
deleted file mode 100644
index 545d2aee..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/b5/b5f99e0989c2292e063a2ad3d85c68e5 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/b6/b60db3f5a28f37d5e92af6bedc791142 b/wb_unity_pro_2/Library/Artifacts/b6/b60db3f5a28f37d5e92af6bedc791142
deleted file mode 100644
index 16ba39f0..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/b6/b60db3f5a28f37d5e92af6bedc791142 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/b6/b632f87974b7cd5fd1d39c13bb399bb7 b/wb_unity_pro_2/Library/Artifacts/b6/b632f87974b7cd5fd1d39c13bb399bb7
deleted file mode 100644
index 9eb3b7af..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/b6/b632f87974b7cd5fd1d39c13bb399bb7 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/b6/b65a0e7ed53c2ea40784f65a78157114 b/wb_unity_pro_2/Library/Artifacts/b6/b65a0e7ed53c2ea40784f65a78157114
deleted file mode 100644
index ecff2d9b..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/b6/b65a0e7ed53c2ea40784f65a78157114 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/b6/b66173f997389ac6daae5809c113c11c b/wb_unity_pro_2/Library/Artifacts/b6/b66173f997389ac6daae5809c113c11c
deleted file mode 100644
index 670729f5..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/b6/b66173f997389ac6daae5809c113c11c and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/b6/b67eadfcfade7d71d225b3197989d1ae b/wb_unity_pro_2/Library/Artifacts/b6/b67eadfcfade7d71d225b3197989d1ae
deleted file mode 100644
index 0b8956a0..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/b6/b67eadfcfade7d71d225b3197989d1ae and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/b6/b69e7b3eeb5bdfcdfe63017c3fc0836a b/wb_unity_pro_2/Library/Artifacts/b6/b69e7b3eeb5bdfcdfe63017c3fc0836a
deleted file mode 100644
index 8ca43d33..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/b6/b69e7b3eeb5bdfcdfe63017c3fc0836a and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/b6/b6deef2271a5c94d2b2fcc311e18c16d b/wb_unity_pro_2/Library/Artifacts/b6/b6deef2271a5c94d2b2fcc311e18c16d
deleted file mode 100644
index 7a89cb30..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/b6/b6deef2271a5c94d2b2fcc311e18c16d and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/b6/b6dfcf360020c94463de6c1d35d4548e b/wb_unity_pro_2/Library/Artifacts/b6/b6dfcf360020c94463de6c1d35d4548e
deleted file mode 100644
index ec25b2d7..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/b6/b6dfcf360020c94463de6c1d35d4548e and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/b6/b6f1aa2a631d44b8e081db1404d36e02 b/wb_unity_pro_2/Library/Artifacts/b6/b6f1aa2a631d44b8e081db1404d36e02
deleted file mode 100644
index 19f8b67f..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/b6/b6f1aa2a631d44b8e081db1404d36e02 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/b6/b6f2d095135e42d21529b454f47f1efd b/wb_unity_pro_2/Library/Artifacts/b6/b6f2d095135e42d21529b454f47f1efd
deleted file mode 100644
index ac82a69f..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/b6/b6f2d095135e42d21529b454f47f1efd and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/b6/b6fb40cdbb857fcfe91e9a59efec2574 b/wb_unity_pro_2/Library/Artifacts/b6/b6fb40cdbb857fcfe91e9a59efec2574
deleted file mode 100644
index 9c65cd2e..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/b6/b6fb40cdbb857fcfe91e9a59efec2574 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/b6/b6fc3a43d02dfd3f6471f103feba0a3e b/wb_unity_pro_2/Library/Artifacts/b6/b6fc3a43d02dfd3f6471f103feba0a3e
deleted file mode 100644
index a3ff4795..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/b6/b6fc3a43d02dfd3f6471f103feba0a3e and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/b7/b727bf530d1e64625a021935991db503 b/wb_unity_pro_2/Library/Artifacts/b7/b727bf530d1e64625a021935991db503
deleted file mode 100644
index 1e90dd10..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/b7/b727bf530d1e64625a021935991db503 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/b7/b72b023540b534ff36c553d78cd6a279 b/wb_unity_pro_2/Library/Artifacts/b7/b72b023540b534ff36c553d78cd6a279
deleted file mode 100644
index 11e78f7a..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/b7/b72b023540b534ff36c553d78cd6a279 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/b7/b739d5c54fa380eda10a9675b65afdd5 b/wb_unity_pro_2/Library/Artifacts/b7/b739d5c54fa380eda10a9675b65afdd5
deleted file mode 100644
index af7e20dd..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/b7/b739d5c54fa380eda10a9675b65afdd5 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/b7/b74019929d6f723fbfd7f5589e046fd4 b/wb_unity_pro_2/Library/Artifacts/b7/b74019929d6f723fbfd7f5589e046fd4
deleted file mode 100644
index 93d1115b..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/b7/b74019929d6f723fbfd7f5589e046fd4 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/b7/b7760c24a6f67ed36becdabea1d07b00 b/wb_unity_pro_2/Library/Artifacts/b7/b7760c24a6f67ed36becdabea1d07b00
deleted file mode 100644
index 4f3eaa01..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/b7/b7760c24a6f67ed36becdabea1d07b00 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/b7/b78f5ee4fcf0de2c9a3b49626985cfdd b/wb_unity_pro_2/Library/Artifacts/b7/b78f5ee4fcf0de2c9a3b49626985cfdd
deleted file mode 100644
index 7dab52b7..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/b7/b78f5ee4fcf0de2c9a3b49626985cfdd and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/b7/b7a35ced099f814bd35e39553b3703a0 b/wb_unity_pro_2/Library/Artifacts/b7/b7a35ced099f814bd35e39553b3703a0
deleted file mode 100644
index 89102143..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/b7/b7a35ced099f814bd35e39553b3703a0 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/b7/b7bdb7080a03c1165e3666a818b13724 b/wb_unity_pro_2/Library/Artifacts/b7/b7bdb7080a03c1165e3666a818b13724
deleted file mode 100644
index 833e3161..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/b7/b7bdb7080a03c1165e3666a818b13724 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/b7/b7be73ab80deeaa6190bb0c5269a39fb b/wb_unity_pro_2/Library/Artifacts/b7/b7be73ab80deeaa6190bb0c5269a39fb
deleted file mode 100644
index 43174c3f..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/b7/b7be73ab80deeaa6190bb0c5269a39fb and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/b7/b7d8fc677aad92be786167c026f501af b/wb_unity_pro_2/Library/Artifacts/b7/b7d8fc677aad92be786167c026f501af
deleted file mode 100644
index 01885c96..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/b7/b7d8fc677aad92be786167c026f501af and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/b7/b7eb14dca1b76666bdcd86a39cf9be54 b/wb_unity_pro_2/Library/Artifacts/b7/b7eb14dca1b76666bdcd86a39cf9be54
deleted file mode 100644
index 3938923d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/b7/b7eb14dca1b76666bdcd86a39cf9be54 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/b7/b7f74b898b0e40db835c83c68537d662 b/wb_unity_pro_2/Library/Artifacts/b7/b7f74b898b0e40db835c83c68537d662
deleted file mode 100644
index eb180711..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/b7/b7f74b898b0e40db835c83c68537d662 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/b8/b80981da468f103cb62f22b305a63aa6 b/wb_unity_pro_2/Library/Artifacts/b8/b80981da468f103cb62f22b305a63aa6
deleted file mode 100644
index 91d69f53..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/b8/b80981da468f103cb62f22b305a63aa6 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/b8/b82a468beb4bce1c3799865231e4b4f2 b/wb_unity_pro_2/Library/Artifacts/b8/b82a468beb4bce1c3799865231e4b4f2
deleted file mode 100644
index 30f58098..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/b8/b82a468beb4bce1c3799865231e4b4f2 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/b8/b839ea7460e1fffa1c304cd790374603 b/wb_unity_pro_2/Library/Artifacts/b8/b839ea7460e1fffa1c304cd790374603
deleted file mode 100644
index 7aa484e2..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/b8/b839ea7460e1fffa1c304cd790374603 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/b8/b850b67f282546f2d66584b95183913f b/wb_unity_pro_2/Library/Artifacts/b8/b850b67f282546f2d66584b95183913f
deleted file mode 100644
index fb11fa1a..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/b8/b850b67f282546f2d66584b95183913f and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/b8/b85bc33a54df13e47740fa496bb351ec b/wb_unity_pro_2/Library/Artifacts/b8/b85bc33a54df13e47740fa496bb351ec
deleted file mode 100644
index 2c91e342..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/b8/b85bc33a54df13e47740fa496bb351ec and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/b8/b872e3b7f57c6de2d833954251eed5fc b/wb_unity_pro_2/Library/Artifacts/b8/b872e3b7f57c6de2d833954251eed5fc
deleted file mode 100644
index 8eb02e34..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/b8/b872e3b7f57c6de2d833954251eed5fc and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/b8/b87b4b061e23c325a12cab4d51e28aa8 b/wb_unity_pro_2/Library/Artifacts/b8/b87b4b061e23c325a12cab4d51e28aa8
deleted file mode 100644
index 2be83e85..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/b8/b87b4b061e23c325a12cab4d51e28aa8 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/b8/b87f673085e37080d61e2965f4e2ec45 b/wb_unity_pro_2/Library/Artifacts/b8/b87f673085e37080d61e2965f4e2ec45
deleted file mode 100644
index 3abd800c..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/b8/b87f673085e37080d61e2965f4e2ec45 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/b8/b89ccf70bd8bdb1943dd0e7c91716366 b/wb_unity_pro_2/Library/Artifacts/b8/b89ccf70bd8bdb1943dd0e7c91716366
deleted file mode 100644
index 0b08f8ec..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/b8/b89ccf70bd8bdb1943dd0e7c91716366 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/b8/b8b3fb51771ba56545a9c51c274bd11b b/wb_unity_pro_2/Library/Artifacts/b8/b8b3fb51771ba56545a9c51c274bd11b
deleted file mode 100644
index a17af48a..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/b8/b8b3fb51771ba56545a9c51c274bd11b and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/b8/b8b8131280d105f4bedd2047d60d738f b/wb_unity_pro_2/Library/Artifacts/b8/b8b8131280d105f4bedd2047d60d738f
deleted file mode 100644
index 23a3eea1..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/b8/b8b8131280d105f4bedd2047d60d738f and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/b8/b8eb923428bf7d536a2278c9ef722376 b/wb_unity_pro_2/Library/Artifacts/b8/b8eb923428bf7d536a2278c9ef722376
deleted file mode 100644
index 0a0c95af..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/b8/b8eb923428bf7d536a2278c9ef722376 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/b8/b8f620adadd8fe482844753171c4aaba b/wb_unity_pro_2/Library/Artifacts/b8/b8f620adadd8fe482844753171c4aaba
deleted file mode 100644
index 8629eee0..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/b8/b8f620adadd8fe482844753171c4aaba and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/b9/b91e4a3126119726abd8db75d888b3db b/wb_unity_pro_2/Library/Artifacts/b9/b91e4a3126119726abd8db75d888b3db
deleted file mode 100644
index c5b7cf5e..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/b9/b91e4a3126119726abd8db75d888b3db and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/b9/b93932637c0be90526788210de8a20b2 b/wb_unity_pro_2/Library/Artifacts/b9/b93932637c0be90526788210de8a20b2
deleted file mode 100644
index ddce17c9..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/b9/b93932637c0be90526788210de8a20b2 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/b9/b941e5e1f625f527c52fd707dc3c5b5a b/wb_unity_pro_2/Library/Artifacts/b9/b941e5e1f625f527c52fd707dc3c5b5a
deleted file mode 100644
index 8984fdcc..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/b9/b941e5e1f625f527c52fd707dc3c5b5a and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/b9/b95ea8d08ca67bd5c361ace8c5470eed b/wb_unity_pro_2/Library/Artifacts/b9/b95ea8d08ca67bd5c361ace8c5470eed
deleted file mode 100644
index 1b5f7d38..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/b9/b95ea8d08ca67bd5c361ace8c5470eed and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/b9/b966bf3c9cbf8ebea44f86918ef1f770 b/wb_unity_pro_2/Library/Artifacts/b9/b966bf3c9cbf8ebea44f86918ef1f770
deleted file mode 100644
index 5269814a..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/b9/b966bf3c9cbf8ebea44f86918ef1f770 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/b9/b96e6079801e85797ab54f9ba530be5d b/wb_unity_pro_2/Library/Artifacts/b9/b96e6079801e85797ab54f9ba530be5d
deleted file mode 100644
index 5acede9f..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/b9/b96e6079801e85797ab54f9ba530be5d and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/b9/b974c764f44905a62eccec75ba8efc63 b/wb_unity_pro_2/Library/Artifacts/b9/b974c764f44905a62eccec75ba8efc63
deleted file mode 100644
index d98a330d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/b9/b974c764f44905a62eccec75ba8efc63 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/b9/b977fb22926e830581b1c40de3d402fb b/wb_unity_pro_2/Library/Artifacts/b9/b977fb22926e830581b1c40de3d402fb
deleted file mode 100644
index 1ba976e0..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/b9/b977fb22926e830581b1c40de3d402fb and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/b9/b98745c91d0bac46325191512b3062a2 b/wb_unity_pro_2/Library/Artifacts/b9/b98745c91d0bac46325191512b3062a2
deleted file mode 100644
index 3b548914..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/b9/b98745c91d0bac46325191512b3062a2 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/b9/b995261dc90bae50aa50169e3985f140 b/wb_unity_pro_2/Library/Artifacts/b9/b995261dc90bae50aa50169e3985f140
deleted file mode 100644
index 69b1b7f1..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/b9/b995261dc90bae50aa50169e3985f140 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/b9/b9cc95469d8c0c680319c60d4b70e444 b/wb_unity_pro_2/Library/Artifacts/b9/b9cc95469d8c0c680319c60d4b70e444
deleted file mode 100644
index a266df66..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/b9/b9cc95469d8c0c680319c60d4b70e444 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/ba/ba0aeca2bcbb5e9c2ba423b3a528223a b/wb_unity_pro_2/Library/Artifacts/ba/ba0aeca2bcbb5e9c2ba423b3a528223a
deleted file mode 100644
index 57aba722..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/ba/ba0aeca2bcbb5e9c2ba423b3a528223a and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/ba/ba3a3968d7ef141c7a481ed9afcd1362 b/wb_unity_pro_2/Library/Artifacts/ba/ba3a3968d7ef141c7a481ed9afcd1362
deleted file mode 100644
index 92f45d1c..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/ba/ba3a3968d7ef141c7a481ed9afcd1362 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/ba/ba3ccf086b2238add3bef4b306c9320e b/wb_unity_pro_2/Library/Artifacts/ba/ba3ccf086b2238add3bef4b306c9320e
deleted file mode 100644
index b66ab5ad..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/ba/ba3ccf086b2238add3bef4b306c9320e and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/ba/ba42b9d2db24914fc86fd3ef645d23a3 b/wb_unity_pro_2/Library/Artifacts/ba/ba42b9d2db24914fc86fd3ef645d23a3
deleted file mode 100644
index 5130c4ae..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/ba/ba42b9d2db24914fc86fd3ef645d23a3 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/ba/ba75c7c5bdbadbd9b9ec72b7a060bcf6 b/wb_unity_pro_2/Library/Artifacts/ba/ba75c7c5bdbadbd9b9ec72b7a060bcf6
deleted file mode 100644
index 0b9a1f97..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/ba/ba75c7c5bdbadbd9b9ec72b7a060bcf6 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/ba/ba9b7f050f035f84fd2846dbfa02b4ab b/wb_unity_pro_2/Library/Artifacts/ba/ba9b7f050f035f84fd2846dbfa02b4ab
deleted file mode 100644
index c2e84ab0..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/ba/ba9b7f050f035f84fd2846dbfa02b4ab and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/ba/baa0c92ee728be0bd65c263d29070d39 b/wb_unity_pro_2/Library/Artifacts/ba/baa0c92ee728be0bd65c263d29070d39
deleted file mode 100644
index 5e37d27b..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/ba/baa0c92ee728be0bd65c263d29070d39 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/bb/bb0e0a0f5e843ae1d255d8cfd8890265 b/wb_unity_pro_2/Library/Artifacts/bb/bb0e0a0f5e843ae1d255d8cfd8890265
deleted file mode 100644
index a5302a4f..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/bb/bb0e0a0f5e843ae1d255d8cfd8890265 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/bb/bb10a73a7bb9aea5382453ec15d680b5 b/wb_unity_pro_2/Library/Artifacts/bb/bb10a73a7bb9aea5382453ec15d680b5
deleted file mode 100644
index bb921512..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/bb/bb10a73a7bb9aea5382453ec15d680b5 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/bb/bb194c21a5056648a1cd35f3e993894b b/wb_unity_pro_2/Library/Artifacts/bb/bb194c21a5056648a1cd35f3e993894b
deleted file mode 100644
index b6cfd163..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/bb/bb194c21a5056648a1cd35f3e993894b and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/bb/bb1f19f3dcbd52551a034ba35b521e2b b/wb_unity_pro_2/Library/Artifacts/bb/bb1f19f3dcbd52551a034ba35b521e2b
deleted file mode 100644
index 9e932b91..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/bb/bb1f19f3dcbd52551a034ba35b521e2b and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/bb/bb235965bfe48e4572cc1d2a223e4a67 b/wb_unity_pro_2/Library/Artifacts/bb/bb235965bfe48e4572cc1d2a223e4a67
deleted file mode 100644
index 8af476d5..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/bb/bb235965bfe48e4572cc1d2a223e4a67 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/bb/bb29be37212ee28f51b46e97fd343ae0 b/wb_unity_pro_2/Library/Artifacts/bb/bb29be37212ee28f51b46e97fd343ae0
deleted file mode 100644
index b1ffbd43..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/bb/bb29be37212ee28f51b46e97fd343ae0 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/bb/bb2acd15cba1b9d202a273be70281dc5 b/wb_unity_pro_2/Library/Artifacts/bb/bb2acd15cba1b9d202a273be70281dc5
deleted file mode 100644
index e26ae018..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/bb/bb2acd15cba1b9d202a273be70281dc5 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/bb/bb2b32b918eabdf03393d5407ff5b497 b/wb_unity_pro_2/Library/Artifacts/bb/bb2b32b918eabdf03393d5407ff5b497
deleted file mode 100644
index e25319b6..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/bb/bb2b32b918eabdf03393d5407ff5b497 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/bb/bb469d5fb52ebfd586a0312d3d336f6c b/wb_unity_pro_2/Library/Artifacts/bb/bb469d5fb52ebfd586a0312d3d336f6c
deleted file mode 100644
index 3bcdd52c..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/bb/bb469d5fb52ebfd586a0312d3d336f6c and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/bb/bba58d8f1c6f7f74686cffd273a292e7 b/wb_unity_pro_2/Library/Artifacts/bb/bba58d8f1c6f7f74686cffd273a292e7
deleted file mode 100644
index 03a1d41a..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/bb/bba58d8f1c6f7f74686cffd273a292e7 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/bb/bba897d63384680e6eefef68a138607f b/wb_unity_pro_2/Library/Artifacts/bb/bba897d63384680e6eefef68a138607f
deleted file mode 100644
index 16bd5b34..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/bb/bba897d63384680e6eefef68a138607f and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/bb/bbbae553bdc204d4eace2152c3beeef9 b/wb_unity_pro_2/Library/Artifacts/bb/bbbae553bdc204d4eace2152c3beeef9
deleted file mode 100644
index 451e3461..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/bb/bbbae553bdc204d4eace2152c3beeef9 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/bb/bbc6ed3e56978e67c1ca4f9c95d779fe b/wb_unity_pro_2/Library/Artifacts/bb/bbc6ed3e56978e67c1ca4f9c95d779fe
deleted file mode 100644
index e2b0c5e8..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/bb/bbc6ed3e56978e67c1ca4f9c95d779fe and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/bb/bbd40120f95c91d5d247b99627cb90dc b/wb_unity_pro_2/Library/Artifacts/bb/bbd40120f95c91d5d247b99627cb90dc
deleted file mode 100644
index b77184fb..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/bb/bbd40120f95c91d5d247b99627cb90dc and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/bb/bbdd15d8e4f82f285ae4295cff9ae4d5 b/wb_unity_pro_2/Library/Artifacts/bb/bbdd15d8e4f82f285ae4295cff9ae4d5
deleted file mode 100644
index 8e0f2bf7..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/bb/bbdd15d8e4f82f285ae4295cff9ae4d5 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/bb/bbe307b60e07db3dfc852cf859c18162 b/wb_unity_pro_2/Library/Artifacts/bb/bbe307b60e07db3dfc852cf859c18162
deleted file mode 100644
index 700483c2..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/bb/bbe307b60e07db3dfc852cf859c18162 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/bc/bc2546dcfe3ff1202b883c8a60a71e2f b/wb_unity_pro_2/Library/Artifacts/bc/bc2546dcfe3ff1202b883c8a60a71e2f
deleted file mode 100644
index ee131f20..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/bc/bc2546dcfe3ff1202b883c8a60a71e2f and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/bc/bc2c1e6fe94c3199a9cb8613822252e4 b/wb_unity_pro_2/Library/Artifacts/bc/bc2c1e6fe94c3199a9cb8613822252e4
deleted file mode 100644
index 734ed9ba..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/bc/bc2c1e6fe94c3199a9cb8613822252e4 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/bc/bc5a121cf5c995e45baa342f68d82c09 b/wb_unity_pro_2/Library/Artifacts/bc/bc5a121cf5c995e45baa342f68d82c09
deleted file mode 100644
index bc6a5282..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/bc/bc5a121cf5c995e45baa342f68d82c09 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/bc/bc70638ee174e13a4eb21d84615ee5b0 b/wb_unity_pro_2/Library/Artifacts/bc/bc70638ee174e13a4eb21d84615ee5b0
deleted file mode 100644
index 2aa18b2a..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/bc/bc70638ee174e13a4eb21d84615ee5b0 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/bc/bc78c6f231ea15249b8236f9c1ff8c30 b/wb_unity_pro_2/Library/Artifacts/bc/bc78c6f231ea15249b8236f9c1ff8c30
deleted file mode 100644
index 76d3494c..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/bc/bc78c6f231ea15249b8236f9c1ff8c30 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/bc/bc8300d97a3fd32d75eaa6c1ade96c50 b/wb_unity_pro_2/Library/Artifacts/bc/bc8300d97a3fd32d75eaa6c1ade96c50
deleted file mode 100644
index fee964d6..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/bc/bc8300d97a3fd32d75eaa6c1ade96c50 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/bc/bce11290664fa6b2bfc76f524d636d97 b/wb_unity_pro_2/Library/Artifacts/bc/bce11290664fa6b2bfc76f524d636d97
deleted file mode 100644
index 1df93366..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/bc/bce11290664fa6b2bfc76f524d636d97 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/bd/bd40de67a76b4c44c17a641452f87fd0 b/wb_unity_pro_2/Library/Artifacts/bd/bd40de67a76b4c44c17a641452f87fd0
deleted file mode 100644
index 6edd11ed..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/bd/bd40de67a76b4c44c17a641452f87fd0 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/bd/bd42ed3f317ad5c9dfcccc79ab82090b b/wb_unity_pro_2/Library/Artifacts/bd/bd42ed3f317ad5c9dfcccc79ab82090b
deleted file mode 100644
index c52a90cc..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/bd/bd42ed3f317ad5c9dfcccc79ab82090b and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/bd/bd6842efebf0dcdaca73732be819949f b/wb_unity_pro_2/Library/Artifacts/bd/bd6842efebf0dcdaca73732be819949f
deleted file mode 100644
index ac8802e7..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/bd/bd6842efebf0dcdaca73732be819949f and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/bd/bd9b994f972c0ed55a035886fd034871 b/wb_unity_pro_2/Library/Artifacts/bd/bd9b994f972c0ed55a035886fd034871
deleted file mode 100644
index d57950f5..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/bd/bd9b994f972c0ed55a035886fd034871 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/bd/bda62b47685786c1cbb6dce787fa945c b/wb_unity_pro_2/Library/Artifacts/bd/bda62b47685786c1cbb6dce787fa945c
deleted file mode 100644
index 19ab5d64..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/bd/bda62b47685786c1cbb6dce787fa945c and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/bd/bdb6d1df6d7769205e375e1764a285c9 b/wb_unity_pro_2/Library/Artifacts/bd/bdb6d1df6d7769205e375e1764a285c9
deleted file mode 100644
index 6f9f36a3..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/bd/bdb6d1df6d7769205e375e1764a285c9 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/bd/bdc752de779604efe9d3095551d72fe2 b/wb_unity_pro_2/Library/Artifacts/bd/bdc752de779604efe9d3095551d72fe2
deleted file mode 100644
index c5cdfc6e..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/bd/bdc752de779604efe9d3095551d72fe2 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/bd/bdd5e80c9902a9bc8902271f0071b070 b/wb_unity_pro_2/Library/Artifacts/bd/bdd5e80c9902a9bc8902271f0071b070
deleted file mode 100644
index 9155c2e6..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/bd/bdd5e80c9902a9bc8902271f0071b070 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/bd/bddeb64c849c1227cbe46513535455f6 b/wb_unity_pro_2/Library/Artifacts/bd/bddeb64c849c1227cbe46513535455f6
deleted file mode 100644
index 37ed2c99..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/bd/bddeb64c849c1227cbe46513535455f6 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/bd/bde8305daa8c4d941143953fd5b77ad4 b/wb_unity_pro_2/Library/Artifacts/bd/bde8305daa8c4d941143953fd5b77ad4
deleted file mode 100644
index 6c8a2bdc..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/bd/bde8305daa8c4d941143953fd5b77ad4 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/be/be139d1d8f1f3274a658828bf1b5a6e7 b/wb_unity_pro_2/Library/Artifacts/be/be139d1d8f1f3274a658828bf1b5a6e7
deleted file mode 100644
index 7f150db1..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/be/be139d1d8f1f3274a658828bf1b5a6e7 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/be/be1dd34ee56aa8370f6796c4b808ad42 b/wb_unity_pro_2/Library/Artifacts/be/be1dd34ee56aa8370f6796c4b808ad42
deleted file mode 100644
index ab8daba8..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/be/be1dd34ee56aa8370f6796c4b808ad42 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/be/be38a76dbdd6f42f0dc7ba39e5f32e42 b/wb_unity_pro_2/Library/Artifacts/be/be38a76dbdd6f42f0dc7ba39e5f32e42
deleted file mode 100644
index 978f805e..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/be/be38a76dbdd6f42f0dc7ba39e5f32e42 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/be/be4d6f5a86fe92503674f57679e28b66 b/wb_unity_pro_2/Library/Artifacts/be/be4d6f5a86fe92503674f57679e28b66
deleted file mode 100644
index cb655cd8..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/be/be4d6f5a86fe92503674f57679e28b66 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/be/be5e600b3b911fe37456900cfa979feb b/wb_unity_pro_2/Library/Artifacts/be/be5e600b3b911fe37456900cfa979feb
deleted file mode 100644
index d70e35ff..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/be/be5e600b3b911fe37456900cfa979feb and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/be/be63bf68c088cb17f021b55c9e55d724 b/wb_unity_pro_2/Library/Artifacts/be/be63bf68c088cb17f021b55c9e55d724
deleted file mode 100644
index dbdf03eb..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/be/be63bf68c088cb17f021b55c9e55d724 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/be/be6f666ab92086b40f0943b9d50b3dfb b/wb_unity_pro_2/Library/Artifacts/be/be6f666ab92086b40f0943b9d50b3dfb
deleted file mode 100644
index d02d36ca..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/be/be6f666ab92086b40f0943b9d50b3dfb and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/be/be7bd1aa921c9534b0375042a4e32500 b/wb_unity_pro_2/Library/Artifacts/be/be7bd1aa921c9534b0375042a4e32500
deleted file mode 100644
index 8ae42a82..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/be/be7bd1aa921c9534b0375042a4e32500 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/be/bea14a1cf415a4e261a7454471e4aa26 b/wb_unity_pro_2/Library/Artifacts/be/bea14a1cf415a4e261a7454471e4aa26
deleted file mode 100644
index 6b1646f6..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/be/bea14a1cf415a4e261a7454471e4aa26 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/be/beda8d0b5c0bef171a6a2cd0e8833cf4 b/wb_unity_pro_2/Library/Artifacts/be/beda8d0b5c0bef171a6a2cd0e8833cf4
deleted file mode 100644
index f20f5f49..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/be/beda8d0b5c0bef171a6a2cd0e8833cf4 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/be/bedfc8e5d8ddb9449610b966a36ec026 b/wb_unity_pro_2/Library/Artifacts/be/bedfc8e5d8ddb9449610b966a36ec026
deleted file mode 100644
index 6d7c2711..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/be/bedfc8e5d8ddb9449610b966a36ec026 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/be/bef73397b462c2a30801de361832f1be b/wb_unity_pro_2/Library/Artifacts/be/bef73397b462c2a30801de361832f1be
deleted file mode 100644
index 1fb3e519..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/be/bef73397b462c2a30801de361832f1be and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/be/bef8b9bda7051c155fb89fb38144409a b/wb_unity_pro_2/Library/Artifacts/be/bef8b9bda7051c155fb89fb38144409a
deleted file mode 100644
index 6e5c0169..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/be/bef8b9bda7051c155fb89fb38144409a and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/bf/bf04984b90dfac1334140ded302c5ed4 b/wb_unity_pro_2/Library/Artifacts/bf/bf04984b90dfac1334140ded302c5ed4
deleted file mode 100644
index 2fd0feec..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/bf/bf04984b90dfac1334140ded302c5ed4 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/bf/bf05abfdb704b573e75494c5899d4ec4 b/wb_unity_pro_2/Library/Artifacts/bf/bf05abfdb704b573e75494c5899d4ec4
deleted file mode 100644
index 307d523c..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/bf/bf05abfdb704b573e75494c5899d4ec4 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/bf/bf12a56af991ef0e544ad33e649e10df b/wb_unity_pro_2/Library/Artifacts/bf/bf12a56af991ef0e544ad33e649e10df
deleted file mode 100644
index 7947b7b7..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/bf/bf12a56af991ef0e544ad33e649e10df and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/bf/bf13b25d1dcebdc9562e741c095ef2f2 b/wb_unity_pro_2/Library/Artifacts/bf/bf13b25d1dcebdc9562e741c095ef2f2
deleted file mode 100644
index 305eabf6..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/bf/bf13b25d1dcebdc9562e741c095ef2f2 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/bf/bf255696451707d89e938e24163c8972 b/wb_unity_pro_2/Library/Artifacts/bf/bf255696451707d89e938e24163c8972
deleted file mode 100644
index 210fa12b..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/bf/bf255696451707d89e938e24163c8972 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/bf/bf3d4e7bf9f2ea23c7803cf32528e9e4 b/wb_unity_pro_2/Library/Artifacts/bf/bf3d4e7bf9f2ea23c7803cf32528e9e4
deleted file mode 100644
index 1a294c42..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/bf/bf3d4e7bf9f2ea23c7803cf32528e9e4 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/bf/bf3e0a363404a98cc8cc1b0362621a8b b/wb_unity_pro_2/Library/Artifacts/bf/bf3e0a363404a98cc8cc1b0362621a8b
deleted file mode 100644
index 2c9d578b..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/bf/bf3e0a363404a98cc8cc1b0362621a8b and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/bf/bf6692887b317d682c062e3ee9aae839 b/wb_unity_pro_2/Library/Artifacts/bf/bf6692887b317d682c062e3ee9aae839
deleted file mode 100644
index c1b9ca80..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/bf/bf6692887b317d682c062e3ee9aae839 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/bf/bf7ceb81634ac4983a1bfd5b5db39cc4 b/wb_unity_pro_2/Library/Artifacts/bf/bf7ceb81634ac4983a1bfd5b5db39cc4
deleted file mode 100644
index 36722157..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/bf/bf7ceb81634ac4983a1bfd5b5db39cc4 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/bf/bf9532b092560773e849241bc93b6475 b/wb_unity_pro_2/Library/Artifacts/bf/bf9532b092560773e849241bc93b6475
deleted file mode 100644
index 3cc8aec2..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/bf/bf9532b092560773e849241bc93b6475 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/bf/bfac5abc61f1db3edd92f13defd2865f b/wb_unity_pro_2/Library/Artifacts/bf/bfac5abc61f1db3edd92f13defd2865f
deleted file mode 100644
index a354b3ac..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/bf/bfac5abc61f1db3edd92f13defd2865f and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/bf/bfc79e020881ccc28c124c5cd55c3367 b/wb_unity_pro_2/Library/Artifacts/bf/bfc79e020881ccc28c124c5cd55c3367
deleted file mode 100644
index 427bb8e7..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/bf/bfc79e020881ccc28c124c5cd55c3367 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/bf/bfd2d667790d2cb39052772cbb13c7f2 b/wb_unity_pro_2/Library/Artifacts/bf/bfd2d667790d2cb39052772cbb13c7f2
deleted file mode 100644
index ac9b46f2..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/bf/bfd2d667790d2cb39052772cbb13c7f2 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/bf/bfd607d7a47959a7dce1d254f8dce974 b/wb_unity_pro_2/Library/Artifacts/bf/bfd607d7a47959a7dce1d254f8dce974
deleted file mode 100644
index d9ec46dd..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/bf/bfd607d7a47959a7dce1d254f8dce974 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/bf/bfe0a54528a893ec7b1036e1872951a6 b/wb_unity_pro_2/Library/Artifacts/bf/bfe0a54528a893ec7b1036e1872951a6
deleted file mode 100644
index 14b80564..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/bf/bfe0a54528a893ec7b1036e1872951a6 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/bf/bff50a2cf2e64db40633f81bca1e5a58 b/wb_unity_pro_2/Library/Artifacts/bf/bff50a2cf2e64db40633f81bca1e5a58
deleted file mode 100644
index 633fe570..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/bf/bff50a2cf2e64db40633f81bca1e5a58 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c0/c020825e0e0abe472427176a86a90a23 b/wb_unity_pro_2/Library/Artifacts/c0/c020825e0e0abe472427176a86a90a23
deleted file mode 100644
index c049e786..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c0/c020825e0e0abe472427176a86a90a23 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c0/c026ba378e73858a9256aadf1c810980 b/wb_unity_pro_2/Library/Artifacts/c0/c026ba378e73858a9256aadf1c810980
deleted file mode 100644
index 4d61731d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c0/c026ba378e73858a9256aadf1c810980 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c0/c0691f00949b34b93afb6ba06047b19a b/wb_unity_pro_2/Library/Artifacts/c0/c0691f00949b34b93afb6ba06047b19a
deleted file mode 100644
index 7ab10468..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c0/c0691f00949b34b93afb6ba06047b19a and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c0/c0a082bc97dc6a76a660bc288c59af63 b/wb_unity_pro_2/Library/Artifacts/c0/c0a082bc97dc6a76a660bc288c59af63
deleted file mode 100644
index 47747591..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c0/c0a082bc97dc6a76a660bc288c59af63 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c0/c0a4efedd579889b5f4d9748c34fd574 b/wb_unity_pro_2/Library/Artifacts/c0/c0a4efedd579889b5f4d9748c34fd574
deleted file mode 100644
index f43025b0..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c0/c0a4efedd579889b5f4d9748c34fd574 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c1/c12e8f4b3e056772d1605dc9ea9ee691 b/wb_unity_pro_2/Library/Artifacts/c1/c12e8f4b3e056772d1605dc9ea9ee691
deleted file mode 100644
index de071127..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c1/c12e8f4b3e056772d1605dc9ea9ee691 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c1/c14e2c80d2b33d2add40ffdbd4b0331e b/wb_unity_pro_2/Library/Artifacts/c1/c14e2c80d2b33d2add40ffdbd4b0331e
deleted file mode 100644
index c230b9b0..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c1/c14e2c80d2b33d2add40ffdbd4b0331e and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c1/c1721b22f7316c273b08a1e1c7395362 b/wb_unity_pro_2/Library/Artifacts/c1/c1721b22f7316c273b08a1e1c7395362
deleted file mode 100644
index a70ae613..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c1/c1721b22f7316c273b08a1e1c7395362 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c1/c172af33f2cbeb0c7b0043f1340e4fb9 b/wb_unity_pro_2/Library/Artifacts/c1/c172af33f2cbeb0c7b0043f1340e4fb9
deleted file mode 100644
index e3b08dda..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c1/c172af33f2cbeb0c7b0043f1340e4fb9 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c1/c17313649d0e826ad7a4dca75342f8ea b/wb_unity_pro_2/Library/Artifacts/c1/c17313649d0e826ad7a4dca75342f8ea
deleted file mode 100644
index cc44ed05..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c1/c17313649d0e826ad7a4dca75342f8ea and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c1/c17642ef2b99f9c73af2f7a170589272 b/wb_unity_pro_2/Library/Artifacts/c1/c17642ef2b99f9c73af2f7a170589272
deleted file mode 100644
index 53e0d4e8..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c1/c17642ef2b99f9c73af2f7a170589272 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c1/c178593d70995fc1e4798fc7a157f2a8 b/wb_unity_pro_2/Library/Artifacts/c1/c178593d70995fc1e4798fc7a157f2a8
deleted file mode 100644
index 0d4fbf8b..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c1/c178593d70995fc1e4798fc7a157f2a8 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c1/c18649aa5ee53767ece28c5da7e712d3 b/wb_unity_pro_2/Library/Artifacts/c1/c18649aa5ee53767ece28c5da7e712d3
deleted file mode 100644
index 01b1bcbf..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c1/c18649aa5ee53767ece28c5da7e712d3 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c1/c18bcc99f9ab6bb52777b44b065d83d5 b/wb_unity_pro_2/Library/Artifacts/c1/c18bcc99f9ab6bb52777b44b065d83d5
deleted file mode 100644
index 8ce78592..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c1/c18bcc99f9ab6bb52777b44b065d83d5 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c1/c18d3153f259e17b4187e3b583c9f109 b/wb_unity_pro_2/Library/Artifacts/c1/c18d3153f259e17b4187e3b583c9f109
deleted file mode 100644
index 85ee233d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c1/c18d3153f259e17b4187e3b583c9f109 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c1/c18d7275a9aef31bdf053899491f64b9 b/wb_unity_pro_2/Library/Artifacts/c1/c18d7275a9aef31bdf053899491f64b9
deleted file mode 100644
index cc346122..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c1/c18d7275a9aef31bdf053899491f64b9 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c1/c19887d4367c7b420a57a85bd68a2e46 b/wb_unity_pro_2/Library/Artifacts/c1/c19887d4367c7b420a57a85bd68a2e46
deleted file mode 100644
index bd4f12a9..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c1/c19887d4367c7b420a57a85bd68a2e46 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c1/c19dcfbfe2c0582e14fa60c24a39255f b/wb_unity_pro_2/Library/Artifacts/c1/c19dcfbfe2c0582e14fa60c24a39255f
deleted file mode 100644
index 9a7aa892..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c1/c19dcfbfe2c0582e14fa60c24a39255f and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c1/c1a8b74b69a046750bf9c5f190a7c400 b/wb_unity_pro_2/Library/Artifacts/c1/c1a8b74b69a046750bf9c5f190a7c400
deleted file mode 100644
index 7f7663f2..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c1/c1a8b74b69a046750bf9c5f190a7c400 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c1/c1b0b7b50139a0b542bf1066d09cd5ae b/wb_unity_pro_2/Library/Artifacts/c1/c1b0b7b50139a0b542bf1066d09cd5ae
deleted file mode 100644
index 11b44692..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c1/c1b0b7b50139a0b542bf1066d09cd5ae and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c1/c1b267c8964640daf07eabbf3415f088 b/wb_unity_pro_2/Library/Artifacts/c1/c1b267c8964640daf07eabbf3415f088
deleted file mode 100644
index 65a7dae9..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c1/c1b267c8964640daf07eabbf3415f088 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c1/c1bb698a6e192f2cf77b94f6e26f0185 b/wb_unity_pro_2/Library/Artifacts/c1/c1bb698a6e192f2cf77b94f6e26f0185
deleted file mode 100644
index ebd87a88..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c1/c1bb698a6e192f2cf77b94f6e26f0185 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c1/c1dbb02b0718a6558343be080230a8f4 b/wb_unity_pro_2/Library/Artifacts/c1/c1dbb02b0718a6558343be080230a8f4
deleted file mode 100644
index 8bfbcfac..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c1/c1dbb02b0718a6558343be080230a8f4 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c2/c2012996edc258120340eaa2f1bac643 b/wb_unity_pro_2/Library/Artifacts/c2/c2012996edc258120340eaa2f1bac643
deleted file mode 100644
index 1931ba38..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c2/c2012996edc258120340eaa2f1bac643 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c2/c2071c33cd8bde73fa2ffb38245f0a43 b/wb_unity_pro_2/Library/Artifacts/c2/c2071c33cd8bde73fa2ffb38245f0a43
deleted file mode 100644
index 50b067c3..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c2/c2071c33cd8bde73fa2ffb38245f0a43 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c2/c266591d0eeef907cb9584022fe051e9 b/wb_unity_pro_2/Library/Artifacts/c2/c266591d0eeef907cb9584022fe051e9
deleted file mode 100644
index 31ec9aa7..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c2/c266591d0eeef907cb9584022fe051e9 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c2/c2737a9e8fd8633752ef523511a0bae5 b/wb_unity_pro_2/Library/Artifacts/c2/c2737a9e8fd8633752ef523511a0bae5
deleted file mode 100644
index b747feaf..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c2/c2737a9e8fd8633752ef523511a0bae5 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c2/c293fc83599d1e14807a008753663749 b/wb_unity_pro_2/Library/Artifacts/c2/c293fc83599d1e14807a008753663749
deleted file mode 100644
index 1835b42f..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c2/c293fc83599d1e14807a008753663749 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c2/c29a429f5be1eaedfb9e3cc4772aa57d b/wb_unity_pro_2/Library/Artifacts/c2/c29a429f5be1eaedfb9e3cc4772aa57d
deleted file mode 100644
index 7fe226d0..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c2/c29a429f5be1eaedfb9e3cc4772aa57d and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c2/c2c831b9b0ad846fa8ccec3b6cd47dc2 b/wb_unity_pro_2/Library/Artifacts/c2/c2c831b9b0ad846fa8ccec3b6cd47dc2
deleted file mode 100644
index c4b4231b..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c2/c2c831b9b0ad846fa8ccec3b6cd47dc2 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c2/c2d522a45088e38d9550bcbca0a7bbc2 b/wb_unity_pro_2/Library/Artifacts/c2/c2d522a45088e38d9550bcbca0a7bbc2
deleted file mode 100644
index 5e9ba7ea..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c2/c2d522a45088e38d9550bcbca0a7bbc2 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c3/c30580e3390fc1487a6f593ae4679a63 b/wb_unity_pro_2/Library/Artifacts/c3/c30580e3390fc1487a6f593ae4679a63
deleted file mode 100644
index 4c495eaf..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c3/c30580e3390fc1487a6f593ae4679a63 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c3/c32264375bd625612519954b76fc8e73 b/wb_unity_pro_2/Library/Artifacts/c3/c32264375bd625612519954b76fc8e73
deleted file mode 100644
index 9735042d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c3/c32264375bd625612519954b76fc8e73 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c3/c33c84defe542e4a1e56971f15119d86 b/wb_unity_pro_2/Library/Artifacts/c3/c33c84defe542e4a1e56971f15119d86
deleted file mode 100644
index fec9a2a7..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c3/c33c84defe542e4a1e56971f15119d86 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c3/c389aa8fa5aad71f6c5d2420cea9df7d b/wb_unity_pro_2/Library/Artifacts/c3/c389aa8fa5aad71f6c5d2420cea9df7d
deleted file mode 100644
index 12c9643e..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c3/c389aa8fa5aad71f6c5d2420cea9df7d and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c3/c38b07ef0f65cc70a2229541923990fb b/wb_unity_pro_2/Library/Artifacts/c3/c38b07ef0f65cc70a2229541923990fb
deleted file mode 100644
index 8bf33f08..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c3/c38b07ef0f65cc70a2229541923990fb and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c3/c3959852084ae8ee57a6ed779fa36e95 b/wb_unity_pro_2/Library/Artifacts/c3/c3959852084ae8ee57a6ed779fa36e95
deleted file mode 100644
index aab6b887..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c3/c3959852084ae8ee57a6ed779fa36e95 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c3/c3a0e650876edd852b89ee8eee27bc37 b/wb_unity_pro_2/Library/Artifacts/c3/c3a0e650876edd852b89ee8eee27bc37
deleted file mode 100644
index b8256510..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c3/c3a0e650876edd852b89ee8eee27bc37 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c3/c3bc045d1e91ab51877a7101ea69d0f1 b/wb_unity_pro_2/Library/Artifacts/c3/c3bc045d1e91ab51877a7101ea69d0f1
deleted file mode 100644
index af7109d5..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c3/c3bc045d1e91ab51877a7101ea69d0f1 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c3/c3da8412d48be543887407268c7b7b7c b/wb_unity_pro_2/Library/Artifacts/c3/c3da8412d48be543887407268c7b7b7c
deleted file mode 100644
index bee02071..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c3/c3da8412d48be543887407268c7b7b7c and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c3/c3dcea14a544c5be0332d4d6dbb4ecd0 b/wb_unity_pro_2/Library/Artifacts/c3/c3dcea14a544c5be0332d4d6dbb4ecd0
deleted file mode 100644
index 88c0f1da..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c3/c3dcea14a544c5be0332d4d6dbb4ecd0 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c3/c3e870443a9bf1f5ed7b546a70de2843 b/wb_unity_pro_2/Library/Artifacts/c3/c3e870443a9bf1f5ed7b546a70de2843
deleted file mode 100644
index b70556ca..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c3/c3e870443a9bf1f5ed7b546a70de2843 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c3/c3fc3ea56fe2dd0f65cff4543050a644 b/wb_unity_pro_2/Library/Artifacts/c3/c3fc3ea56fe2dd0f65cff4543050a644
deleted file mode 100644
index 1a8393bf..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c3/c3fc3ea56fe2dd0f65cff4543050a644 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c4/c40feedda8577b05999c4df07acf5f70 b/wb_unity_pro_2/Library/Artifacts/c4/c40feedda8577b05999c4df07acf5f70
deleted file mode 100644
index 5aa9eba6..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c4/c40feedda8577b05999c4df07acf5f70 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c4/c4364a81844a9e337e16058474c882db b/wb_unity_pro_2/Library/Artifacts/c4/c4364a81844a9e337e16058474c882db
deleted file mode 100644
index bb9ace77..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c4/c4364a81844a9e337e16058474c882db and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c4/c43db5a9ef11a363f9a84fb19ea85478 b/wb_unity_pro_2/Library/Artifacts/c4/c43db5a9ef11a363f9a84fb19ea85478
deleted file mode 100644
index 21682afa..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c4/c43db5a9ef11a363f9a84fb19ea85478 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c4/c44f3be1ef51d148ba0ea3d8e6d2d965 b/wb_unity_pro_2/Library/Artifacts/c4/c44f3be1ef51d148ba0ea3d8e6d2d965
deleted file mode 100644
index 97089919..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c4/c44f3be1ef51d148ba0ea3d8e6d2d965 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c4/c454e4ba2bcf6231925bf7d78b575e57 b/wb_unity_pro_2/Library/Artifacts/c4/c454e4ba2bcf6231925bf7d78b575e57
deleted file mode 100644
index c51fa621..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c4/c454e4ba2bcf6231925bf7d78b575e57 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c4/c45904a8d31b9d81c855c65e7a3456de b/wb_unity_pro_2/Library/Artifacts/c4/c45904a8d31b9d81c855c65e7a3456de
deleted file mode 100644
index 4f05774f..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c4/c45904a8d31b9d81c855c65e7a3456de and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c4/c46990caf7245106b0abb99bf7a06959 b/wb_unity_pro_2/Library/Artifacts/c4/c46990caf7245106b0abb99bf7a06959
deleted file mode 100644
index 3a0c0b24..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c4/c46990caf7245106b0abb99bf7a06959 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c4/c47b6762e953a0583b278ede9c3e5d9a b/wb_unity_pro_2/Library/Artifacts/c4/c47b6762e953a0583b278ede9c3e5d9a
deleted file mode 100644
index 5abadd3b..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c4/c47b6762e953a0583b278ede9c3e5d9a and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c4/c47e863d5ae7631008be097b8b1e2e92 b/wb_unity_pro_2/Library/Artifacts/c4/c47e863d5ae7631008be097b8b1e2e92
deleted file mode 100644
index 153617fc..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c4/c47e863d5ae7631008be097b8b1e2e92 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c4/c493e154e180047809626b37f5b11942 b/wb_unity_pro_2/Library/Artifacts/c4/c493e154e180047809626b37f5b11942
deleted file mode 100644
index 3da98fa6..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c4/c493e154e180047809626b37f5b11942 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c4/c4b371c2c6b48899d840261517e2e68c b/wb_unity_pro_2/Library/Artifacts/c4/c4b371c2c6b48899d840261517e2e68c
deleted file mode 100644
index a4eab3de..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c4/c4b371c2c6b48899d840261517e2e68c and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c5/c5015bf01f4537e0d4af75e35efe914c b/wb_unity_pro_2/Library/Artifacts/c5/c5015bf01f4537e0d4af75e35efe914c
deleted file mode 100644
index 636ae933..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c5/c5015bf01f4537e0d4af75e35efe914c and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c5/c5181c8c6aea7b41fa04f55c34fcb22e b/wb_unity_pro_2/Library/Artifacts/c5/c5181c8c6aea7b41fa04f55c34fcb22e
deleted file mode 100644
index 88ddfa4b..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c5/c5181c8c6aea7b41fa04f55c34fcb22e and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c5/c5242ab2f45c3fdb67435bb233c7bc83 b/wb_unity_pro_2/Library/Artifacts/c5/c5242ab2f45c3fdb67435bb233c7bc83
deleted file mode 100644
index a7777114..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c5/c5242ab2f45c3fdb67435bb233c7bc83 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c5/c534a16684742d334d48e6b2d5139368 b/wb_unity_pro_2/Library/Artifacts/c5/c534a16684742d334d48e6b2d5139368
deleted file mode 100644
index 16dfe409..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c5/c534a16684742d334d48e6b2d5139368 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c5/c5377377f6ca6ac0b41b4636c633c196 b/wb_unity_pro_2/Library/Artifacts/c5/c5377377f6ca6ac0b41b4636c633c196
deleted file mode 100644
index b7e4d358..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c5/c5377377f6ca6ac0b41b4636c633c196 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c5/c550f46510502a3f3097f46ddb1ca347 b/wb_unity_pro_2/Library/Artifacts/c5/c550f46510502a3f3097f46ddb1ca347
deleted file mode 100644
index 67af3e1c..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c5/c550f46510502a3f3097f46ddb1ca347 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c5/c55769f01c9155a45f5f8ac9b4570c57 b/wb_unity_pro_2/Library/Artifacts/c5/c55769f01c9155a45f5f8ac9b4570c57
deleted file mode 100644
index 87f0f247..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c5/c55769f01c9155a45f5f8ac9b4570c57 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c5/c55d887733cbc86273d433f487df1033 b/wb_unity_pro_2/Library/Artifacts/c5/c55d887733cbc86273d433f487df1033
deleted file mode 100644
index 22210355..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c5/c55d887733cbc86273d433f487df1033 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c5/c564f0a78db3ebd0fd99c4c2578a29f5 b/wb_unity_pro_2/Library/Artifacts/c5/c564f0a78db3ebd0fd99c4c2578a29f5
deleted file mode 100644
index 5f5888d9..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c5/c564f0a78db3ebd0fd99c4c2578a29f5 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c5/c577f3b0431857144a5f5b2bc39a0d5a b/wb_unity_pro_2/Library/Artifacts/c5/c577f3b0431857144a5f5b2bc39a0d5a
deleted file mode 100644
index 4205b2a4..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c5/c577f3b0431857144a5f5b2bc39a0d5a and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c5/c5865975a66ba76efc2a1122c53bb667 b/wb_unity_pro_2/Library/Artifacts/c5/c5865975a66ba76efc2a1122c53bb667
deleted file mode 100644
index 7316541a..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c5/c5865975a66ba76efc2a1122c53bb667 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c5/c58acd108dde80bbfe0f5202c364f431 b/wb_unity_pro_2/Library/Artifacts/c5/c58acd108dde80bbfe0f5202c364f431
deleted file mode 100644
index 395375d7..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c5/c58acd108dde80bbfe0f5202c364f431 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c5/c59476e6d6474b4d0152129e1e30160e b/wb_unity_pro_2/Library/Artifacts/c5/c59476e6d6474b4d0152129e1e30160e
deleted file mode 100644
index f999fac6..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c5/c59476e6d6474b4d0152129e1e30160e and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c5/c59cf7dca819f064c8a84616855f36d1 b/wb_unity_pro_2/Library/Artifacts/c5/c59cf7dca819f064c8a84616855f36d1
deleted file mode 100644
index dadbc20c..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c5/c59cf7dca819f064c8a84616855f36d1 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c5/c5ad98e8818fd831fdcf3d2eafb919fb b/wb_unity_pro_2/Library/Artifacts/c5/c5ad98e8818fd831fdcf3d2eafb919fb
deleted file mode 100644
index 259b617a..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c5/c5ad98e8818fd831fdcf3d2eafb919fb and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c5/c5d8168b8434f10dc4995d4ab705e1f6 b/wb_unity_pro_2/Library/Artifacts/c5/c5d8168b8434f10dc4995d4ab705e1f6
deleted file mode 100644
index 12df3b6b..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c5/c5d8168b8434f10dc4995d4ab705e1f6 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c5/c5d8eae993e59d9b8f729de62b72379b b/wb_unity_pro_2/Library/Artifacts/c5/c5d8eae993e59d9b8f729de62b72379b
deleted file mode 100644
index dacea657..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c5/c5d8eae993e59d9b8f729de62b72379b and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c5/c5eb50e3cc51daf5f4d7c564cc6a6ba7 b/wb_unity_pro_2/Library/Artifacts/c5/c5eb50e3cc51daf5f4d7c564cc6a6ba7
deleted file mode 100644
index 3b6c5a80..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c5/c5eb50e3cc51daf5f4d7c564cc6a6ba7 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c5/c5ecf794bf4788d6b34918379f8d3e3a b/wb_unity_pro_2/Library/Artifacts/c5/c5ecf794bf4788d6b34918379f8d3e3a
deleted file mode 100644
index af8fe470..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c5/c5ecf794bf4788d6b34918379f8d3e3a and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c5/c5f7f237dd721d2db0b2b18fa8962929 b/wb_unity_pro_2/Library/Artifacts/c5/c5f7f237dd721d2db0b2b18fa8962929
deleted file mode 100644
index 098f4e31..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c5/c5f7f237dd721d2db0b2b18fa8962929 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c6/c6027b4f01f1698e12ef5b24601a51cb b/wb_unity_pro_2/Library/Artifacts/c6/c6027b4f01f1698e12ef5b24601a51cb
deleted file mode 100644
index 7afb1fdc..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c6/c6027b4f01f1698e12ef5b24601a51cb and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c6/c62172b7eb4c48224c51c4dec043e551 b/wb_unity_pro_2/Library/Artifacts/c6/c62172b7eb4c48224c51c4dec043e551
deleted file mode 100644
index deeb369b..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c6/c62172b7eb4c48224c51c4dec043e551 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c6/c653cd6e203d85ff5ceecc9bd53ad87a b/wb_unity_pro_2/Library/Artifacts/c6/c653cd6e203d85ff5ceecc9bd53ad87a
deleted file mode 100644
index 016ded4c..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c6/c653cd6e203d85ff5ceecc9bd53ad87a and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c6/c6549cae368d251e5e665b95c9520bcd b/wb_unity_pro_2/Library/Artifacts/c6/c6549cae368d251e5e665b95c9520bcd
deleted file mode 100644
index aad69ea2..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c6/c6549cae368d251e5e665b95c9520bcd and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c6/c667934e6db712aacf367019e35eadc3 b/wb_unity_pro_2/Library/Artifacts/c6/c667934e6db712aacf367019e35eadc3
deleted file mode 100644
index 65aad6ba..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c6/c667934e6db712aacf367019e35eadc3 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c6/c6af1846bc06db0865d6bd590b01b9ac b/wb_unity_pro_2/Library/Artifacts/c6/c6af1846bc06db0865d6bd590b01b9ac
deleted file mode 100644
index 0dd9e3af..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c6/c6af1846bc06db0865d6bd590b01b9ac and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c6/c6bc95dc8e7c4f0b807bc202d7b5f05c b/wb_unity_pro_2/Library/Artifacts/c6/c6bc95dc8e7c4f0b807bc202d7b5f05c
deleted file mode 100644
index eb33a3a4..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c6/c6bc95dc8e7c4f0b807bc202d7b5f05c and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c6/c6c6ac01b28c06e07211e19795f15604 b/wb_unity_pro_2/Library/Artifacts/c6/c6c6ac01b28c06e07211e19795f15604
deleted file mode 100644
index b03125ca..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c6/c6c6ac01b28c06e07211e19795f15604 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c6/c6d5d767d44d563191f63697c1120313 b/wb_unity_pro_2/Library/Artifacts/c6/c6d5d767d44d563191f63697c1120313
deleted file mode 100644
index 53035b62..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c6/c6d5d767d44d563191f63697c1120313 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c6/c6d65f067b983eed0b9776a843cc0361 b/wb_unity_pro_2/Library/Artifacts/c6/c6d65f067b983eed0b9776a843cc0361
deleted file mode 100644
index 1ef4c37f..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c6/c6d65f067b983eed0b9776a843cc0361 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c6/c6e2123616d92efed990214ae7215331 b/wb_unity_pro_2/Library/Artifacts/c6/c6e2123616d92efed990214ae7215331
deleted file mode 100644
index ee420707..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c6/c6e2123616d92efed990214ae7215331 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c6/c6e537c561e31358bf2a65657a34fc1b b/wb_unity_pro_2/Library/Artifacts/c6/c6e537c561e31358bf2a65657a34fc1b
deleted file mode 100644
index a54cde89..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c6/c6e537c561e31358bf2a65657a34fc1b and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c6/c6fe9e0a7c1b4e9b4a7691494c2cde42 b/wb_unity_pro_2/Library/Artifacts/c6/c6fe9e0a7c1b4e9b4a7691494c2cde42
deleted file mode 100644
index b3b871ac..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c6/c6fe9e0a7c1b4e9b4a7691494c2cde42 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c7/c70201ef24bb507b80019bb0f87b3424 b/wb_unity_pro_2/Library/Artifacts/c7/c70201ef24bb507b80019bb0f87b3424
deleted file mode 100644
index afefa5a9..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c7/c70201ef24bb507b80019bb0f87b3424 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c7/c707f65dee109085d755b7ec91d0c3e0 b/wb_unity_pro_2/Library/Artifacts/c7/c707f65dee109085d755b7ec91d0c3e0
deleted file mode 100644
index 8c8c8b51..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c7/c707f65dee109085d755b7ec91d0c3e0 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c7/c716307f210af774848b97383fac6855 b/wb_unity_pro_2/Library/Artifacts/c7/c716307f210af774848b97383fac6855
deleted file mode 100644
index f6078b25..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c7/c716307f210af774848b97383fac6855 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c7/c722e6da2df28ea6fb95750f1f7905dc b/wb_unity_pro_2/Library/Artifacts/c7/c722e6da2df28ea6fb95750f1f7905dc
deleted file mode 100644
index b7295d30..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c7/c722e6da2df28ea6fb95750f1f7905dc and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c7/c7311c08482f7bc9c191234c83cb1d1e b/wb_unity_pro_2/Library/Artifacts/c7/c7311c08482f7bc9c191234c83cb1d1e
deleted file mode 100644
index 3d70339d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c7/c7311c08482f7bc9c191234c83cb1d1e and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c7/c736aa41b93ab7b28266c724151c74b3 b/wb_unity_pro_2/Library/Artifacts/c7/c736aa41b93ab7b28266c724151c74b3
deleted file mode 100644
index ed3d3cf0..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c7/c736aa41b93ab7b28266c724151c74b3 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c7/c74a6d21cc6e77a27aaca219e6f849dd b/wb_unity_pro_2/Library/Artifacts/c7/c74a6d21cc6e77a27aaca219e6f849dd
deleted file mode 100644
index ffc879e1..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c7/c74a6d21cc6e77a27aaca219e6f849dd and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c7/c770af1f5491bb840a225ded44f01b5a b/wb_unity_pro_2/Library/Artifacts/c7/c770af1f5491bb840a225ded44f01b5a
deleted file mode 100644
index 44b770e5..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c7/c770af1f5491bb840a225ded44f01b5a and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c7/c77b538badbb48cf4b24fced5687eceb b/wb_unity_pro_2/Library/Artifacts/c7/c77b538badbb48cf4b24fced5687eceb
deleted file mode 100644
index fad89fd9..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c7/c77b538badbb48cf4b24fced5687eceb and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c7/c78a65cc2cb2ab6ee6a685fe0ca35f3d b/wb_unity_pro_2/Library/Artifacts/c7/c78a65cc2cb2ab6ee6a685fe0ca35f3d
deleted file mode 100644
index 8862fe00..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c7/c78a65cc2cb2ab6ee6a685fe0ca35f3d and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c7/c79042ffbd6f111e25dcf5716711752d b/wb_unity_pro_2/Library/Artifacts/c7/c79042ffbd6f111e25dcf5716711752d
deleted file mode 100644
index 8145aeec..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c7/c79042ffbd6f111e25dcf5716711752d and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c7/c79b661dba5aa9c4dcd95660789ed84d b/wb_unity_pro_2/Library/Artifacts/c7/c79b661dba5aa9c4dcd95660789ed84d
deleted file mode 100644
index f8112e45..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c7/c79b661dba5aa9c4dcd95660789ed84d and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c7/c7b3102ac1a72e1cba54947353fd9967 b/wb_unity_pro_2/Library/Artifacts/c7/c7b3102ac1a72e1cba54947353fd9967
deleted file mode 100644
index 7b319663..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c7/c7b3102ac1a72e1cba54947353fd9967 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c7/c7bd5b3136f83e59c4db27e8170695e9 b/wb_unity_pro_2/Library/Artifacts/c7/c7bd5b3136f83e59c4db27e8170695e9
deleted file mode 100644
index 101ac3ab..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c7/c7bd5b3136f83e59c4db27e8170695e9 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c7/c7c5dbd593c020a7e71b82b6733b021b b/wb_unity_pro_2/Library/Artifacts/c7/c7c5dbd593c020a7e71b82b6733b021b
deleted file mode 100644
index c82d6bb1..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c7/c7c5dbd593c020a7e71b82b6733b021b and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c7/c7d09ce50592c2b45412c898b02058fe b/wb_unity_pro_2/Library/Artifacts/c7/c7d09ce50592c2b45412c898b02058fe
deleted file mode 100644
index ad2c44ed..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c7/c7d09ce50592c2b45412c898b02058fe and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c8/c8002cc77ecf169cc2627f024ac3dfa5 b/wb_unity_pro_2/Library/Artifacts/c8/c8002cc77ecf169cc2627f024ac3dfa5
deleted file mode 100644
index f76f282f..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c8/c8002cc77ecf169cc2627f024ac3dfa5 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c8/c82a42c4bc6fb27b6340bc8987f1d3a1 b/wb_unity_pro_2/Library/Artifacts/c8/c82a42c4bc6fb27b6340bc8987f1d3a1
deleted file mode 100644
index acc849c7..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c8/c82a42c4bc6fb27b6340bc8987f1d3a1 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c8/c82bfab1261926b04b6315b518834e22 b/wb_unity_pro_2/Library/Artifacts/c8/c82bfab1261926b04b6315b518834e22
deleted file mode 100644
index 0e61c771..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c8/c82bfab1261926b04b6315b518834e22 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c8/c83d4d81ac07b9caa1ce10242c088861 b/wb_unity_pro_2/Library/Artifacts/c8/c83d4d81ac07b9caa1ce10242c088861
deleted file mode 100644
index b478abc8..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c8/c83d4d81ac07b9caa1ce10242c088861 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c8/c857d42d8a7e101c2a40f0bbc9510756 b/wb_unity_pro_2/Library/Artifacts/c8/c857d42d8a7e101c2a40f0bbc9510756
deleted file mode 100644
index 2525dd5e..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c8/c857d42d8a7e101c2a40f0bbc9510756 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c8/c866f85d3e802175db105e1879e48582 b/wb_unity_pro_2/Library/Artifacts/c8/c866f85d3e802175db105e1879e48582
deleted file mode 100644
index 7ec42cf6..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c8/c866f85d3e802175db105e1879e48582 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c8/c8686dbcf33ccda48ae423c4a20e5078 b/wb_unity_pro_2/Library/Artifacts/c8/c8686dbcf33ccda48ae423c4a20e5078
deleted file mode 100644
index a6edeaec..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c8/c8686dbcf33ccda48ae423c4a20e5078 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c8/c87707670bfbc5f40e18aec9ef286c53 b/wb_unity_pro_2/Library/Artifacts/c8/c87707670bfbc5f40e18aec9ef286c53
deleted file mode 100644
index 64e519c1..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c8/c87707670bfbc5f40e18aec9ef286c53 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c8/c894dcd4161fcc102cc4cb3558b6f753 b/wb_unity_pro_2/Library/Artifacts/c8/c894dcd4161fcc102cc4cb3558b6f753
deleted file mode 100644
index 6ef35889..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c8/c894dcd4161fcc102cc4cb3558b6f753 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c8/c8950ed9b367b849c0732e8ece072b15 b/wb_unity_pro_2/Library/Artifacts/c8/c8950ed9b367b849c0732e8ece072b15
deleted file mode 100644
index 1d899744..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c8/c8950ed9b367b849c0732e8ece072b15 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c8/c8b8e0a86e5715184495951065705750 b/wb_unity_pro_2/Library/Artifacts/c8/c8b8e0a86e5715184495951065705750
deleted file mode 100644
index 2d09040f..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c8/c8b8e0a86e5715184495951065705750 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c8/c8dd0fdf5cc426e6b127bc9e458a2853 b/wb_unity_pro_2/Library/Artifacts/c8/c8dd0fdf5cc426e6b127bc9e458a2853
deleted file mode 100644
index 0edf71b1..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c8/c8dd0fdf5cc426e6b127bc9e458a2853 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c8/c8f185fb273ba9bc6d76766a7204c1b0 b/wb_unity_pro_2/Library/Artifacts/c8/c8f185fb273ba9bc6d76766a7204c1b0
deleted file mode 100644
index cb82c151..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c8/c8f185fb273ba9bc6d76766a7204c1b0 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c8/c8f2417b1136ee60e4b49d36f3790b2f b/wb_unity_pro_2/Library/Artifacts/c8/c8f2417b1136ee60e4b49d36f3790b2f
deleted file mode 100644
index 03fc17c9..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c8/c8f2417b1136ee60e4b49d36f3790b2f and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c9/c90ef83a69a038727051297b2f166b37 b/wb_unity_pro_2/Library/Artifacts/c9/c90ef83a69a038727051297b2f166b37
deleted file mode 100644
index 983b0cee..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c9/c90ef83a69a038727051297b2f166b37 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c9/c9174b413240cf505589e6706058aa75 b/wb_unity_pro_2/Library/Artifacts/c9/c9174b413240cf505589e6706058aa75
deleted file mode 100644
index 0c70b4a8..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c9/c9174b413240cf505589e6706058aa75 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c9/c925697d8818f66a13d6990f1cb756bb b/wb_unity_pro_2/Library/Artifacts/c9/c925697d8818f66a13d6990f1cb756bb
deleted file mode 100644
index f9611da2..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c9/c925697d8818f66a13d6990f1cb756bb and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c9/c938c4aa343cf95422a9d444e7060ccf b/wb_unity_pro_2/Library/Artifacts/c9/c938c4aa343cf95422a9d444e7060ccf
deleted file mode 100644
index c6640edd..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c9/c938c4aa343cf95422a9d444e7060ccf and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c9/c94f90488ea1ea15670c58e8a0fbc2d1 b/wb_unity_pro_2/Library/Artifacts/c9/c94f90488ea1ea15670c58e8a0fbc2d1
deleted file mode 100644
index c0a9254e..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c9/c94f90488ea1ea15670c58e8a0fbc2d1 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c9/c950599a7c4cd6b13d11f5c9ece8ec89 b/wb_unity_pro_2/Library/Artifacts/c9/c950599a7c4cd6b13d11f5c9ece8ec89
deleted file mode 100644
index 06a5d68d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c9/c950599a7c4cd6b13d11f5c9ece8ec89 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c9/c955ef21af25aa0080fd845e054c6015 b/wb_unity_pro_2/Library/Artifacts/c9/c955ef21af25aa0080fd845e054c6015
deleted file mode 100644
index d58641e3..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c9/c955ef21af25aa0080fd845e054c6015 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c9/c956321e2173cd58b6acb3248f679ddb b/wb_unity_pro_2/Library/Artifacts/c9/c956321e2173cd58b6acb3248f679ddb
deleted file mode 100644
index 771582fc..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c9/c956321e2173cd58b6acb3248f679ddb and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c9/c9674387441de72fb703c0670ee12a26 b/wb_unity_pro_2/Library/Artifacts/c9/c9674387441de72fb703c0670ee12a26
deleted file mode 100644
index 7ba903f2..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c9/c9674387441de72fb703c0670ee12a26 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c9/c96f8ff48394c0a49b504c84e09b50a7 b/wb_unity_pro_2/Library/Artifacts/c9/c96f8ff48394c0a49b504c84e09b50a7
deleted file mode 100644
index f64a2f8a..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c9/c96f8ff48394c0a49b504c84e09b50a7 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c9/c98848d01c548b85b0a08e0bbcfd45f0 b/wb_unity_pro_2/Library/Artifacts/c9/c98848d01c548b85b0a08e0bbcfd45f0
deleted file mode 100644
index 4b03e54b..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c9/c98848d01c548b85b0a08e0bbcfd45f0 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c9/c99406854577c86cd5ad15fbfc417a64 b/wb_unity_pro_2/Library/Artifacts/c9/c99406854577c86cd5ad15fbfc417a64
deleted file mode 100644
index 120a8525..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c9/c99406854577c86cd5ad15fbfc417a64 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c9/c99da3c2792fa91620653f2ce9c0f8b7 b/wb_unity_pro_2/Library/Artifacts/c9/c99da3c2792fa91620653f2ce9c0f8b7
deleted file mode 100644
index feb312e4..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c9/c99da3c2792fa91620653f2ce9c0f8b7 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c9/c9aef6c7a533f2c8c95f656695478a57 b/wb_unity_pro_2/Library/Artifacts/c9/c9aef6c7a533f2c8c95f656695478a57
deleted file mode 100644
index 8ebdf09e..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c9/c9aef6c7a533f2c8c95f656695478a57 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/c9/c9ec67724ba3f7d71f2d617ba6ffacbb b/wb_unity_pro_2/Library/Artifacts/c9/c9ec67724ba3f7d71f2d617ba6ffacbb
deleted file mode 100644
index f857b5c3..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/c9/c9ec67724ba3f7d71f2d617ba6ffacbb and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/ca/ca11b5a9ee641e068ba7c5e44809a3c3 b/wb_unity_pro_2/Library/Artifacts/ca/ca11b5a9ee641e068ba7c5e44809a3c3
deleted file mode 100644
index ac6fd045..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/ca/ca11b5a9ee641e068ba7c5e44809a3c3 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/ca/ca4118cdfd34080be9c2eab94faaaac1 b/wb_unity_pro_2/Library/Artifacts/ca/ca4118cdfd34080be9c2eab94faaaac1
deleted file mode 100644
index bc37dca5..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/ca/ca4118cdfd34080be9c2eab94faaaac1 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/ca/ca7dfa42bd61475ae303339bdc9e1bf3 b/wb_unity_pro_2/Library/Artifacts/ca/ca7dfa42bd61475ae303339bdc9e1bf3
deleted file mode 100644
index 39dd2440..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/ca/ca7dfa42bd61475ae303339bdc9e1bf3 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/ca/ca9581fe435cb37bd801021f701e31a4 b/wb_unity_pro_2/Library/Artifacts/ca/ca9581fe435cb37bd801021f701e31a4
deleted file mode 100644
index 6fe73949..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/ca/ca9581fe435cb37bd801021f701e31a4 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/ca/ca97a9126e1823158459205d5206f902 b/wb_unity_pro_2/Library/Artifacts/ca/ca97a9126e1823158459205d5206f902
deleted file mode 100644
index 6df983e6..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/ca/ca97a9126e1823158459205d5206f902 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/ca/caa28378b9f5b1e425ea4de008b4725f b/wb_unity_pro_2/Library/Artifacts/ca/caa28378b9f5b1e425ea4de008b4725f
deleted file mode 100644
index ae4ef9cc..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/ca/caa28378b9f5b1e425ea4de008b4725f and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/ca/cabfb8bf963bd8d8b19146f6b5312fc8 b/wb_unity_pro_2/Library/Artifacts/ca/cabfb8bf963bd8d8b19146f6b5312fc8
deleted file mode 100644
index adeccd8a..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/ca/cabfb8bf963bd8d8b19146f6b5312fc8 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/ca/cac5273b23d2f57c948fc79b454cdd6d b/wb_unity_pro_2/Library/Artifacts/ca/cac5273b23d2f57c948fc79b454cdd6d
deleted file mode 100644
index 0cbc3b14..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/ca/cac5273b23d2f57c948fc79b454cdd6d and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/ca/cace0dff4afc344c31b3d5bb376f53ab b/wb_unity_pro_2/Library/Artifacts/ca/cace0dff4afc344c31b3d5bb376f53ab
deleted file mode 100644
index f7269138..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/ca/cace0dff4afc344c31b3d5bb376f53ab and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/cb/cb027a38114a021fcc6d526f45ba4f6d b/wb_unity_pro_2/Library/Artifacts/cb/cb027a38114a021fcc6d526f45ba4f6d
deleted file mode 100644
index 3a0561bf..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/cb/cb027a38114a021fcc6d526f45ba4f6d and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/cb/cb37d21d3a31a5ac488d6710c2f14cbf b/wb_unity_pro_2/Library/Artifacts/cb/cb37d21d3a31a5ac488d6710c2f14cbf
deleted file mode 100644
index 0a4b7f23..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/cb/cb37d21d3a31a5ac488d6710c2f14cbf and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/cb/cb7aefb20123e4e15cdfa0afcd81c204 b/wb_unity_pro_2/Library/Artifacts/cb/cb7aefb20123e4e15cdfa0afcd81c204
deleted file mode 100644
index 5d2e3665..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/cb/cb7aefb20123e4e15cdfa0afcd81c204 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/cb/cb821c65c678a6766a5f9dc1ff953385 b/wb_unity_pro_2/Library/Artifacts/cb/cb821c65c678a6766a5f9dc1ff953385
deleted file mode 100644
index 448980d0..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/cb/cb821c65c678a6766a5f9dc1ff953385 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/cb/cb870108ebfef17007786c68f8eda554 b/wb_unity_pro_2/Library/Artifacts/cb/cb870108ebfef17007786c68f8eda554
deleted file mode 100644
index 980ef5a2..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/cb/cb870108ebfef17007786c68f8eda554 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/cb/cb8d7cacf41ba2fb20e4a274b06bee94 b/wb_unity_pro_2/Library/Artifacts/cb/cb8d7cacf41ba2fb20e4a274b06bee94
deleted file mode 100644
index db3f5678..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/cb/cb8d7cacf41ba2fb20e4a274b06bee94 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/cb/cbad8448294acf9bd85134efca2d117d b/wb_unity_pro_2/Library/Artifacts/cb/cbad8448294acf9bd85134efca2d117d
deleted file mode 100644
index 4b4fb0e4..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/cb/cbad8448294acf9bd85134efca2d117d and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/cb/cbcf2a930b9a09d4f44d4585e52441fb b/wb_unity_pro_2/Library/Artifacts/cb/cbcf2a930b9a09d4f44d4585e52441fb
deleted file mode 100644
index 0717420d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/cb/cbcf2a930b9a09d4f44d4585e52441fb and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/cb/cbd44bf430170a01b9bc5a3091df97aa b/wb_unity_pro_2/Library/Artifacts/cb/cbd44bf430170a01b9bc5a3091df97aa
deleted file mode 100644
index 474846d6..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/cb/cbd44bf430170a01b9bc5a3091df97aa and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/cb/cbd5a2036a71966a744eb22b782aa95e b/wb_unity_pro_2/Library/Artifacts/cb/cbd5a2036a71966a744eb22b782aa95e
deleted file mode 100644
index 3a464151..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/cb/cbd5a2036a71966a744eb22b782aa95e and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/cb/cbecfde3cc8543da50cbdc323ec04ce5 b/wb_unity_pro_2/Library/Artifacts/cb/cbecfde3cc8543da50cbdc323ec04ce5
deleted file mode 100644
index d6031c12..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/cb/cbecfde3cc8543da50cbdc323ec04ce5 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/cb/cbf06011d8f4be6c1835ff6c416fd7c0 b/wb_unity_pro_2/Library/Artifacts/cb/cbf06011d8f4be6c1835ff6c416fd7c0
deleted file mode 100644
index 9a556066..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/cb/cbf06011d8f4be6c1835ff6c416fd7c0 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/cc/cc4cf858c12e2a007417201f392a0c06 b/wb_unity_pro_2/Library/Artifacts/cc/cc4cf858c12e2a007417201f392a0c06
deleted file mode 100644
index 2e4f39cc..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/cc/cc4cf858c12e2a007417201f392a0c06 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/cc/cca8338cf0d29d12c68e60c651c4cad0 b/wb_unity_pro_2/Library/Artifacts/cc/cca8338cf0d29d12c68e60c651c4cad0
deleted file mode 100644
index d4c83f66..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/cc/cca8338cf0d29d12c68e60c651c4cad0 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/cc/ccb6b01a321ae6fc3b735e4e9eb57d01 b/wb_unity_pro_2/Library/Artifacts/cc/ccb6b01a321ae6fc3b735e4e9eb57d01
deleted file mode 100644
index 14079247..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/cc/ccb6b01a321ae6fc3b735e4e9eb57d01 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/cc/ccf5dc87dafe414ae0edffe0c920dd3d b/wb_unity_pro_2/Library/Artifacts/cc/ccf5dc87dafe414ae0edffe0c920dd3d
deleted file mode 100644
index 79fe1b63..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/cc/ccf5dc87dafe414ae0edffe0c920dd3d and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/cc/ccff3d0bc3e9456b8b426924f1586698 b/wb_unity_pro_2/Library/Artifacts/cc/ccff3d0bc3e9456b8b426924f1586698
deleted file mode 100644
index 3c18e0ec..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/cc/ccff3d0bc3e9456b8b426924f1586698 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/cd/cd41b0ce7fa499f9647b3b2baaca071f b/wb_unity_pro_2/Library/Artifacts/cd/cd41b0ce7fa499f9647b3b2baaca071f
deleted file mode 100644
index 7644719c..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/cd/cd41b0ce7fa499f9647b3b2baaca071f and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/cd/cd5cf1a11542e0fa3410908edd1edcfd b/wb_unity_pro_2/Library/Artifacts/cd/cd5cf1a11542e0fa3410908edd1edcfd
deleted file mode 100644
index 4029c911..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/cd/cd5cf1a11542e0fa3410908edd1edcfd and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/cd/cd6995615acb1f5164d64b19461f7bbe b/wb_unity_pro_2/Library/Artifacts/cd/cd6995615acb1f5164d64b19461f7bbe
deleted file mode 100644
index b3132644..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/cd/cd6995615acb1f5164d64b19461f7bbe and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/cd/cd801d4203f325a4df1e446b5bdb2e4c b/wb_unity_pro_2/Library/Artifacts/cd/cd801d4203f325a4df1e446b5bdb2e4c
deleted file mode 100644
index 1927c3be..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/cd/cd801d4203f325a4df1e446b5bdb2e4c and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/cd/cda683811e70dbea3c5d57f5295a78d8 b/wb_unity_pro_2/Library/Artifacts/cd/cda683811e70dbea3c5d57f5295a78d8
deleted file mode 100644
index 08024a4f..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/cd/cda683811e70dbea3c5d57f5295a78d8 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/cd/cdb4f90c8b88e57746bc7e1333cef4e2 b/wb_unity_pro_2/Library/Artifacts/cd/cdb4f90c8b88e57746bc7e1333cef4e2
deleted file mode 100644
index 6ad227fd..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/cd/cdb4f90c8b88e57746bc7e1333cef4e2 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/cd/cdd99fecf9e6dda1e576207f2597e3c9 b/wb_unity_pro_2/Library/Artifacts/cd/cdd99fecf9e6dda1e576207f2597e3c9
deleted file mode 100644
index aa520e68..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/cd/cdd99fecf9e6dda1e576207f2597e3c9 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/cd/cdf3ea0d21ea9ca8972666302b3e05fa b/wb_unity_pro_2/Library/Artifacts/cd/cdf3ea0d21ea9ca8972666302b3e05fa
deleted file mode 100644
index af67e1e4..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/cd/cdf3ea0d21ea9ca8972666302b3e05fa and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/ce/ce0fa8e0d898a77dade0bfbc3601ef64 b/wb_unity_pro_2/Library/Artifacts/ce/ce0fa8e0d898a77dade0bfbc3601ef64
deleted file mode 100644
index cbd3f450..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/ce/ce0fa8e0d898a77dade0bfbc3601ef64 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/ce/ce378f214905497e4365babfeb707bbb b/wb_unity_pro_2/Library/Artifacts/ce/ce378f214905497e4365babfeb707bbb
deleted file mode 100644
index cfed4990..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/ce/ce378f214905497e4365babfeb707bbb and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/ce/ce49285bfd5f9c7379c947f3571136d8 b/wb_unity_pro_2/Library/Artifacts/ce/ce49285bfd5f9c7379c947f3571136d8
deleted file mode 100644
index f3899139..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/ce/ce49285bfd5f9c7379c947f3571136d8 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/ce/ce4b866694ee5bd50ad01f665d89f321 b/wb_unity_pro_2/Library/Artifacts/ce/ce4b866694ee5bd50ad01f665d89f321
deleted file mode 100644
index 984c3568..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/ce/ce4b866694ee5bd50ad01f665d89f321 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/ce/ce568eac4737d3aa881cc8a562c8768b b/wb_unity_pro_2/Library/Artifacts/ce/ce568eac4737d3aa881cc8a562c8768b
deleted file mode 100644
index f7ddfa60..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/ce/ce568eac4737d3aa881cc8a562c8768b and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/ce/ce75d264d94a8b65823fcdaa3f5a573f b/wb_unity_pro_2/Library/Artifacts/ce/ce75d264d94a8b65823fcdaa3f5a573f
deleted file mode 100644
index a7e94e18..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/ce/ce75d264d94a8b65823fcdaa3f5a573f and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/ce/ce9f0b9542573f36abe722ef3036ad16 b/wb_unity_pro_2/Library/Artifacts/ce/ce9f0b9542573f36abe722ef3036ad16
deleted file mode 100644
index 41d1d22b..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/ce/ce9f0b9542573f36abe722ef3036ad16 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/ce/cebd09e4b3036cd9ec9131a8ead6a083 b/wb_unity_pro_2/Library/Artifacts/ce/cebd09e4b3036cd9ec9131a8ead6a083
deleted file mode 100644
index 0ae166f1..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/ce/cebd09e4b3036cd9ec9131a8ead6a083 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/ce/cee04658a6979c8eae18d7ee72fb9735 b/wb_unity_pro_2/Library/Artifacts/ce/cee04658a6979c8eae18d7ee72fb9735
deleted file mode 100644
index e5935090..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/ce/cee04658a6979c8eae18d7ee72fb9735 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/ce/cee4c1cd4a98f9c5cb9cc6dc94a7011e b/wb_unity_pro_2/Library/Artifacts/ce/cee4c1cd4a98f9c5cb9cc6dc94a7011e
deleted file mode 100644
index 39eecfed..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/ce/cee4c1cd4a98f9c5cb9cc6dc94a7011e and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/ce/ceed329f4292ae9c0e94a283d13c51f3 b/wb_unity_pro_2/Library/Artifacts/ce/ceed329f4292ae9c0e94a283d13c51f3
deleted file mode 100644
index 56714a72..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/ce/ceed329f4292ae9c0e94a283d13c51f3 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/cf/cf108be9f23007ec101d9527cbc40983 b/wb_unity_pro_2/Library/Artifacts/cf/cf108be9f23007ec101d9527cbc40983
deleted file mode 100644
index 5a34021d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/cf/cf108be9f23007ec101d9527cbc40983 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/cf/cf243767ea5dafab1e67b58712372ae5 b/wb_unity_pro_2/Library/Artifacts/cf/cf243767ea5dafab1e67b58712372ae5
deleted file mode 100644
index f0fc3b75..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/cf/cf243767ea5dafab1e67b58712372ae5 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/cf/cf2a3ac3b5b31ca29c03a3a424af8542 b/wb_unity_pro_2/Library/Artifacts/cf/cf2a3ac3b5b31ca29c03a3a424af8542
deleted file mode 100644
index eb79529f..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/cf/cf2a3ac3b5b31ca29c03a3a424af8542 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/cf/cf7036371cf22053f39f5e31b0802d07 b/wb_unity_pro_2/Library/Artifacts/cf/cf7036371cf22053f39f5e31b0802d07
deleted file mode 100644
index fc255667..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/cf/cf7036371cf22053f39f5e31b0802d07 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/cf/cf921c3732f17b7ac97228a27af74d95 b/wb_unity_pro_2/Library/Artifacts/cf/cf921c3732f17b7ac97228a27af74d95
deleted file mode 100644
index c7d68a43..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/cf/cf921c3732f17b7ac97228a27af74d95 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/cf/cfa85513a39dbd07059a9d03cbc6cc13 b/wb_unity_pro_2/Library/Artifacts/cf/cfa85513a39dbd07059a9d03cbc6cc13
deleted file mode 100644
index b911ee91..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/cf/cfa85513a39dbd07059a9d03cbc6cc13 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/cf/cfa8cf57195c6ddfaccc348cbbc7a6de b/wb_unity_pro_2/Library/Artifacts/cf/cfa8cf57195c6ddfaccc348cbbc7a6de
deleted file mode 100644
index 1fb8872d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/cf/cfa8cf57195c6ddfaccc348cbbc7a6de and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/cf/cfd49d11b632ed2a85ffb91c5e8a58b4 b/wb_unity_pro_2/Library/Artifacts/cf/cfd49d11b632ed2a85ffb91c5e8a58b4
deleted file mode 100644
index 48f3bf77..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/cf/cfd49d11b632ed2a85ffb91c5e8a58b4 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/cf/cfef45069ea81fa572e8fcd509ecb72e b/wb_unity_pro_2/Library/Artifacts/cf/cfef45069ea81fa572e8fcd509ecb72e
deleted file mode 100644
index dff1d1f9..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/cf/cfef45069ea81fa572e8fcd509ecb72e and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/d0/d03ac3ae2fe5f7f63800d2d69dc4ef08 b/wb_unity_pro_2/Library/Artifacts/d0/d03ac3ae2fe5f7f63800d2d69dc4ef08
deleted file mode 100644
index 9188690e..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/d0/d03ac3ae2fe5f7f63800d2d69dc4ef08 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/d0/d05e9decc683ea5fa2b5624f333a20c4 b/wb_unity_pro_2/Library/Artifacts/d0/d05e9decc683ea5fa2b5624f333a20c4
deleted file mode 100644
index 3d5ad42d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/d0/d05e9decc683ea5fa2b5624f333a20c4 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/d0/d07cd8b4cba36b08e54a677ae8e23f32 b/wb_unity_pro_2/Library/Artifacts/d0/d07cd8b4cba36b08e54a677ae8e23f32
deleted file mode 100644
index 2355ae90..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/d0/d07cd8b4cba36b08e54a677ae8e23f32 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/d0/d088fd683e57f4c50e903a9b53b0f143 b/wb_unity_pro_2/Library/Artifacts/d0/d088fd683e57f4c50e903a9b53b0f143
deleted file mode 100644
index c70cc059..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/d0/d088fd683e57f4c50e903a9b53b0f143 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/d0/d097ae44d00eec99917023f15f413e97 b/wb_unity_pro_2/Library/Artifacts/d0/d097ae44d00eec99917023f15f413e97
deleted file mode 100644
index ba656fa1..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/d0/d097ae44d00eec99917023f15f413e97 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/d0/d099f4ac2e94e7142a5f98bdc4b1a32d b/wb_unity_pro_2/Library/Artifacts/d0/d099f4ac2e94e7142a5f98bdc4b1a32d
deleted file mode 100644
index f0a819cc..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/d0/d099f4ac2e94e7142a5f98bdc4b1a32d and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/d0/d0bf7cadc623b07afae6f693d1300eee b/wb_unity_pro_2/Library/Artifacts/d0/d0bf7cadc623b07afae6f693d1300eee
deleted file mode 100644
index 0cb80b7e..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/d0/d0bf7cadc623b07afae6f693d1300eee and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/d0/d0cc0770ec8e3bdee8b36815bef62cf2 b/wb_unity_pro_2/Library/Artifacts/d0/d0cc0770ec8e3bdee8b36815bef62cf2
deleted file mode 100644
index 75d3a870..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/d0/d0cc0770ec8e3bdee8b36815bef62cf2 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/d0/d0cf6e45eb8262638f2355f74975c509 b/wb_unity_pro_2/Library/Artifacts/d0/d0cf6e45eb8262638f2355f74975c509
deleted file mode 100644
index 9fca0bf6..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/d0/d0cf6e45eb8262638f2355f74975c509 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/d0/d0d6f06aba3f30a74a2fb558344bc4f0 b/wb_unity_pro_2/Library/Artifacts/d0/d0d6f06aba3f30a74a2fb558344bc4f0
deleted file mode 100644
index e47e02e7..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/d0/d0d6f06aba3f30a74a2fb558344bc4f0 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/d0/d0fdb3cddeb32d8f84ebc1c25b5b9ebd b/wb_unity_pro_2/Library/Artifacts/d0/d0fdb3cddeb32d8f84ebc1c25b5b9ebd
deleted file mode 100644
index 546a3fdf..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/d0/d0fdb3cddeb32d8f84ebc1c25b5b9ebd and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/d1/d10207a1667124c45fe5c275c2c3aedf b/wb_unity_pro_2/Library/Artifacts/d1/d10207a1667124c45fe5c275c2c3aedf
deleted file mode 100644
index 96fa9fd5..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/d1/d10207a1667124c45fe5c275c2c3aedf and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/d1/d10a3e60045cdadf9fed0922a022c6c9 b/wb_unity_pro_2/Library/Artifacts/d1/d10a3e60045cdadf9fed0922a022c6c9
deleted file mode 100644
index 0440657e..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/d1/d10a3e60045cdadf9fed0922a022c6c9 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/d1/d10b6219be770e00bc1bb98c0418b1ba b/wb_unity_pro_2/Library/Artifacts/d1/d10b6219be770e00bc1bb98c0418b1ba
deleted file mode 100644
index a76fc6c5..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/d1/d10b6219be770e00bc1bb98c0418b1ba and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/d1/d10bc5e1c85eace84ba6f39f2d503909 b/wb_unity_pro_2/Library/Artifacts/d1/d10bc5e1c85eace84ba6f39f2d503909
deleted file mode 100644
index b1ed7e8f..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/d1/d10bc5e1c85eace84ba6f39f2d503909 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/d1/d12c324de9d9560050f1a220e26096d3 b/wb_unity_pro_2/Library/Artifacts/d1/d12c324de9d9560050f1a220e26096d3
deleted file mode 100644
index cc85c695..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/d1/d12c324de9d9560050f1a220e26096d3 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/d1/d12f17303a7c9a738ba9799e8b7979fe b/wb_unity_pro_2/Library/Artifacts/d1/d12f17303a7c9a738ba9799e8b7979fe
deleted file mode 100644
index 67c3c123..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/d1/d12f17303a7c9a738ba9799e8b7979fe and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/d1/d16513a1ba00046d66ee0ab24aac6f14 b/wb_unity_pro_2/Library/Artifacts/d1/d16513a1ba00046d66ee0ab24aac6f14
deleted file mode 100644
index 7be10860..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/d1/d16513a1ba00046d66ee0ab24aac6f14 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/d1/d16d3844450a2c24c9401087b5434602 b/wb_unity_pro_2/Library/Artifacts/d1/d16d3844450a2c24c9401087b5434602
deleted file mode 100644
index b89a79f5..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/d1/d16d3844450a2c24c9401087b5434602 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/d1/d194d06ef18f1576179feb4bb7851295 b/wb_unity_pro_2/Library/Artifacts/d1/d194d06ef18f1576179feb4bb7851295
deleted file mode 100644
index c2c92825..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/d1/d194d06ef18f1576179feb4bb7851295 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/d1/d19b256116939c7a7cce79fb2f1b8e30 b/wb_unity_pro_2/Library/Artifacts/d1/d19b256116939c7a7cce79fb2f1b8e30
deleted file mode 100644
index b12c8d12..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/d1/d19b256116939c7a7cce79fb2f1b8e30 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/d1/d1b69dcd121283379a94d1c442fe20b9 b/wb_unity_pro_2/Library/Artifacts/d1/d1b69dcd121283379a94d1c442fe20b9
deleted file mode 100644
index 5d964449..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/d1/d1b69dcd121283379a94d1c442fe20b9 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/d1/d1cceea8d7f53507096169198d5c55dd b/wb_unity_pro_2/Library/Artifacts/d1/d1cceea8d7f53507096169198d5c55dd
deleted file mode 100644
index 77f08007..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/d1/d1cceea8d7f53507096169198d5c55dd and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/d1/d1d463dbfa7c49c01f671c1b02d3b894 b/wb_unity_pro_2/Library/Artifacts/d1/d1d463dbfa7c49c01f671c1b02d3b894
deleted file mode 100644
index 206028fb..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/d1/d1d463dbfa7c49c01f671c1b02d3b894 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/d1/d1e7236257c7f060c6b21165a465f4be b/wb_unity_pro_2/Library/Artifacts/d1/d1e7236257c7f060c6b21165a465f4be
deleted file mode 100644
index 594322ac..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/d1/d1e7236257c7f060c6b21165a465f4be and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/d1/d1e9403042478b418f05dc64e8252a80 b/wb_unity_pro_2/Library/Artifacts/d1/d1e9403042478b418f05dc64e8252a80
deleted file mode 100644
index 2dc4e429..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/d1/d1e9403042478b418f05dc64e8252a80 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/d1/d1e9cd2d45b7c1a9a10cdb278446f608 b/wb_unity_pro_2/Library/Artifacts/d1/d1e9cd2d45b7c1a9a10cdb278446f608
deleted file mode 100644
index 3d1a724c..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/d1/d1e9cd2d45b7c1a9a10cdb278446f608 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/d2/d22d5140d853fda4324c0d9859de90d6 b/wb_unity_pro_2/Library/Artifacts/d2/d22d5140d853fda4324c0d9859de90d6
deleted file mode 100644
index 3ffc897c..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/d2/d22d5140d853fda4324c0d9859de90d6 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/d2/d2354494a488d2d31a5be866027ed072 b/wb_unity_pro_2/Library/Artifacts/d2/d2354494a488d2d31a5be866027ed072
deleted file mode 100644
index ac604949..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/d2/d2354494a488d2d31a5be866027ed072 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/d2/d24d2464c3690d4261dc72f39afd5c1b b/wb_unity_pro_2/Library/Artifacts/d2/d24d2464c3690d4261dc72f39afd5c1b
deleted file mode 100644
index b015364a..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/d2/d24d2464c3690d4261dc72f39afd5c1b and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/d2/d258435c85926e6c84007f7439984ea1 b/wb_unity_pro_2/Library/Artifacts/d2/d258435c85926e6c84007f7439984ea1
deleted file mode 100644
index dc9236e7..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/d2/d258435c85926e6c84007f7439984ea1 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/d2/d25ae25989ae428ac2b3530e77488af9 b/wb_unity_pro_2/Library/Artifacts/d2/d25ae25989ae428ac2b3530e77488af9
deleted file mode 100644
index c0e93f7b..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/d2/d25ae25989ae428ac2b3530e77488af9 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/d2/d26c9a5311e5e46530834f09a81e99ce b/wb_unity_pro_2/Library/Artifacts/d2/d26c9a5311e5e46530834f09a81e99ce
deleted file mode 100644
index e0c9b5e6..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/d2/d26c9a5311e5e46530834f09a81e99ce and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/d2/d275759c12896d705d5872316c670b6c b/wb_unity_pro_2/Library/Artifacts/d2/d275759c12896d705d5872316c670b6c
deleted file mode 100644
index 115e820b..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/d2/d275759c12896d705d5872316c670b6c and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/d2/d280bddb887ea39a4144ae61a27f82fe b/wb_unity_pro_2/Library/Artifacts/d2/d280bddb887ea39a4144ae61a27f82fe
deleted file mode 100644
index a3a6ea41..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/d2/d280bddb887ea39a4144ae61a27f82fe and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/d2/d2b40d9fc161c17e80766ab55e7ac74a b/wb_unity_pro_2/Library/Artifacts/d2/d2b40d9fc161c17e80766ab55e7ac74a
deleted file mode 100644
index 717188eb..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/d2/d2b40d9fc161c17e80766ab55e7ac74a and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/d2/d2b6d19c71a8e4aeafef97ad1537ba20 b/wb_unity_pro_2/Library/Artifacts/d2/d2b6d19c71a8e4aeafef97ad1537ba20
deleted file mode 100644
index 0a5900ab..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/d2/d2b6d19c71a8e4aeafef97ad1537ba20 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/d2/d2f029576aa98812b6a6aecfc2f64345 b/wb_unity_pro_2/Library/Artifacts/d2/d2f029576aa98812b6a6aecfc2f64345
deleted file mode 100644
index be7168c2..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/d2/d2f029576aa98812b6a6aecfc2f64345 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/d3/d312de52c66b47307521c09a9c4df320 b/wb_unity_pro_2/Library/Artifacts/d3/d312de52c66b47307521c09a9c4df320
deleted file mode 100644
index e4e49683..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/d3/d312de52c66b47307521c09a9c4df320 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/d3/d324fcc3c7db288b6ead93b8ac20649f b/wb_unity_pro_2/Library/Artifacts/d3/d324fcc3c7db288b6ead93b8ac20649f
deleted file mode 100644
index 3c60e354..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/d3/d324fcc3c7db288b6ead93b8ac20649f and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/d3/d3489a45e3ef415b5cac1baf9c844d8a b/wb_unity_pro_2/Library/Artifacts/d3/d3489a45e3ef415b5cac1baf9c844d8a
deleted file mode 100644
index 513f2f5d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/d3/d3489a45e3ef415b5cac1baf9c844d8a and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/d3/d37f6c32730b66404010f3f58d4f982c b/wb_unity_pro_2/Library/Artifacts/d3/d37f6c32730b66404010f3f58d4f982c
deleted file mode 100644
index 08d0bfe5..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/d3/d37f6c32730b66404010f3f58d4f982c and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/d3/d392e02d812119046be67d37bbf14f7f b/wb_unity_pro_2/Library/Artifacts/d3/d392e02d812119046be67d37bbf14f7f
deleted file mode 100644
index caa8023c..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/d3/d392e02d812119046be67d37bbf14f7f and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/d3/d39b9f823f9c4e15e48b031c08ff6ac1 b/wb_unity_pro_2/Library/Artifacts/d3/d39b9f823f9c4e15e48b031c08ff6ac1
deleted file mode 100644
index cecc8397..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/d3/d39b9f823f9c4e15e48b031c08ff6ac1 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/d3/d3b372e7d98f8531f3d4f32b1753fea9 b/wb_unity_pro_2/Library/Artifacts/d3/d3b372e7d98f8531f3d4f32b1753fea9
deleted file mode 100644
index 1fb9f917..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/d3/d3b372e7d98f8531f3d4f32b1753fea9 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/d3/d3b8da8275675b08284a8b1a5877b833 b/wb_unity_pro_2/Library/Artifacts/d3/d3b8da8275675b08284a8b1a5877b833
deleted file mode 100644
index 71a1e9d0..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/d3/d3b8da8275675b08284a8b1a5877b833 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/d3/d3b98757a7d352504b2d73c131175bc0 b/wb_unity_pro_2/Library/Artifacts/d3/d3b98757a7d352504b2d73c131175bc0
deleted file mode 100644
index 5aa68c93..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/d3/d3b98757a7d352504b2d73c131175bc0 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/d3/d3d15428469fe9fcc0339f131d0fa1a6 b/wb_unity_pro_2/Library/Artifacts/d3/d3d15428469fe9fcc0339f131d0fa1a6
deleted file mode 100644
index 5f184457..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/d3/d3d15428469fe9fcc0339f131d0fa1a6 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/d3/d3eb0c60cc2989e319ab803010d81ed8 b/wb_unity_pro_2/Library/Artifacts/d3/d3eb0c60cc2989e319ab803010d81ed8
deleted file mode 100644
index 847ae1f6..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/d3/d3eb0c60cc2989e319ab803010d81ed8 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/d3/d3f4163857e1c9982e626473728a3973 b/wb_unity_pro_2/Library/Artifacts/d3/d3f4163857e1c9982e626473728a3973
deleted file mode 100644
index 0412f488..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/d3/d3f4163857e1c9982e626473728a3973 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/d4/d41fa5ad58693ab806b10b6fa33213a9 b/wb_unity_pro_2/Library/Artifacts/d4/d41fa5ad58693ab806b10b6fa33213a9
deleted file mode 100644
index 048e8d49..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/d4/d41fa5ad58693ab806b10b6fa33213a9 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/d4/d43f3619c7aa8a40b23d52f995c6965b b/wb_unity_pro_2/Library/Artifacts/d4/d43f3619c7aa8a40b23d52f995c6965b
deleted file mode 100644
index 065048a3..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/d4/d43f3619c7aa8a40b23d52f995c6965b and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/d4/d4491f233a11e2ccfef4ea2eb174dc6e b/wb_unity_pro_2/Library/Artifacts/d4/d4491f233a11e2ccfef4ea2eb174dc6e
deleted file mode 100644
index 93abccbc..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/d4/d4491f233a11e2ccfef4ea2eb174dc6e and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/d4/d4509508f964aa334fcfbe5b6bb5b0fc b/wb_unity_pro_2/Library/Artifacts/d4/d4509508f964aa334fcfbe5b6bb5b0fc
deleted file mode 100644
index 5b95bb9f..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/d4/d4509508f964aa334fcfbe5b6bb5b0fc and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/d4/d4690bfa18e80bdcf45fde5233148ab2 b/wb_unity_pro_2/Library/Artifacts/d4/d4690bfa18e80bdcf45fde5233148ab2
deleted file mode 100644
index 38693a1d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/d4/d4690bfa18e80bdcf45fde5233148ab2 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/d4/d4d4a264b851b76071b7663cf807dfb4 b/wb_unity_pro_2/Library/Artifacts/d4/d4d4a264b851b76071b7663cf807dfb4
deleted file mode 100644
index a71f678c..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/d4/d4d4a264b851b76071b7663cf807dfb4 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/d4/d4ebeb46bb4f4a351fd9793eb7ce595c b/wb_unity_pro_2/Library/Artifacts/d4/d4ebeb46bb4f4a351fd9793eb7ce595c
deleted file mode 100644
index e09c3b50..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/d4/d4ebeb46bb4f4a351fd9793eb7ce595c and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/d4/d4ed88a68974510ca37233da7f39b7ff b/wb_unity_pro_2/Library/Artifacts/d4/d4ed88a68974510ca37233da7f39b7ff
deleted file mode 100644
index ddf85c97..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/d4/d4ed88a68974510ca37233da7f39b7ff and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/d4/d4fba3abc4ff57fe33ee44ed518f7017 b/wb_unity_pro_2/Library/Artifacts/d4/d4fba3abc4ff57fe33ee44ed518f7017
deleted file mode 100644
index dbc45e1f..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/d4/d4fba3abc4ff57fe33ee44ed518f7017 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/d5/d50b5ba3796617b8bdafbf636c851ad8 b/wb_unity_pro_2/Library/Artifacts/d5/d50b5ba3796617b8bdafbf636c851ad8
deleted file mode 100644
index 26e718eb..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/d5/d50b5ba3796617b8bdafbf636c851ad8 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/d5/d51f086954107dbfcb817e4857f3a953 b/wb_unity_pro_2/Library/Artifacts/d5/d51f086954107dbfcb817e4857f3a953
deleted file mode 100644
index 17174c10..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/d5/d51f086954107dbfcb817e4857f3a953 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/d5/d52e29647818e30b21f2b4272fe38c5e b/wb_unity_pro_2/Library/Artifacts/d5/d52e29647818e30b21f2b4272fe38c5e
deleted file mode 100644
index 1d84a9c6..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/d5/d52e29647818e30b21f2b4272fe38c5e and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/d5/d5329a8037aded4689c2a45d3177937d b/wb_unity_pro_2/Library/Artifacts/d5/d5329a8037aded4689c2a45d3177937d
deleted file mode 100644
index d97f5389..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/d5/d5329a8037aded4689c2a45d3177937d and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/d5/d549eb7edc92b16b7d55d5900210f4db b/wb_unity_pro_2/Library/Artifacts/d5/d549eb7edc92b16b7d55d5900210f4db
deleted file mode 100644
index 348b4b23..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/d5/d549eb7edc92b16b7d55d5900210f4db and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/d5/d567e5a4bb41a761fc825a5f91251a44 b/wb_unity_pro_2/Library/Artifacts/d5/d567e5a4bb41a761fc825a5f91251a44
deleted file mode 100644
index 0176f65f..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/d5/d567e5a4bb41a761fc825a5f91251a44 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/d5/d5a3e7d70d16dc7360d7447261c527c7 b/wb_unity_pro_2/Library/Artifacts/d5/d5a3e7d70d16dc7360d7447261c527c7
deleted file mode 100644
index a5337ce8..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/d5/d5a3e7d70d16dc7360d7447261c527c7 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/d5/d5a6e95736001a02392ec3abd7e021ee b/wb_unity_pro_2/Library/Artifacts/d5/d5a6e95736001a02392ec3abd7e021ee
deleted file mode 100644
index 0111a2a1..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/d5/d5a6e95736001a02392ec3abd7e021ee and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/d5/d5ad45b55a83c2064038e298ec4861b3 b/wb_unity_pro_2/Library/Artifacts/d5/d5ad45b55a83c2064038e298ec4861b3
deleted file mode 100644
index bc1f3107..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/d5/d5ad45b55a83c2064038e298ec4861b3 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/d5/d5e3f75a22a0bca5e16ef35f386250e2 b/wb_unity_pro_2/Library/Artifacts/d5/d5e3f75a22a0bca5e16ef35f386250e2
deleted file mode 100644
index 4a3d7467..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/d5/d5e3f75a22a0bca5e16ef35f386250e2 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/d5/d5ecb87cbefe366d8f4b7c1d9e788898 b/wb_unity_pro_2/Library/Artifacts/d5/d5ecb87cbefe366d8f4b7c1d9e788898
deleted file mode 100644
index 91527f14..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/d5/d5ecb87cbefe366d8f4b7c1d9e788898 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/d6/d60d76045d30c3eaf1d2237a6887513d b/wb_unity_pro_2/Library/Artifacts/d6/d60d76045d30c3eaf1d2237a6887513d
deleted file mode 100644
index 087e312e..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/d6/d60d76045d30c3eaf1d2237a6887513d and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/d6/d60e44c9509fa4c480cf7fece10e25f3 b/wb_unity_pro_2/Library/Artifacts/d6/d60e44c9509fa4c480cf7fece10e25f3
deleted file mode 100644
index 80a7f6c5..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/d6/d60e44c9509fa4c480cf7fece10e25f3 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/d6/d6330c41800e3c6336f44d62cf7e5f6c b/wb_unity_pro_2/Library/Artifacts/d6/d6330c41800e3c6336f44d62cf7e5f6c
deleted file mode 100644
index 7e4929ce..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/d6/d6330c41800e3c6336f44d62cf7e5f6c and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/d6/d64fb45ea5f0a5c385ff30382de6e018 b/wb_unity_pro_2/Library/Artifacts/d6/d64fb45ea5f0a5c385ff30382de6e018
deleted file mode 100644
index 4a557467..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/d6/d64fb45ea5f0a5c385ff30382de6e018 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/d6/d69fa2217882df070711ff6828538f27 b/wb_unity_pro_2/Library/Artifacts/d6/d69fa2217882df070711ff6828538f27
deleted file mode 100644
index d5c7f222..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/d6/d69fa2217882df070711ff6828538f27 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/d6/d6bcfeb903be52f9326ec465c6348fd3 b/wb_unity_pro_2/Library/Artifacts/d6/d6bcfeb903be52f9326ec465c6348fd3
deleted file mode 100644
index 466826c2..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/d6/d6bcfeb903be52f9326ec465c6348fd3 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/d6/d6c323f8c990b76a4ce3b246bfbbe895 b/wb_unity_pro_2/Library/Artifacts/d6/d6c323f8c990b76a4ce3b246bfbbe895
deleted file mode 100644
index 2cbec61d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/d6/d6c323f8c990b76a4ce3b246bfbbe895 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/d6/d6cb8c45d2eaebcdfc4f70df2f493582 b/wb_unity_pro_2/Library/Artifacts/d6/d6cb8c45d2eaebcdfc4f70df2f493582
deleted file mode 100644
index c44daff8..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/d6/d6cb8c45d2eaebcdfc4f70df2f493582 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/d7/d70733ee687b26728624cf9013907e2a b/wb_unity_pro_2/Library/Artifacts/d7/d70733ee687b26728624cf9013907e2a
deleted file mode 100644
index 469c4391..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/d7/d70733ee687b26728624cf9013907e2a and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/d7/d708ee1c449deec73351b3d31872592b b/wb_unity_pro_2/Library/Artifacts/d7/d708ee1c449deec73351b3d31872592b
deleted file mode 100644
index 7f48668c..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/d7/d708ee1c449deec73351b3d31872592b and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/d7/d70b0a89fb1f0a8f7a875b2dbd618c99 b/wb_unity_pro_2/Library/Artifacts/d7/d70b0a89fb1f0a8f7a875b2dbd618c99
deleted file mode 100644
index 6dc11c31..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/d7/d70b0a89fb1f0a8f7a875b2dbd618c99 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/d7/d718f933ade0917bea8f7f3cff5a45d7 b/wb_unity_pro_2/Library/Artifacts/d7/d718f933ade0917bea8f7f3cff5a45d7
deleted file mode 100644
index fa7b3d07..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/d7/d718f933ade0917bea8f7f3cff5a45d7 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/d7/d7228bbc6b82d0cecda6cbbbb61ba899 b/wb_unity_pro_2/Library/Artifacts/d7/d7228bbc6b82d0cecda6cbbbb61ba899
deleted file mode 100644
index 1a9fb0e9..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/d7/d7228bbc6b82d0cecda6cbbbb61ba899 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/d7/d7273403239224681712d57e38987fb3 b/wb_unity_pro_2/Library/Artifacts/d7/d7273403239224681712d57e38987fb3
deleted file mode 100644
index 9d6456f7..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/d7/d7273403239224681712d57e38987fb3 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/d7/d7379dfcca578f450e78cd7156502fd9 b/wb_unity_pro_2/Library/Artifacts/d7/d7379dfcca578f450e78cd7156502fd9
deleted file mode 100644
index 6896526d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/d7/d7379dfcca578f450e78cd7156502fd9 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/d7/d73ea71b387091955d1cff6b28d7f701 b/wb_unity_pro_2/Library/Artifacts/d7/d73ea71b387091955d1cff6b28d7f701
deleted file mode 100644
index c365f71d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/d7/d73ea71b387091955d1cff6b28d7f701 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/d7/d7e785f14d07310997717476aecb2706 b/wb_unity_pro_2/Library/Artifacts/d7/d7e785f14d07310997717476aecb2706
deleted file mode 100644
index a0734700..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/d7/d7e785f14d07310997717476aecb2706 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/d7/d7e8609847eacd6ff2b692e007e71542 b/wb_unity_pro_2/Library/Artifacts/d7/d7e8609847eacd6ff2b692e007e71542
deleted file mode 100644
index f4ce8ae4..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/d7/d7e8609847eacd6ff2b692e007e71542 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/d8/d81a0d056e4a042273e576039303a61b b/wb_unity_pro_2/Library/Artifacts/d8/d81a0d056e4a042273e576039303a61b
deleted file mode 100644
index 52bda518..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/d8/d81a0d056e4a042273e576039303a61b and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/d8/d821991b4119d4f5c3fe18eeb0b2c899 b/wb_unity_pro_2/Library/Artifacts/d8/d821991b4119d4f5c3fe18eeb0b2c899
deleted file mode 100644
index 1c2beda1..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/d8/d821991b4119d4f5c3fe18eeb0b2c899 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/d8/d82706bb25a632371f083e508a86e7d1 b/wb_unity_pro_2/Library/Artifacts/d8/d82706bb25a632371f083e508a86e7d1
deleted file mode 100644
index a5b14590..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/d8/d82706bb25a632371f083e508a86e7d1 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/d8/d83ec236ed259869c42fd35e6124b31f b/wb_unity_pro_2/Library/Artifacts/d8/d83ec236ed259869c42fd35e6124b31f
deleted file mode 100644
index 375e2214..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/d8/d83ec236ed259869c42fd35e6124b31f and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/d8/d840a98199fbc3f7b069575e823b85df b/wb_unity_pro_2/Library/Artifacts/d8/d840a98199fbc3f7b069575e823b85df
deleted file mode 100644
index 77f724c0..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/d8/d840a98199fbc3f7b069575e823b85df and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/d8/d84c51a31bcb6e642da029cb81eaca3f b/wb_unity_pro_2/Library/Artifacts/d8/d84c51a31bcb6e642da029cb81eaca3f
deleted file mode 100644
index 20ec6fef..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/d8/d84c51a31bcb6e642da029cb81eaca3f and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/d8/d85c7f0f74b0d123d7797a462a2e8a2e b/wb_unity_pro_2/Library/Artifacts/d8/d85c7f0f74b0d123d7797a462a2e8a2e
deleted file mode 100644
index f22fd39f..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/d8/d85c7f0f74b0d123d7797a462a2e8a2e and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/d8/d8650cce274ec75c02268142296bb7c9 b/wb_unity_pro_2/Library/Artifacts/d8/d8650cce274ec75c02268142296bb7c9
deleted file mode 100644
index ae7778dc..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/d8/d8650cce274ec75c02268142296bb7c9 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/d8/d8667a588e213dc20dced1ac073a69b7 b/wb_unity_pro_2/Library/Artifacts/d8/d8667a588e213dc20dced1ac073a69b7
deleted file mode 100644
index abfaa3f0..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/d8/d8667a588e213dc20dced1ac073a69b7 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/d8/d87685ccbc659a32e03a3778404a0958 b/wb_unity_pro_2/Library/Artifacts/d8/d87685ccbc659a32e03a3778404a0958
deleted file mode 100644
index 6624750c..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/d8/d87685ccbc659a32e03a3778404a0958 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/d8/d87aa019c024e9f9d9b696c08f695fc9 b/wb_unity_pro_2/Library/Artifacts/d8/d87aa019c024e9f9d9b696c08f695fc9
deleted file mode 100644
index 6a381b5d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/d8/d87aa019c024e9f9d9b696c08f695fc9 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/d8/d898ad017dfcde61f256c912a7775e4d b/wb_unity_pro_2/Library/Artifacts/d8/d898ad017dfcde61f256c912a7775e4d
deleted file mode 100644
index 05bd11b4..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/d8/d898ad017dfcde61f256c912a7775e4d and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/d8/d8b131ba9d9422082f7b42c2428b000b b/wb_unity_pro_2/Library/Artifacts/d8/d8b131ba9d9422082f7b42c2428b000b
deleted file mode 100644
index 6dd6956b..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/d8/d8b131ba9d9422082f7b42c2428b000b and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/d8/d8f629268964a943fe5bf0c4cfcaa19f b/wb_unity_pro_2/Library/Artifacts/d8/d8f629268964a943fe5bf0c4cfcaa19f
deleted file mode 100644
index f0f94a21..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/d8/d8f629268964a943fe5bf0c4cfcaa19f and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/d9/d916a04674fb3537b1a4341c425ce37d b/wb_unity_pro_2/Library/Artifacts/d9/d916a04674fb3537b1a4341c425ce37d
deleted file mode 100644
index 868b8c7a..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/d9/d916a04674fb3537b1a4341c425ce37d and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/d9/d91876543b3cf512abf67c4ea6e842f5 b/wb_unity_pro_2/Library/Artifacts/d9/d91876543b3cf512abf67c4ea6e842f5
deleted file mode 100644
index d1150f99..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/d9/d91876543b3cf512abf67c4ea6e842f5 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/d9/d91c42b588d7cc65e53d430a7e235baa b/wb_unity_pro_2/Library/Artifacts/d9/d91c42b588d7cc65e53d430a7e235baa
deleted file mode 100644
index aa953207..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/d9/d91c42b588d7cc65e53d430a7e235baa and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/d9/d96616c869d82c5125d887aafb10683b b/wb_unity_pro_2/Library/Artifacts/d9/d96616c869d82c5125d887aafb10683b
deleted file mode 100644
index 5ab54989..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/d9/d96616c869d82c5125d887aafb10683b and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/d9/d987cb8373aa493c5b98de850ed24955 b/wb_unity_pro_2/Library/Artifacts/d9/d987cb8373aa493c5b98de850ed24955
deleted file mode 100644
index 6190213e..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/d9/d987cb8373aa493c5b98de850ed24955 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/d9/d9bb378df854fb9e74a7e4675e77a606 b/wb_unity_pro_2/Library/Artifacts/d9/d9bb378df854fb9e74a7e4675e77a606
deleted file mode 100644
index 1207b2d1..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/d9/d9bb378df854fb9e74a7e4675e77a606 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/d9/d9f25332259443910ec426608ef03893 b/wb_unity_pro_2/Library/Artifacts/d9/d9f25332259443910ec426608ef03893
deleted file mode 100644
index 1b156c7c..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/d9/d9f25332259443910ec426608ef03893 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/d9/d9f7fcac8c0e48c98977b52a603d2e9e b/wb_unity_pro_2/Library/Artifacts/d9/d9f7fcac8c0e48c98977b52a603d2e9e
deleted file mode 100644
index 482d3386..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/d9/d9f7fcac8c0e48c98977b52a603d2e9e and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/d9/d9fd407e9f844463e68a0c8b098a7c9a b/wb_unity_pro_2/Library/Artifacts/d9/d9fd407e9f844463e68a0c8b098a7c9a
deleted file mode 100644
index 24c96274..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/d9/d9fd407e9f844463e68a0c8b098a7c9a and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/da/da02a6fa46c2fd52488ee60fc0018266 b/wb_unity_pro_2/Library/Artifacts/da/da02a6fa46c2fd52488ee60fc0018266
deleted file mode 100644
index 21274f66..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/da/da02a6fa46c2fd52488ee60fc0018266 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/da/da0e9d1605a7a5530cdfab1bdc5a3e18 b/wb_unity_pro_2/Library/Artifacts/da/da0e9d1605a7a5530cdfab1bdc5a3e18
deleted file mode 100644
index def33087..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/da/da0e9d1605a7a5530cdfab1bdc5a3e18 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/da/da10ebc3d2a59cbac61248f6d397302b b/wb_unity_pro_2/Library/Artifacts/da/da10ebc3d2a59cbac61248f6d397302b
deleted file mode 100644
index 1c5101de..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/da/da10ebc3d2a59cbac61248f6d397302b and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/da/da27a2470e74f6c2e9556365de5be13c b/wb_unity_pro_2/Library/Artifacts/da/da27a2470e74f6c2e9556365de5be13c
deleted file mode 100644
index e7ddcaf4..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/da/da27a2470e74f6c2e9556365de5be13c and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/da/da2f2175508dac09e4c27c8140e5f204 b/wb_unity_pro_2/Library/Artifacts/da/da2f2175508dac09e4c27c8140e5f204
deleted file mode 100644
index 591b682d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/da/da2f2175508dac09e4c27c8140e5f204 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/da/da77568ea776adee440b1e0781a539e8 b/wb_unity_pro_2/Library/Artifacts/da/da77568ea776adee440b1e0781a539e8
deleted file mode 100644
index efc1e96b..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/da/da77568ea776adee440b1e0781a539e8 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/da/da7d736adaf9e2d6668f4bb03879029d b/wb_unity_pro_2/Library/Artifacts/da/da7d736adaf9e2d6668f4bb03879029d
deleted file mode 100644
index 4d1b8d51..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/da/da7d736adaf9e2d6668f4bb03879029d and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/da/da7fd85dd0315583efd0eea056988364 b/wb_unity_pro_2/Library/Artifacts/da/da7fd85dd0315583efd0eea056988364
deleted file mode 100644
index 9bf57a37..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/da/da7fd85dd0315583efd0eea056988364 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/da/da9ce26d5ca2f005fd7a83adbb44de43 b/wb_unity_pro_2/Library/Artifacts/da/da9ce26d5ca2f005fd7a83adbb44de43
deleted file mode 100644
index 5069154f..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/da/da9ce26d5ca2f005fd7a83adbb44de43 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/da/da9ede895c22c3cb9f59296c01ed2840 b/wb_unity_pro_2/Library/Artifacts/da/da9ede895c22c3cb9f59296c01ed2840
deleted file mode 100644
index 90765cf2..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/da/da9ede895c22c3cb9f59296c01ed2840 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/da/daa68b6d180927cd555333331c701ced b/wb_unity_pro_2/Library/Artifacts/da/daa68b6d180927cd555333331c701ced
deleted file mode 100644
index cfd95bd7..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/da/daa68b6d180927cd555333331c701ced and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/da/daa6d6c65543bc4951d89f60db5b2fb3 b/wb_unity_pro_2/Library/Artifacts/da/daa6d6c65543bc4951d89f60db5b2fb3
deleted file mode 100644
index 5057bfa0..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/da/daa6d6c65543bc4951d89f60db5b2fb3 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/da/daa9e812bb0c2d7121b6c366f83b75b1 b/wb_unity_pro_2/Library/Artifacts/da/daa9e812bb0c2d7121b6c366f83b75b1
deleted file mode 100644
index c7043343..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/da/daa9e812bb0c2d7121b6c366f83b75b1 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/da/daad302c157fd23d51b6a9d0462baf6f b/wb_unity_pro_2/Library/Artifacts/da/daad302c157fd23d51b6a9d0462baf6f
deleted file mode 100644
index 551628dd..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/da/daad302c157fd23d51b6a9d0462baf6f and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/da/dab04a5459a37d3bc033b599275c3da5 b/wb_unity_pro_2/Library/Artifacts/da/dab04a5459a37d3bc033b599275c3da5
deleted file mode 100644
index 13e00def..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/da/dab04a5459a37d3bc033b599275c3da5 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/da/dab5cadd94cbef90fef538b617168aff b/wb_unity_pro_2/Library/Artifacts/da/dab5cadd94cbef90fef538b617168aff
deleted file mode 100644
index 6cf68beb..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/da/dab5cadd94cbef90fef538b617168aff and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/da/dace0b45b6cd8af84086e324cffee29b b/wb_unity_pro_2/Library/Artifacts/da/dace0b45b6cd8af84086e324cffee29b
deleted file mode 100644
index 3c62a97e..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/da/dace0b45b6cd8af84086e324cffee29b and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/db/db029140db544395ca5911a891043653 b/wb_unity_pro_2/Library/Artifacts/db/db029140db544395ca5911a891043653
deleted file mode 100644
index 19c2aa4f..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/db/db029140db544395ca5911a891043653 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/db/db197ff5db9d81322ad9ee5d50a99681 b/wb_unity_pro_2/Library/Artifacts/db/db197ff5db9d81322ad9ee5d50a99681
deleted file mode 100644
index 13f8fb49..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/db/db197ff5db9d81322ad9ee5d50a99681 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/db/db2b51d0c7a6f8602925d25f3409ff34 b/wb_unity_pro_2/Library/Artifacts/db/db2b51d0c7a6f8602925d25f3409ff34
deleted file mode 100644
index fa57c3ed..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/db/db2b51d0c7a6f8602925d25f3409ff34 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/db/db2c50dce30154e02e674f5c4d651a2e b/wb_unity_pro_2/Library/Artifacts/db/db2c50dce30154e02e674f5c4d651a2e
deleted file mode 100644
index 45411eca..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/db/db2c50dce30154e02e674f5c4d651a2e and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/db/db31e75f016ad03717732e109196caa1 b/wb_unity_pro_2/Library/Artifacts/db/db31e75f016ad03717732e109196caa1
deleted file mode 100644
index ebf8a7bd..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/db/db31e75f016ad03717732e109196caa1 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/db/db55da00eefd2cd8f62cc190cebf0860 b/wb_unity_pro_2/Library/Artifacts/db/db55da00eefd2cd8f62cc190cebf0860
deleted file mode 100644
index c50bfb68..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/db/db55da00eefd2cd8f62cc190cebf0860 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/db/db6dcd7b0dcca7cbb96bd739e875680b b/wb_unity_pro_2/Library/Artifacts/db/db6dcd7b0dcca7cbb96bd739e875680b
deleted file mode 100644
index de03f83d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/db/db6dcd7b0dcca7cbb96bd739e875680b and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/db/dbab635c81155da027c6200038881ec0 b/wb_unity_pro_2/Library/Artifacts/db/dbab635c81155da027c6200038881ec0
deleted file mode 100644
index 2a37597a..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/db/dbab635c81155da027c6200038881ec0 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/db/dbae6e3154680d64da48ce21848d54a9 b/wb_unity_pro_2/Library/Artifacts/db/dbae6e3154680d64da48ce21848d54a9
deleted file mode 100644
index 8a5e82c9..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/db/dbae6e3154680d64da48ce21848d54a9 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/db/dbb87286482d9398b792aa1b5665e034 b/wb_unity_pro_2/Library/Artifacts/db/dbb87286482d9398b792aa1b5665e034
deleted file mode 100644
index 330d64e7..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/db/dbb87286482d9398b792aa1b5665e034 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/db/dbbd6d4a3c37f7d81a2860257a731ee8 b/wb_unity_pro_2/Library/Artifacts/db/dbbd6d4a3c37f7d81a2860257a731ee8
deleted file mode 100644
index a0b05a44..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/db/dbbd6d4a3c37f7d81a2860257a731ee8 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/db/dbc34451725797d8c139298b936c4350 b/wb_unity_pro_2/Library/Artifacts/db/dbc34451725797d8c139298b936c4350
deleted file mode 100644
index 4a14e47a..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/db/dbc34451725797d8c139298b936c4350 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/db/dbc83411090f9da929b6eb6e3b0eff9f b/wb_unity_pro_2/Library/Artifacts/db/dbc83411090f9da929b6eb6e3b0eff9f
deleted file mode 100644
index 1eb7c6fb..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/db/dbc83411090f9da929b6eb6e3b0eff9f and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/db/dbcb6e6fb0d05b3e495442f2041df5c4 b/wb_unity_pro_2/Library/Artifacts/db/dbcb6e6fb0d05b3e495442f2041df5c4
deleted file mode 100644
index 768b7257..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/db/dbcb6e6fb0d05b3e495442f2041df5c4 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/db/dbfa5732f37fe8a94e6bd2416c26bad9 b/wb_unity_pro_2/Library/Artifacts/db/dbfa5732f37fe8a94e6bd2416c26bad9
deleted file mode 100644
index 08b31045..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/db/dbfa5732f37fe8a94e6bd2416c26bad9 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/dc/dc4dc6dfc4fae12b44b50591482d0353 b/wb_unity_pro_2/Library/Artifacts/dc/dc4dc6dfc4fae12b44b50591482d0353
deleted file mode 100644
index f9148cbf..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/dc/dc4dc6dfc4fae12b44b50591482d0353 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/dc/dc531b96397dd133f6a1a42c78c821e5 b/wb_unity_pro_2/Library/Artifacts/dc/dc531b96397dd133f6a1a42c78c821e5
deleted file mode 100644
index 676f225b..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/dc/dc531b96397dd133f6a1a42c78c821e5 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/dc/dc643438ce352a91a902d2fe76440afe b/wb_unity_pro_2/Library/Artifacts/dc/dc643438ce352a91a902d2fe76440afe
deleted file mode 100644
index de728f1d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/dc/dc643438ce352a91a902d2fe76440afe and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/dc/dc8ba15d8b18b0a972846f4f73d3fbee b/wb_unity_pro_2/Library/Artifacts/dc/dc8ba15d8b18b0a972846f4f73d3fbee
deleted file mode 100644
index 672bc9cc..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/dc/dc8ba15d8b18b0a972846f4f73d3fbee and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/dc/dcb3699915e61d473f16cbec450cef02 b/wb_unity_pro_2/Library/Artifacts/dc/dcb3699915e61d473f16cbec450cef02
deleted file mode 100644
index 12e3389f..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/dc/dcb3699915e61d473f16cbec450cef02 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/dc/dcb3b5555316e36c4e5de000c78ee4bb b/wb_unity_pro_2/Library/Artifacts/dc/dcb3b5555316e36c4e5de000c78ee4bb
deleted file mode 100644
index 32d0ca80..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/dc/dcb3b5555316e36c4e5de000c78ee4bb and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/dc/dccd2ed9926a90375dd3fcd7d73071a0 b/wb_unity_pro_2/Library/Artifacts/dc/dccd2ed9926a90375dd3fcd7d73071a0
deleted file mode 100644
index 681a183f..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/dc/dccd2ed9926a90375dd3fcd7d73071a0 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/dd/dd01bed0f0bd5e9416f76287914f620e b/wb_unity_pro_2/Library/Artifacts/dd/dd01bed0f0bd5e9416f76287914f620e
deleted file mode 100644
index 6de7c2b5..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/dd/dd01bed0f0bd5e9416f76287914f620e and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/dd/dd0b001e72a660b3145cc9a3bb992091 b/wb_unity_pro_2/Library/Artifacts/dd/dd0b001e72a660b3145cc9a3bb992091
deleted file mode 100644
index c1a62654..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/dd/dd0b001e72a660b3145cc9a3bb992091 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/dd/dd26798b83d92db6f4be646ec8a7e65e b/wb_unity_pro_2/Library/Artifacts/dd/dd26798b83d92db6f4be646ec8a7e65e
deleted file mode 100644
index 171e3418..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/dd/dd26798b83d92db6f4be646ec8a7e65e and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/dd/dd2e6a02d8e6ebe5866bdf20410d3d15 b/wb_unity_pro_2/Library/Artifacts/dd/dd2e6a02d8e6ebe5866bdf20410d3d15
deleted file mode 100644
index 7fa0677b..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/dd/dd2e6a02d8e6ebe5866bdf20410d3d15 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/dd/dd465840af99e344ab7ce506f295507b b/wb_unity_pro_2/Library/Artifacts/dd/dd465840af99e344ab7ce506f295507b
deleted file mode 100644
index e4a9ea23..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/dd/dd465840af99e344ab7ce506f295507b and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/dd/dd47134ca458ca3247323198cbc4df1c b/wb_unity_pro_2/Library/Artifacts/dd/dd47134ca458ca3247323198cbc4df1c
deleted file mode 100644
index 6834986a..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/dd/dd47134ca458ca3247323198cbc4df1c and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/dd/dd64ffbbfaf16f4c3e89f041d95a2817 b/wb_unity_pro_2/Library/Artifacts/dd/dd64ffbbfaf16f4c3e89f041d95a2817
deleted file mode 100644
index ef25e987..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/dd/dd64ffbbfaf16f4c3e89f041d95a2817 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/dd/dd72610af79b97355c75dd211261efc6 b/wb_unity_pro_2/Library/Artifacts/dd/dd72610af79b97355c75dd211261efc6
deleted file mode 100644
index cef9e83c..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/dd/dd72610af79b97355c75dd211261efc6 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/dd/dd72b15a194b1c16abdf74aa97182c53 b/wb_unity_pro_2/Library/Artifacts/dd/dd72b15a194b1c16abdf74aa97182c53
deleted file mode 100644
index 23ae8e43..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/dd/dd72b15a194b1c16abdf74aa97182c53 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/dd/dde0d88ce13844e9576f19a9827dcfa1 b/wb_unity_pro_2/Library/Artifacts/dd/dde0d88ce13844e9576f19a9827dcfa1
deleted file mode 100644
index 55bd1f6d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/dd/dde0d88ce13844e9576f19a9827dcfa1 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/dd/dde295a2869274c734f9a379e58be27f b/wb_unity_pro_2/Library/Artifacts/dd/dde295a2869274c734f9a379e58be27f
deleted file mode 100644
index d294086d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/dd/dde295a2869274c734f9a379e58be27f and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/de/de0c9ef8966eb7467f6a503ad2a616d9 b/wb_unity_pro_2/Library/Artifacts/de/de0c9ef8966eb7467f6a503ad2a616d9
deleted file mode 100644
index 51cabce0..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/de/de0c9ef8966eb7467f6a503ad2a616d9 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/de/de17395aadeabd8de1e5f8d72cf3aaae b/wb_unity_pro_2/Library/Artifacts/de/de17395aadeabd8de1e5f8d72cf3aaae
deleted file mode 100644
index 6534db2a..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/de/de17395aadeabd8de1e5f8d72cf3aaae and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/de/de212920de9649dc26c2c2c1b0c81c47 b/wb_unity_pro_2/Library/Artifacts/de/de212920de9649dc26c2c2c1b0c81c47
deleted file mode 100644
index 44c4758e..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/de/de212920de9649dc26c2c2c1b0c81c47 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/de/de4d82c400df01136807a4f88ef5d1fb b/wb_unity_pro_2/Library/Artifacts/de/de4d82c400df01136807a4f88ef5d1fb
deleted file mode 100644
index 58a39faa..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/de/de4d82c400df01136807a4f88ef5d1fb and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/de/de50f4470b5b95d28afdaea68326f214 b/wb_unity_pro_2/Library/Artifacts/de/de50f4470b5b95d28afdaea68326f214
deleted file mode 100644
index 03498730..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/de/de50f4470b5b95d28afdaea68326f214 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/de/de6cc718e84791890dcdca22f7747b68 b/wb_unity_pro_2/Library/Artifacts/de/de6cc718e84791890dcdca22f7747b68
deleted file mode 100644
index c974aa31..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/de/de6cc718e84791890dcdca22f7747b68 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/de/de829eedf84eeabf18f07812763aaac1 b/wb_unity_pro_2/Library/Artifacts/de/de829eedf84eeabf18f07812763aaac1
deleted file mode 100644
index e8c4fe29..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/de/de829eedf84eeabf18f07812763aaac1 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/de/de913b80b45ee749d41a74db8a9e41d9 b/wb_unity_pro_2/Library/Artifacts/de/de913b80b45ee749d41a74db8a9e41d9
deleted file mode 100644
index 761f397f..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/de/de913b80b45ee749d41a74db8a9e41d9 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/de/dea4ee27c0b1d50a8b7dc1f87adf7811 b/wb_unity_pro_2/Library/Artifacts/de/dea4ee27c0b1d50a8b7dc1f87adf7811
deleted file mode 100644
index 36d10e6c..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/de/dea4ee27c0b1d50a8b7dc1f87adf7811 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/de/dea93dce5fbfcca25cfd51ede42de489 b/wb_unity_pro_2/Library/Artifacts/de/dea93dce5fbfcca25cfd51ede42de489
deleted file mode 100644
index 1c5f032f..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/de/dea93dce5fbfcca25cfd51ede42de489 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/de/debbef0d02d4c53a4a05c4488e86c230 b/wb_unity_pro_2/Library/Artifacts/de/debbef0d02d4c53a4a05c4488e86c230
deleted file mode 100644
index dce4fa20..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/de/debbef0d02d4c53a4a05c4488e86c230 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/de/ded2c4dc3f1111a35d906694466228ae b/wb_unity_pro_2/Library/Artifacts/de/ded2c4dc3f1111a35d906694466228ae
deleted file mode 100644
index 8d11f689..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/de/ded2c4dc3f1111a35d906694466228ae and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/de/ded960bbc4b0a71db3ae1b7658d7950e b/wb_unity_pro_2/Library/Artifacts/de/ded960bbc4b0a71db3ae1b7658d7950e
deleted file mode 100644
index 97a9321d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/de/ded960bbc4b0a71db3ae1b7658d7950e and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/df/df0f5267d413581b5eb4a79b8f800c43 b/wb_unity_pro_2/Library/Artifacts/df/df0f5267d413581b5eb4a79b8f800c43
deleted file mode 100644
index ee0c33a4..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/df/df0f5267d413581b5eb4a79b8f800c43 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/df/df3ba25dc8f4127505f01762793af20b b/wb_unity_pro_2/Library/Artifacts/df/df3ba25dc8f4127505f01762793af20b
deleted file mode 100644
index 2c00b47a..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/df/df3ba25dc8f4127505f01762793af20b and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/df/df6294671d49474679fd8d7413dfbd4f b/wb_unity_pro_2/Library/Artifacts/df/df6294671d49474679fd8d7413dfbd4f
deleted file mode 100644
index 027cef02..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/df/df6294671d49474679fd8d7413dfbd4f and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/df/dfbbca235d7a86c5ac7eda76b53d0fae b/wb_unity_pro_2/Library/Artifacts/df/dfbbca235d7a86c5ac7eda76b53d0fae
deleted file mode 100644
index 7ede509b..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/df/dfbbca235d7a86c5ac7eda76b53d0fae and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/e0/e014ae6f43d3eb573de2cbb8a5e2b027 b/wb_unity_pro_2/Library/Artifacts/e0/e014ae6f43d3eb573de2cbb8a5e2b027
deleted file mode 100644
index 1015dc67..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/e0/e014ae6f43d3eb573de2cbb8a5e2b027 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/e0/e028ca10c3ca087e66fe654c167f2ad9 b/wb_unity_pro_2/Library/Artifacts/e0/e028ca10c3ca087e66fe654c167f2ad9
deleted file mode 100644
index bc1ec3e9..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/e0/e028ca10c3ca087e66fe654c167f2ad9 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/e0/e042dfe3e37e069f82a23e22b33d7b4d b/wb_unity_pro_2/Library/Artifacts/e0/e042dfe3e37e069f82a23e22b33d7b4d
deleted file mode 100644
index e975e543..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/e0/e042dfe3e37e069f82a23e22b33d7b4d and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/e0/e06dd37c0eb1619ed5c52058d47724eb b/wb_unity_pro_2/Library/Artifacts/e0/e06dd37c0eb1619ed5c52058d47724eb
deleted file mode 100644
index 269b0ad3..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/e0/e06dd37c0eb1619ed5c52058d47724eb and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/e0/e0a5733532f2e39a5acd1d16eabcca72 b/wb_unity_pro_2/Library/Artifacts/e0/e0a5733532f2e39a5acd1d16eabcca72
deleted file mode 100644
index 800b410c..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/e0/e0a5733532f2e39a5acd1d16eabcca72 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/e0/e0a73403185b6fca091335ce48d7516e b/wb_unity_pro_2/Library/Artifacts/e0/e0a73403185b6fca091335ce48d7516e
deleted file mode 100644
index 8cf288a4..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/e0/e0a73403185b6fca091335ce48d7516e and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/e0/e0ab38ec4e11310302d1c912f4c858c9 b/wb_unity_pro_2/Library/Artifacts/e0/e0ab38ec4e11310302d1c912f4c858c9
deleted file mode 100644
index ad679705..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/e0/e0ab38ec4e11310302d1c912f4c858c9 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/e0/e0af6e86351228716e209ddd1b0f463f b/wb_unity_pro_2/Library/Artifacts/e0/e0af6e86351228716e209ddd1b0f463f
deleted file mode 100644
index db07e5cb..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/e0/e0af6e86351228716e209ddd1b0f463f and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/e0/e0d0631cbfb683a999e72b1eb89c168d b/wb_unity_pro_2/Library/Artifacts/e0/e0d0631cbfb683a999e72b1eb89c168d
deleted file mode 100644
index 8f4cc716..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/e0/e0d0631cbfb683a999e72b1eb89c168d and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/e1/e10c8f5c29dbc908d62855b5d6dfa3fa b/wb_unity_pro_2/Library/Artifacts/e1/e10c8f5c29dbc908d62855b5d6dfa3fa
deleted file mode 100644
index c940d24e..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/e1/e10c8f5c29dbc908d62855b5d6dfa3fa and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/e1/e11aa75e4243b9e73ca7196b25047ce1 b/wb_unity_pro_2/Library/Artifacts/e1/e11aa75e4243b9e73ca7196b25047ce1
deleted file mode 100644
index 69d7f38d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/e1/e11aa75e4243b9e73ca7196b25047ce1 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/e1/e135423153d82bcceda3ba93bc705506 b/wb_unity_pro_2/Library/Artifacts/e1/e135423153d82bcceda3ba93bc705506
deleted file mode 100644
index 1d7c0847..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/e1/e135423153d82bcceda3ba93bc705506 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/e1/e159ac9e11437683e24fa0c783696244 b/wb_unity_pro_2/Library/Artifacts/e1/e159ac9e11437683e24fa0c783696244
deleted file mode 100644
index a311b56d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/e1/e159ac9e11437683e24fa0c783696244 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/e1/e175176ae9dc53cbe39621400bb85982 b/wb_unity_pro_2/Library/Artifacts/e1/e175176ae9dc53cbe39621400bb85982
deleted file mode 100644
index fbf32685..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/e1/e175176ae9dc53cbe39621400bb85982 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/e1/e1869bea61f54f846d411f8cdc255061 b/wb_unity_pro_2/Library/Artifacts/e1/e1869bea61f54f846d411f8cdc255061
deleted file mode 100644
index 9787248e..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/e1/e1869bea61f54f846d411f8cdc255061 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/e1/e1aaeacf397f1ae2a13a8536427c36e9 b/wb_unity_pro_2/Library/Artifacts/e1/e1aaeacf397f1ae2a13a8536427c36e9
deleted file mode 100644
index 1d177d74..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/e1/e1aaeacf397f1ae2a13a8536427c36e9 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/e1/e1c72a99674de9d0211b5bfc04958a34 b/wb_unity_pro_2/Library/Artifacts/e1/e1c72a99674de9d0211b5bfc04958a34
deleted file mode 100644
index 501c6723..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/e1/e1c72a99674de9d0211b5bfc04958a34 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/e1/e1d19f67a3077e9aeb11f43d2268fe1d b/wb_unity_pro_2/Library/Artifacts/e1/e1d19f67a3077e9aeb11f43d2268fe1d
deleted file mode 100644
index d6c5b87f..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/e1/e1d19f67a3077e9aeb11f43d2268fe1d and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/e1/e1d3fc44645c61081a22d2630613d67e b/wb_unity_pro_2/Library/Artifacts/e1/e1d3fc44645c61081a22d2630613d67e
deleted file mode 100644
index 14c745fb..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/e1/e1d3fc44645c61081a22d2630613d67e and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/e1/e1e9801c395cad6dc2cf3ce9e253ca79 b/wb_unity_pro_2/Library/Artifacts/e1/e1e9801c395cad6dc2cf3ce9e253ca79
deleted file mode 100644
index c92299d3..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/e1/e1e9801c395cad6dc2cf3ce9e253ca79 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/e2/e2178c2b4d711dfae420d8acb7291c0e b/wb_unity_pro_2/Library/Artifacts/e2/e2178c2b4d711dfae420d8acb7291c0e
deleted file mode 100644
index b1b37e63..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/e2/e2178c2b4d711dfae420d8acb7291c0e and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/e2/e23611b1871a99a1eac2f6526d07f881 b/wb_unity_pro_2/Library/Artifacts/e2/e23611b1871a99a1eac2f6526d07f881
deleted file mode 100644
index e362b338..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/e2/e23611b1871a99a1eac2f6526d07f881 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/e2/e2452cb728247a36c70e2f6dba4cfbbb b/wb_unity_pro_2/Library/Artifacts/e2/e2452cb728247a36c70e2f6dba4cfbbb
deleted file mode 100644
index 3385b287..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/e2/e2452cb728247a36c70e2f6dba4cfbbb and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/e2/e24c47b6e79b434df6de167ef61b6b2b b/wb_unity_pro_2/Library/Artifacts/e2/e24c47b6e79b434df6de167ef61b6b2b
deleted file mode 100644
index 07299e24..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/e2/e24c47b6e79b434df6de167ef61b6b2b and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/e2/e2540f2a8fe0b91336707d5d7c059ef9 b/wb_unity_pro_2/Library/Artifacts/e2/e2540f2a8fe0b91336707d5d7c059ef9
deleted file mode 100644
index 3274b01a..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/e2/e2540f2a8fe0b91336707d5d7c059ef9 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/e2/e27436a2272ee270a15323b2704b42bc b/wb_unity_pro_2/Library/Artifacts/e2/e27436a2272ee270a15323b2704b42bc
deleted file mode 100644
index 95d23257..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/e2/e27436a2272ee270a15323b2704b42bc and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/e2/e2749d2cf7a77fa5e3e326b53dc1fc22 b/wb_unity_pro_2/Library/Artifacts/e2/e2749d2cf7a77fa5e3e326b53dc1fc22
deleted file mode 100644
index d274e7dd..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/e2/e2749d2cf7a77fa5e3e326b53dc1fc22 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/e2/e28025f3dfc2763ba9039312efb5ee6c b/wb_unity_pro_2/Library/Artifacts/e2/e28025f3dfc2763ba9039312efb5ee6c
deleted file mode 100644
index 783b1033..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/e2/e28025f3dfc2763ba9039312efb5ee6c and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/e2/e2880c6752900b0c98a5c4dee2308340 b/wb_unity_pro_2/Library/Artifacts/e2/e2880c6752900b0c98a5c4dee2308340
deleted file mode 100644
index cfe44f76..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/e2/e2880c6752900b0c98a5c4dee2308340 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/e2/e28cb38368b045763f7a390b383c97a5 b/wb_unity_pro_2/Library/Artifacts/e2/e28cb38368b045763f7a390b383c97a5
deleted file mode 100644
index d0f69cb4..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/e2/e28cb38368b045763f7a390b383c97a5 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/e2/e29610524a111ee7001f4945bef10d2e b/wb_unity_pro_2/Library/Artifacts/e2/e29610524a111ee7001f4945bef10d2e
deleted file mode 100644
index 69363880..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/e2/e29610524a111ee7001f4945bef10d2e and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/e2/e2f52168ddb17ee36e127c08c64fcec7 b/wb_unity_pro_2/Library/Artifacts/e2/e2f52168ddb17ee36e127c08c64fcec7
deleted file mode 100644
index 547030b1..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/e2/e2f52168ddb17ee36e127c08c64fcec7 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/e3/e314e22af55eb3a7766ea4eb9e8e9808 b/wb_unity_pro_2/Library/Artifacts/e3/e314e22af55eb3a7766ea4eb9e8e9808
deleted file mode 100644
index d0c7941a..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/e3/e314e22af55eb3a7766ea4eb9e8e9808 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/e3/e3243e76bdb5ca89be6661e1d5992130 b/wb_unity_pro_2/Library/Artifacts/e3/e3243e76bdb5ca89be6661e1d5992130
deleted file mode 100644
index b7fd3991..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/e3/e3243e76bdb5ca89be6661e1d5992130 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/e3/e3345e66f3abf8d2198d526fc9da33db b/wb_unity_pro_2/Library/Artifacts/e3/e3345e66f3abf8d2198d526fc9da33db
deleted file mode 100644
index 798685e9..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/e3/e3345e66f3abf8d2198d526fc9da33db and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/e3/e336ddfecb6a017212edd05f4fb64fae b/wb_unity_pro_2/Library/Artifacts/e3/e336ddfecb6a017212edd05f4fb64fae
deleted file mode 100644
index 1f6227fe..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/e3/e336ddfecb6a017212edd05f4fb64fae and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/e3/e366ed3df8f94a1f575565eba51730ca b/wb_unity_pro_2/Library/Artifacts/e3/e366ed3df8f94a1f575565eba51730ca
deleted file mode 100644
index f7e0326a..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/e3/e366ed3df8f94a1f575565eba51730ca and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/e3/e37a50b38b125455c3de91f8593b2067 b/wb_unity_pro_2/Library/Artifacts/e3/e37a50b38b125455c3de91f8593b2067
deleted file mode 100644
index 8d99c3b9..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/e3/e37a50b38b125455c3de91f8593b2067 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/e3/e3880f8bd758e87bd36eac90bdf157fc b/wb_unity_pro_2/Library/Artifacts/e3/e3880f8bd758e87bd36eac90bdf157fc
deleted file mode 100644
index cea7837c..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/e3/e3880f8bd758e87bd36eac90bdf157fc and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/e3/e38c7744993adf4d5c36595cf658bea0 b/wb_unity_pro_2/Library/Artifacts/e3/e38c7744993adf4d5c36595cf658bea0
deleted file mode 100644
index 3e362923..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/e3/e38c7744993adf4d5c36595cf658bea0 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/e3/e39f6f38d21ecab3f3d1a473830f6518 b/wb_unity_pro_2/Library/Artifacts/e3/e39f6f38d21ecab3f3d1a473830f6518
deleted file mode 100644
index 77089dfc..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/e3/e39f6f38d21ecab3f3d1a473830f6518 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/e3/e3b4e9da989c14698e5c3098b67374c6 b/wb_unity_pro_2/Library/Artifacts/e3/e3b4e9da989c14698e5c3098b67374c6
deleted file mode 100644
index 409d08ae..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/e3/e3b4e9da989c14698e5c3098b67374c6 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/e3/e3da37921efe7d1c83a2df1de96b7537 b/wb_unity_pro_2/Library/Artifacts/e3/e3da37921efe7d1c83a2df1de96b7537
deleted file mode 100644
index 2c9b0b2c..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/e3/e3da37921efe7d1c83a2df1de96b7537 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/e3/e3e7b6000ade82f11cfe7726747e8936 b/wb_unity_pro_2/Library/Artifacts/e3/e3e7b6000ade82f11cfe7726747e8936
deleted file mode 100644
index 1417f993..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/e3/e3e7b6000ade82f11cfe7726747e8936 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/e4/e417057d3118b70b760fd0e144988b6d b/wb_unity_pro_2/Library/Artifacts/e4/e417057d3118b70b760fd0e144988b6d
deleted file mode 100644
index 44c33b2d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/e4/e417057d3118b70b760fd0e144988b6d and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/e4/e42b515ce5c7471d4364455d8a588416 b/wb_unity_pro_2/Library/Artifacts/e4/e42b515ce5c7471d4364455d8a588416
deleted file mode 100644
index 0966e8cf..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/e4/e42b515ce5c7471d4364455d8a588416 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/e4/e44b1c1d50e097cf4f8a6409048d3569 b/wb_unity_pro_2/Library/Artifacts/e4/e44b1c1d50e097cf4f8a6409048d3569
deleted file mode 100644
index f5f011b6..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/e4/e44b1c1d50e097cf4f8a6409048d3569 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/e4/e45ed68bca0ffe50f90effbda87ce181 b/wb_unity_pro_2/Library/Artifacts/e4/e45ed68bca0ffe50f90effbda87ce181
deleted file mode 100644
index b227081f..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/e4/e45ed68bca0ffe50f90effbda87ce181 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/e4/e46e80122ef5f87e54b59dc52f669744 b/wb_unity_pro_2/Library/Artifacts/e4/e46e80122ef5f87e54b59dc52f669744
deleted file mode 100644
index bd6b6f17..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/e4/e46e80122ef5f87e54b59dc52f669744 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/e4/e4743395644efd7a81f27b0007f84561 b/wb_unity_pro_2/Library/Artifacts/e4/e4743395644efd7a81f27b0007f84561
deleted file mode 100644
index 32fea170..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/e4/e4743395644efd7a81f27b0007f84561 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/e4/e4a87b2f44421399356c35bec1cd5fab b/wb_unity_pro_2/Library/Artifacts/e4/e4a87b2f44421399356c35bec1cd5fab
deleted file mode 100644
index f13fa694..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/e4/e4a87b2f44421399356c35bec1cd5fab and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/e4/e4b1bae936ec534651776b439bd397e0 b/wb_unity_pro_2/Library/Artifacts/e4/e4b1bae936ec534651776b439bd397e0
deleted file mode 100644
index 75c37b8f..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/e4/e4b1bae936ec534651776b439bd397e0 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/e4/e4ba7519b00cc5da3ea6121bfd4891af b/wb_unity_pro_2/Library/Artifacts/e4/e4ba7519b00cc5da3ea6121bfd4891af
deleted file mode 100644
index b22a3549..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/e4/e4ba7519b00cc5da3ea6121bfd4891af and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/e4/e4d615fe0feb30fd548127b8a822cb96 b/wb_unity_pro_2/Library/Artifacts/e4/e4d615fe0feb30fd548127b8a822cb96
deleted file mode 100644
index d611fc9f..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/e4/e4d615fe0feb30fd548127b8a822cb96 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/e4/e4e5e0c244f977fa19e9b58b99bb82e8 b/wb_unity_pro_2/Library/Artifacts/e4/e4e5e0c244f977fa19e9b58b99bb82e8
deleted file mode 100644
index 7417e858..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/e4/e4e5e0c244f977fa19e9b58b99bb82e8 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/e4/e4e6461b94474f70decd2b85a7cd57e0 b/wb_unity_pro_2/Library/Artifacts/e4/e4e6461b94474f70decd2b85a7cd57e0
deleted file mode 100644
index fea19ea2..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/e4/e4e6461b94474f70decd2b85a7cd57e0 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/e4/e4fc9a2aaae4f32b1c0769ca12cfbf6e b/wb_unity_pro_2/Library/Artifacts/e4/e4fc9a2aaae4f32b1c0769ca12cfbf6e
deleted file mode 100644
index be27114d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/e4/e4fc9a2aaae4f32b1c0769ca12cfbf6e and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/e5/e502c544eef1e6ec516f445c1ca09f8b b/wb_unity_pro_2/Library/Artifacts/e5/e502c544eef1e6ec516f445c1ca09f8b
deleted file mode 100644
index dfaa7c0c..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/e5/e502c544eef1e6ec516f445c1ca09f8b and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/e5/e51f4d8078b88741f8a20eb1a735a4cf b/wb_unity_pro_2/Library/Artifacts/e5/e51f4d8078b88741f8a20eb1a735a4cf
deleted file mode 100644
index adb95799..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/e5/e51f4d8078b88741f8a20eb1a735a4cf and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/e5/e56dfecc8b03d51ee01c0c0f0da7e140 b/wb_unity_pro_2/Library/Artifacts/e5/e56dfecc8b03d51ee01c0c0f0da7e140
deleted file mode 100644
index 3145c52f..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/e5/e56dfecc8b03d51ee01c0c0f0da7e140 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/e5/e5744c91de96c1b8994030a8e73945b6 b/wb_unity_pro_2/Library/Artifacts/e5/e5744c91de96c1b8994030a8e73945b6
deleted file mode 100644
index dbe7e8e8..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/e5/e5744c91de96c1b8994030a8e73945b6 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/e5/e598655038488b98b6eb845775eb922d b/wb_unity_pro_2/Library/Artifacts/e5/e598655038488b98b6eb845775eb922d
deleted file mode 100644
index 8c76927c..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/e5/e598655038488b98b6eb845775eb922d and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/e5/e5a90249dc49a84510ba2f5848f43bbc b/wb_unity_pro_2/Library/Artifacts/e5/e5a90249dc49a84510ba2f5848f43bbc
deleted file mode 100644
index b7d8f48d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/e5/e5a90249dc49a84510ba2f5848f43bbc and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/e5/e5fb7d015aa9ea3797c9bf663bbe67fb b/wb_unity_pro_2/Library/Artifacts/e5/e5fb7d015aa9ea3797c9bf663bbe67fb
deleted file mode 100644
index 86422fe9..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/e5/e5fb7d015aa9ea3797c9bf663bbe67fb and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/e6/e63d07661b133518801ac64e96896e13 b/wb_unity_pro_2/Library/Artifacts/e6/e63d07661b133518801ac64e96896e13
deleted file mode 100644
index 627ab055..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/e6/e63d07661b133518801ac64e96896e13 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/e6/e64413d27bc35d697f9c49a6c35033bb b/wb_unity_pro_2/Library/Artifacts/e6/e64413d27bc35d697f9c49a6c35033bb
deleted file mode 100644
index 55e53b65..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/e6/e64413d27bc35d697f9c49a6c35033bb and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/e6/e66973914dac2e5ea4f2eb9302cdadd9 b/wb_unity_pro_2/Library/Artifacts/e6/e66973914dac2e5ea4f2eb9302cdadd9
deleted file mode 100644
index 3fba14ca..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/e6/e66973914dac2e5ea4f2eb9302cdadd9 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/e6/e671a399cbf476c717fc933a11b559f5 b/wb_unity_pro_2/Library/Artifacts/e6/e671a399cbf476c717fc933a11b559f5
deleted file mode 100644
index f0e7f005..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/e6/e671a399cbf476c717fc933a11b559f5 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/e6/e68a9f1608976816c0bf5d7a7f0e4841 b/wb_unity_pro_2/Library/Artifacts/e6/e68a9f1608976816c0bf5d7a7f0e4841
deleted file mode 100644
index cf54e2f2..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/e6/e68a9f1608976816c0bf5d7a7f0e4841 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/e6/e68add9a7c59beca975cc1d92edf887c b/wb_unity_pro_2/Library/Artifacts/e6/e68add9a7c59beca975cc1d92edf887c
deleted file mode 100644
index a1f2838d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/e6/e68add9a7c59beca975cc1d92edf887c and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/e6/e68eb3b3bd521eee2a5ec76afe1b3c68 b/wb_unity_pro_2/Library/Artifacts/e6/e68eb3b3bd521eee2a5ec76afe1b3c68
deleted file mode 100644
index 312cfd2c..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/e6/e68eb3b3bd521eee2a5ec76afe1b3c68 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/e6/e6c0590ebb9e206540353a15c6afd9b5 b/wb_unity_pro_2/Library/Artifacts/e6/e6c0590ebb9e206540353a15c6afd9b5
deleted file mode 100644
index 1399d320..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/e6/e6c0590ebb9e206540353a15c6afd9b5 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/e6/e6fbebbc437b2ea1ebec82b5ac362056 b/wb_unity_pro_2/Library/Artifacts/e6/e6fbebbc437b2ea1ebec82b5ac362056
deleted file mode 100644
index 07aec129..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/e6/e6fbebbc437b2ea1ebec82b5ac362056 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/e6/e6ffc6a287df919aeb351d1e2b5ff4cf b/wb_unity_pro_2/Library/Artifacts/e6/e6ffc6a287df919aeb351d1e2b5ff4cf
deleted file mode 100644
index c29073a3..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/e6/e6ffc6a287df919aeb351d1e2b5ff4cf and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/e7/e7737e044eda13d5cd4bfd3a8412152b b/wb_unity_pro_2/Library/Artifacts/e7/e7737e044eda13d5cd4bfd3a8412152b
deleted file mode 100644
index dc91ac84..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/e7/e7737e044eda13d5cd4bfd3a8412152b and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/e7/e77646498e9769fc8a253b381b1b50f6 b/wb_unity_pro_2/Library/Artifacts/e7/e77646498e9769fc8a253b381b1b50f6
deleted file mode 100644
index 1a138214..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/e7/e77646498e9769fc8a253b381b1b50f6 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/e7/e778a913b0ff2646b2ec79ab9b908def b/wb_unity_pro_2/Library/Artifacts/e7/e778a913b0ff2646b2ec79ab9b908def
deleted file mode 100644
index 68067915..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/e7/e778a913b0ff2646b2ec79ab9b908def and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/e7/e7bf5f9e1be0a29a4a3cee510ebcaf42 b/wb_unity_pro_2/Library/Artifacts/e7/e7bf5f9e1be0a29a4a3cee510ebcaf42
deleted file mode 100644
index ee40d423..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/e7/e7bf5f9e1be0a29a4a3cee510ebcaf42 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/e7/e7ff09a8d58081354dc44dab042851a4 b/wb_unity_pro_2/Library/Artifacts/e7/e7ff09a8d58081354dc44dab042851a4
deleted file mode 100644
index a37ecc6a..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/e7/e7ff09a8d58081354dc44dab042851a4 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/e8/e80b273e60635210349c3a252c158aba b/wb_unity_pro_2/Library/Artifacts/e8/e80b273e60635210349c3a252c158aba
deleted file mode 100644
index 804cbe91..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/e8/e80b273e60635210349c3a252c158aba and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/e8/e8277f3e067ce3b7cc78a45ee5ad3585 b/wb_unity_pro_2/Library/Artifacts/e8/e8277f3e067ce3b7cc78a45ee5ad3585
deleted file mode 100644
index 6b3d95e3..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/e8/e8277f3e067ce3b7cc78a45ee5ad3585 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/e8/e82887c886c5c783f8e1118b4ef03eb1 b/wb_unity_pro_2/Library/Artifacts/e8/e82887c886c5c783f8e1118b4ef03eb1
deleted file mode 100644
index ce1a432b..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/e8/e82887c886c5c783f8e1118b4ef03eb1 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/e8/e831fc155531ba55919d523f10376f20 b/wb_unity_pro_2/Library/Artifacts/e8/e831fc155531ba55919d523f10376f20
deleted file mode 100644
index 73888008..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/e8/e831fc155531ba55919d523f10376f20 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/e8/e836393990d0922f3e4ed2b5e7b531e3 b/wb_unity_pro_2/Library/Artifacts/e8/e836393990d0922f3e4ed2b5e7b531e3
deleted file mode 100644
index ce3d84df..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/e8/e836393990d0922f3e4ed2b5e7b531e3 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/e8/e8405498743fa5ead3538a3cc203f0db b/wb_unity_pro_2/Library/Artifacts/e8/e8405498743fa5ead3538a3cc203f0db
deleted file mode 100644
index acf7d547..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/e8/e8405498743fa5ead3538a3cc203f0db and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/e8/e84e1a319937ad72aee3ff5091741fa7 b/wb_unity_pro_2/Library/Artifacts/e8/e84e1a319937ad72aee3ff5091741fa7
deleted file mode 100644
index 38f08170..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/e8/e84e1a319937ad72aee3ff5091741fa7 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/e8/e87ea139124d37252bb2353fa845bec6 b/wb_unity_pro_2/Library/Artifacts/e8/e87ea139124d37252bb2353fa845bec6
deleted file mode 100644
index 870704f8..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/e8/e87ea139124d37252bb2353fa845bec6 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/e8/e898f5b7d12a459e340f04cde172d4dd b/wb_unity_pro_2/Library/Artifacts/e8/e898f5b7d12a459e340f04cde172d4dd
deleted file mode 100644
index a7ec338b..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/e8/e898f5b7d12a459e340f04cde172d4dd and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/e8/e8a84ae9f6c24a157e752840bbd53a02 b/wb_unity_pro_2/Library/Artifacts/e8/e8a84ae9f6c24a157e752840bbd53a02
deleted file mode 100644
index 7539cd02..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/e8/e8a84ae9f6c24a157e752840bbd53a02 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/e8/e8acb30ae28237ce829ca82bf4374f4a b/wb_unity_pro_2/Library/Artifacts/e8/e8acb30ae28237ce829ca82bf4374f4a
deleted file mode 100644
index 0fa6cb08..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/e8/e8acb30ae28237ce829ca82bf4374f4a and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/e8/e8dc16cdd9bb4751d27be11f599c8bb9 b/wb_unity_pro_2/Library/Artifacts/e8/e8dc16cdd9bb4751d27be11f599c8bb9
deleted file mode 100644
index b94fed79..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/e8/e8dc16cdd9bb4751d27be11f599c8bb9 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/e8/e8e6023b67954b3a24a4375c8360feee b/wb_unity_pro_2/Library/Artifacts/e8/e8e6023b67954b3a24a4375c8360feee
deleted file mode 100644
index 517724eb..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/e8/e8e6023b67954b3a24a4375c8360feee and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/e8/e8f306853798f57280161f5260badd3d b/wb_unity_pro_2/Library/Artifacts/e8/e8f306853798f57280161f5260badd3d
deleted file mode 100644
index 6dc5a4a7..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/e8/e8f306853798f57280161f5260badd3d and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/e8/e8faf569e4ee51e9ee66ad644a2983c7 b/wb_unity_pro_2/Library/Artifacts/e8/e8faf569e4ee51e9ee66ad644a2983c7
deleted file mode 100644
index 09b10f0c..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/e8/e8faf569e4ee51e9ee66ad644a2983c7 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/e9/e91b70e0996b9509a0999fabea76f353 b/wb_unity_pro_2/Library/Artifacts/e9/e91b70e0996b9509a0999fabea76f353
deleted file mode 100644
index 96211a74..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/e9/e91b70e0996b9509a0999fabea76f353 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/e9/e93c1c5e07843709a119b4899cfa4000 b/wb_unity_pro_2/Library/Artifacts/e9/e93c1c5e07843709a119b4899cfa4000
deleted file mode 100644
index 9a6f627f..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/e9/e93c1c5e07843709a119b4899cfa4000 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/e9/e94337c1d7f7ccf3b400ddede90b7c01 b/wb_unity_pro_2/Library/Artifacts/e9/e94337c1d7f7ccf3b400ddede90b7c01
deleted file mode 100644
index 5b997a36..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/e9/e94337c1d7f7ccf3b400ddede90b7c01 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/e9/e9459dd9b7a33e25a79a5633ad49dd8b b/wb_unity_pro_2/Library/Artifacts/e9/e9459dd9b7a33e25a79a5633ad49dd8b
deleted file mode 100644
index 2142d03b..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/e9/e9459dd9b7a33e25a79a5633ad49dd8b and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/e9/e95c363ee6aa126bb4c7ce2b3fede6a1 b/wb_unity_pro_2/Library/Artifacts/e9/e95c363ee6aa126bb4c7ce2b3fede6a1
deleted file mode 100644
index bca78599..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/e9/e95c363ee6aa126bb4c7ce2b3fede6a1 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/e9/e98679081db5eb3da9c2126255daed83 b/wb_unity_pro_2/Library/Artifacts/e9/e98679081db5eb3da9c2126255daed83
deleted file mode 100644
index 34c23f6e..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/e9/e98679081db5eb3da9c2126255daed83 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/e9/e98ffae6a5f1633a0261551c57035013 b/wb_unity_pro_2/Library/Artifacts/e9/e98ffae6a5f1633a0261551c57035013
deleted file mode 100644
index cf0ff418..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/e9/e98ffae6a5f1633a0261551c57035013 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/e9/e9a0d3b0380ad8340597ef2dde3dc91c b/wb_unity_pro_2/Library/Artifacts/e9/e9a0d3b0380ad8340597ef2dde3dc91c
deleted file mode 100644
index 7e46d2cb..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/e9/e9a0d3b0380ad8340597ef2dde3dc91c and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/e9/e9a1bb9525ab0bf9e50ce0c7ebab813e b/wb_unity_pro_2/Library/Artifacts/e9/e9a1bb9525ab0bf9e50ce0c7ebab813e
deleted file mode 100644
index 743fd39c..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/e9/e9a1bb9525ab0bf9e50ce0c7ebab813e and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/e9/e9f6e271116114344d64857b02bcdc58 b/wb_unity_pro_2/Library/Artifacts/e9/e9f6e271116114344d64857b02bcdc58
deleted file mode 100644
index fb83a21d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/e9/e9f6e271116114344d64857b02bcdc58 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/e9/e9fa143ad528a6ee0a1ed1f60bdab516 b/wb_unity_pro_2/Library/Artifacts/e9/e9fa143ad528a6ee0a1ed1f60bdab516
deleted file mode 100644
index bb1aafe3..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/e9/e9fa143ad528a6ee0a1ed1f60bdab516 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/ea/ea21dcc64c1e2ecfd83c530f690e549f b/wb_unity_pro_2/Library/Artifacts/ea/ea21dcc64c1e2ecfd83c530f690e549f
deleted file mode 100644
index 776b793e..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/ea/ea21dcc64c1e2ecfd83c530f690e549f and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/ea/ea3f540029e3d7e4f0f3a550d897b7b2 b/wb_unity_pro_2/Library/Artifacts/ea/ea3f540029e3d7e4f0f3a550d897b7b2
deleted file mode 100644
index c5bc2f51..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/ea/ea3f540029e3d7e4f0f3a550d897b7b2 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/ea/ea4704383c1c38b785a434f207c552d6 b/wb_unity_pro_2/Library/Artifacts/ea/ea4704383c1c38b785a434f207c552d6
deleted file mode 100644
index 88f163a7..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/ea/ea4704383c1c38b785a434f207c552d6 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/ea/ea592d360e03944b05c2e562ba1314a0 b/wb_unity_pro_2/Library/Artifacts/ea/ea592d360e03944b05c2e562ba1314a0
deleted file mode 100644
index 65d4a707..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/ea/ea592d360e03944b05c2e562ba1314a0 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/ea/ea62500cc8c556c95d63a1cafcad1bc5 b/wb_unity_pro_2/Library/Artifacts/ea/ea62500cc8c556c95d63a1cafcad1bc5
deleted file mode 100644
index 3fce957b..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/ea/ea62500cc8c556c95d63a1cafcad1bc5 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/ea/ead0fdde0b75596333931abd2caed72e b/wb_unity_pro_2/Library/Artifacts/ea/ead0fdde0b75596333931abd2caed72e
deleted file mode 100644
index b3a89b7a..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/ea/ead0fdde0b75596333931abd2caed72e and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/ea/ead2c3e5bb5b0947df1ddfc71a568222 b/wb_unity_pro_2/Library/Artifacts/ea/ead2c3e5bb5b0947df1ddfc71a568222
deleted file mode 100644
index 168b18fc..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/ea/ead2c3e5bb5b0947df1ddfc71a568222 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/ea/ead5860b2c5dcd47b6ba785ba675ecf2 b/wb_unity_pro_2/Library/Artifacts/ea/ead5860b2c5dcd47b6ba785ba675ecf2
deleted file mode 100644
index a2d7d097..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/ea/ead5860b2c5dcd47b6ba785ba675ecf2 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/eb/eb2cdff0ba5c3d8f9e875449653be73d b/wb_unity_pro_2/Library/Artifacts/eb/eb2cdff0ba5c3d8f9e875449653be73d
deleted file mode 100644
index 008350eb..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/eb/eb2cdff0ba5c3d8f9e875449653be73d and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/eb/eb5ac7ad1b6b620f55de05807bb9549a b/wb_unity_pro_2/Library/Artifacts/eb/eb5ac7ad1b6b620f55de05807bb9549a
deleted file mode 100644
index 1e4ceb3c..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/eb/eb5ac7ad1b6b620f55de05807bb9549a and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/eb/eb876c9ecfb184a162981166dec8710c b/wb_unity_pro_2/Library/Artifacts/eb/eb876c9ecfb184a162981166dec8710c
deleted file mode 100644
index 7614e4d8..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/eb/eb876c9ecfb184a162981166dec8710c and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/eb/eb97ee9dd3b69b6cb97a4a39b1f6d158 b/wb_unity_pro_2/Library/Artifacts/eb/eb97ee9dd3b69b6cb97a4a39b1f6d158
deleted file mode 100644
index 52e8cd81..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/eb/eb97ee9dd3b69b6cb97a4a39b1f6d158 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/eb/ebc427d24674923001c8c2d97e7df43f b/wb_unity_pro_2/Library/Artifacts/eb/ebc427d24674923001c8c2d97e7df43f
deleted file mode 100644
index 965ceec4..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/eb/ebc427d24674923001c8c2d97e7df43f and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/eb/ebd0d337193cb5f974022712ef961e15 b/wb_unity_pro_2/Library/Artifacts/eb/ebd0d337193cb5f974022712ef961e15
deleted file mode 100644
index 1568e166..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/eb/ebd0d337193cb5f974022712ef961e15 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/ec/ec0d169cb203ec7817f1d5b60f5bf3df b/wb_unity_pro_2/Library/Artifacts/ec/ec0d169cb203ec7817f1d5b60f5bf3df
deleted file mode 100644
index 27bbfcdb..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/ec/ec0d169cb203ec7817f1d5b60f5bf3df and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/ec/ec2b98477181c09658fe1282d4174c97 b/wb_unity_pro_2/Library/Artifacts/ec/ec2b98477181c09658fe1282d4174c97
deleted file mode 100644
index 8677a067..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/ec/ec2b98477181c09658fe1282d4174c97 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/ec/ec40b8c6768510d5cff9eeb36c0b274c b/wb_unity_pro_2/Library/Artifacts/ec/ec40b8c6768510d5cff9eeb36c0b274c
deleted file mode 100644
index 4cb5bbc9..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/ec/ec40b8c6768510d5cff9eeb36c0b274c and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/ec/ec4a33b543e3db6ea2873b98c799ef71 b/wb_unity_pro_2/Library/Artifacts/ec/ec4a33b543e3db6ea2873b98c799ef71
deleted file mode 100644
index 2435d8f4..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/ec/ec4a33b543e3db6ea2873b98c799ef71 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/ec/ec6084c6002be683deafce9cd2742299 b/wb_unity_pro_2/Library/Artifacts/ec/ec6084c6002be683deafce9cd2742299
deleted file mode 100644
index 5a21b8a0..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/ec/ec6084c6002be683deafce9cd2742299 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/ec/ec63a102639c931fa3dc1d713cf8b31c b/wb_unity_pro_2/Library/Artifacts/ec/ec63a102639c931fa3dc1d713cf8b31c
deleted file mode 100644
index f9436d3c..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/ec/ec63a102639c931fa3dc1d713cf8b31c and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/ec/ec7d194ef48763cf07c237baeb30434a b/wb_unity_pro_2/Library/Artifacts/ec/ec7d194ef48763cf07c237baeb30434a
deleted file mode 100644
index 2a837010..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/ec/ec7d194ef48763cf07c237baeb30434a and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/ec/ec9524dcae14959c3d7c560c0a5dc4f6 b/wb_unity_pro_2/Library/Artifacts/ec/ec9524dcae14959c3d7c560c0a5dc4f6
deleted file mode 100644
index 0f79d82d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/ec/ec9524dcae14959c3d7c560c0a5dc4f6 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/ec/ec9ffea03da93562da5ee1993a689660 b/wb_unity_pro_2/Library/Artifacts/ec/ec9ffea03da93562da5ee1993a689660
deleted file mode 100644
index d3ffbca6..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/ec/ec9ffea03da93562da5ee1993a689660 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/ec/eca33d5cced094ec305e4fd4890bd3fa b/wb_unity_pro_2/Library/Artifacts/ec/eca33d5cced094ec305e4fd4890bd3fa
deleted file mode 100644
index 49dd2724..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/ec/eca33d5cced094ec305e4fd4890bd3fa and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/ec/ecac993ffbc4bea206ca6c2b4eb1e09b b/wb_unity_pro_2/Library/Artifacts/ec/ecac993ffbc4bea206ca6c2b4eb1e09b
deleted file mode 100644
index 49d629ac..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/ec/ecac993ffbc4bea206ca6c2b4eb1e09b and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/ec/ecc4b7c43e710b9e91f74b6663c224f1 b/wb_unity_pro_2/Library/Artifacts/ec/ecc4b7c43e710b9e91f74b6663c224f1
deleted file mode 100644
index 4419ff2e..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/ec/ecc4b7c43e710b9e91f74b6663c224f1 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/ec/eccde79e272d31cc5515d1cd77c6d7cd b/wb_unity_pro_2/Library/Artifacts/ec/eccde79e272d31cc5515d1cd77c6d7cd
deleted file mode 100644
index 9ee4d1dc..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/ec/eccde79e272d31cc5515d1cd77c6d7cd and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/ec/ecd769e67d57e33e5b94c802f61e908d b/wb_unity_pro_2/Library/Artifacts/ec/ecd769e67d57e33e5b94c802f61e908d
deleted file mode 100644
index ef479a42..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/ec/ecd769e67d57e33e5b94c802f61e908d and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/ec/ecfec5aa6a89d6d9b53e6d54a43ae4ed b/wb_unity_pro_2/Library/Artifacts/ec/ecfec5aa6a89d6d9b53e6d54a43ae4ed
deleted file mode 100644
index 6f612624..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/ec/ecfec5aa6a89d6d9b53e6d54a43ae4ed and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/ed/ed21b95d0611007237b96d4961b72099 b/wb_unity_pro_2/Library/Artifacts/ed/ed21b95d0611007237b96d4961b72099
deleted file mode 100644
index e33404cc..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/ed/ed21b95d0611007237b96d4961b72099 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/ed/ed35f044348899b18687ad46d90b2a44 b/wb_unity_pro_2/Library/Artifacts/ed/ed35f044348899b18687ad46d90b2a44
deleted file mode 100644
index df351e0f..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/ed/ed35f044348899b18687ad46d90b2a44 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/ed/ed460d4a941f6e2aac5fc755ba9cd83b b/wb_unity_pro_2/Library/Artifacts/ed/ed460d4a941f6e2aac5fc755ba9cd83b
deleted file mode 100644
index 81a20878..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/ed/ed460d4a941f6e2aac5fc755ba9cd83b and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/ed/ed48f9fad4750f36e9182496c9bce72c b/wb_unity_pro_2/Library/Artifacts/ed/ed48f9fad4750f36e9182496c9bce72c
deleted file mode 100644
index c4a356a0..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/ed/ed48f9fad4750f36e9182496c9bce72c and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/ed/ed5100d9a4743de3e864d897e78f9944 b/wb_unity_pro_2/Library/Artifacts/ed/ed5100d9a4743de3e864d897e78f9944
deleted file mode 100644
index 6b9ec54e..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/ed/ed5100d9a4743de3e864d897e78f9944 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/ed/ed62373ed649476fb3cb1939ad5cd121 b/wb_unity_pro_2/Library/Artifacts/ed/ed62373ed649476fb3cb1939ad5cd121
deleted file mode 100644
index 06f78aa7..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/ed/ed62373ed649476fb3cb1939ad5cd121 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/ed/ed70e02e5da96e90cd55ab4fa6bb2c13 b/wb_unity_pro_2/Library/Artifacts/ed/ed70e02e5da96e90cd55ab4fa6bb2c13
deleted file mode 100644
index fc26c6a9..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/ed/ed70e02e5da96e90cd55ab4fa6bb2c13 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/ed/ed74084c9fe864eaeed2cde57f4d986b b/wb_unity_pro_2/Library/Artifacts/ed/ed74084c9fe864eaeed2cde57f4d986b
deleted file mode 100644
index 24b48381..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/ed/ed74084c9fe864eaeed2cde57f4d986b and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/ed/ed8323616c36db5a881c23929dc344b7 b/wb_unity_pro_2/Library/Artifacts/ed/ed8323616c36db5a881c23929dc344b7
deleted file mode 100644
index bcac6bda..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/ed/ed8323616c36db5a881c23929dc344b7 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/ed/edb1af727042b448085161420ff31ad5 b/wb_unity_pro_2/Library/Artifacts/ed/edb1af727042b448085161420ff31ad5
deleted file mode 100644
index 1ed47074..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/ed/edb1af727042b448085161420ff31ad5 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/ed/edb44b524ec340851517d1c2b86db548 b/wb_unity_pro_2/Library/Artifacts/ed/edb44b524ec340851517d1c2b86db548
deleted file mode 100644
index c0e12195..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/ed/edb44b524ec340851517d1c2b86db548 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/ed/edba97e16f2d537d2babd74a593ae42f b/wb_unity_pro_2/Library/Artifacts/ed/edba97e16f2d537d2babd74a593ae42f
deleted file mode 100644
index 492045f1..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/ed/edba97e16f2d537d2babd74a593ae42f and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/ed/edc7c24762db2f1c38bd95161dfb1794 b/wb_unity_pro_2/Library/Artifacts/ed/edc7c24762db2f1c38bd95161dfb1794
deleted file mode 100644
index 6657bdd3..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/ed/edc7c24762db2f1c38bd95161dfb1794 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/ed/ede4bf172344f0b2d7d1ce9c47cac212 b/wb_unity_pro_2/Library/Artifacts/ed/ede4bf172344f0b2d7d1ce9c47cac212
deleted file mode 100644
index 5fc76ff3..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/ed/ede4bf172344f0b2d7d1ce9c47cac212 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/ee/ee35ef8295f134c6313064b246b7bb3f b/wb_unity_pro_2/Library/Artifacts/ee/ee35ef8295f134c6313064b246b7bb3f
deleted file mode 100644
index ecaf1e22..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/ee/ee35ef8295f134c6313064b246b7bb3f and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/ee/ee4a7358c3e7481756eb0837689ebc98 b/wb_unity_pro_2/Library/Artifacts/ee/ee4a7358c3e7481756eb0837689ebc98
deleted file mode 100644
index cca7551e..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/ee/ee4a7358c3e7481756eb0837689ebc98 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/ee/ee4d4382382ef407315f04d81a1b036e b/wb_unity_pro_2/Library/Artifacts/ee/ee4d4382382ef407315f04d81a1b036e
deleted file mode 100644
index 48e174ec..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/ee/ee4d4382382ef407315f04d81a1b036e and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/ee/ee5ca22cb839da041b73996844048385 b/wb_unity_pro_2/Library/Artifacts/ee/ee5ca22cb839da041b73996844048385
deleted file mode 100644
index 1b128d5d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/ee/ee5ca22cb839da041b73996844048385 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/ee/ee66e1b06ef0015ac45aaae92f8e6db3 b/wb_unity_pro_2/Library/Artifacts/ee/ee66e1b06ef0015ac45aaae92f8e6db3
deleted file mode 100644
index 33c87706..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/ee/ee66e1b06ef0015ac45aaae92f8e6db3 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/ee/ee860718f11255f2d4570782e42e5bf1 b/wb_unity_pro_2/Library/Artifacts/ee/ee860718f11255f2d4570782e42e5bf1
deleted file mode 100644
index 08125e4b..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/ee/ee860718f11255f2d4570782e42e5bf1 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/ee/ee9a96aaf5ae04e137f76e0d3e860fdd b/wb_unity_pro_2/Library/Artifacts/ee/ee9a96aaf5ae04e137f76e0d3e860fdd
deleted file mode 100644
index 60161f80..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/ee/ee9a96aaf5ae04e137f76e0d3e860fdd and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/ee/ee9b2b3dbc21f49de92121bc53fd269f b/wb_unity_pro_2/Library/Artifacts/ee/ee9b2b3dbc21f49de92121bc53fd269f
deleted file mode 100644
index bf266822..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/ee/ee9b2b3dbc21f49de92121bc53fd269f and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/ee/eec0ea8dfdd2ee6f85bc3a91a0279176 b/wb_unity_pro_2/Library/Artifacts/ee/eec0ea8dfdd2ee6f85bc3a91a0279176
deleted file mode 100644
index ac2638b8..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/ee/eec0ea8dfdd2ee6f85bc3a91a0279176 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/ee/eec0f4d7ac874da858474f1aadccb94a b/wb_unity_pro_2/Library/Artifacts/ee/eec0f4d7ac874da858474f1aadccb94a
deleted file mode 100644
index 6361e3f5..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/ee/eec0f4d7ac874da858474f1aadccb94a and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/ee/eecdd9fa9eb1ee9c2e7e4bb5b7d75a7d b/wb_unity_pro_2/Library/Artifacts/ee/eecdd9fa9eb1ee9c2e7e4bb5b7d75a7d
deleted file mode 100644
index a47650bf..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/ee/eecdd9fa9eb1ee9c2e7e4bb5b7d75a7d and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/ee/eedce74c8d0afdc3184e73a70ea78fd8 b/wb_unity_pro_2/Library/Artifacts/ee/eedce74c8d0afdc3184e73a70ea78fd8
deleted file mode 100644
index e6af4dd0..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/ee/eedce74c8d0afdc3184e73a70ea78fd8 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/ee/eee3bbc14141f0862a6dae221582cd26 b/wb_unity_pro_2/Library/Artifacts/ee/eee3bbc14141f0862a6dae221582cd26
deleted file mode 100644
index b24b496d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/ee/eee3bbc14141f0862a6dae221582cd26 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/ef/ef0994d6b7062e9626fe1292c3a140b5 b/wb_unity_pro_2/Library/Artifacts/ef/ef0994d6b7062e9626fe1292c3a140b5
deleted file mode 100644
index 4c4bc2bc..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/ef/ef0994d6b7062e9626fe1292c3a140b5 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/ef/efb46720a61fbfdd3b1890edae1c6d8f b/wb_unity_pro_2/Library/Artifacts/ef/efb46720a61fbfdd3b1890edae1c6d8f
deleted file mode 100644
index 3006de8e..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/ef/efb46720a61fbfdd3b1890edae1c6d8f and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/ef/efc590d880adc5c95c9b429390dd4318 b/wb_unity_pro_2/Library/Artifacts/ef/efc590d880adc5c95c9b429390dd4318
deleted file mode 100644
index 68cf8279..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/ef/efc590d880adc5c95c9b429390dd4318 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/ef/efc5a23839bd531cb1b298a1cc61f233 b/wb_unity_pro_2/Library/Artifacts/ef/efc5a23839bd531cb1b298a1cc61f233
deleted file mode 100644
index fa80daa0..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/ef/efc5a23839bd531cb1b298a1cc61f233 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/f0/f0388ce27d963c7fabdf4b1d6f12f3e5 b/wb_unity_pro_2/Library/Artifacts/f0/f0388ce27d963c7fabdf4b1d6f12f3e5
deleted file mode 100644
index 62300501..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/f0/f0388ce27d963c7fabdf4b1d6f12f3e5 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/f0/f0586960afab8c0e9e4307758963990e b/wb_unity_pro_2/Library/Artifacts/f0/f0586960afab8c0e9e4307758963990e
deleted file mode 100644
index c4ec3c29..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/f0/f0586960afab8c0e9e4307758963990e and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/f0/f09839c5c92bf7d16c7092b4e701414a b/wb_unity_pro_2/Library/Artifacts/f0/f09839c5c92bf7d16c7092b4e701414a
deleted file mode 100644
index 3c64872c..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/f0/f09839c5c92bf7d16c7092b4e701414a and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/f0/f0b5469cccc65be002d928c22c4661f7 b/wb_unity_pro_2/Library/Artifacts/f0/f0b5469cccc65be002d928c22c4661f7
deleted file mode 100644
index 2a45454a..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/f0/f0b5469cccc65be002d928c22c4661f7 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/f0/f0c52fe7d6ce70fa80ef44bbd0df59fa b/wb_unity_pro_2/Library/Artifacts/f0/f0c52fe7d6ce70fa80ef44bbd0df59fa
deleted file mode 100644
index e519e1c1..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/f0/f0c52fe7d6ce70fa80ef44bbd0df59fa and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/f1/f10d4f0b809b6a4a22f8d8ca4c56d23e b/wb_unity_pro_2/Library/Artifacts/f1/f10d4f0b809b6a4a22f8d8ca4c56d23e
deleted file mode 100644
index 98049fb7..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/f1/f10d4f0b809b6a4a22f8d8ca4c56d23e and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/f1/f13dcbd21398ca9045fec3c1310edc8d b/wb_unity_pro_2/Library/Artifacts/f1/f13dcbd21398ca9045fec3c1310edc8d
deleted file mode 100644
index 1ec35c88..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/f1/f13dcbd21398ca9045fec3c1310edc8d and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/f1/f140f2bb68e4fa3306151e55e157e6b9 b/wb_unity_pro_2/Library/Artifacts/f1/f140f2bb68e4fa3306151e55e157e6b9
deleted file mode 100644
index 0e34af8c..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/f1/f140f2bb68e4fa3306151e55e157e6b9 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/f1/f147ac576e12e4eb865f094aeca766cf b/wb_unity_pro_2/Library/Artifacts/f1/f147ac576e12e4eb865f094aeca766cf
deleted file mode 100644
index c37b57e8..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/f1/f147ac576e12e4eb865f094aeca766cf and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/f1/f18b3c214ab4449608092488d0d69c7f b/wb_unity_pro_2/Library/Artifacts/f1/f18b3c214ab4449608092488d0d69c7f
deleted file mode 100644
index 795e38d9..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/f1/f18b3c214ab4449608092488d0d69c7f and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/f1/f18d1e493940266e75b49d74806d1970 b/wb_unity_pro_2/Library/Artifacts/f1/f18d1e493940266e75b49d74806d1970
deleted file mode 100644
index 9915b06b..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/f1/f18d1e493940266e75b49d74806d1970 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/f1/f19e7fddcb62a9c66117acdd961d6635 b/wb_unity_pro_2/Library/Artifacts/f1/f19e7fddcb62a9c66117acdd961d6635
deleted file mode 100644
index fa8fcebe..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/f1/f19e7fddcb62a9c66117acdd961d6635 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/f1/f1a0c6c15bf2dbc214996e5bfb282db9 b/wb_unity_pro_2/Library/Artifacts/f1/f1a0c6c15bf2dbc214996e5bfb282db9
deleted file mode 100644
index 12d66171..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/f1/f1a0c6c15bf2dbc214996e5bfb282db9 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/f1/f1a5fa660800cc6715b77e9294075dcf b/wb_unity_pro_2/Library/Artifacts/f1/f1a5fa660800cc6715b77e9294075dcf
deleted file mode 100644
index 2d6f29bb..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/f1/f1a5fa660800cc6715b77e9294075dcf and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/f1/f1be5b9209044fb25bc17fa5b55878e7 b/wb_unity_pro_2/Library/Artifacts/f1/f1be5b9209044fb25bc17fa5b55878e7
deleted file mode 100644
index 6dff9f0b..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/f1/f1be5b9209044fb25bc17fa5b55878e7 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/f1/f1bff06ef02637b28b719f05dac05359 b/wb_unity_pro_2/Library/Artifacts/f1/f1bff06ef02637b28b719f05dac05359
deleted file mode 100644
index 5239a3f4..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/f1/f1bff06ef02637b28b719f05dac05359 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/f1/f1f0b7864fb996cedc14f506bce0c4b6 b/wb_unity_pro_2/Library/Artifacts/f1/f1f0b7864fb996cedc14f506bce0c4b6
deleted file mode 100644
index 80df2965..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/f1/f1f0b7864fb996cedc14f506bce0c4b6 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/f2/f27b88a9da7684447199c7c7ad9a0801 b/wb_unity_pro_2/Library/Artifacts/f2/f27b88a9da7684447199c7c7ad9a0801
deleted file mode 100644
index 9143963b..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/f2/f27b88a9da7684447199c7c7ad9a0801 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/f2/f27b99b14d06375e9c5a8c614fc848fc b/wb_unity_pro_2/Library/Artifacts/f2/f27b99b14d06375e9c5a8c614fc848fc
deleted file mode 100644
index 46b6839d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/f2/f27b99b14d06375e9c5a8c614fc848fc and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/f2/f2ea3c78d2047a08e4d2b07cf57d5b02 b/wb_unity_pro_2/Library/Artifacts/f2/f2ea3c78d2047a08e4d2b07cf57d5b02
deleted file mode 100644
index 652add27..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/f2/f2ea3c78d2047a08e4d2b07cf57d5b02 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/f2/f2f00a7d3207328365e7c4ec61b596db b/wb_unity_pro_2/Library/Artifacts/f2/f2f00a7d3207328365e7c4ec61b596db
deleted file mode 100644
index 6e3da175..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/f2/f2f00a7d3207328365e7c4ec61b596db and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/f3/f3000d54bb91bc862e489a884b795a2e b/wb_unity_pro_2/Library/Artifacts/f3/f3000d54bb91bc862e489a884b795a2e
deleted file mode 100644
index 7a92e19a..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/f3/f3000d54bb91bc862e489a884b795a2e and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/f3/f35951cb574ce957eedd8b62692d9320 b/wb_unity_pro_2/Library/Artifacts/f3/f35951cb574ce957eedd8b62692d9320
deleted file mode 100644
index 31530708..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/f3/f35951cb574ce957eedd8b62692d9320 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/f3/f3641139ff52a34a92a09303f970cc68 b/wb_unity_pro_2/Library/Artifacts/f3/f3641139ff52a34a92a09303f970cc68
deleted file mode 100644
index b8e8f5d5..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/f3/f3641139ff52a34a92a09303f970cc68 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/f3/f36f4cb3bd09623750d55c1daa684cbe b/wb_unity_pro_2/Library/Artifacts/f3/f36f4cb3bd09623750d55c1daa684cbe
deleted file mode 100644
index 050a73c9..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/f3/f36f4cb3bd09623750d55c1daa684cbe and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/f3/f3798b859bb8837bac7f2b7cfd1880b6 b/wb_unity_pro_2/Library/Artifacts/f3/f3798b859bb8837bac7f2b7cfd1880b6
deleted file mode 100644
index e3109cbd..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/f3/f3798b859bb8837bac7f2b7cfd1880b6 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/f3/f39b7102e86ad2370fe9ca1587f61ded b/wb_unity_pro_2/Library/Artifacts/f3/f39b7102e86ad2370fe9ca1587f61ded
deleted file mode 100644
index b939d707..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/f3/f39b7102e86ad2370fe9ca1587f61ded and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/f3/f3b380aa287d18d54d7d02e94c3418ce b/wb_unity_pro_2/Library/Artifacts/f3/f3b380aa287d18d54d7d02e94c3418ce
deleted file mode 100644
index 35d52c7b..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/f3/f3b380aa287d18d54d7d02e94c3418ce and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/f3/f3c1e3b2b21bdf94f86b3697f58b3703 b/wb_unity_pro_2/Library/Artifacts/f3/f3c1e3b2b21bdf94f86b3697f58b3703
deleted file mode 100644
index e18b38fb..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/f3/f3c1e3b2b21bdf94f86b3697f58b3703 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/f3/f3c85a62cdfe768f0d5d32597d5c004a b/wb_unity_pro_2/Library/Artifacts/f3/f3c85a62cdfe768f0d5d32597d5c004a
deleted file mode 100644
index c54b7c1b..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/f3/f3c85a62cdfe768f0d5d32597d5c004a and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/f3/f3f773642f5513ebd3642741201d19d2 b/wb_unity_pro_2/Library/Artifacts/f3/f3f773642f5513ebd3642741201d19d2
deleted file mode 100644
index 87d0dd2a..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/f3/f3f773642f5513ebd3642741201d19d2 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/f4/f4018a84bec716c6ebe8dbe0f603e705 b/wb_unity_pro_2/Library/Artifacts/f4/f4018a84bec716c6ebe8dbe0f603e705
deleted file mode 100644
index cf10d459..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/f4/f4018a84bec716c6ebe8dbe0f603e705 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/f4/f414c6eaa3e30da9624cba8aa6a41273 b/wb_unity_pro_2/Library/Artifacts/f4/f414c6eaa3e30da9624cba8aa6a41273
deleted file mode 100644
index 0df94f76..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/f4/f414c6eaa3e30da9624cba8aa6a41273 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/f4/f43bee4c7e000d9cbd1248934d1ce974 b/wb_unity_pro_2/Library/Artifacts/f4/f43bee4c7e000d9cbd1248934d1ce974
deleted file mode 100644
index fbf962db..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/f4/f43bee4c7e000d9cbd1248934d1ce974 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/f4/f46149bff9edef15c9ad1d617891362f b/wb_unity_pro_2/Library/Artifacts/f4/f46149bff9edef15c9ad1d617891362f
deleted file mode 100644
index c3fe5959..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/f4/f46149bff9edef15c9ad1d617891362f and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/f4/f4a21bdb1b689904728ad275c2377551 b/wb_unity_pro_2/Library/Artifacts/f4/f4a21bdb1b689904728ad275c2377551
deleted file mode 100644
index c51abd1b..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/f4/f4a21bdb1b689904728ad275c2377551 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/f4/f4ca8db3603a5adb4c6abae5c983bc1a b/wb_unity_pro_2/Library/Artifacts/f4/f4ca8db3603a5adb4c6abae5c983bc1a
deleted file mode 100644
index 3053668f..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/f4/f4ca8db3603a5adb4c6abae5c983bc1a and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/f4/f4cce25e733c4d34d281bd99b984cfd3 b/wb_unity_pro_2/Library/Artifacts/f4/f4cce25e733c4d34d281bd99b984cfd3
deleted file mode 100644
index 433a78d2..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/f4/f4cce25e733c4d34d281bd99b984cfd3 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/f4/f4d706da6304e6838f022c97fd9ddee7 b/wb_unity_pro_2/Library/Artifacts/f4/f4d706da6304e6838f022c97fd9ddee7
deleted file mode 100644
index 1e0403ca..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/f4/f4d706da6304e6838f022c97fd9ddee7 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/f4/f4f800b608bea488529734355aa9ee04 b/wb_unity_pro_2/Library/Artifacts/f4/f4f800b608bea488529734355aa9ee04
deleted file mode 100644
index 8fb852c5..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/f4/f4f800b608bea488529734355aa9ee04 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/f5/f52d78fcaec8dc60542de842901dd69c b/wb_unity_pro_2/Library/Artifacts/f5/f52d78fcaec8dc60542de842901dd69c
deleted file mode 100644
index 53f1bef9..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/f5/f52d78fcaec8dc60542de842901dd69c and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/f5/f568361a24cfa266f7e007598d4b8980 b/wb_unity_pro_2/Library/Artifacts/f5/f568361a24cfa266f7e007598d4b8980
deleted file mode 100644
index 05d16958..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/f5/f568361a24cfa266f7e007598d4b8980 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/f5/f571c8d6b927d26c0be9fe556d608c1d b/wb_unity_pro_2/Library/Artifacts/f5/f571c8d6b927d26c0be9fe556d608c1d
deleted file mode 100644
index 89d39f95..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/f5/f571c8d6b927d26c0be9fe556d608c1d and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/f5/f5788ee75d2b0ff689a635ee4e5b65e9 b/wb_unity_pro_2/Library/Artifacts/f5/f5788ee75d2b0ff689a635ee4e5b65e9
deleted file mode 100644
index 652ef81c..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/f5/f5788ee75d2b0ff689a635ee4e5b65e9 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/f5/f5887cc6c38c686f0aa94b369589465c b/wb_unity_pro_2/Library/Artifacts/f5/f5887cc6c38c686f0aa94b369589465c
deleted file mode 100644
index 4b60de39..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/f5/f5887cc6c38c686f0aa94b369589465c and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/f5/f58c15676c95e623f7ede6da0acf3d82 b/wb_unity_pro_2/Library/Artifacts/f5/f58c15676c95e623f7ede6da0acf3d82
deleted file mode 100644
index bf0af8fb..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/f5/f58c15676c95e623f7ede6da0acf3d82 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/f5/f5a3aba073f1bd954da4441aae1d1761 b/wb_unity_pro_2/Library/Artifacts/f5/f5a3aba073f1bd954da4441aae1d1761
deleted file mode 100644
index 81baf0e3..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/f5/f5a3aba073f1bd954da4441aae1d1761 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/f5/f5a82bd96701853d3fe6ecd1ec44efb4 b/wb_unity_pro_2/Library/Artifacts/f5/f5a82bd96701853d3fe6ecd1ec44efb4
deleted file mode 100644
index 3f964e8d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/f5/f5a82bd96701853d3fe6ecd1ec44efb4 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/f5/f5bc488da02687fcdfb409c0a2aeca7c b/wb_unity_pro_2/Library/Artifacts/f5/f5bc488da02687fcdfb409c0a2aeca7c
deleted file mode 100644
index e2d8be77..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/f5/f5bc488da02687fcdfb409c0a2aeca7c and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/f5/f5ccd0c34daeb8d86e066c0349404b40 b/wb_unity_pro_2/Library/Artifacts/f5/f5ccd0c34daeb8d86e066c0349404b40
deleted file mode 100644
index a9821c4f..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/f5/f5ccd0c34daeb8d86e066c0349404b40 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/f5/f5cde6ac3640db429c504f12db1ec100 b/wb_unity_pro_2/Library/Artifacts/f5/f5cde6ac3640db429c504f12db1ec100
deleted file mode 100644
index d297a457..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/f5/f5cde6ac3640db429c504f12db1ec100 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/f5/f5e39309eace5b07b7fda39ef6a014e0 b/wb_unity_pro_2/Library/Artifacts/f5/f5e39309eace5b07b7fda39ef6a014e0
deleted file mode 100644
index 87045260..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/f5/f5e39309eace5b07b7fda39ef6a014e0 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/f5/f5e9aefed12766e7311d0593cab851f7 b/wb_unity_pro_2/Library/Artifacts/f5/f5e9aefed12766e7311d0593cab851f7
deleted file mode 100644
index 06f59f73..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/f5/f5e9aefed12766e7311d0593cab851f7 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/f6/f6074871353f9f83a6506a6d933cdcc0 b/wb_unity_pro_2/Library/Artifacts/f6/f6074871353f9f83a6506a6d933cdcc0
deleted file mode 100644
index 02450fd2..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/f6/f6074871353f9f83a6506a6d933cdcc0 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/f6/f63c30f4aed28357ae07a73ff5c591c3 b/wb_unity_pro_2/Library/Artifacts/f6/f63c30f4aed28357ae07a73ff5c591c3
deleted file mode 100644
index 128edab2..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/f6/f63c30f4aed28357ae07a73ff5c591c3 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/f6/f64849e5fcc781210348869825ec944e b/wb_unity_pro_2/Library/Artifacts/f6/f64849e5fcc781210348869825ec944e
deleted file mode 100644
index 0c5dd3d3..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/f6/f64849e5fcc781210348869825ec944e and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/f6/f65bd4be97995c916540c5cc3c6209bf b/wb_unity_pro_2/Library/Artifacts/f6/f65bd4be97995c916540c5cc3c6209bf
deleted file mode 100644
index 52cde324..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/f6/f65bd4be97995c916540c5cc3c6209bf and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/f6/f6642e247de54ddc8f09ce6835df14f2 b/wb_unity_pro_2/Library/Artifacts/f6/f6642e247de54ddc8f09ce6835df14f2
deleted file mode 100644
index dd702dca..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/f6/f6642e247de54ddc8f09ce6835df14f2 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/f6/f68a59ed9ee113ad37f161e8f92f6ef0 b/wb_unity_pro_2/Library/Artifacts/f6/f68a59ed9ee113ad37f161e8f92f6ef0
deleted file mode 100644
index 6990378a..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/f6/f68a59ed9ee113ad37f161e8f92f6ef0 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/f6/f68ab1321e4b63d89e7841b96b7a6916 b/wb_unity_pro_2/Library/Artifacts/f6/f68ab1321e4b63d89e7841b96b7a6916
deleted file mode 100644
index 16c62d99..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/f6/f68ab1321e4b63d89e7841b96b7a6916 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/f6/f69938a3a01877500594200d0276dcc8 b/wb_unity_pro_2/Library/Artifacts/f6/f69938a3a01877500594200d0276dcc8
deleted file mode 100644
index 575b0cda..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/f6/f69938a3a01877500594200d0276dcc8 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/f6/f6f781a70d79fc4ddd9a3c0407f2cbdc b/wb_unity_pro_2/Library/Artifacts/f6/f6f781a70d79fc4ddd9a3c0407f2cbdc
deleted file mode 100644
index ec6651c5..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/f6/f6f781a70d79fc4ddd9a3c0407f2cbdc and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/f7/f701f022a89bd5efdee246498372cc91 b/wb_unity_pro_2/Library/Artifacts/f7/f701f022a89bd5efdee246498372cc91
deleted file mode 100644
index 88832356..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/f7/f701f022a89bd5efdee246498372cc91 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/f7/f717c75e763dce4dc9403255509e21df b/wb_unity_pro_2/Library/Artifacts/f7/f717c75e763dce4dc9403255509e21df
deleted file mode 100644
index 8783ed0a..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/f7/f717c75e763dce4dc9403255509e21df and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/f7/f7297fcbff4a8714f1b4be7a28ebe8ea b/wb_unity_pro_2/Library/Artifacts/f7/f7297fcbff4a8714f1b4be7a28ebe8ea
deleted file mode 100644
index 34b02066..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/f7/f7297fcbff4a8714f1b4be7a28ebe8ea and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/f7/f731bbed8b630ce5b32a32169b576fb3 b/wb_unity_pro_2/Library/Artifacts/f7/f731bbed8b630ce5b32a32169b576fb3
deleted file mode 100644
index 369f022f..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/f7/f731bbed8b630ce5b32a32169b576fb3 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/f7/f73555a53dbafb260aa908b27be78973 b/wb_unity_pro_2/Library/Artifacts/f7/f73555a53dbafb260aa908b27be78973
deleted file mode 100644
index 91197511..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/f7/f73555a53dbafb260aa908b27be78973 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/f7/f741c19a7db325235d726e52d708c77f b/wb_unity_pro_2/Library/Artifacts/f7/f741c19a7db325235d726e52d708c77f
deleted file mode 100644
index 2a306e9e..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/f7/f741c19a7db325235d726e52d708c77f and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/f7/f74436e33cf2950b7c6d0c2bf8351ed4 b/wb_unity_pro_2/Library/Artifacts/f7/f74436e33cf2950b7c6d0c2bf8351ed4
deleted file mode 100644
index cafee6f3..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/f7/f74436e33cf2950b7c6d0c2bf8351ed4 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/f7/f74f68ed741dce077d546d96fe5d2385 b/wb_unity_pro_2/Library/Artifacts/f7/f74f68ed741dce077d546d96fe5d2385
deleted file mode 100644
index 7ec24d34..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/f7/f74f68ed741dce077d546d96fe5d2385 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/f7/f760693cdf7133888d2919db60222db4 b/wb_unity_pro_2/Library/Artifacts/f7/f760693cdf7133888d2919db60222db4
deleted file mode 100644
index eda0346d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/f7/f760693cdf7133888d2919db60222db4 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/f7/f76cacd80607dc96723893058e0ff948 b/wb_unity_pro_2/Library/Artifacts/f7/f76cacd80607dc96723893058e0ff948
deleted file mode 100644
index 71585ed4..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/f7/f76cacd80607dc96723893058e0ff948 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/f7/f787887be6eaeb86d76148eb15064596 b/wb_unity_pro_2/Library/Artifacts/f7/f787887be6eaeb86d76148eb15064596
deleted file mode 100644
index 27fa21fe..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/f7/f787887be6eaeb86d76148eb15064596 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/f7/f7a1ff523bfaf90131bdcd67474929e8 b/wb_unity_pro_2/Library/Artifacts/f7/f7a1ff523bfaf90131bdcd67474929e8
deleted file mode 100644
index 670769cd..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/f7/f7a1ff523bfaf90131bdcd67474929e8 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/f7/f7b6642bb5a1327870dee58b364a8f21 b/wb_unity_pro_2/Library/Artifacts/f7/f7b6642bb5a1327870dee58b364a8f21
deleted file mode 100644
index 20eaeee2..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/f7/f7b6642bb5a1327870dee58b364a8f21 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/f7/f7cab2adf4e46665d1970904046fa4e2 b/wb_unity_pro_2/Library/Artifacts/f7/f7cab2adf4e46665d1970904046fa4e2
deleted file mode 100644
index aeddb662..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/f7/f7cab2adf4e46665d1970904046fa4e2 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/f7/f7d0326ee49f08c5fd4a728f83e572c8 b/wb_unity_pro_2/Library/Artifacts/f7/f7d0326ee49f08c5fd4a728f83e572c8
deleted file mode 100644
index 4689efbf..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/f7/f7d0326ee49f08c5fd4a728f83e572c8 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/f7/f7e85fbdd4c2fbddea5aae795b04d110 b/wb_unity_pro_2/Library/Artifacts/f7/f7e85fbdd4c2fbddea5aae795b04d110
deleted file mode 100644
index dd950ba2..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/f7/f7e85fbdd4c2fbddea5aae795b04d110 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/f8/f81fb251f8cc0989e442762d606fd364 b/wb_unity_pro_2/Library/Artifacts/f8/f81fb251f8cc0989e442762d606fd364
deleted file mode 100644
index e5bf745c..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/f8/f81fb251f8cc0989e442762d606fd364 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/f8/f82c9eeb92503ffec56215a5b25105d5 b/wb_unity_pro_2/Library/Artifacts/f8/f82c9eeb92503ffec56215a5b25105d5
deleted file mode 100644
index 115ed3bb..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/f8/f82c9eeb92503ffec56215a5b25105d5 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/f8/f84609574232e828d488e68c79370e35 b/wb_unity_pro_2/Library/Artifacts/f8/f84609574232e828d488e68c79370e35
deleted file mode 100644
index cb96805d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/f8/f84609574232e828d488e68c79370e35 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/f8/f84bd28c2b7dee6b7b76bfcf997c2ee7 b/wb_unity_pro_2/Library/Artifacts/f8/f84bd28c2b7dee6b7b76bfcf997c2ee7
deleted file mode 100644
index 932d0433..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/f8/f84bd28c2b7dee6b7b76bfcf997c2ee7 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/f8/f858cc7a876b5c50ccd1b03a4d8db543 b/wb_unity_pro_2/Library/Artifacts/f8/f858cc7a876b5c50ccd1b03a4d8db543
deleted file mode 100644
index 943419f1..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/f8/f858cc7a876b5c50ccd1b03a4d8db543 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/f8/f86109a2e3f858930c18895f20a89ec0 b/wb_unity_pro_2/Library/Artifacts/f8/f86109a2e3f858930c18895f20a89ec0
deleted file mode 100644
index 8b304047..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/f8/f86109a2e3f858930c18895f20a89ec0 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/f8/f86f37dd09f63e21f61a261ac55e0a23 b/wb_unity_pro_2/Library/Artifacts/f8/f86f37dd09f63e21f61a261ac55e0a23
deleted file mode 100644
index 73088c6d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/f8/f86f37dd09f63e21f61a261ac55e0a23 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/f8/f8920fad2d2b6c4aa626908a2671f764 b/wb_unity_pro_2/Library/Artifacts/f8/f8920fad2d2b6c4aa626908a2671f764
deleted file mode 100644
index 3997729e..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/f8/f8920fad2d2b6c4aa626908a2671f764 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/f8/f8a4a90ee6b6bda038c2b6927a3c629c b/wb_unity_pro_2/Library/Artifacts/f8/f8a4a90ee6b6bda038c2b6927a3c629c
deleted file mode 100644
index d22ab1ac..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/f8/f8a4a90ee6b6bda038c2b6927a3c629c and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/f8/f8e95c118dca124cfc49dd41a8dfb5f5 b/wb_unity_pro_2/Library/Artifacts/f8/f8e95c118dca124cfc49dd41a8dfb5f5
deleted file mode 100644
index 72b0268b..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/f8/f8e95c118dca124cfc49dd41a8dfb5f5 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/f9/f920a4193b589563fc4e5cf26469ace0 b/wb_unity_pro_2/Library/Artifacts/f9/f920a4193b589563fc4e5cf26469ace0
deleted file mode 100644
index 6e367b38..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/f9/f920a4193b589563fc4e5cf26469ace0 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/f9/f932eaf5a104e1b51dfa59a63488ee5c b/wb_unity_pro_2/Library/Artifacts/f9/f932eaf5a104e1b51dfa59a63488ee5c
deleted file mode 100644
index 3d9388f2..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/f9/f932eaf5a104e1b51dfa59a63488ee5c and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/f9/f934ad3ec259e442045763fa27043bf7 b/wb_unity_pro_2/Library/Artifacts/f9/f934ad3ec259e442045763fa27043bf7
deleted file mode 100644
index b5c68365..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/f9/f934ad3ec259e442045763fa27043bf7 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/f9/f93a44e96f3b78f792b1f24be46819e8 b/wb_unity_pro_2/Library/Artifacts/f9/f93a44e96f3b78f792b1f24be46819e8
deleted file mode 100644
index a4ac627c..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/f9/f93a44e96f3b78f792b1f24be46819e8 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/f9/f93d581505d895ac0365d8ad51502f26 b/wb_unity_pro_2/Library/Artifacts/f9/f93d581505d895ac0365d8ad51502f26
deleted file mode 100644
index d2e999ce..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/f9/f93d581505d895ac0365d8ad51502f26 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/f9/f93f481caa8a7a575c031066686f8131 b/wb_unity_pro_2/Library/Artifacts/f9/f93f481caa8a7a575c031066686f8131
deleted file mode 100644
index 256594c5..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/f9/f93f481caa8a7a575c031066686f8131 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/f9/f94223d7fabfbebc9570b8b94a16b5e0 b/wb_unity_pro_2/Library/Artifacts/f9/f94223d7fabfbebc9570b8b94a16b5e0
deleted file mode 100644
index 5d59d4ec..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/f9/f94223d7fabfbebc9570b8b94a16b5e0 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/f9/f9665fc100acd53db964ce069b0b3b93 b/wb_unity_pro_2/Library/Artifacts/f9/f9665fc100acd53db964ce069b0b3b93
deleted file mode 100644
index f35f0973..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/f9/f9665fc100acd53db964ce069b0b3b93 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/f9/f9899cd441828ac271f51eb793a4c89a b/wb_unity_pro_2/Library/Artifacts/f9/f9899cd441828ac271f51eb793a4c89a
deleted file mode 100644
index f9a847f2..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/f9/f9899cd441828ac271f51eb793a4c89a and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/f9/f99aba833782625668776f3a5f5a21d6 b/wb_unity_pro_2/Library/Artifacts/f9/f99aba833782625668776f3a5f5a21d6
deleted file mode 100644
index 22ebe7b2..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/f9/f99aba833782625668776f3a5f5a21d6 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/f9/f9b0c4dbf22f8098cac2f08fcad1d9d5 b/wb_unity_pro_2/Library/Artifacts/f9/f9b0c4dbf22f8098cac2f08fcad1d9d5
deleted file mode 100644
index de4c08e5..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/f9/f9b0c4dbf22f8098cac2f08fcad1d9d5 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/f9/f9bfd0787c8608cd3d6f66624c8028a1 b/wb_unity_pro_2/Library/Artifacts/f9/f9bfd0787c8608cd3d6f66624c8028a1
deleted file mode 100644
index 1860c05e..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/f9/f9bfd0787c8608cd3d6f66624c8028a1 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/f9/f9c3be8e247fa4c65d15554bb12aea2f b/wb_unity_pro_2/Library/Artifacts/f9/f9c3be8e247fa4c65d15554bb12aea2f
deleted file mode 100644
index fb263866..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/f9/f9c3be8e247fa4c65d15554bb12aea2f and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/f9/f9cf5dfcce502451b543a9bb6227c6c2 b/wb_unity_pro_2/Library/Artifacts/f9/f9cf5dfcce502451b543a9bb6227c6c2
deleted file mode 100644
index eec4c401..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/f9/f9cf5dfcce502451b543a9bb6227c6c2 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/f9/f9e23f5cabcc4afb5faab3c5e495b1e9 b/wb_unity_pro_2/Library/Artifacts/f9/f9e23f5cabcc4afb5faab3c5e495b1e9
deleted file mode 100644
index 1f3e6a75..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/f9/f9e23f5cabcc4afb5faab3c5e495b1e9 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/fa/fa1b56c4b3e3d34d44b5b6132a0a77d9 b/wb_unity_pro_2/Library/Artifacts/fa/fa1b56c4b3e3d34d44b5b6132a0a77d9
deleted file mode 100644
index 6c931ea6..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/fa/fa1b56c4b3e3d34d44b5b6132a0a77d9 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/fa/fa391fc28357c3220f42cdc03b73fc2d b/wb_unity_pro_2/Library/Artifacts/fa/fa391fc28357c3220f42cdc03b73fc2d
deleted file mode 100644
index 549fc756..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/fa/fa391fc28357c3220f42cdc03b73fc2d and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/fa/fa52ea40a9d8825d32bed6ada1330c05 b/wb_unity_pro_2/Library/Artifacts/fa/fa52ea40a9d8825d32bed6ada1330c05
deleted file mode 100644
index ddfdaa07..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/fa/fa52ea40a9d8825d32bed6ada1330c05 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/fa/fa5fecab41cd3652106f22d8b1bb56d4 b/wb_unity_pro_2/Library/Artifacts/fa/fa5fecab41cd3652106f22d8b1bb56d4
deleted file mode 100644
index 54d54fb4..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/fa/fa5fecab41cd3652106f22d8b1bb56d4 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/fa/fa6addc75b97e17b07c16551a420e1d4 b/wb_unity_pro_2/Library/Artifacts/fa/fa6addc75b97e17b07c16551a420e1d4
deleted file mode 100644
index 39eddb7d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/fa/fa6addc75b97e17b07c16551a420e1d4 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/fa/fa8f4676a73bbdbd57e6969176e1f8cc b/wb_unity_pro_2/Library/Artifacts/fa/fa8f4676a73bbdbd57e6969176e1f8cc
deleted file mode 100644
index 8bc7cd6f..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/fa/fa8f4676a73bbdbd57e6969176e1f8cc and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/fa/fa911c45f3178fbf8b4a0c04539eaa4d b/wb_unity_pro_2/Library/Artifacts/fa/fa911c45f3178fbf8b4a0c04539eaa4d
deleted file mode 100644
index f289f5a7..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/fa/fa911c45f3178fbf8b4a0c04539eaa4d and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/fa/fa9185ea958e5acc5323d503f12eb9d9 b/wb_unity_pro_2/Library/Artifacts/fa/fa9185ea958e5acc5323d503f12eb9d9
deleted file mode 100644
index 9fb53597..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/fa/fa9185ea958e5acc5323d503f12eb9d9 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/fa/fabc26208d51246892fa6cdcc03ff4b5 b/wb_unity_pro_2/Library/Artifacts/fa/fabc26208d51246892fa6cdcc03ff4b5
deleted file mode 100644
index a645be58..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/fa/fabc26208d51246892fa6cdcc03ff4b5 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/fa/fac02883e2d0a70bb179d9a01fbeae5e b/wb_unity_pro_2/Library/Artifacts/fa/fac02883e2d0a70bb179d9a01fbeae5e
deleted file mode 100644
index 2f0d7361..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/fa/fac02883e2d0a70bb179d9a01fbeae5e and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/fb/fb0e6a8a096cd0ecca1a65808b542824 b/wb_unity_pro_2/Library/Artifacts/fb/fb0e6a8a096cd0ecca1a65808b542824
deleted file mode 100644
index b9c3b729..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/fb/fb0e6a8a096cd0ecca1a65808b542824 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/fb/fb1e917b7be3cded3a06c20ed37aa555 b/wb_unity_pro_2/Library/Artifacts/fb/fb1e917b7be3cded3a06c20ed37aa555
deleted file mode 100644
index 289c3ffb..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/fb/fb1e917b7be3cded3a06c20ed37aa555 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/fb/fb29f8314281d88e501e5628b39ce205 b/wb_unity_pro_2/Library/Artifacts/fb/fb29f8314281d88e501e5628b39ce205
deleted file mode 100644
index 53a3197e..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/fb/fb29f8314281d88e501e5628b39ce205 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/fb/fb397159239ae3aae7e7e88cd529ee94 b/wb_unity_pro_2/Library/Artifacts/fb/fb397159239ae3aae7e7e88cd529ee94
deleted file mode 100644
index cbe48f71..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/fb/fb397159239ae3aae7e7e88cd529ee94 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/fb/fb40b3036c6c6f6ce464f4105a954790 b/wb_unity_pro_2/Library/Artifacts/fb/fb40b3036c6c6f6ce464f4105a954790
deleted file mode 100644
index 38102703..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/fb/fb40b3036c6c6f6ce464f4105a954790 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/fb/fb601a8dc383fa31fd407c56a3458c18 b/wb_unity_pro_2/Library/Artifacts/fb/fb601a8dc383fa31fd407c56a3458c18
deleted file mode 100644
index 3c3aca20..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/fb/fb601a8dc383fa31fd407c56a3458c18 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/fb/fbb652cecb97890835a1564893c1e1d8 b/wb_unity_pro_2/Library/Artifacts/fb/fbb652cecb97890835a1564893c1e1d8
deleted file mode 100644
index 815a48f0..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/fb/fbb652cecb97890835a1564893c1e1d8 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/fb/fbcf85b13a513e6753475c28e089bf33 b/wb_unity_pro_2/Library/Artifacts/fb/fbcf85b13a513e6753475c28e089bf33
deleted file mode 100644
index c6fcad39..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/fb/fbcf85b13a513e6753475c28e089bf33 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/fb/fbf293130c9c010ba9a2fd058e23647d b/wb_unity_pro_2/Library/Artifacts/fb/fbf293130c9c010ba9a2fd058e23647d
deleted file mode 100644
index 36ca3837..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/fb/fbf293130c9c010ba9a2fd058e23647d and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/fb/fbf63b25e1b85ace9a91fcec8018fd98 b/wb_unity_pro_2/Library/Artifacts/fb/fbf63b25e1b85ace9a91fcec8018fd98
deleted file mode 100644
index a10a9c1b..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/fb/fbf63b25e1b85ace9a91fcec8018fd98 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/fb/fbf8a81be34148eb95d84c1becc4cbdd b/wb_unity_pro_2/Library/Artifacts/fb/fbf8a81be34148eb95d84c1becc4cbdd
deleted file mode 100644
index 83e7640c..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/fb/fbf8a81be34148eb95d84c1becc4cbdd and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/fb/fbfbeebd1ce7931efd158fcf8c9547bb b/wb_unity_pro_2/Library/Artifacts/fb/fbfbeebd1ce7931efd158fcf8c9547bb
deleted file mode 100644
index a662923a..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/fb/fbfbeebd1ce7931efd158fcf8c9547bb and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/fc/fc45755edb32d07720f71c43498b719c b/wb_unity_pro_2/Library/Artifacts/fc/fc45755edb32d07720f71c43498b719c
deleted file mode 100644
index 84150dd3..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/fc/fc45755edb32d07720f71c43498b719c and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/fc/fc4e01605efe9cb76fe46c009a94f9ce b/wb_unity_pro_2/Library/Artifacts/fc/fc4e01605efe9cb76fe46c009a94f9ce
deleted file mode 100644
index 1259fda0..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/fc/fc4e01605efe9cb76fe46c009a94f9ce and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/fc/fc61700bcb3a51ee5ba125cb83eb1409 b/wb_unity_pro_2/Library/Artifacts/fc/fc61700bcb3a51ee5ba125cb83eb1409
deleted file mode 100644
index 4133efb0..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/fc/fc61700bcb3a51ee5ba125cb83eb1409 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/fc/fc8a722e1a6cc3df851195b5d73e7033 b/wb_unity_pro_2/Library/Artifacts/fc/fc8a722e1a6cc3df851195b5d73e7033
deleted file mode 100644
index 3bc5ac46..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/fc/fc8a722e1a6cc3df851195b5d73e7033 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/fc/fc9ac006dbd2ee5fcfcbc0a747ff4c22 b/wb_unity_pro_2/Library/Artifacts/fc/fc9ac006dbd2ee5fcfcbc0a747ff4c22
deleted file mode 100644
index d60c6511..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/fc/fc9ac006dbd2ee5fcfcbc0a747ff4c22 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/fc/fca41bfa065b6cf2219c238d7204dcee b/wb_unity_pro_2/Library/Artifacts/fc/fca41bfa065b6cf2219c238d7204dcee
deleted file mode 100644
index 86bc8093..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/fc/fca41bfa065b6cf2219c238d7204dcee and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/fc/fca7befd3544deda7996b35a9ce29128 b/wb_unity_pro_2/Library/Artifacts/fc/fca7befd3544deda7996b35a9ce29128
deleted file mode 100644
index 2aa7845d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/fc/fca7befd3544deda7996b35a9ce29128 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/fc/fcbd2e36e290dc5291eebf33cd85db92 b/wb_unity_pro_2/Library/Artifacts/fc/fcbd2e36e290dc5291eebf33cd85db92
deleted file mode 100644
index 14455de8..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/fc/fcbd2e36e290dc5291eebf33cd85db92 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/fc/fcd688c0a69dea6bafef9ec4488642d1 b/wb_unity_pro_2/Library/Artifacts/fc/fcd688c0a69dea6bafef9ec4488642d1
deleted file mode 100644
index 1a6384f1..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/fc/fcd688c0a69dea6bafef9ec4488642d1 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/fc/fcf388de94d2a0266974a7b2388e1c33 b/wb_unity_pro_2/Library/Artifacts/fc/fcf388de94d2a0266974a7b2388e1c33
deleted file mode 100644
index fafaaf3a..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/fc/fcf388de94d2a0266974a7b2388e1c33 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/fd/fd12ebd940a2ae8b2e594a06095c5050 b/wb_unity_pro_2/Library/Artifacts/fd/fd12ebd940a2ae8b2e594a06095c5050
deleted file mode 100644
index 62e7e69e..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/fd/fd12ebd940a2ae8b2e594a06095c5050 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/fd/fd3377d753a8b4d09bad984cadd73d0e b/wb_unity_pro_2/Library/Artifacts/fd/fd3377d753a8b4d09bad984cadd73d0e
deleted file mode 100644
index 42b0f225..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/fd/fd3377d753a8b4d09bad984cadd73d0e and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/fd/fd41231761e6191b7f881d4b00dec47a b/wb_unity_pro_2/Library/Artifacts/fd/fd41231761e6191b7f881d4b00dec47a
deleted file mode 100644
index 8949b063..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/fd/fd41231761e6191b7f881d4b00dec47a and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/fd/fd61037a500608248ded9145769874ed b/wb_unity_pro_2/Library/Artifacts/fd/fd61037a500608248ded9145769874ed
deleted file mode 100644
index a575a6f2..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/fd/fd61037a500608248ded9145769874ed and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/fd/fd626d384b189f1a7e048cca52b76eae b/wb_unity_pro_2/Library/Artifacts/fd/fd626d384b189f1a7e048cca52b76eae
deleted file mode 100644
index 29f1f8cb..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/fd/fd626d384b189f1a7e048cca52b76eae and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/fd/fd71e28f76d64bdf658d74f35aa397ca b/wb_unity_pro_2/Library/Artifacts/fd/fd71e28f76d64bdf658d74f35aa397ca
deleted file mode 100644
index 290f313e..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/fd/fd71e28f76d64bdf658d74f35aa397ca and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/fd/fd7728ce3c19323feee3952c0218a09e b/wb_unity_pro_2/Library/Artifacts/fd/fd7728ce3c19323feee3952c0218a09e
deleted file mode 100644
index f7b8a3a2..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/fd/fd7728ce3c19323feee3952c0218a09e and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/fd/fd7c2500aafc78ec08ac15bb6fd5928b b/wb_unity_pro_2/Library/Artifacts/fd/fd7c2500aafc78ec08ac15bb6fd5928b
deleted file mode 100644
index 3d311b21..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/fd/fd7c2500aafc78ec08ac15bb6fd5928b and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/fd/fdb7b58d79dcef2bcb64c5b162b51d91 b/wb_unity_pro_2/Library/Artifacts/fd/fdb7b58d79dcef2bcb64c5b162b51d91
deleted file mode 100644
index 7f71ca64..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/fd/fdb7b58d79dcef2bcb64c5b162b51d91 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/fd/fdcd7d210542e1e0fa6b3b64ccaaf822 b/wb_unity_pro_2/Library/Artifacts/fd/fdcd7d210542e1e0fa6b3b64ccaaf822
deleted file mode 100644
index 2ef5bd6d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/fd/fdcd7d210542e1e0fa6b3b64ccaaf822 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/fd/fdde834cf814137d3ab355f381c80b26 b/wb_unity_pro_2/Library/Artifacts/fd/fdde834cf814137d3ab355f381c80b26
deleted file mode 100644
index de2e717e..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/fd/fdde834cf814137d3ab355f381c80b26 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/fe/fe516f0d7b71fd02d33ba88c56e437d3 b/wb_unity_pro_2/Library/Artifacts/fe/fe516f0d7b71fd02d33ba88c56e437d3
deleted file mode 100644
index 912a3648..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/fe/fe516f0d7b71fd02d33ba88c56e437d3 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/fe/fe6cc0bf4327e4d421eb9205b27e9037 b/wb_unity_pro_2/Library/Artifacts/fe/fe6cc0bf4327e4d421eb9205b27e9037
deleted file mode 100644
index 2fef6dca..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/fe/fe6cc0bf4327e4d421eb9205b27e9037 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/fe/fe786d1d2f24ce1a8c9f668baa36d111 b/wb_unity_pro_2/Library/Artifacts/fe/fe786d1d2f24ce1a8c9f668baa36d111
deleted file mode 100644
index ace25328..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/fe/fe786d1d2f24ce1a8c9f668baa36d111 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/fe/fee65db6195382430e5ba5833e2b4628 b/wb_unity_pro_2/Library/Artifacts/fe/fee65db6195382430e5ba5833e2b4628
deleted file mode 100644
index 2880b49a..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/fe/fee65db6195382430e5ba5833e2b4628 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/fe/feee348cd938a2dc3cbb9bb385b41c0c b/wb_unity_pro_2/Library/Artifacts/fe/feee348cd938a2dc3cbb9bb385b41c0c
deleted file mode 100644
index 4d5ea15d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/fe/feee348cd938a2dc3cbb9bb385b41c0c and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/fe/fef15a3de006649497a99b8341122bd9 b/wb_unity_pro_2/Library/Artifacts/fe/fef15a3de006649497a99b8341122bd9
deleted file mode 100644
index f4f1674d..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/fe/fef15a3de006649497a99b8341122bd9 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/ff/ff3ce879e0b47fb99be1a3e75df70c20 b/wb_unity_pro_2/Library/Artifacts/ff/ff3ce879e0b47fb99be1a3e75df70c20
deleted file mode 100644
index 2c0eca41..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/ff/ff3ce879e0b47fb99be1a3e75df70c20 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/ff/ff482c40ababc01bdb01ef44d219f22d b/wb_unity_pro_2/Library/Artifacts/ff/ff482c40ababc01bdb01ef44d219f22d
deleted file mode 100644
index 9e9a80a0..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/ff/ff482c40ababc01bdb01ef44d219f22d and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/ff/ff6d9b2cb67d67d95bdc7400e2cf2e76 b/wb_unity_pro_2/Library/Artifacts/ff/ff6d9b2cb67d67d95bdc7400e2cf2e76
deleted file mode 100644
index 8e9358c8..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/ff/ff6d9b2cb67d67d95bdc7400e2cf2e76 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/ff/ff6f5fafe853ebce8aa52984fde8076b b/wb_unity_pro_2/Library/Artifacts/ff/ff6f5fafe853ebce8aa52984fde8076b
deleted file mode 100644
index 075d2b95..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/ff/ff6f5fafe853ebce8aa52984fde8076b and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/ff/ff7209161472ab719bec9c0b35162a11 b/wb_unity_pro_2/Library/Artifacts/ff/ff7209161472ab719bec9c0b35162a11
deleted file mode 100644
index e6375a70..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/ff/ff7209161472ab719bec9c0b35162a11 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/ff/ff7ca4024963d48903edf2dc667e1339 b/wb_unity_pro_2/Library/Artifacts/ff/ff7ca4024963d48903edf2dc667e1339
deleted file mode 100644
index c4612095..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/ff/ff7ca4024963d48903edf2dc667e1339 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/ff/ff84ac0b474f4759152c67c903d02462 b/wb_unity_pro_2/Library/Artifacts/ff/ff84ac0b474f4759152c67c903d02462
deleted file mode 100644
index a7f6a78f..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/ff/ff84ac0b474f4759152c67c903d02462 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/ff/ff8a3289eba95d5cc5f3b36160335dab b/wb_unity_pro_2/Library/Artifacts/ff/ff8a3289eba95d5cc5f3b36160335dab
deleted file mode 100644
index 66353fee..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/ff/ff8a3289eba95d5cc5f3b36160335dab and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/ff/ffbb86719730ed2107b536583bdddc35 b/wb_unity_pro_2/Library/Artifacts/ff/ffbb86719730ed2107b536583bdddc35
deleted file mode 100644
index 8d1dd190..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/ff/ffbb86719730ed2107b536583bdddc35 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/ff/ffc9d60f205bc74aa08085170d0b3810 b/wb_unity_pro_2/Library/Artifacts/ff/ffc9d60f205bc74aa08085170d0b3810
deleted file mode 100644
index f60644a7..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/ff/ffc9d60f205bc74aa08085170d0b3810 and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/ff/ffe12fe387138dc19a51cd870d205ebf b/wb_unity_pro_2/Library/Artifacts/ff/ffe12fe387138dc19a51cd870d205ebf
deleted file mode 100644
index a7f3f285..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/ff/ffe12fe387138dc19a51cd870d205ebf and /dev/null differ
diff --git a/wb_unity_pro_2/Library/Artifacts/ff/fff4a14a706374fbd265b5929016b20d b/wb_unity_pro_2/Library/Artifacts/ff/fff4a14a706374fbd265b5929016b20d
deleted file mode 100644
index dd048a92..00000000
Binary files a/wb_unity_pro_2/Library/Artifacts/ff/fff4a14a706374fbd265b5929016b20d and /dev/null differ
diff --git a/wb_unity_pro_2/Library/AssetImportState b/wb_unity_pro_2/Library/AssetImportState
index 21c67d7f..0c762fe5 100644
--- a/wb_unity_pro_2/Library/AssetImportState
+++ b/wb_unity_pro_2/Library/AssetImportState
@@ -1 +1 @@
--2;0;0;0;-1
\ No newline at end of file
+-2;0;2304;0;0
\ No newline at end of file
diff --git a/wb_unity_pro_2/Library/BuildSettings.asset b/wb_unity_pro_2/Library/BuildSettings.asset
index 126d5adb..223ba0ef 100644
Binary files a/wb_unity_pro_2/Library/BuildSettings.asset and b/wb_unity_pro_2/Library/BuildSettings.asset differ
diff --git a/wb_unity_pro_2/Library/CurrentLayout-default.dwlt b/wb_unity_pro_2/Library/CurrentLayout-default.dwlt
index 4a824a43..0b1e0d12 100644
--- a/wb_unity_pro_2/Library/CurrentLayout-default.dwlt
+++ b/wb_unity_pro_2/Library/CurrentLayout-default.dwlt
@@ -14,17 +14,44 @@ MonoBehaviour:
m_EditorClassIdentifier:
m_PixelRect:
serializedVersion: 2
- x: 1271
- y: 51
- width: 1280
- height: 1341
+ x: -90.66667
+ y: 65.333336
+ width: 1009.3334
+ height: 813.3334
m_ShowMode: 4
m_Title:
- m_RootView: {fileID: 4}
+ m_RootView: {fileID: 5}
m_MinSize: {x: 875, y: 300}
m_MaxSize: {x: 10000, y: 10000}
m_Maximized: 0
--- !u!114 &2
+MonoBehaviour:
+ m_ObjectHideFlags: 52
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 0}
+ m_Enabled: 1
+ m_EditorHideFlags: 0
+ m_Script: {fileID: 12006, guid: 0000000000000000e000000000000000, type: 0}
+ m_Name: SceneHierarchyWindow
+ m_EditorClassIdentifier:
+ m_Children: []
+ m_Position:
+ serializedVersion: 2
+ x: 0
+ y: 0
+ width: 201
+ height: 764
+ m_MinSize: {x: 201, y: 221}
+ m_MaxSize: {x: 4001, y: 4021}
+ m_ActualView: {fileID: 11}
+ m_Panes:
+ - {fileID: 12}
+ - {fileID: 11}
+ m_Selected: 1
+ m_LastSelected: 0
+--- !u!114 &3
MonoBehaviour:
m_ObjectHideFlags: 52
m_CorrespondingSourceObject: {fileID: 0}
@@ -40,20 +67,17 @@ MonoBehaviour:
m_Position:
serializedVersion: 2
x: 0
- y: 775
- width: 1280
- height: 516
- m_MinSize: {x: 100, y: 100}
- m_MaxSize: {x: 4000, y: 4000}
+ y: 397
+ width: 809
+ height: 367
+ m_MinSize: {x: 102, y: 121}
+ m_MaxSize: {x: 4002, y: 4021}
m_ActualView: {fileID: 10}
m_Panes:
- {fileID: 10}
- - {fileID: 11}
- - {fileID: 12}
- - {fileID: 9}
m_Selected: 0
- m_LastSelected: 2
---- !u!114 &3
+ m_LastSelected: 0
+--- !u!114 &4
MonoBehaviour:
m_ObjectHideFlags: 52
m_CorrespondingSourceObject: {fileID: 0}
@@ -66,19 +90,19 @@ MonoBehaviour:
m_Name:
m_EditorClassIdentifier:
m_Children:
- - {fileID: 8}
- - {fileID: 2}
+ - {fileID: 9}
+ - {fileID: 3}
m_Position:
serializedVersion: 2
- x: 0
+ x: 201
y: 0
- width: 1280
- height: 1291
- m_MinSize: {x: 200, y: 321}
- m_MaxSize: {x: 4000, y: 8021}
+ width: 809
+ height: 764
+ m_MinSize: {x: 202, y: 342}
+ m_MaxSize: {x: 4002, y: 8042}
vertical: 1
- controlID: 59
---- !u!114 &4
+ controlID: 54
+--- !u!114 &5
MonoBehaviour:
m_ObjectHideFlags: 52
m_CorrespondingSourceObject: {fileID: 0}
@@ -91,18 +115,18 @@ MonoBehaviour:
m_Name:
m_EditorClassIdentifier:
m_Children:
- - {fileID: 5}
- {fileID: 6}
- {fileID: 7}
+ - {fileID: 8}
m_Position:
serializedVersion: 2
x: 0
y: 0
- width: 1280
- height: 1341
+ width: 1010
+ height: 814
m_MinSize: {x: 875, y: 300}
m_MaxSize: {x: 10000, y: 10000}
---- !u!114 &5
+--- !u!114 &6
MonoBehaviour:
m_ObjectHideFlags: 52
m_CorrespondingSourceObject: {fileID: 0}
@@ -119,12 +143,12 @@ MonoBehaviour:
serializedVersion: 2
x: 0
y: 0
- width: 1280
+ width: 1010
height: 30
m_MinSize: {x: 0, y: 0}
m_MaxSize: {x: 0, y: 0}
m_LastLoadedLayoutName:
---- !u!114 &6
+--- !u!114 &7
MonoBehaviour:
m_ObjectHideFlags: 52
m_CorrespondingSourceObject: {fileID: 0}
@@ -137,18 +161,19 @@ MonoBehaviour:
m_Name:
m_EditorClassIdentifier:
m_Children:
- - {fileID: 3}
+ - {fileID: 2}
+ - {fileID: 4}
m_Position:
serializedVersion: 2
x: 0
y: 30
- width: 1280
- height: 1291
- m_MinSize: {x: 200, y: 321}
- m_MaxSize: {x: 4000, y: 8021}
+ width: 1010
+ height: 764
+ m_MinSize: {x: 403, y: 342}
+ m_MaxSize: {x: 8003, y: 8042}
vertical: 0
- controlID: 58
---- !u!114 &7
+ controlID: 53
+--- !u!114 &8
MonoBehaviour:
m_ObjectHideFlags: 52
m_CorrespondingSourceObject: {fileID: 0}
@@ -164,12 +189,12 @@ MonoBehaviour:
m_Position:
serializedVersion: 2
x: 0
- y: 1321
- width: 1280
+ y: 794
+ width: 1010
height: 20
m_MinSize: {x: 0, y: 0}
m_MaxSize: {x: 0, y: 0}
---- !u!114 &8
+--- !u!114 &9
MonoBehaviour:
m_ObjectHideFlags: 52
m_CorrespondingSourceObject: {fileID: 0}
@@ -179,61 +204,23 @@ MonoBehaviour:
m_Enabled: 1
m_EditorHideFlags: 1
m_Script: {fileID: 12006, guid: 0000000000000000e000000000000000, type: 0}
- m_Name: SceneView
+ m_Name: GameView
m_EditorClassIdentifier:
m_Children: []
m_Position:
serializedVersion: 2
x: 0
y: 0
- width: 1280
- height: 775
- m_MinSize: {x: 200, y: 221}
- m_MaxSize: {x: 4000, y: 4021}
- m_ActualView: {fileID: 14}
+ width: 809
+ height: 397
+ m_MinSize: {x: 202, y: 221}
+ m_MaxSize: {x: 4002, y: 4021}
+ m_ActualView: {fileID: 13}
m_Panes:
- {fileID: 14}
- {fileID: 13}
- m_Selected: 0
+ m_Selected: 1
m_LastSelected: 1
---- !u!114 &9
-MonoBehaviour:
- m_ObjectHideFlags: 52
- m_CorrespondingSourceObject: {fileID: 0}
- m_PrefabInstance: {fileID: 0}
- m_PrefabAsset: {fileID: 0}
- m_GameObject: {fileID: 0}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 12019, guid: 0000000000000000e000000000000000, type: 0}
- m_Name:
- m_EditorClassIdentifier:
- m_MinSize: {x: 275, y: 100}
- m_MaxSize: {x: 4000, y: 4000}
- m_TitleContent:
- m_Text: "\u68C0\u67E5\u5668"
- m_Image: {fileID: -2667387946076563598, guid: 0000000000000000d000000000000000,
- type: 0}
- m_Tooltip:
- m_Pos:
- serializedVersion: 2
- x: 1271
- y: 864
- width: 1280
- height: 495
- m_ViewDataDictionary: {fileID: 0}
- m_OpenAddComponentMenu: 0
- m_ObjectsLockedBeforeSerialization: []
- m_InstanceIDsLockedBeforeSerialization:
- m_LockTracker:
- m_IsLocked: 0
- m_PreviewResizer:
- m_CachedPref: 151
- m_ControlHash: 1412526313
- m_PrefName: Preview_InspectorPreview
- m_PreviewWindow: {fileID: 0}
- m_LastInspectedObjectInstanceID: -1
- m_LastVerticalScrollValue: 0
--- !u!114 &10
MonoBehaviour:
m_ObjectHideFlags: 52
@@ -249,16 +236,16 @@ MonoBehaviour:
m_MinSize: {x: 100, y: 100}
m_MaxSize: {x: 4000, y: 4000}
m_TitleContent:
- m_Text: "\u63A7\u5236\u53F0"
- m_Image: {fileID: -4327648978806127646, guid: 0000000000000000d000000000000000,
+ m_Text: Console
+ m_Image: {fileID: -4950941429401207979, guid: 0000000000000000d000000000000000,
type: 0}
m_Tooltip:
m_Pos:
serializedVersion: 2
- x: 1271
- y: 856
- width: 1280
- height: 495
+ x: 110.66667
+ y: 492.6667
+ width: 807
+ height: 346
m_ViewDataDictionary: {fileID: 0}
--- !u!114 &11
MonoBehaviour:
@@ -275,16 +262,16 @@ MonoBehaviour:
m_MinSize: {x: 200, y: 200}
m_MaxSize: {x: 4000, y: 4000}
m_TitleContent:
- m_Text: "\u5C42\u7EA7"
- m_Image: {fileID: 7966133145522015247, guid: 0000000000000000d000000000000000,
+ m_Text: Hierarchy
+ m_Image: {fileID: -3734745235275155857, guid: 0000000000000000d000000000000000,
type: 0}
m_Tooltip:
m_Pos:
serializedVersion: 2
- x: 1271
- y: 864
- width: 1280
- height: 495
+ x: -90.66667
+ y: 95.333336
+ width: 200
+ height: 743
m_ViewDataDictionary: {fileID: 0}
m_SceneHierarchy:
m_TreeViewState:
@@ -307,7 +294,7 @@ MonoBehaviour:
m_IsRenaming: 0
m_OriginalEventType: 11
m_IsRenamingFilename: 0
- m_ClientGUIView: {fileID: 2}
+ m_ClientGUIView: {fileID: 0}
m_SearchString:
m_ExpandedScenes: []
m_CurrenRootInstanceID: 0
@@ -330,16 +317,16 @@ MonoBehaviour:
m_MinSize: {x: 230, y: 250}
m_MaxSize: {x: 10000, y: 10000}
m_TitleContent:
- m_Text: "\u9879\u76EE"
- m_Image: {fileID: -5467254957812901981, guid: 0000000000000000d000000000000000,
+ m_Text: Project
+ m_Image: {fileID: -5179483145760003458, guid: 0000000000000000d000000000000000,
type: 0}
m_Tooltip:
m_Pos:
serializedVersion: 2
- x: 1271
- y: 864
- width: 1280
- height: 495
+ x: 0
+ y: 19
+ width: 230
+ height: 743
m_ViewDataDictionary: {fileID: 0}
m_SearchFilter:
m_NameFilter:
@@ -353,20 +340,19 @@ MonoBehaviour:
m_ShowAllHits: 0
m_SkipHidden: 0
m_SearchArea: 1
- m_Folders:
- - Assets/Scripts
+ m_Folders: []
m_ViewMode: 0
m_StartGridSize: 64
m_LastFolders: []
m_LastFoldersGridSize: -1
- m_LastProjectPath: D:\game2\fk101\wb_unity_pro_2
+ m_LastProjectPath: D:\project\yunque\wb_unity_pro_2
m_LockTracker:
m_IsLocked: 0
m_FolderTreeState:
scrollPos: {x: 0, y: 0}
m_SelectedIDs: f03b0000
m_LastClickedID: 15344
- m_ExpandedIDs: 00000000ee3b0000f03b0000
+ m_ExpandedIDs: 00000000e82c0000ac360000f43b0000f63b0000f83b0000fa3b0000fc3b0000fe3b0000003c0000023c0000043c0000063c0000083c00000a3c00000c3c00000e3c0000103c0000123c0000143c0000163c0000183c00001a3c00001c3c00001e3c0000203c0000223c0000243c0000263c0000283c00002a3c00002c3c00002e3c0000303c0000323c0000343c0000363c0000383c00003a3c00003c3c00003e3c0000403c0000423c0000443c0000463c0000483c00004a3c00004c3c00004e3c0000
m_RenameOverlay:
m_UserAcceptedRename: 0
m_Name:
@@ -392,9 +378,9 @@ MonoBehaviour:
m_ResourceFile:
m_AssetTreeState:
scrollPos: {x: 0, y: 0}
- m_SelectedIDs: 484b0000
- m_LastClickedID: 19272
- m_ExpandedIDs: 00000000ee3b0000f03b0000
+ m_SelectedIDs:
+ m_LastClickedID: 0
+ m_ExpandedIDs: ffffffff00000000e82c0000ac360000f43b0000f63b0000f83b0000fa3b0000fc3b0000fe3b0000003c0000023c0000043c0000063c0000083c00000a3c00000c3c00000e3c0000103c0000123c0000143c0000163c0000183c00001a3c00001c3c00001e3c0000203c0000223c0000243c0000263c0000283c00002a3c00002c3c00002e3c0000303c0000323c0000343c0000363c0000383c00003a3c00003c3c00003e3c0000403c0000423c0000443c0000463c0000483c00004a3c00004c3c00004e3c0000
m_RenameOverlay:
m_UserAcceptedRename: 0
m_Name:
@@ -410,7 +396,7 @@ MonoBehaviour:
m_IsRenaming: 0
m_OriginalEventType: 11
m_IsRenamingFilename: 1
- m_ClientGUIView: {fileID: 2}
+ m_ClientGUIView: {fileID: 0}
m_SearchString:
m_CreateAssetUtility:
m_EndAction: {fileID: 0}
@@ -419,8 +405,8 @@ MonoBehaviour:
m_Icon: {fileID: 0}
m_ResourceFile:
m_ListAreaState:
- m_SelectedInstanceIDs: 484b0000
- m_LastClickedInstanceID: 19272
+ m_SelectedInstanceIDs:
+ m_LastClickedInstanceID: 0
m_HadKeyboardFocusLastEvent: 1
m_ExpandedInstanceIDs:
m_RenameOverlay:
@@ -465,16 +451,16 @@ MonoBehaviour:
m_MinSize: {x: 200, y: 200}
m_MaxSize: {x: 4000, y: 4000}
m_TitleContent:
- m_Text: "\u6E38\u620F"
- m_Image: {fileID: -6423792434712278376, guid: 0000000000000000d000000000000000,
+ m_Text: Game
+ m_Image: {fileID: 4621777727084837110, guid: 0000000000000000d000000000000000,
type: 0}
m_Tooltip:
m_Pos:
serializedVersion: 2
- x: 1271
- y: 81
- width: 1280
- height: 754
+ x: 110.66667
+ y: 95.333336
+ width: 807
+ height: 376
m_ViewDataDictionary: {fileID: 0}
m_SerializedViewNames: []
m_SerializedViewValues: []
@@ -484,7 +470,7 @@ MonoBehaviour:
m_ShowGizmos: 0
m_TargetDisplay: 0
m_ClearColor: {r: 0, g: 0, b: 0, a: 0}
- m_TargetSize: {x: 2244, y: 1080}
+ m_TargetSize: {x: 1920, y: 1080}
m_TextureFilterMode: 0
m_TextureHideFlags: 61
m_RenderIMGUI: 1
@@ -493,16 +479,16 @@ MonoBehaviour:
m_VSyncEnabled: 1
m_Gizmos: 0
m_Stats: 0
- m_SelectedSizes: 00000000000000001b00000012000000000000000000000000000000000000000000000000000000
+ m_SelectedSizes: 00000000000000001b00000006000000000000000000000000000000000000000000000000000000
m_ZoomArea:
m_HRangeLocked: 0
m_VRangeLocked: 0
hZoomLockedByDefault: 0
vZoomLockedByDefault: 0
- m_HBaseRangeMin: -1122
- m_HBaseRangeMax: 1122
- m_VBaseRangeMin: -540
- m_VBaseRangeMax: 540
+ m_HBaseRangeMin: -640
+ m_HBaseRangeMax: 640
+ m_VBaseRangeMin: -360
+ m_VBaseRangeMax: 360
m_HAllowExceedBaseRangeMin: 1
m_HAllowExceedBaseRangeMax: 1
m_VAllowExceedBaseRangeMin: 1
@@ -511,7 +497,7 @@ MonoBehaviour:
m_HSlider: 0
m_VSlider: 0
m_IgnoreScrollWheelUntilClicked: 0
- m_EnableMouseInput: 0
+ m_EnableMouseInput: 1
m_EnableSliderZoomHorizontal: 0
m_EnableSliderZoomVertical: 0
m_UniformScale: 1
@@ -520,23 +506,23 @@ MonoBehaviour:
serializedVersion: 2
x: 0
y: 21
- width: 1280
- height: 733
- m_Scale: {x: 0.57040995, y: 0.57040995}
- m_Translation: {x: 639.99994, y: 366.5}
+ width: 807
+ height: 355
+ m_Scale: {x: 0.49305555, y: 0.49305555}
+ m_Translation: {x: 403.5, y: 177.5}
m_MarginLeft: 0
m_MarginRight: 0
m_MarginTop: 0
m_MarginBottom: 0
m_LastShownAreaInsideMargins:
serializedVersion: 2
- x: -1122
- y: -642.5203
- width: 2244
- height: 1285.0406
+ x: -818.3662
+ y: -360
+ width: 1636.7324
+ height: 720
m_MinimalGUI: 1
- m_defaultScale: 0.57040995
- m_LastWindowPixelSize: {x: 1280, y: 754}
+ m_defaultScale: 0.49305555
+ m_LastWindowPixelSize: {x: 1210.5, y: 564}
m_ClearInEditMode: 1
m_NoCameraWarning: 1
m_LowResolutionForAspectRatios: 00000001000000000000
@@ -557,30 +543,30 @@ MonoBehaviour:
m_MinSize: {x: 200, y: 200}
m_MaxSize: {x: 4000, y: 4000}
m_TitleContent:
- m_Text: "\u573A\u666F"
- m_Image: {fileID: 2593428753322112591, guid: 0000000000000000d000000000000000,
+ m_Text: Scene
+ m_Image: {fileID: 8634526014445323508, guid: 0000000000000000d000000000000000,
type: 0}
m_Tooltip:
m_Pos:
serializedVersion: 2
- x: 1271
- y: 81
- width: 1280
- height: 754
+ x: 0
+ y: 73
+ width: 1053
+ height: 523
m_ViewDataDictionary: {fileID: 0}
m_ShowContextualTools: 0
m_WindowGUID: f873ccafec97ed441a3bee2c6f85cf99
m_Gizmos: 1
m_SceneIsLit: 1
m_SceneLighting: 1
- m_2DMode: 0
+ m_2DMode: 1
m_isRotationLocked: 0
m_PlayAudio: 0
m_AudioPlay: 0
m_Position:
- m_Target: {x: 0, y: 0, z: 0}
+ m_Target: {x: 10.679169, y: -8.514139, z: -10.744141}
speed: 2
- m_Value: {x: 0, y: 0, z: 0}
+ m_Value: {x: 10.679169, y: -8.514139, z: -10.744141}
m_RenderMode: 0
m_CameraMode:
drawMode: 0
@@ -608,7 +594,7 @@ MonoBehaviour:
m_Size: {x: 0, y: 0}
yGrid:
m_Fade:
- m_Target: 1
+ m_Target: 0
speed: 2
m_Value: 1
m_Color: {r: 0.5, g: 0.5, b: 0.5, a: 0.4}
@@ -616,7 +602,7 @@ MonoBehaviour:
m_Size: {x: 1, y: 1}
zGrid:
m_Fade:
- m_Target: 0
+ m_Target: 1
speed: 2
m_Value: 1
m_Color: {r: 0.5, g: 0.5, b: 0.5, a: 0.4}
@@ -626,17 +612,17 @@ MonoBehaviour:
m_GridAxis: 1
m_gridOpacity: 0.5
m_Rotation:
- m_Target: {x: -0.08717229, y: 0.89959055, z: -0.21045254, w: -0.3726226}
+ m_Target: {x: 0, y: 0, z: 0, w: 1}
speed: 2
- m_Value: {x: -0.08717229, y: 0.89959055, z: -0.21045254, w: -0.3726226}
+ m_Value: {x: 0, y: 0, z: 0, w: 1}
m_Size:
- m_Target: 10
+ m_Target: 13.498723
speed: 2
- m_Value: 10
+ m_Value: 13.498723
m_Ortho:
- m_Target: 0
+ m_Target: 1
speed: 2
- m_Value: 0
+ m_Value: 1
m_CameraSettings:
m_Speed: 1
m_SpeedNormalized: 0.5
diff --git a/wb_unity_pro_2/Library/EditorUserBuildSettings.asset b/wb_unity_pro_2/Library/EditorUserBuildSettings.asset
index 3ef92db2..9ecfa644 100644
Binary files a/wb_unity_pro_2/Library/EditorUserBuildSettings.asset and b/wb_unity_pro_2/Library/EditorUserBuildSettings.asset differ
diff --git a/wb_unity_pro_2/Library/EditorUserSettings.asset b/wb_unity_pro_2/Library/EditorUserSettings.asset
index 4681d1d2..a66c287f 100644
--- a/wb_unity_pro_2/Library/EditorUserSettings.asset
+++ b/wb_unity_pro_2/Library/EditorUserSettings.asset
@@ -15,5 +15,7 @@ EditorUserSettings:
m_SemanticMergeMode: 2
m_VCShowFailedCheckout: 1
m_VCOverwriteFailedCheckoutAssets: 1
- m_VCOverlayIcons: 1
m_VCAllowAsyncUpdate: 0
+ m_AssetPipelineMode: 0
+ m_CacheServerMode: 0
+ m_CacheServers: []
diff --git a/wb_unity_pro_2/Library/InspectorExpandedItems.asset b/wb_unity_pro_2/Library/InspectorExpandedItems.asset
index 655020e7..ae2c8f47 100644
Binary files a/wb_unity_pro_2/Library/InspectorExpandedItems.asset and b/wb_unity_pro_2/Library/InspectorExpandedItems.asset differ
diff --git a/wb_unity_pro_2/Library/LastSceneManagerSetup.txt b/wb_unity_pro_2/Library/LastSceneManagerSetup.txt
index 4b6641c4..6682c1fd 100644
--- a/wb_unity_pro_2/Library/LastSceneManagerSetup.txt
+++ b/wb_unity_pro_2/Library/LastSceneManagerSetup.txt
@@ -1,5 +1,5 @@
sceneSetups:
- path: Assets/start.unity
- isLoaded: 0
- isActive: 0
+ isLoaded: 1
+ isActive: 1
isSubScene: 0
diff --git a/wb_unity_pro_2/Library/MonoManager.asset b/wb_unity_pro_2/Library/MonoManager.asset
index 4564eeac..0c1bceb2 100644
Binary files a/wb_unity_pro_2/Library/MonoManager.asset and b/wb_unity_pro_2/Library/MonoManager.asset differ
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/CHANGELOG.md b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/CHANGELOG.md
deleted file mode 100644
index 594a0e22..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/CHANGELOG.md
+++ /dev/null
@@ -1,449 +0,0 @@
-# Changelog
-These are the release notes for the TextMesh Pro UPM package which was first introduced with Unity 2018.1. Please see the following link for the Release Notes for prior versions of TextMesh Pro. http://digitalnativestudios.com/forum/index.php?topic=1363.0
-
-## [2.1.1] - 2020-07-26
-## [1.5.1]
-## [3.0.1]
-### Changes
-- Addressed compiler warning related to the new virtual event OnPreRenderText.
-- Added one additional layer of missing character search where in the even the missing glyph character \u0000 or space character \u0020 is not available in any font asset or potential fallbacks, the End of Text (ETX) \u0003 will be used instead.
-- Input Field Integer or Decimal validation will now take into account the current culture. See [forum post](https://forum.unity.com/threads/currentculture-decimal-separator-in-input-fields.908999/) for details.
-- Added Editor only font asset post processor to handle font assets being modified outside of the Unity Editor.
-- Fixed potential Array Out of Bounds error that could occur when using </style> without first using a valid <style>. Case #1263787 and See [forum post](https://forum.unity.com/threads/missingreferenceexception-occurs-on-selecting-a-tmp-dropdown-in-the-hierarchy-after-a-play-occurs.728018/#post-6094317) for details.
-- Fixed potential issue when using multiple <font> tag in the same text object where these referencing several font assets derived from the same font file. Since their Default Material all have the same name, this was causing an issue in the Material Reference Manager. See [forum post](https://forum.unity.com/threads/argumentexception-on-v2-1-0-unity-2019-4-4f1-identified-bug.934789/) for details. Case #1264596.
-
-## [2.1.0] - 2020-06-30
-## [1.5.0]
-## [3.0.0]
-### Changes
-- Added support to control if a text object is Maskable and affected by UI Mask components. The new setting is found in the Extra Settings section of the <TextMeshProUGUI> component inspector.
-- Fixed potential Null Reference Exception when trying to add characters and / or glyphs to a font asset via scripting and before it has been initialized or ReadFontAssetDefinition() has been called.
-- Fixed incorrect preferred width values when using alternative font weight font assets. Case #1255336
-- Enabling or disabling the Mesh Renderer of a <TextMeshPro> text object should now also mirror that state on any sub text object renderers as well.
-- Fixed <sprite> incorrect position when this sprite is the only character in the text and when the sprite asset face info has not been defined.
-- Fixed potential Null Reference Exception related to culling when entering play mode.
-- Added OnPreRenderText event delegate to allow potential modification of the text geometry before it is uploaded to the mesh and rendered.
-- Fixed missing warning when the requested character is missing from the font asset or any potential fallbacks. Case #1256879
-- Fixed potential issue with Underline and StrikeThrough when using alternative typeface. Case #1255336
-- Fixed potential errors in the Text StyleSheet Inspector when adding or removing Text Styles after resetting the asset. Case #1254602
-- Fixed text Margin property values not being draggable in the Extra Settings section of the text inspector. Case #1253447
-- It will no longer be possible to create Editor Presets for the TMP_FontAsset, TMP_SpriteAsset, TMP_StyleSheet, TMP_ColorGradient and TMP_Settings as these are persistent and runtime assets. Case #1251229
-
-## [2.1.0-preview.14] - 2020-06-08
-## [1.5.0-preview.14]
-## [3.0.0-preview.14]
-### Changes
-- Fixed sprite character and sprite glyph scale not being reflected in the text layout. See [forum post](https://forum.unity.com/threads/glyph-scale-dont-change-line-height.898817/) for details.
-- Fixed potential null reference exception in the CrossFadeColor or CrossFadeAlpha functions. See [forum post](https://forum.unity.com/threads/version-1-5-0-2-1-0-3-0-0-preview-13-now-available-for-testing.753587/page-4#post-5885075) for details.
-- Minor improvements to the Sprite Asset Importer to improve allocations and address potential error encountered when creating multiple sprite assets.
-- TMP GUID Remapping Tool - Removed "UnityEditor.Animations.AnimatorController" from the exclusion search list.
-- Fixed potential culling issue when dynamically updating the content of child text objects of RectMask2D components. Case #1253625
-- Fixed InvalidOperationException that could occur when changing text Overflow linked components via code. Case #1251283
-
-## [2.1.0-preview.13] - 2020-05-22
-## [1.5.0-preview.13]
-## [3.0.0-preview.13]
-### Changes
-- Fixed potential issue where the Font Asset Creator could get stuck in the packing phase of the atlas generation process. See [forum post](https://forum.unity.com/threads/font-asset-creator-stuck-at-packing-glyphs-pass-8.811863/) for details.
-- Fixed issue potentially affecting text layout as a result of the width of the RectTransform being incorrectly reported. See [forum post](https://forum.unity.com/threads/textmesh-pro-forcemeshupdate-true-not-working-when-object-inactive.524507/#post-5798515) for details.
-- Previously created prefabs containing sub text objects will now have their HideFlags updated to HideFlags.DontSave to be consistent with newly created prefabs whose sub text objects are no longer serialized. Case #1247184
-- Fixed culling issue where lossy scale was not considered in the determination of the bounds of the text geometry.
-
-## [2.1.0-preview.12] - 2020-05-09
-## [1.5.0-preview.12]
-## [3.0.0-preview.12]
-### Changes
-- Added synchronization of the RaycastTarget property of the parent <TextMeshProUGUI> with potential child sub text objects. Case #1240784
-- Fixed Font Asset Bold Spacing adjustment scaling based on the text object point size instead of current point size. Case #1241132
-- Improved text alignment when using RTL in conjunction with character, word and other spacing adjustments.
-- Fixed TMP Input Field caret potentially not being visible when reaching the right side of the viewport. See [forum post](https://forum.unity.com/threads/inputfield-bug-2.879244/) for more details.
-- Fixed TMP Input Field incorrect text RectTransform horizontal adjustment when using the Backspace key. See [forum post](https://forum.unity.com/threads/inputfield-bug4-delete-and-backspace-bug.879283/) for more details.
-- Fixed potential null reference in the TextMeshProUGUI.Cull function when using a workflow that involves enabling / disabling Canvases in the scene.
-- Fixed ArgumentOutOfRangeException when using the "Update Sprite Asset" inspector option on a sprite asset that does not contain any sprites. Case #1242936
-- Fixed incorrect culling of the text geometry by the RectMask2D component on newly created text objects. Case #1245445
-- It is now possible to use the Material Context Menu options to Copy / Paste Material Properties or Atlas Texture originally created for TMP with all other non TMP specific materials. Case #1242671
-- Fixed NullReferenceException when setting the Atlas Texture to None in the Debug Settings of the Material Inspector of a text object. Case #1245104
-
-## [2.1.0-preview.11] - 2020-04-22
-## [1.5.0-preview.11]
-## [3.0.0-preview.11]
-### Changes
-- Fixed incorrect culling of text object by RectMask2D component when the parent Canvas Render Mode is set to Screen Space - Camera or World Space. Case #1240595
-- Added special handling to ForceMeshUpdate() when the parent Canvas is disabled.
-
-## [2.1.0-preview.10] - 2020-04-21
-## [1.5.0-preview.10]
-## [3.0.0-preview.10]
-### Changes
-- Revised caching of Preferred Width and Height to further reduce the amount of time it has to be recomputed when using a complex structure of Layout components.
-- Fixed potential issue when using Text Overflow Ellipsis and Truncate modes when the text contains characters using superscript, subscript or using the <voffset> tag.
-- Revised culling of text objects when using a RectMask2D where the bounds of the text geometry instead of the RectTransform define the culling rect.
-- Added HDR support to material preset colors.
-- Fixed various formatting issues in this ChangeLog.
-- Added the ability to define a unicode value for a missing sprite character in the TMP Settings.
-- Added support for displaying a missing sprite character when the requested sprite character is not present in the sprite asset or potential fallback(s). This new functionality is only available when trying to reference a sprite by name.
-- Sprite Characters will now have a default Unicode value of 0xFFFE (Private NonCharacter) instead of a Unicode value of 0x0 (default unicode value for missing character).
-- Using the sprite asset context menu option "Update Sprite Asset" will now remap sprite characters with unicode value of 0x0 to 0xFFFE in addition to its currently functionality.
-- Updating TMP Essential Resources via the "Window - TextMeshPro - Import TMP Essential Resources" menu option will no longer override existing TMP Settings.
-- Minor optimization where SDF Scale on some text objects could be unnecessarily updated due to floating point rounding errors in their lossy scale. Case #1230799
-- Fixed minor issue where text objects created before importing the required TMP Essential Resources would have no default text.
-- Improvements to line breaking for CJK and mixed Latin and CJK characters. See the following [forum post](https://forum.unity.com/threads/tmp-bug.852733/#post-5688274) for more details.
-- Fixed potential NullReferenceException that could occur in the TMP InputField on some platforms if the InputSystem reference is null. Case #1232433
-- Added small padding to bitmap character geometry to prevent potential clipping.
-- Added optimization to ignore very small RectTransform pivot changes that are usually the result of rounding errors when using Layout Components. Case #1237700
-- Sorting Layer ID and Sorting Order properties located in the Extra Settings of <TextMeshPro> text objects will now serialized when creating Editor Presets. Case #1215750
-- TextMeshProUGUI sub text objects will now be set as first sibling of their parent to prevent them from being rendered over other non text object child in the scene hierarchy.
-- Fixed text objects becoming visible when set to empty or null as a result of a scale change. Case #1238408
-- Fixed useMaxVisibleDescender property now getting set properly via scripting. Case #1218526
-- Fixed SortingLayerID and SortingOrder not getting set correctly when multiple <TextMeshPro> objects are selected. Case #1171272
-- Fixed default settings getting applied to disabled text objects in the scene hierarchy whose text property was set to null. Case #1151621
-- Fixed mouse cursor flickering when hovering the Text Input Box of a text prefab with RTL enabled. Case #1206395
-
-## [2.1.0-preview.8] - 2020-03-14
-## [1.5.0-preview.8]
-## [3.0.0-preview.8]
-### Changes
-- Fixed a minor issue where the preferred width of a text object can be incorrect when using multiple font assets, fallbacks and sprites in the same line of text.
-- Added Alpha Fade Speed property to the TMP_DropDown inspector.
-- Minor improvements to the LogWarning related to missing characters in a font asset or fallback being replaced by a space character.
-- Fixed text object geometry not getting clipped when object is outside of RectMask2D.
-- Improved search for potential missing character to include the primary font asset and potential fallbacks when the current font asset is not the primary.
-- Ignorable / Synthesized characters in font assets will only be created if they do not exist in the source font file.
-- Trying to use Text Overflow Ellipsis mode when no Ellipsis character is available in the primary font asset or potential fallbacks will now issue a warning and switch Text Overflow mode to Truncate.
-- Added <color=lightblue> and <color=grey> to pre-defined rich text tag colors.
-- Fixed compatibility issue when using TexturePacker - JSON (Array) mode and the TMP Sprite Asset Importer to create SpriteAssets.
-- Simple fix to prevent the underline rich text tag becoming visible in the TMP Input Field when in IME composition mode with Rich Text disabled on the TMP Input Field. This is a temporary fix until a more robust and flexible solution is implemented. Case #1219969
-- Sub Text Objects which are created when the text requires the use of a fallback font asset or sprite asset will now use HideFlags.DontSave to prevent them from being save with Prefabs as they are created on demand.
-- Fix incorrect material reference when current font asset is not the primary or a fallback that is missing a character which is present in the primary font asset.
-
-## [2.1.0-preview.7] - 2020-03-07
-## [1.5.0-preview.7]
-## [3.0.0-preview.7]
-### Changes
-- Reverted recent change to the TMP_SubMeshUI OnDisable() function that could result in a Missing Reference Exception in the GraphicRaycaster.cs script. See the following [forum post](https://forum.unity.com/threads/version-1-5-0-2-1-0-preview-5-now-available-for-testing.753587/page-2#post-5523412).
-- Added support for Stadia for Unity 2019.3 or newer.
-- Addressed warning that would appear in the console in Unity 2019.3 related to recent Preset API changes. Case #1223257
-- Fixed glyph drawing issue in the Font Asset Inspector Glyph Adjustment Table when Multi Atlas Texture is enabled and the glyph is not located in the main atlas texture or at atlasTextures[0].
-- Added support for <ZWSP> tag which is internally replaced by a zero width space or \u200B.
-- Improved line breaking handling when using <NBSP> and / or <NOBR> tags where instead of breaking these line segments per character, they will break at any possible soft breaking space when these segments exceed the width of the text container.
-- Improved PreferredHeight calculations and handling when using Text Auto Size.
-- Fixed incorrect color being applied to the underline or strikethrough line segments when using and / or tags along with a tag while at the same time applying an Underline or Strikethrough font style on the whole text object.
-- Fixed SDF Scale not getting updated when using SetText() with StringBuilder when the lossyScale of the text object changes. Case #1216007
-- Added Non Breaking Space \u00A0 and Soft Hyphen \u00AD to list of synthesized characters in the event they are not present in the source font file.
-- Fixed stack overflow issue when using TMP_FontAsset.HasCharacter and TMP_FontAsset.HasCharacters function on font assets that have circular fallback references. Case #1222574
-- Fixed atlas texture not getting set correctly to IsReadable when switching a static font asset to dynamic in the Generation Settings of the Font Asset Inspector.
-- Added check for RectTransform.sizeDelta change when OnRectTransformDimensionsChange() is called by the Canvas system to get around potential rounding error that erroneously trigger this callback when the RectTransform is using Stretch Anchor mode.
-- As requested by a few users, TMP_FontAsset.faceInfo setter is now public instead of internal.
-
-## [2.1.0-preview.5] - 2020-02-25
-## [1.5.0-preview.5]
-## [3.0.0-preview.5]
-### Changes
-- Revised SetText function formatting options to including ability to specify padding for integral part of the value. Revised format is as follows: {Arg Index:Integral Padding.Decimal Precision} Example: TMP_Text.SetText("Value = {0:000.00}", 10.375f); result in "Value = 010.38".
-- Fixed issue where text objects isTextObjectScaleStatic property would be ignored when OnCanvasHierarchyChanged() is called.
-- Added a Character, Glyph and Record count to those respective tables in the Font Asset Inspector.
-- Fixed potential Null Reference Exception that would occur when using text Overflow Ellipsis mode with a primary font asset that doesn't contain the Ellipsis character. Case #1209771
-- Fixed a potential Editor lockup when using text Overflow Page mode. Case #1219055
-- Fixed Input Field incorrect caret vertical alignment when using the Midline / Vertical Geometry alignment option.
-- Added initial / minimal support for the New Input System. Please use with caution and report any issues.
-- Changes to Font Asset Generation Settings via the Font Asset Inspector will now update the existing glyphs and characters for the new settings instead of clearing them.
-- Text object InternalUpdate() used to handle potential scale changes of text objects now uses willRenderCanvases event instead of onPreCull. This avoids a potential one frame delay in updating of objects and no impact on objects. Case #1216007
-
-## [2.1.0-preview.4] - 2020-01-31
-## [1.5.0-preview.4]
-## [3.0.0-preview.4]
-### Changes
-- Fixed Input Field issue where scrolling events could prevent OnEndEdit event from firing. See [forum post](https://forum.unity.com/threads/mouse-wheel-on-multiline-input-field-with-no-scrollbar-hangs-input-field-stops-event-firing.794607/) for details.
-- Improved Input Field handling of Vertical Scrollbar in conjunction with the ResetOnDeActivation property. Using the Vertical Scrollbar no longer triggers OnEndEdit event.
-- Fixed MissingReferenceException when deleting a TMP prefab that is part of a nested prefab. Case #1207793
-- Improved handling of allocations of newly created text objects with large amount of text. As a result of these revisions, allocations will potentially be reduce by 10X. See #1205923
-- Fixed potential Null Reference Exception with the TMP DropDown that could occur when using the experimental Editor "Enter Play Mode" feature. Case #1207915
-- Fixed potential issue with the assignment of sub text object materials.
-- Add support for hiding the soft keyboard for Switch in the TMP Input Field.
-- Fixed incorrect Preferred Height when Word Wrapping is disabled on text objects. See [forum post](https://forum.unity.com/threads/incorrect-wordwrapping-preferredsize-textmespro-2-1-preview-3.812376/) for details.
-- Added support for the new Selected state and color to the TMP Input Field. Case #1210496
-- Fixed additional instances of TMP Resource Importer window being created when deleting the "TextMesh Pro" folder just after having imported them. Case #1205848
-- Added public ITextPreprocessor textPreprocessor; property to allow setting the text preprocessor for a given text component.
-
-## [2.1.0-preview.3] - 2019-12-16
-## [1.5.0-preview.3]
-### Changes
-- Fixed potential issue with TMP Dropdown where calling Show() and Hide() in very short interval could result in additional Blockers. Case #1194114
-- Fixed potential issues that could occur when upgrading to version 1.5.0-preview.2 or newer of the TMP package without also updating the TMP Essential Resources in the project.
-- Added check and warning when trying to create a font asset whose source font file has "Incl. Font Data" disabled in the Font Import Settings. Case #1198587 and #1198112
-- Fixed Ellipsis overflow mode issue when using small caps. Case #1198392
-- Fixed potential layout issue when adding a Layout Group to the text object itself. Case #1197614
-- Fixed Font Asset Creator issue where too many adjustment records with adjustment value of zero were added to the font asset.
-- Added support for Line Separator \u2028 and Paragraph Separator \u2029.
-- TMP shaders have been moved from "TextMesh Pro/Resources/Shaders" folder to "TextMesh Pro/Shaders" folder. See the following [post](https://forum.unity.com/threads/version-1-5-0-2-1-0-preview-2-now-available-for-testing.753587/#post-5206853) for details.
-- Added new experimental SDF and Mobile SDF Shaders that use Screen Space Derivatives (SSD) where these shaders no longer require SDF Scale to be passed via Vertex Attributes. These shaders have higher performance overhead but are more flexible. This overhead should only be noticeable on mobile platforms.
-- Fixed potential text alignment issue where upgrading from package version 1.4.1 to 1.5.0-preview.2 would result in incorrect alignment on prefabs. Case #1198833
-- Added \u061C Arabic Letter Mark, \u200E Left-to-Right Mark and \u200F Right-to-Left Mark to list of control and non renderable characters.
-- Fixed Missing Reference Exception that would appear when expanding the Extra Settings of a TextMeshPro Preset asset. Case #1201072
-- Fixed Missing Reference Exception that would appear when editing the Vertex Color or Color Gradient of a TMP component Preset asset. Case #1201069
-- Fixed Inspector layout issue preventing enabling or disabling the Outline, Underlay, Lighting and Glow features when selecting a Preset asset material. Case #1196963
-- Revised the Create Material Preset context menu option to issue a warning and ignore materials outside the project. Case #1200109
-- Added experimental ITextPreprocessor interface to allow users to create custom components to handle text preprocessing and shaping. This interface includes a PreprocessText(string text) function that is called when the object contains a component that inherits from this interface.
-- Added support for Unity Presets in the Editor for both and components. Case #1191793
-- Optimization to ensure the TMP Update Manager only rebuilds text objects once per frame regardless of the number of cameras in the scene.
-
-## [2.1.0-preview.2] - 2019-10-30
-## [1.5.0-preview.2]
-### Changes
-- Fixed Input Field issue when Read Only flag is set preventing the initial setting of the text. Also fixed Read Only flag not being respected when using IME input.
-- Fixed potential infinite loop when using text overflow mode ScrollRect. See Case #1188867
-- Fixed Input Field culling related issue(s) where text would be incorrectly culled. See https://forum.unity.com/threads/version-1-5-0-2-1-0-preview-1-now-available-for-testing.753587/#post-5023700
-- Revised handling and referencing of the CanvasRenderer in anticipation of an incoming change to the MaskableGraphic class where it will no longer automatically add a CanvasRenderer to components inheriting from it. As a result, objects will no longer have a CanvasRenderer.
-- Fixed potential NRE when using Overflow Truncate mode with sprites. See https://forum.unity.com/threads/tmpro-stackoverflow-caused-by-tmpro-textmeshprougui-generatetextmesh.750398/page-2#post-5042822
-- Fixed issue when using font weights in combination of font styles in the editor.
-- Fixed for potential incorrect preferred height.
-- Improved handling of StyleSheet options to reorder, add or delete styles.
-- Fixed Input Field Caret & Selection Highlight potential culling issue when the object was instantiated outside the culling region.
-- Fixed potential issue with registration of text objects in the TMP_UpdateManager.
-- Optimization to suppress callback to InternalUpdate when parent Canvas is disabled. Case #1189820
-- Fixed Fallback material not getting updated correctly when changing Generation Settings on the Fallback Font Asset.
-- Fixed a typo in the Font Weight section of the Font Asset Editor.
-- Fixed potential ArgumentOutOfRangeException in the Input Field when using Hide Mobile Input and deleting a long string. Case #1162514
-- Added "Is Scale Static" option in the Extra Settings to exclude text objects from InternalUpdate callbacks to improve performance when the object's scale is static. This InternalUpdate callback is used to track potential changes to the scale of text objects to update their SDF Scale.
-- Added the ability to control culling modes for the TMP Shaders. This new option is available in the Debug section of the Material Inspector. New feature requires updating the TMP Essential Resources. See the following post https://forum.unity.com/threads/not-see-textmeshpro-rendering-from-the-back.767510/#post-5112461.
-- Fixed Material Inspector issue when toggling the Record button in the Animation window. Case #1174960
-- Improved Line Breaking handling for CJK. This also addresses a few reported issues. Case #1171603
-- Added support for <NBSP> tag which is internally replaced by a non-breaking space or \u00A0.
-- Improved performance when retrieving glyph adjustment records when using dynamic font assets.
-- Fixed potential Null Reference Exception in the Editor when assigning new font asset to disabled game object when no previous font asset was assigned.
-
-## [2.1.0-preview.1] - 2019-09-30
-## [1.5.0-preview.1]
-### Changes
-- Fixed an issue when using Overflow Ellipsis mode where the Ellipsis character would not be displayed correctly when the preceding character is a sprite.
-- Added the ability to define the Resource path for Style Sheets in the TMP Settings.
-- TMP Style Sheets can now be assigned to text objects in the Extra Settings section of the text object inspector.
-- Added the ability to assign a Style to text objects using the new Text Style property in the text object inspector. A new public property TMP_Text.textStyle was also added.
-- Improved Style Sheet editor to allow sorting of styles in the style sheet.
-- Improved handling of nested styles.
-- Added public TMP_Style GetStyle(string name) to get the potential style by name.
-- Revised the ForceMeshUpdate() function as follows: public void ForceMeshUpdate(bool ignoreActiveState = false, bool forceTextReparsing = false).
-- Fixed SubMeshUI objects text disappearing when saving a scene.
-- Creating Material Presets via the Material Context menu with multi selection will now work as expected and assign the newly created material preset to all selected text objects.
-- Fixed minor issue when changing Material Preset in prefab isolation mode with multiple text objects selected where the new material preset would not be assigned to disabled text objects.
-- Revised Character, Word, Line and Paragraph spacing adjustments to be in font units (em) where a value of 1 represents 1/100 em.
-- Added TMP_Text.onFontAssetRequest and TMP_Text.onSpriteAssetRequest events to allow users to implement custom asset loading when using the <font="Font Asset Name"> and <sprite="Sprite Asset Name"> tags.
-- Additional Shader Channels on the Canvas will be set to TexCoord1, Normal and Tangents or Mixed when using TMP Surface Shaders. Otherwise it will be set to TexCoord1 only. Case #1100696
-- Added new attribute to the <mark> tag to allow users to define a padding value for the mark / highlight region. Example: <mark color=#FFFF0080 padding="1.0,1.0,0.0,0.0"> where padding="Left, Right, Top, Bottom".
-- Fixed an issue which could result in out of range exception when referencing sprites contained in fallback sprite assets using unicode values.
-- Fixed an issue in the Font Asset Creator where the source font file property of the newly created font asset was not getting set.
-- Added .blend files to exclusion asset scan list of the Project GUID Remapping tool.
-- Fixed issue where Caret position would be incorrect when using IME. Case #1146626
-- Clamped Outline Softness to a value of 0-1 in the TMP Distance Field shader which makes it consistent with other SDF Shaders. Case #1136161
-- Text Auto-Sizing Min and Max values are now clamped between 0 and 32767. Case #1067717
-- Text Font Size Min and Max values are now clamped between 0 and 32767. Case #1164407
-- Rich Text Tag values are now limited to a maximum value of 32767.
-- Added Placeholder option to TMP Dropdown. Placeholder text is displayed when selection value is -1. Also added example scene in the TMP Examples & Extras.
-- Added the ability to define Face Info metrics per Sprite Assets. This will provide for more consistent scaling of the sprites regardless of the font asset used. Sprite Assets with undefined Face Info will continue to inherit the Face Info metrics of the current font asset.
-- Added Update Sprite Asset option in the header of the Sprite Asset inspector. This increases the discoverability of this option already available via the Sprite Asset Context Menu.
-- Revised the text auto-sizing handling in regards to maximum iteration threshold which could result in a crash on some Android devices. Case #1141328
-- Font Asset Generation Settings are now disabled in the inspector if the Source Font File is missing or if the Atlas Population Mode is set to static.
-- Fixed vertical alignment issue when using Overflow Page mode.
-- Improved handling of text auto-size line adjustment spacing resulting in fewer iterations and more accurate resulting point size.
-- Added support for Layout Elements to the TMP Input Field.
-= Fixed text alignment issue with TMP Input Field when using Center alignment on the underlying text component.
-- Setting ContentType.Custom on the TMP Input Field will no longer hide the Soft Keyboard. The Soft Keyboard can now be control independently via the shouldHideSoftKeyboard property.
-- Added new Font Asset Context Menu option "Force Upgrade To Version 1.1.0" for convenience purposes in case a font asset didn't get upgraded automatically when migrating from version 1.3.0 to 1.4.x or 2.0.x.
-- The <gradient> tag now as an optional attribute "tint=0" or "tint=1" controlling whether or not the gradient will be affect by vertex color. The alpha of the gradient will continue to be affected by the vertex color alpha.
-- Added new angle=x attribute to the <i> tag where the value of x define the italic slant angle.
-- Since the legacy TextContainer used by TMP has been deprecated, it was removed from the Layout Context Menu options.
-- Improved character positioning when using italic text where large angle / slant would potentially result in uneven spacing between normal and italic blocks of text.
-- Fixed an issue where <mspace> and <cspace> tags would not be handled correctly in conjunction with word wrapping.
-- Fixed issue in the TMP_Dropdown.cs that was affecting navigation. Case 1162600. See https://forum.unity.com/threads/huge-bug-missing-a-code-line-since-1-4-0.693421/
-- Fixed an issue related to kerning where the glyph adjustment values did not account for the upsampling of the legacy SDF modes like SDF8 / SDF16 and SDF32.
-- Made the TMP_Text.text property virtual.
-- Fixed Material Preset of fallback materials getting modified when the TMP Settings Match Material Preset option is disabled.
-- Added ShaderUtilities.ID_GlowInner to list of material property IDs.
-- Fixed potential null reference exception when creating new text objects when no default font asset has been assigned in the TMP Settings and the LiberationSans SDF font asset has been deleted from the project. Case #1161120
-- Fixed import TMP Essential Resources button being disabled when importing the TMP Examples & Extras first. Case #1163979
-- Fixed potential ArgumentOutOfRangeException when Hide Mobile Input is enabled and deleting the last character in the text. Case #1162514
-- Improved handling of manual addition of glyph positional adjustment pairs for both dynamic and static font assets. Case #1165763
-- Fixed issue where text in the TMP_InputField would disappear due to incorrect culling. Case #1164096
-- Fixed potential IndexOutOfRangeException that could be thrown when using the Pinyin IME interface and typing very fast to enter Chinese text. Case #1164383
-- Added support for Vertical Tab \v which inserts a line break but not a paragraph break.
-- Added support for Shift Enter in the TMP Input Field which inserts a Vertical Tab in the text in Multi Line mode.
-- Fixed text horizontal alignment when lines of text only contain the Ellipsis \u2026 Unicode character. Case #1162685
-- Text alignment is now serialized into separate fields for horizontal and vertical alignment and can now be get / set independently via TMP_Text.horizontalAlignment and TMP_Text.verticalAlignment. The TMP_Text.alignment property remains and uses the new serialized fields for horizontal and vertical alignment.
-- Improved handling of Soft Hyphens when using Text Auto-Size.
-- Fixed Null character being passed to Validate method of the TMP_InputField. Case #1172102
-- Fixed an issue where the Preferred Width and Height were not correct when using Tabs.
-- The Cull Transparent Mesh flag on TMP_SubMeshUI objects will now mirror the settings on the parent text object's CanvasRenderer.
-- Updated Sprite Importer to improve compatibility with Texture Packer Json Array export format.
-- Newly created StyleSheets will be pinged in the project tab. Case #1182117
-- Added new option in the TMP Settings to control line breaking rules for Hangul to enabled Modern line breaking or traditional line breaking.
-- Fixed potential issue related to SDF Scaling when the scale of the text object is negative. See https://forum.unity.com/threads/version-1-4-1-preview-1-with-dynamic-sdf-for-unity-2018-3-now-available.622420/page-5#post-4958240 for details.
-- Added validation check for Sprite Data Source file in the Sprite Asset Importer. Case #1186620
-- Added warning when using Create - TextMeshPro - Sprite Asset menu when no valid texture is selected. Case #1163982
-- Fixed potential cosmetic issue in the text component inspector when using Overflow Linked mode. Case #1177640
-
-## [1.4.1] - 2019-04-12
-### Changes
-- Improved handling of font asset automatic upgrade to version 1.1.0 which is required to support the new Dynamic SDF system.
-- Made release compatible with .Net 3.5 scripting runtime.
-
-## [1.4.0] - 2019-03-07
-### Changes
-- Same release as 1.4.0-preview.3a.
-
-## [1.4.0-preview.3a] - 2019-02-28
-### Changes
-- Improved performance of the Project Files GUID Remapping Tool.
-- Fixed an issue with the TMP_FontAsset.TryAddCharacters() functions which was resulting in an error when added characters exceeded the capacity of the atlas texture.
-- Updated TMP_FontAsset.TryAddCharacters functions to add new overloads returning list of characters that could not be added.
-- Added function in OnEnable of FontAsset Editor's to clean up Fallback list to remove any null / empty entries.
-- Added support for Stereo rendering to the TMP Distance Field and Mobile Distance Field shaders.
-
-## [1.4.0-preview.2a] - 2019-02-14
-### Changes
-- Fixed an issue with SDF Scale handling where the text object would not render correctly after the object scale had been set to zero.
-- Fixed an issue with the TMP_UpdateManager where text objects were not getting unregistered correctly.
-- Any changes to Font Asset Creation Settings' padding, atlas width and / or atlas height will now result in all Material Presets for the given font asset to also be updated.
-- Added new section in the TMP Settings related to the new Dynamic Font System.
-- Added new property in the Dynamic Font System section to determine if OpenType Font Features will be retrieved from source font files at runtime as new characters are added to font assets. Glyph Adjustment Data (Kerning) is the only feature currently supported.
-- Fix an issue where font assets created at runtime were not getting their asset version number set to "1.1.0".
-- Improved parsing of the text file used in the Font Asset Creator and "Characters from File" option to handle UTF16 "\u" and UTF32 "\U" escape character sequences.
-- Fixed a Null Reference Error (NRE) that could occur when using the <font> tag with an invalid font name followed by the <sprite> tag.
-- The Glyph Adjustment Table presentation and internal data structure has been changed to facilitate the future addition of OpenType font features. See https://forum.unity.com/threads/version-1-4-0-preview-with-dynamic-sdf-for-unity-2018-3-now-available.622420/#post-4206595 for more details.
-- Fixed an issue with the <rotate> tag incorrectly affecting character spacing.
-
-## [1.4.0-preview.1] - 2019-01-30
-### Changes
-- Renamed TMPro_FontUtilities to TMP_FontAssetCommon to more accurately reflect the content of this file.
-- Accessing the TextMesh Pro Settings via the new Edit - Settings menu when TMP Essential Resources have not yet been imported in the project will no longer open a new window to provide the options to import these resources.
-- Fixed an issue where using int.MaxValue, int.MinValue, float.MaxValue and float.MinValue in conjunction with SetText() would display incorrect numerical values. Case #1078521.
-- Added public setter to the TMP Settings' missingGlyphCharacter to allow changing which character will be used for missing characters via scripting.
-- Fixed a potential Null Reference Exception related to loading the Default Style Sheet.
-- Added compiler conditional to TMP_UpdateManager.cs to address changes to SRP.
-- Improved the <margin> tag to make it possible to define both left and right margin values. Example: <margin left=10% right=10px>.
-- Added new menu option to allow the quick creation of a UI Button using TMP. New menu option is located in Create - UI - Button (TextMeshPro).
-- Renamed TMP related create menu options.
-- Fixed TMP object creation handling when using Prefab isolation mode. Case #1077392
-- Fixed another issue related to Prefabs where some serialized properties of the text object would incorrectly show up in the Overrides prefab options. Case #1093101
-- Fixed issue where changing the Sorting Layer or Sorting Order of a object would not dirty the scene. Case #1069776
-- Fixed a text alignment issue when setting text alignment on disabled text objects. Case #1047771
-- Fixed an issue where text object bounds were not set correctly on newly created text objects or in some cases when setting the text to null or string.empty. Case #1093388
-- Fixed an issue in the IntToString() function that could result in Index Out Of Bounds error. Case #1102007
-- Changed the TMP_InputField IsValidChar function to protected virtual.
-- The "Allow Rich Text Editing" property of the TMP_InputField is now set to false by default.
-- Added new option to the Sprite Asset context menu to make it easier to update sprite glyphs edited via the Unity Sprite Editor.
-- Added new Sharpness slider in the Debug section of the SDF Material inspector.
-- Fixed an error that would occur when using the context menu Reset on text component. Case #1044726
-- Fixed issue where CharacterInfo.index would be incorrect as a result of using Surrogate Pairs in the text. Case #1037828
-- The TMP_EditorPanel and TMP_UiEditorPanel now have their "UseForChildren" flag set to true to enable user / custom inspectors to inherit from them.
-- Fixed an issue where rich text tags using pixel (px) or font units (em) were not correctly accounting for orthographic camera mode. This change only affects the normal TMP text component.
-- Fixed an inspector issue related to changes to the margin in the TMP Extra Settings panel. Case #1114253
-- Added new property to Glyph Adjustment Pairs which determines if Character Spacing Adjustments should affect the given pair.
-- Updated the Glyph Adjustment Table where ID now represents the unicode (hex) value for the character instead of its decimal value.
-- Added new SetValueWithoutNotify() function to TMP_DropDown and SetTextWithoutNotify() function to TMP_InputField allowing these to be set without triggering OnValueChanged event.
-- Geometry buffer deallocation which normally takes place when current allocations exceed those of the new text by more than 256 characters will no longer occur if the new text is set to null or string.empty.
-- Fixed a minor issue where the underline SDF scale would be incorrect when the underline text sequence contained normal size characters and ended with a subscript or superscript character.
-- Fixed an error that would occur when using the Reset Context menu on a Material using the SDF Surface or Mobile SDF Surface Shaders. Case #1122279
-- Resolved a Null Reference Error that would appear when cycling through the text overflow modes. Case #1121624
-
-## [1.3.0] - 2018-08-09
-### Changes
-- Revamped UI to conform to Unity Human Interface Guidelines.
-- Updated the title text on the Font Asset Creator window tab to "Font Asset Creator".
-- Using TMP_Text.SetCharArray() with an empty char[] array will now clear the text.
-- Made a small improvement to the TMP Input Field when using nested 2d RectMasks.
-- Renamed symbol defines used by TMP to append TMP_ in front of the define to avoid potential conflicts with user defines.
-- Improved the Project Files GUID Remapping tool to allow specifying a target folder to scan.
-- Added the ability to cancel the scanning process used by the Project Files GUID Remapping tool.
-- Moved TMP Settings to universal settings window in 2018.3 and above.
-- Changing style sheet in the TMP Settings will now be reflected automatically on existing text objects in the editor.
-- Added new function TMP_StyleSheet.UpdateStyleSheet() to update the internal reference to which style sheet text objects should be using in conjunction with the style tag.
-
-## [1.2.4] - 2018-06-10
-### Changes
-- Fixed a minor issue when using Justified and Flush alignment in conjunction with \u00A0.
-- The Font Asset creationSettings field is no longer an Editor only serialized field.
-
-## [1.2.3] - 2018-05-29
-### Changes
-- Added new bitmap shader with support for Custom Font Atlas texture. This shader also includes a new property "Padding" to provide control over the geometry padding to closely fit a modified / custom font atlas texture.
-- Fixed an issue with ForceMeshUpdate(bool ignoreActiveState) not being handled correctly.
-- Cleaned up memory allocations from repeated use of the Font Asset Creator.
-- Sprites are now scaled based on the current font instead of the primary font asset assigned to the text object.
-- It is now possible to recall the most recent settings used when creating a font asset in the Font Asset Creator.
-- Newly created font assets now contain the settings used when they were last created. This will make the process of updating / regenerating font assets much easier.
-- New context menu "Update Font Asset" was added to the Font Asset inspector which will open the Font Asset Creator with the most recently used settings for that font asset.
-- New Context Menu "Create Font Asset" was added to the Font inspector panel which will open the Font Asset Creator with this source font file already selected.
-- Fixed 3 compiler warnings that would appear when using .Net 4.x.
-- Modified the TMP Settings to place the Missing Glyph options in their own section.
-- Renamed a symbol used for internal debugging to avoid potential conflicts with other user project defines.
-- TMP Sprite Importer "Create Sprite Asset" and "Save Sprite Asset" options are disabled unless a Sprite Data Source, Import Format and Sprite Texture Atlas are provided.
-- Improved the performance of the Project Files GUID Remapping tool.
-- Users will now be prompted to import the TMP Essential Resources when using the Font Asset Creator if such resources have not already been imported.
-
-## [1.2.2] - 2018-03-28
-### Changes
-- Calling SetAllDirty() on a TMP text component will now force a regeneration of the text object including re-parsing of the text.
-- Fixed potential Null Reference Exception that could occur when assigning a new fallback font asset.
-- Removed public from test classes.
-- Fixed an issue where using nested links (which doesn't make sense conceptually) would result in an error. Should accidental use of nested links occurs, the last / most nested ends up being used.
-- Fixed a potential text alignment issue where an hyphen at the end of a line followed by a new line containing a single word too long to fit the text container would result in miss alignment of the hyphen.
-- Updated package license.
-- Non-Breaking Space character (0xA0) will now be excluded from word spacing adjustments when using Justified or Flush text alignment.
-- Improved handling of Underline, Strikethrough and Mark tag with regards to vertex color and Color tag alpha.
-- Improved TMP_FontAsset.HasCharacter(char character, bool searchFallbacks) to include a recursive search of fallbacks as well as TMP Settings fallback list and default font asset.
-- The <gradient> tag will now also apply to sprites provided the sprite tint attribute is set to a value of 1. Ex. <sprite="Sprite Asset" index=0 tint=1>.
-- Updated Font Asset Creator Plugin to allow for cancellation of the font asset generation process.
-- Added callback to support the Scriptable Render Pipeline (SRP) with the normal TextMeshPro component.
-- Improved handling of some non-breaking space characters which should not be ignored at the end of a line.
-- Sprite Asset fallbacks will now be searched when using the <sprite> tag and referencing a sprite by Unicode or by Name.
-- Updated EmojiOne samples from https://www.emojione.com/ and added attribution.
-- Removed the 32bit versions of the TMP Plugins used by the Font Asset Creator since the Unity Editor is now only available as 64bit.
-- The isTextTruncated property is now serialized.
-- Added new event handler to the TMP_TextEventHandler.cs script included in Example 12a to allow tracking of interactions with Sprites.
-
-## [1.2.1] - 2018-02-14
-### Changes
-- Package is now backwards compatible with Unity 2018.1.
-- Renamed Assembly Definitions (.asmdef) to new UPM package conventions.
-- Added DisplayName for TMP UPM package.
-- Revised Editor and Playmode tests to ignore / skip over the tests if the required resources are not present in the project.
-- Revised implementation of Font Asset Creator progress bar to use Unity's EditorGUI.ProgressBar instead of custom texture.
-- Fixed an issue where using the material tag in conjunction with fallback font assets was not handled correctly.
-- Fixed an issue where changing the fontStyle property in conjunction with using alternative typefaces / font weights would not correctly trigger a regeneration of the text object.
-
-## [1.2.0] - 2018-01-23
-### Changes
-- Package version # increased to 1.2.0 which is the first release for Unity 2018.2.
-
-## [1.1.0] - 2018-01-23
-### Changes
-- Package version # increased to 1.1.0 which is the first release for Unity 2018.1.
-
-## [1.0.27] - 2018-01-16
-### Changes
-- Fixed an issue where setting the TMP_InputField.text property to null would result in an error.
-- Fixed issue with Raycast Target state not getting serialized properly when saving / reloading a scene.
-- Changed reference to PrefabUtility.GetPrefabParent() to PrefabUtility.GetCorrespondingObjectFromSource() to reflect public API change in 2018.2
-- Option to import package essential resources will only be presented to users when accessing a TMP component or the TMP Settings file via the project menu.
-
-## [1.0.26] - 2018-01-10
-### Added
-- Removed Tizen player references in the TMP_InputField as the Tizen player is no longer supported as of Unity 2018.1.
-
-## [1.0.25] - 2018-01-05
-### Added
-- Fixed a minor issue with PreferredValues calculation in conjunction with using text auto-sizing.
-- Improved Kerning handling where it is now possible to define positional adjustments for the first and second glyph in the pair.
-- Renamed Kerning Info Table to Glyph Adjustment Table to better reflect the added functionality of this table.
-- Added Search toolbar to the Glyph Adjustment Table.
-- Fixed incorrect detection / handling of Asset Serialization mode in the Project Conversion Utility.
-- Removed SelectionBase attribute from TMP components.
-- Revised TMP Shaders to support the new UNITY_UI_CLIP_RECT shader keyword which can provide a performance improvement of up to 30% on some devices.
-- Added TMP_PRESENT define as per the request of several third party asset publishers.
-
-## [1.0.23] - 2017-11-14
-### Added
-- New menu option added to Import Examples and additional content like Font Assets, Materials Presets, etc for TextMesh Pro. This new menu option is located in "Window -> TextMeshPro -> Import Examples and Extra Content".
-- New menu option added to Convert existing project files and assets created with either the Source Code or DLL only version of TextMesh Pro. Please be sure to backup your project before using this option. The new menu option is located in "Window -> TextMeshPro -> Project Files GUID Remapping Tool".
-- Added Assembly Definitions for the TMP Runtime and Editor scripts.
-- Added support for the UI DirtyLayoutCallback, DirtyVerticesCallback and DirtyMaterialCallback.
\ No newline at end of file
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/CHANGELOG.md.meta b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/CHANGELOG.md.meta
deleted file mode 100644
index edf5c327..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/CHANGELOG.md.meta
+++ /dev/null
@@ -1,7 +0,0 @@
-fileFormatVersion: 2
-guid: 22464cf7ab0243a6bf9c79851183b002
-TextScriptImporter:
- externalObjects: {}
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Documentation~/TextMeshPro.md b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Documentation~/TextMeshPro.md
deleted file mode 100644
index 8f8c0926..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Documentation~/TextMeshPro.md
+++ /dev/null
@@ -1,35 +0,0 @@
-# **_TextMesh Pro User Guide_**
-
-#### **Overview**
-This User Guide was designed to provide first time users of TextMesh Pro with a basic overview of the features and functionality of the tool.
-
-#### **Installation**
-The TextMesh Pro UPM package is already included with the Unity Editor and as such does not require installation. TextMesh Pro "TMP" does however require adding resources to your project which are essential for using TextMesh Pro.
-
-To import the "*TMP Essential Resources*", please use the "*Window -> TextMeshPro -> Import TMP Essential Resources*" menu option. These resources will be added at the root of your project in the "*TextMesh Pro*" folder.
-
-The TextMesh Pro package also includes additional resources and examples that will make discovering and learning about TextMesh Pro's powerful features easier. It is strongly recommended that first time users import these additional resources.
-
-To import the "*TMP Examples & Extras*", please use the "*Window -> TextMeshPro -> Import TMP Examples & Extras*" menu option. These resources will also be added in the same "*TextMesh Pro*" folder inside your project.
-
-
-#### **Quick Start**
-There are two TextMesh Pro components available. The first TMP text component is of type <TextMeshPro> and designed to work with the MeshRenderer. This component is an ideal replacement for the legacy TextMesh component.
-
-To add a new <TextMeshPro> text object, go to: *GameObject->3D Object->TextMeshPro Text*.
-
-The second TMP text component is of type <TextMeshProUGUI> and designed to work with the CanvasRenderer and Canvas system. This component is an ideal replacement for the UI.Text component.
-
-To add a new <TextMeshProUGUI> text object, go to: *GameObject->UI->TextMeshPro Text*.
-
-You may also wish to watch this [Getting Started](https://youtu.be/olnxlo-Wri4) short video which covers this topic.
-
-We strongly recommend that you also watch the [Font Asset Creation](https://youtu.be/qzJNIGCFFtY) video as well as the [Working with Material Presets](https://youtu.be/d2MARbDNeaA) as these two topics is also key to working and getting the most out of TextMesh Pro.
-
-As mentionned in the Installation section of this guide, it is recommended that you import the "*TMP Examples & Extras*" and take the time to explore each of the examples as they provide a great overview of the functionality of the tool and the many text layout and [rich text tags](http://digitalnativestudios.com/textmeshpro/docs/rich-text/) available in TextMesh Pro.
-
-#### **Support & API Documentation**
-Should you have questions or require assistance, please visit the [Unity UI & TextMesh Pro](https://forum.unity.com/forums/unity-ui-textmesh-pro.60/) section of the Unity forum as well as the [TextMesh Pro User Forum](http://digitalnativestudios.com/forum/index.php) where you will find additional information, [Video Tutorials](http://digitalnativestudios.com/forum/index.php?board=4.0) and [FAQ](http://digitalnativestudios.com/forum/index.php?topic=890.0). In the event you are unable to find the information you seek, always feel free to post on the [Unity UI & TextMesh Pro](https://forum.unity.com/forums/unity-ui-textmesh-pro.60/) section user forum.
-
-[Online Documentation](http://digitalnativestudios.com/textmeshpro/docs/) is also available on TextMesh Pro including Rich Text tags, Shaders, Scripting API and more.
-
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Documentation~/TextMeshPro.md.meta b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Documentation~/TextMeshPro.md.meta
deleted file mode 100644
index 8c72f725..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Documentation~/TextMeshPro.md.meta
+++ /dev/null
@@ -1,7 +0,0 @@
-fileFormatVersion: 2
-guid: ca77d26d10b9455ca5a4b22c93be2a31
-TextScriptImporter:
- externalObjects: {}
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources.meta b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources.meta
deleted file mode 100644
index 7c07b007..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources.meta
+++ /dev/null
@@ -1,8 +0,0 @@
-fileFormatVersion: 2
-guid: d1a0a27327b54c3bac52a08929c33f81
-folderAsset: yes
-DefaultImporter:
- externalObjects: {}
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Gizmos.meta b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Gizmos.meta
deleted file mode 100644
index f2596c78..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Gizmos.meta
+++ /dev/null
@@ -1,8 +0,0 @@
-fileFormatVersion: 2
-guid: e93ec7eb6de342aabd156833e253f838
-folderAsset: yes
-DefaultImporter:
- externalObjects: {}
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Gizmos/TMP - Dropdown Icon.psd b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Gizmos/TMP - Dropdown Icon.psd
deleted file mode 100644
index 93f5a2cb..00000000
Binary files a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Gizmos/TMP - Dropdown Icon.psd and /dev/null differ
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Gizmos/TMP - Dropdown Icon.psd.meta b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Gizmos/TMP - Dropdown Icon.psd.meta
deleted file mode 100644
index 7bdb473e..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Gizmos/TMP - Dropdown Icon.psd.meta
+++ /dev/null
@@ -1,143 +0,0 @@
-fileFormatVersion: 2
-guid: a7ec9e7ad8b847b7ae4510af83c5d868
-TextureImporter:
- fileIDToRecycleName: {}
- externalObjects: {}
- serializedVersion: 7
- mipmaps:
- mipMapMode: 0
- enableMipMap: 0
- sRGBTexture: 1
- linearTexture: 1
- fadeOut: 0
- borderMipMap: 0
- mipMapsPreserveCoverage: 0
- alphaTestReferenceValue: 0.5
- mipMapFadeDistanceStart: 1
- mipMapFadeDistanceEnd: 3
- bumpmap:
- convertToNormalMap: 0
- externalNormalMap: 0
- heightScale: 0.25
- normalMapFilter: 0
- isReadable: 0
- streamingMipmaps: 0
- streamingMipmapsPriority: 0
- grayScaleToAlpha: 0
- generateCubemap: 6
- cubemapConvolution: 0
- seamlessCubemap: 0
- textureFormat: -2
- maxTextureSize: 128
- textureSettings:
- serializedVersion: 2
- filterMode: -1
- aniso: 1
- mipBias: -100
- wrapU: 1
- wrapV: 1
- wrapW: 1
- nPOTScale: 0
- lightmap: 0
- compressionQuality: 50
- spriteMode: 0
- spriteExtrude: 1
- spriteMeshType: 1
- alignment: 0
- spritePivot: {x: 0.5, y: 0.5}
- spritePixelsToUnits: 100
- spriteBorder: {x: 0, y: 0, z: 0, w: 0}
- spriteGenerateFallbackPhysicsShape: 1
- alphaUsage: 1
- alphaIsTransparency: 1
- spriteTessellationDetail: -1
- textureType: 2
- textureShape: 1
- singleChannelComponent: 0
- maxTextureSizeSet: 0
- compressionQualitySet: 0
- textureFormatSet: 0
- platformSettings:
- - serializedVersion: 2
- buildTarget: DefaultTexturePlatform
- maxTextureSize: 128
- resizeAlgorithm: 0
- textureFormat: -1
- textureCompression: 0
- compressionQuality: 50
- crunchedCompression: 0
- allowsAlphaSplitting: 0
- overridden: 0
- androidETC2FallbackOverride: 0
- - serializedVersion: 2
- buildTarget: Standalone
- maxTextureSize: 128
- resizeAlgorithm: 0
- textureFormat: -1
- textureCompression: 0
- compressionQuality: 50
- crunchedCompression: 0
- allowsAlphaSplitting: 0
- overridden: 0
- androidETC2FallbackOverride: 0
- - serializedVersion: 2
- buildTarget: iPhone
- maxTextureSize: 128
- resizeAlgorithm: 0
- textureFormat: 2
- textureCompression: 0
- compressionQuality: 50
- crunchedCompression: 0
- allowsAlphaSplitting: 0
- overridden: 0
- androidETC2FallbackOverride: 0
- - serializedVersion: 2
- buildTarget: Android
- maxTextureSize: 128
- resizeAlgorithm: 0
- textureFormat: -1
- textureCompression: 0
- compressionQuality: 50
- crunchedCompression: 0
- allowsAlphaSplitting: 0
- overridden: 0
- androidETC2FallbackOverride: 0
- - serializedVersion: 2
- buildTarget: Windows Store Apps
- maxTextureSize: 128
- resizeAlgorithm: 0
- textureFormat: -1
- textureCompression: 0
- compressionQuality: 50
- crunchedCompression: 0
- allowsAlphaSplitting: 0
- overridden: 0
- androidETC2FallbackOverride: 0
- - serializedVersion: 2
- buildTarget: WebGL
- maxTextureSize: 128
- resizeAlgorithm: 0
- textureFormat: -1
- textureCompression: 0
- compressionQuality: 50
- crunchedCompression: 0
- allowsAlphaSplitting: 0
- overridden: 0
- androidETC2FallbackOverride: 0
- spriteSheet:
- serializedVersion: 2
- sprites: []
- outline: []
- physicsShape: []
- bones: []
- spriteID:
- vertices: []
- indices:
- edges: []
- weights: []
- spritePackingTag:
- pSDRemoveMatte: 1
- pSDShowRemoveMatteOption: 1
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Gizmos/TMP - Font Asset Icon.psd b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Gizmos/TMP - Font Asset Icon.psd
deleted file mode 100644
index 2fb1164d..00000000
Binary files a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Gizmos/TMP - Font Asset Icon.psd and /dev/null differ
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Gizmos/TMP - Font Asset Icon.psd.meta b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Gizmos/TMP - Font Asset Icon.psd.meta
deleted file mode 100644
index bd64ad7d..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Gizmos/TMP - Font Asset Icon.psd.meta
+++ /dev/null
@@ -1,57 +0,0 @@
-fileFormatVersion: 2
-guid: ee148e281f3c41c5b4ff5f8a5afe5a6c
-timeCreated: 1463559213
-licenseType: Pro
-TextureImporter:
- fileIDToRecycleName: {}
- serializedVersion: 2
- mipmaps:
- mipMapMode: 0
- enableMipMap: 0
- linearTexture: 1
- correctGamma: 0
- fadeOut: 0
- borderMipMap: 0
- mipMapFadeDistanceStart: 1
- mipMapFadeDistanceEnd: 3
- bumpmap:
- convertToNormalMap: 0
- externalNormalMap: 0
- heightScale: 0.25
- normalMapFilter: 0
- isReadable: 0
- grayScaleToAlpha: 0
- generateCubemap: 0
- cubemapConvolution: 0
- cubemapConvolutionSteps: 7
- cubemapConvolutionExponent: 1.5
- seamlessCubemap: 0
- textureFormat: -3
- maxTextureSize: 128
- textureSettings:
- filterMode: -1
- aniso: 1
- mipBias: -1
- wrapMode: 1
- nPOTScale: 0
- lightmap: 0
- rGBM: 0
- compressionQuality: 50
- allowsAlphaSplitting: 0
- spriteMode: 0
- spriteExtrude: 1
- spriteMeshType: 1
- alignment: 0
- spritePivot: {x: 0.5, y: 0.5}
- spriteBorder: {x: 0, y: 0, z: 0, w: 0}
- spritePixelsToUnits: 100
- alphaIsTransparency: 1
- textureType: 2
- buildTargetSettings: []
- spriteSheet:
- sprites: []
- outline: []
- spritePackingTag:
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Gizmos/TMP - Input Field Icon.psd b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Gizmos/TMP - Input Field Icon.psd
deleted file mode 100644
index f0360d34..00000000
Binary files a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Gizmos/TMP - Input Field Icon.psd and /dev/null differ
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Gizmos/TMP - Input Field Icon.psd.meta b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Gizmos/TMP - Input Field Icon.psd.meta
deleted file mode 100644
index eb2e1ce2..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Gizmos/TMP - Input Field Icon.psd.meta
+++ /dev/null
@@ -1,57 +0,0 @@
-fileFormatVersion: 2
-guid: 3ee40aa79cd242a5b53b0b0ca4f13f0f
-timeCreated: 1457860876
-licenseType: Pro
-TextureImporter:
- fileIDToRecycleName: {}
- serializedVersion: 2
- mipmaps:
- mipMapMode: 0
- enableMipMap: 0
- linearTexture: 1
- correctGamma: 0
- fadeOut: 0
- borderMipMap: 0
- mipMapFadeDistanceStart: 1
- mipMapFadeDistanceEnd: 3
- bumpmap:
- convertToNormalMap: 0
- externalNormalMap: 0
- heightScale: 0.25
- normalMapFilter: 0
- isReadable: 0
- grayScaleToAlpha: 0
- generateCubemap: 0
- cubemapConvolution: 0
- cubemapConvolutionSteps: 8
- cubemapConvolutionExponent: 1.5
- seamlessCubemap: 0
- textureFormat: -3
- maxTextureSize: 128
- textureSettings:
- filterMode: -1
- aniso: 1
- mipBias: -1
- wrapMode: 1
- nPOTScale: 0
- lightmap: 0
- rGBM: 0
- compressionQuality: 50
- allowsAlphaSplitting: 0
- spriteMode: 0
- spriteExtrude: 1
- spriteMeshType: 1
- alignment: 0
- spritePivot: {x: 0.5, y: 0.5}
- spriteBorder: {x: 0, y: 0, z: 0, w: 0}
- spritePixelsToUnits: 100
- alphaIsTransparency: 1
- textureType: 2
- buildTargetSettings: []
- spriteSheet:
- sprites: []
- outline: []
- spritePackingTag:
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Gizmos/TMP - Sprite Asset Icon.psd b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Gizmos/TMP - Sprite Asset Icon.psd
deleted file mode 100644
index 7036296e..00000000
Binary files a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Gizmos/TMP - Sprite Asset Icon.psd and /dev/null differ
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Gizmos/TMP - Sprite Asset Icon.psd.meta b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Gizmos/TMP - Sprite Asset Icon.psd.meta
deleted file mode 100644
index a22cdf1c..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Gizmos/TMP - Sprite Asset Icon.psd.meta
+++ /dev/null
@@ -1,57 +0,0 @@
-fileFormatVersion: 2
-guid: ec7c645d93308c04d8840982af12101e
-timeCreated: 1463559213
-licenseType: Pro
-TextureImporter:
- fileIDToRecycleName: {}
- serializedVersion: 2
- mipmaps:
- mipMapMode: 0
- enableMipMap: 0
- linearTexture: 1
- correctGamma: 0
- fadeOut: 0
- borderMipMap: 0
- mipMapFadeDistanceStart: 1
- mipMapFadeDistanceEnd: 3
- bumpmap:
- convertToNormalMap: 0
- externalNormalMap: 0
- heightScale: 0.25
- normalMapFilter: 0
- isReadable: 0
- grayScaleToAlpha: 0
- generateCubemap: 0
- cubemapConvolution: 0
- cubemapConvolutionSteps: 7
- cubemapConvolutionExponent: 1.5
- seamlessCubemap: 0
- textureFormat: -3
- maxTextureSize: 128
- textureSettings:
- filterMode: -1
- aniso: 1
- mipBias: -1
- wrapMode: 1
- nPOTScale: 0
- lightmap: 0
- rGBM: 0
- compressionQuality: 50
- allowsAlphaSplitting: 0
- spriteMode: 0
- spriteExtrude: 1
- spriteMeshType: 1
- alignment: 0
- spritePivot: {x: 0.5, y: 0.5}
- spriteBorder: {x: 0, y: 0, z: 0, w: 0}
- spritePixelsToUnits: 100
- alphaIsTransparency: 1
- textureType: 2
- buildTargetSettings: []
- spriteSheet:
- sprites: []
- outline: []
- spritePackingTag:
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Gizmos/TMP - Text Component Icon.psd b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Gizmos/TMP - Text Component Icon.psd
deleted file mode 100644
index 3cc41630..00000000
Binary files a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Gizmos/TMP - Text Component Icon.psd and /dev/null differ
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Gizmos/TMP - Text Component Icon.psd.meta b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Gizmos/TMP - Text Component Icon.psd.meta
deleted file mode 100644
index 623993d2..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Gizmos/TMP - Text Component Icon.psd.meta
+++ /dev/null
@@ -1,53 +0,0 @@
-fileFormatVersion: 2
-guid: 2fd6421f253b4ef1a19526541f9ffc0c
-TextureImporter:
- fileIDToRecycleName: {}
- serializedVersion: 2
- mipmaps:
- mipMapMode: 0
- enableMipMap: 0
- linearTexture: 1
- correctGamma: 0
- fadeOut: 0
- borderMipMap: 0
- mipMapFadeDistanceStart: 1
- mipMapFadeDistanceEnd: 3
- bumpmap:
- convertToNormalMap: 0
- externalNormalMap: 0
- heightScale: .25
- normalMapFilter: 0
- isReadable: 0
- grayScaleToAlpha: 0
- generateCubemap: 0
- cubemapConvolution: 0
- cubemapConvolutionSteps: 8
- cubemapConvolutionExponent: 1.5
- seamlessCubemap: 0
- textureFormat: -3
- maxTextureSize: 128
- textureSettings:
- filterMode: -1
- aniso: 1
- mipBias: -1
- wrapMode: 1
- nPOTScale: 0
- lightmap: 0
- rGBM: 0
- compressionQuality: 50
- spriteMode: 0
- spriteExtrude: 1
- spriteMeshType: 1
- alignment: 0
- spritePivot: {x: .5, y: .5}
- spriteBorder: {x: 0, y: 0, z: 0, w: 0}
- spritePixelsToUnits: 100
- alphaIsTransparency: 1
- textureType: 2
- buildTargetSettings: []
- spriteSheet:
- sprites: []
- spritePackingTag:
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Shaders.meta b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Shaders.meta
deleted file mode 100644
index 95efe2ba..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Shaders.meta
+++ /dev/null
@@ -1,8 +0,0 @@
-fileFormatVersion: 2
-guid: 2da27f5fe80a3a549ac7331d9f52f5f0
-folderAsset: yes
-DefaultImporter:
- externalObjects: {}
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Shaders/TMP_Properties.cginc b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Shaders/TMP_Properties.cginc
deleted file mode 100644
index 2e962588..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Shaders/TMP_Properties.cginc
+++ /dev/null
@@ -1,85 +0,0 @@
-// UI Editable properties
-uniform sampler2D _FaceTex; // Alpha : Signed Distance
-uniform float _FaceUVSpeedX;
-uniform float _FaceUVSpeedY;
-uniform fixed4 _FaceColor; // RGBA : Color + Opacity
-uniform float _FaceDilate; // v[ 0, 1]
-uniform float _OutlineSoftness; // v[ 0, 1]
-
-uniform sampler2D _OutlineTex; // RGBA : Color + Opacity
-uniform float _OutlineUVSpeedX;
-uniform float _OutlineUVSpeedY;
-uniform fixed4 _OutlineColor; // RGBA : Color + Opacity
-uniform float _OutlineWidth; // v[ 0, 1]
-
-uniform float _Bevel; // v[ 0, 1]
-uniform float _BevelOffset; // v[-1, 1]
-uniform float _BevelWidth; // v[-1, 1]
-uniform float _BevelClamp; // v[ 0, 1]
-uniform float _BevelRoundness; // v[ 0, 1]
-
-uniform sampler2D _BumpMap; // Normal map
-uniform float _BumpOutline; // v[ 0, 1]
-uniform float _BumpFace; // v[ 0, 1]
-
-uniform samplerCUBE _Cube; // Cube / sphere map
-uniform fixed4 _ReflectFaceColor; // RGB intensity
-uniform fixed4 _ReflectOutlineColor;
-//uniform float _EnvTiltX; // v[-1, 1]
-//uniform float _EnvTiltY; // v[-1, 1]
-uniform float3 _EnvMatrixRotation;
-uniform float4x4 _EnvMatrix;
-
-uniform fixed4 _SpecularColor; // RGB intensity
-uniform float _LightAngle; // v[ 0,Tau]
-uniform float _SpecularPower; // v[ 0, 1]
-uniform float _Reflectivity; // v[ 5, 15]
-uniform float _Diffuse; // v[ 0, 1]
-uniform float _Ambient; // v[ 0, 1]
-
-uniform fixed4 _UnderlayColor; // RGBA : Color + Opacity
-uniform float _UnderlayOffsetX; // v[-1, 1]
-uniform float _UnderlayOffsetY; // v[-1, 1]
-uniform float _UnderlayDilate; // v[-1, 1]
-uniform float _UnderlaySoftness; // v[ 0, 1]
-
-uniform fixed4 _GlowColor; // RGBA : Color + Intesity
-uniform float _GlowOffset; // v[-1, 1]
-uniform float _GlowOuter; // v[ 0, 1]
-uniform float _GlowInner; // v[ 0, 1]
-uniform float _GlowPower; // v[ 1, 1/(1+4*4)]
-
-// API Editable properties
-uniform float _ShaderFlags;
-uniform float _WeightNormal;
-uniform float _WeightBold;
-
-uniform float _ScaleRatioA;
-uniform float _ScaleRatioB;
-uniform float _ScaleRatioC;
-
-uniform float _VertexOffsetX;
-uniform float _VertexOffsetY;
-
-//uniform float _UseClipRect;
-uniform float _MaskID;
-uniform sampler2D _MaskTex;
-uniform float4 _MaskCoord;
-uniform float4 _ClipRect; // bottom left(x,y) : top right(z,w)
-//uniform float _MaskWipeControl;
-//uniform float _MaskEdgeSoftness;
-//uniform fixed4 _MaskEdgeColor;
-//uniform bool _MaskInverse;
-
-uniform float _MaskSoftnessX;
-uniform float _MaskSoftnessY;
-
-// Font Atlas properties
-uniform sampler2D _MainTex;
-uniform float _TextureWidth;
-uniform float _TextureHeight;
-uniform float _GradientScale;
-uniform float _ScaleX;
-uniform float _ScaleY;
-uniform float _PerspectiveFilter;
-uniform float _Sharpness;
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Shaders/TMP_Properties.cginc.meta b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Shaders/TMP_Properties.cginc.meta
deleted file mode 100644
index e6dcc0a0..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Shaders/TMP_Properties.cginc.meta
+++ /dev/null
@@ -1,9 +0,0 @@
-fileFormatVersion: 2
-guid: 3c6c403084eacec478a1129ce20061ea
-ShaderImporter:
- externalObjects: {}
- defaultTextures: []
- nonModifiableTextures: []
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Shaders/TMP_SDF Internal Editor.shader b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Shaders/TMP_SDF Internal Editor.shader
deleted file mode 100644
index baf4501c..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Shaders/TMP_SDF Internal Editor.shader
+++ /dev/null
@@ -1,75 +0,0 @@
-// Simplified SDF shader:
-// - No Shading Option (bevel / bump / env map)
-// - No Glow Option
-// - Softness is applied on both side of the outline
-
-Shader "Hidden/TMP/Internal/Editor/Distance Field SSD" {
-
- Properties{
- _FaceColor("Face Color", Color) = (1,1,1,1)
- _FaceDilate("Face Dilate", Range(-1,1)) = 0
-
- _OutlineColor("Outline Color", Color) = (0,0,0,1)
- _OutlineWidth("Outline Thickness", Range(0,1)) = 0
- _OutlineSoftness("Outline Softness", Range(0,1)) = 0
-
- _UnderlayColor("Border Color", Color) = (0,0,0,.5)
- _UnderlayOffsetX("Border OffsetX", Range(-1,1)) = 0
- _UnderlayOffsetY("Border OffsetY", Range(-1,1)) = 0
- _UnderlayDilate("Border Dilate", Range(-1,1)) = 0
- _UnderlaySoftness("Border Softness", Range(0,1)) = 0
-
- _WeightNormal("Weight Normal", float) = 0
- _WeightBold("Weight Bold", float) = .5
-
- _ShaderFlags("Flags", float) = 0
- _ScaleRatioA("Scale RatioA", float) = 1
- _ScaleRatioB("Scale RatioB", float) = 1
- _ScaleRatioC("Scale RatioC", float) = 1
-
- _MainTex("Font Atlas", 2D) = "white" {}
- _TextureWidth("Texture Width", float) = 1024
- _TextureHeight("Texture Height", float) = 1024
- _GradientScale("Gradient Scale", float) = 1
- _ScaleX("Scale X", float) = 1
- _ScaleY("Scale Y", float) = 1
- _PerspectiveFilter("Perspective Correction", Range(0, 1)) = 0.875
- _Sharpness("Sharpness", Range(-1,1)) = 0
-
- _VertexOffsetX("Vertex OffsetX", float) = 0
- _VertexOffsetY("Vertex OffsetY", float) = 0
- }
-
- SubShader
- {
- Tags
- {
- "ForceSupported" = "True"
- }
-
- Lighting Off
- Blend One OneMinusSrcAlpha
- Cull Off
- ZWrite Off
- ZTest Always
-
- Pass
- {
- CGPROGRAM
- #pragma vertex VertShader
- #pragma fragment PixShader
- #pragma shader_feature __ OUTLINE_ON
- #pragma shader_feature __ UNDERLAY_ON UNDERLAY_INNER
-
- #include "UnityCG.cginc"
- #include "UnityUI.cginc"
- #include "TMP_Properties.cginc"
-
- #include "TMP_SDF_SSD.cginc"
-
- ENDCG
- }
- }
-
- CustomEditor "TMPro.EditorUtilities.TMP_SDFShaderGUI"
-}
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Shaders/TMP_SDF Internal Editor.shader.meta b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Shaders/TMP_SDF Internal Editor.shader.meta
deleted file mode 100644
index 5ba708d8..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Shaders/TMP_SDF Internal Editor.shader.meta
+++ /dev/null
@@ -1,9 +0,0 @@
-fileFormatVersion: 2
-guid: 9c442dc870b456e48b615cd8add0e9ef
-ShaderImporter:
- externalObjects: {}
- defaultTextures: []
- nonModifiableTextures: []
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Shaders/TMP_SDF_SSD.cginc b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Shaders/TMP_SDF_SSD.cginc
deleted file mode 100644
index 0f587bd4..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Shaders/TMP_SDF_SSD.cginc
+++ /dev/null
@@ -1,132 +0,0 @@
-struct vertex_t
-{
- float4 position : POSITION;
- float3 normal : NORMAL;
- float4 color : COLOR;
- float2 texcoord0 : TEXCOORD0;
- float2 texcoord1 : TEXCOORD1;
-};
-
-struct pixel_t
-{
- float4 position : SV_POSITION;
- float4 faceColor : COLOR;
- float4 outlineColor : COLOR1;
- float2 texcoord0 : TEXCOORD0;
- float4 param : TEXCOORD1; // weight, scaleRatio
- float2 clipUV : TEXCOORD2;
- #if (UNDERLAY_ON || UNDERLAY_INNER)
- float4 texcoord2 : TEXCOORD3;
- float4 underlayColor : COLOR2;
- #endif
-};
-
-sampler2D _GUIClipTexture;
-uniform float4x4 unity_GUIClipTextureMatrix;
-float4 _MainTex_TexelSize;
-
-float4 SRGBToLinear(float4 rgba)
-{
- return float4(lerp(rgba.rgb / 12.92f, pow((rgba.rgb + 0.055f) / 1.055f, 2.4f), step(0.04045f, rgba.rgb)), rgba.a);
-}
-
-pixel_t VertShader(vertex_t input)
-{
- pixel_t output;
-
- float bold = step(input.texcoord1.y, 0);
-
- float4 vert = input.position;
- vert.x += _VertexOffsetX;
- vert.y += _VertexOffsetY;
-
- float4 vPosition = UnityObjectToClipPos(vert);
-
- float weight = lerp(_WeightNormal, _WeightBold, bold) / 4.0;
- weight = (weight + _FaceDilate) * _ScaleRatioA * 0.5;
-
- // Generate UV for the Clip Texture
- float3 eyePos = UnityObjectToViewPos(input.position);
- float2 clipUV = mul(unity_GUIClipTextureMatrix, float4(eyePos.xy, 0, 1.0));
-
- float4 color = input.color;
- #if (FORCE_LINEAR && !UNITY_COLORSPACE_GAMMA)
- color = SRGBToLinear(input.color);
- #endif
-
- float opacity = color.a;
- #if (UNDERLAY_ON | UNDERLAY_INNER)
- opacity = 1.0;
- #endif
-
- float4 faceColor = float4(color.rgb, opacity) * _FaceColor;
- faceColor.rgb *= faceColor.a;
-
- float4 outlineColor = _OutlineColor;
- outlineColor.a *= opacity;
- outlineColor.rgb *= outlineColor.a;
-
- output.position = vPosition;
- output.faceColor = faceColor;
- output.outlineColor = outlineColor;
- output.texcoord0 = float2(input.texcoord0.xy);
- output.param = float4(0.5 - weight, 1.3333 * _GradientScale * (_Sharpness + 1) / _MainTex_TexelSize.z , _OutlineWidth * _ScaleRatioA * 0.5, 0);
- output.clipUV = clipUV;
-
- #if (UNDERLAY_ON || UNDERLAY_INNER)
- float4 underlayColor = _UnderlayColor;
- underlayColor.rgb *= underlayColor.a;
-
- float x = -(_UnderlayOffsetX * _ScaleRatioC) * _GradientScale / _MainTex_TexelSize.z;
- float y = -(_UnderlayOffsetY * _ScaleRatioC) * _GradientScale / _MainTex_TexelSize.w;
-
- output.texcoord2 = float4(input.texcoord0 + float2(x, y), input.color.a, 0);
- output.underlayColor = underlayColor;
- #endif
-
- return output;
-}
-
-float4 PixShader(pixel_t input) : SV_Target
-{
- float d = tex2D(_MainTex, input.texcoord0.xy).a;
-
- float2 UV = input.texcoord0.xy;
- float scale = rsqrt(abs(ddx(UV.x) * ddy(UV.y) - ddy(UV.x) * ddx(UV.y))) * input.param.y;
-
- #if (UNDERLAY_ON | UNDERLAY_INNER)
- float layerScale = scale;
- layerScale /= 1 + ((_UnderlaySoftness * _ScaleRatioC) * layerScale);
- float layerBias = input.param.x * layerScale - .5 - ((_UnderlayDilate * _ScaleRatioC) * .5 * layerScale);
- #endif
-
- scale /= 1 + (_OutlineSoftness * _ScaleRatioA * scale);
-
- float4 faceColor = input.faceColor * saturate((d - input.param.x) * scale + 0.5);
-
- #ifdef OUTLINE_ON
- float4 outlineColor = lerp(input.faceColor, input.outlineColor, sqrt(min(1.0, input.param.z * scale * 2)));
- faceColor = lerp(outlineColor, input.faceColor, saturate((d - input.param.x - input.param.z) * scale + 0.5));
- faceColor *= saturate((d - input.param.x + input.param.z) * scale + 0.5);
- #endif
-
- #if UNDERLAY_ON
- d = tex2D(_MainTex, input.texcoord2.xy).a * layerScale;
- faceColor += float4(_UnderlayColor.rgb * _UnderlayColor.a, _UnderlayColor.a) * saturate(d - layerBias) * (1 - faceColor.a);
- #endif
-
- #if UNDERLAY_INNER
- float bias = input.param.x * scale - 0.5;
- float sd = saturate(d * scale - bias - input.param.z);
- d = tex2D(_MainTex, input.texcoord2.xy).a * layerScale;
- faceColor += float4(_UnderlayColor.rgb * _UnderlayColor.a, _UnderlayColor.a) * (1 - saturate(d - layerBias)) * sd * (1 - faceColor.a);
- #endif
-
- #if (UNDERLAY_ON | UNDERLAY_INNER)
- faceColor *= input.texcoord2.z;
- #endif
-
- faceColor *= tex2D(_GUIClipTexture, input.clipUV).a;
-
- return faceColor;
-}
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Shaders/TMP_SDF_SSD.cginc.meta b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Shaders/TMP_SDF_SSD.cginc.meta
deleted file mode 100644
index 3d0b3bf4..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Shaders/TMP_SDF_SSD.cginc.meta
+++ /dev/null
@@ -1,9 +0,0 @@
-fileFormatVersion: 2
-guid: abe6991365a27d341a10580f3b7c0f44
-ShaderImporter:
- externalObjects: {}
- defaultTextures: []
- nonModifiableTextures: []
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures.meta b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures.meta
deleted file mode 100644
index d6754b05..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures.meta
+++ /dev/null
@@ -1,8 +0,0 @@
-fileFormatVersion: 2
-guid: f8e6a2d47aba4c6c9b3c5a72d9f48da5
-folderAsset: yes
-DefaultImporter:
- externalObjects: {}
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/SectionHeader_Dark.psd b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/SectionHeader_Dark.psd
deleted file mode 100644
index 8ebaa27a..00000000
Binary files a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/SectionHeader_Dark.psd and /dev/null differ
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/SectionHeader_Dark.psd.meta b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/SectionHeader_Dark.psd.meta
deleted file mode 100644
index ed7250a7..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/SectionHeader_Dark.psd.meta
+++ /dev/null
@@ -1,53 +0,0 @@
-fileFormatVersion: 2
-guid: fb5730e24283d0c489e5c7d0bee023d9
-TextureImporter:
- fileIDToRecycleName: {}
- serializedVersion: 2
- mipmaps:
- mipMapMode: 0
- enableMipMap: 0
- linearTexture: 1
- correctGamma: 0
- fadeOut: 0
- borderMipMap: 0
- mipMapFadeDistanceStart: 1
- mipMapFadeDistanceEnd: 3
- bumpmap:
- convertToNormalMap: 0
- externalNormalMap: 0
- heightScale: .25
- normalMapFilter: 0
- isReadable: 0
- grayScaleToAlpha: 0
- generateCubemap: 0
- cubemapConvolution: 0
- cubemapConvolutionSteps: 8
- cubemapConvolutionExponent: 1.5
- seamlessCubemap: 0
- textureFormat: -3
- maxTextureSize: 32
- textureSettings:
- filterMode: 0
- aniso: 1
- mipBias: -1
- wrapMode: 1
- nPOTScale: 0
- lightmap: 0
- rGBM: 0
- compressionQuality: 50
- spriteMode: 0
- spriteExtrude: 1
- spriteMeshType: 1
- alignment: 0
- spritePivot: {x: .5, y: .5}
- spriteBorder: {x: 0, y: 0, z: 0, w: 0}
- spritePixelsToUnits: 100
- alphaIsTransparency: 1
- textureType: 2
- buildTargetSettings: []
- spriteSheet:
- sprites: []
- spritePackingTag:
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/SectionHeader_Light.psd b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/SectionHeader_Light.psd
deleted file mode 100644
index e598e6d9..00000000
Binary files a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/SectionHeader_Light.psd and /dev/null differ
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/SectionHeader_Light.psd.meta b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/SectionHeader_Light.psd.meta
deleted file mode 100644
index 1e747b22..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/SectionHeader_Light.psd.meta
+++ /dev/null
@@ -1,53 +0,0 @@
-fileFormatVersion: 2
-guid: e3b0f810fdea84e40ab4ba20f256f7e8
-TextureImporter:
- fileIDToRecycleName: {}
- serializedVersion: 2
- mipmaps:
- mipMapMode: 0
- enableMipMap: 0
- linearTexture: 1
- correctGamma: 0
- fadeOut: 0
- borderMipMap: 0
- mipMapFadeDistanceStart: 1
- mipMapFadeDistanceEnd: 3
- bumpmap:
- convertToNormalMap: 0
- externalNormalMap: 0
- heightScale: .25
- normalMapFilter: 0
- isReadable: 0
- grayScaleToAlpha: 0
- generateCubemap: 0
- cubemapConvolution: 0
- cubemapConvolutionSteps: 8
- cubemapConvolutionExponent: 1.5
- seamlessCubemap: 0
- textureFormat: -3
- maxTextureSize: 32
- textureSettings:
- filterMode: 0
- aniso: 1
- mipBias: -1
- wrapMode: 1
- nPOTScale: 0
- lightmap: 0
- rGBM: 0
- compressionQuality: 50
- spriteMode: 0
- spriteExtrude: 1
- spriteMeshType: 1
- alignment: 0
- spritePivot: {x: .5, y: .5}
- spriteBorder: {x: 0, y: 0, z: 0, w: 0}
- spritePixelsToUnits: 100
- alphaIsTransparency: 1
- textureType: 2
- buildTargetSettings: []
- spriteSheet:
- sprites: []
- spritePackingTag:
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignBaseLine.psd b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignBaseLine.psd
deleted file mode 100644
index 3da358a1..00000000
Binary files a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignBaseLine.psd and /dev/null differ
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignBaseLine.psd.meta b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignBaseLine.psd.meta
deleted file mode 100644
index 09deb3c8..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignBaseLine.psd.meta
+++ /dev/null
@@ -1,53 +0,0 @@
-fileFormatVersion: 2
-guid: 8bc445bb79654bf496c92d0407840a92
-TextureImporter:
- fileIDToRecycleName: {}
- serializedVersion: 2
- mipmaps:
- mipMapMode: 0
- enableMipMap: 0
- linearTexture: 1
- correctGamma: 0
- fadeOut: 0
- borderMipMap: 0
- mipMapFadeDistanceStart: 1
- mipMapFadeDistanceEnd: 3
- bumpmap:
- convertToNormalMap: 0
- externalNormalMap: 0
- heightScale: .25
- normalMapFilter: 0
- isReadable: 0
- grayScaleToAlpha: 0
- generateCubemap: 0
- cubemapConvolution: 0
- cubemapConvolutionSteps: 8
- cubemapConvolutionExponent: 1.5
- seamlessCubemap: 0
- textureFormat: -3
- maxTextureSize: 32
- textureSettings:
- filterMode: 0
- aniso: 1
- mipBias: -1
- wrapMode: 1
- nPOTScale: 0
- lightmap: 0
- rGBM: 0
- compressionQuality: 50
- spriteMode: 0
- spriteExtrude: 1
- spriteMeshType: 1
- alignment: 0
- spritePivot: {x: .5, y: .5}
- spriteBorder: {x: 0, y: 0, z: 0, w: 0}
- spritePixelsToUnits: 100
- alphaIsTransparency: 1
- textureType: 2
- buildTargetSettings: []
- spriteSheet:
- sprites: []
- spritePackingTag:
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignBaseLine_Light.psd b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignBaseLine_Light.psd
deleted file mode 100644
index cf49b6cb..00000000
Binary files a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignBaseLine_Light.psd and /dev/null differ
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignBaseLine_Light.psd.meta b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignBaseLine_Light.psd.meta
deleted file mode 100644
index 78e14cba..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignBaseLine_Light.psd.meta
+++ /dev/null
@@ -1,53 +0,0 @@
-fileFormatVersion: 2
-guid: 18775b51e3bd42299fd30bd036ea982f
-TextureImporter:
- fileIDToRecycleName: {}
- serializedVersion: 2
- mipmaps:
- mipMapMode: 0
- enableMipMap: 0
- linearTexture: 1
- correctGamma: 0
- fadeOut: 0
- borderMipMap: 0
- mipMapFadeDistanceStart: 1
- mipMapFadeDistanceEnd: 3
- bumpmap:
- convertToNormalMap: 0
- externalNormalMap: 0
- heightScale: .25
- normalMapFilter: 0
- isReadable: 0
- grayScaleToAlpha: 0
- generateCubemap: 0
- cubemapConvolution: 0
- cubemapConvolutionSteps: 8
- cubemapConvolutionExponent: 1.5
- seamlessCubemap: 0
- textureFormat: -3
- maxTextureSize: 32
- textureSettings:
- filterMode: 0
- aniso: 1
- mipBias: -1
- wrapMode: 1
- nPOTScale: 0
- lightmap: 0
- rGBM: 0
- compressionQuality: 50
- spriteMode: 0
- spriteExtrude: 1
- spriteMeshType: 1
- alignment: 0
- spritePivot: {x: .5, y: .5}
- spriteBorder: {x: 0, y: 0, z: 0, w: 0}
- spritePixelsToUnits: 100
- alphaIsTransparency: 1
- textureType: 2
- buildTargetSettings: []
- spriteSheet:
- sprites: []
- spritePackingTag:
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignBottom.psd b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignBottom.psd
deleted file mode 100644
index 1f35779e..00000000
Binary files a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignBottom.psd and /dev/null differ
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignBottom.psd.meta b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignBottom.psd.meta
deleted file mode 100644
index 8e79b489..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignBottom.psd.meta
+++ /dev/null
@@ -1,53 +0,0 @@
-fileFormatVersion: 2
-guid: ca51b19024094d1b87f3e07edb0a75fb
-TextureImporter:
- fileIDToRecycleName: {}
- serializedVersion: 2
- mipmaps:
- mipMapMode: 0
- enableMipMap: 0
- linearTexture: 1
- correctGamma: 0
- fadeOut: 0
- borderMipMap: 0
- mipMapFadeDistanceStart: 1
- mipMapFadeDistanceEnd: 3
- bumpmap:
- convertToNormalMap: 0
- externalNormalMap: 0
- heightScale: .25
- normalMapFilter: 0
- isReadable: 0
- grayScaleToAlpha: 0
- generateCubemap: 0
- cubemapConvolution: 0
- cubemapConvolutionSteps: 8
- cubemapConvolutionExponent: 1.5
- seamlessCubemap: 0
- textureFormat: -3
- maxTextureSize: 32
- textureSettings:
- filterMode: 0
- aniso: 1
- mipBias: -1
- wrapMode: 1
- nPOTScale: 0
- lightmap: 0
- rGBM: 0
- compressionQuality: 50
- spriteMode: 0
- spriteExtrude: 1
- spriteMeshType: 1
- alignment: 0
- spritePivot: {x: .5, y: .5}
- spriteBorder: {x: 0, y: 0, z: 0, w: 0}
- spritePixelsToUnits: 100
- alphaIsTransparency: 1
- textureType: 2
- buildTargetSettings: []
- spriteSheet:
- sprites: []
- spritePackingTag:
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignBottom_Light.psd b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignBottom_Light.psd
deleted file mode 100644
index d8af55bd..00000000
Binary files a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignBottom_Light.psd and /dev/null differ
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignBottom_Light.psd.meta b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignBottom_Light.psd.meta
deleted file mode 100644
index 9c9a6fc0..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignBottom_Light.psd.meta
+++ /dev/null
@@ -1,53 +0,0 @@
-fileFormatVersion: 2
-guid: 585b70cb75dd43efbfead809c30a1731
-TextureImporter:
- fileIDToRecycleName: {}
- serializedVersion: 2
- mipmaps:
- mipMapMode: 0
- enableMipMap: 0
- linearTexture: 1
- correctGamma: 0
- fadeOut: 0
- borderMipMap: 0
- mipMapFadeDistanceStart: 1
- mipMapFadeDistanceEnd: 3
- bumpmap:
- convertToNormalMap: 0
- externalNormalMap: 0
- heightScale: .25
- normalMapFilter: 0
- isReadable: 0
- grayScaleToAlpha: 0
- generateCubemap: 0
- cubemapConvolution: 0
- cubemapConvolutionSteps: 8
- cubemapConvolutionExponent: 1.5
- seamlessCubemap: 0
- textureFormat: -3
- maxTextureSize: 32
- textureSettings:
- filterMode: 0
- aniso: 1
- mipBias: -1
- wrapMode: 1
- nPOTScale: 0
- lightmap: 0
- rGBM: 0
- compressionQuality: 50
- spriteMode: 0
- spriteExtrude: 1
- spriteMeshType: 1
- alignment: 0
- spritePivot: {x: .5, y: .5}
- spriteBorder: {x: 0, y: 0, z: 0, w: 0}
- spritePixelsToUnits: 100
- alphaIsTransparency: 1
- textureType: 2
- buildTargetSettings: []
- spriteSheet:
- sprites: []
- spritePackingTag:
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignCapLine.psd b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignCapLine.psd
deleted file mode 100644
index 7eefe6b2..00000000
Binary files a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignCapLine.psd and /dev/null differ
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignCapLine.psd.meta b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignCapLine.psd.meta
deleted file mode 100644
index 0455a2fc..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignCapLine.psd.meta
+++ /dev/null
@@ -1,58 +0,0 @@
-fileFormatVersion: 2
-guid: 0d9a36012a224080966c7b55896aa0f9
-timeCreated: 1467964791
-licenseType: Pro
-TextureImporter:
- fileIDToRecycleName: {}
- serializedVersion: 2
- mipmaps:
- mipMapMode: 0
- enableMipMap: 0
- linearTexture: 1
- correctGamma: 0
- fadeOut: 0
- borderMipMap: 0
- mipMapFadeDistanceStart: 1
- mipMapFadeDistanceEnd: 3
- bumpmap:
- convertToNormalMap: 0
- externalNormalMap: 0
- heightScale: 0.25
- normalMapFilter: 0
- isReadable: 0
- grayScaleToAlpha: 0
- generateCubemap: 0
- cubemapConvolution: 0
- cubemapConvolutionSteps: 7
- cubemapConvolutionExponent: 1.5
- seamlessCubemap: 0
- textureFormat: -3
- maxTextureSize: 32
- textureSettings:
- filterMode: 0
- aniso: 1
- mipBias: -1
- wrapMode: 1
- nPOTScale: 0
- lightmap: 0
- rGBM: 0
- compressionQuality: 50
- allowsAlphaSplitting: 0
- spriteMode: 0
- spriteExtrude: 1
- spriteMeshType: 1
- alignment: 0
- spritePivot: {x: 0.5, y: 0.5}
- spriteBorder: {x: 0, y: 0, z: 0, w: 0}
- spritePixelsToUnits: 100
- alphaIsTransparency: 1
- textureType: 2
- buildTargetSettings: []
- spriteSheet:
- serializedVersion: 2
- sprites: []
- outline: []
- spritePackingTag:
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignCapLine_Light.psd b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignCapLine_Light.psd
deleted file mode 100644
index f08bb6ce..00000000
Binary files a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignCapLine_Light.psd and /dev/null differ
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignCapLine_Light.psd.meta b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignCapLine_Light.psd.meta
deleted file mode 100644
index dfd05a11..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignCapLine_Light.psd.meta
+++ /dev/null
@@ -1,58 +0,0 @@
-fileFormatVersion: 2
-guid: 49679f302ac6408697f6b9314a38985c
-timeCreated: 1467964413
-licenseType: Pro
-TextureImporter:
- fileIDToRecycleName: {}
- serializedVersion: 2
- mipmaps:
- mipMapMode: 0
- enableMipMap: 0
- linearTexture: 1
- correctGamma: 0
- fadeOut: 0
- borderMipMap: 0
- mipMapFadeDistanceStart: 1
- mipMapFadeDistanceEnd: 3
- bumpmap:
- convertToNormalMap: 0
- externalNormalMap: 0
- heightScale: 0.25
- normalMapFilter: 0
- isReadable: 0
- grayScaleToAlpha: 0
- generateCubemap: 0
- cubemapConvolution: 0
- cubemapConvolutionSteps: 7
- cubemapConvolutionExponent: 1.5
- seamlessCubemap: 0
- textureFormat: -3
- maxTextureSize: 32
- textureSettings:
- filterMode: 0
- aniso: 1
- mipBias: -1
- wrapMode: 1
- nPOTScale: 0
- lightmap: 0
- rGBM: 0
- compressionQuality: 50
- allowsAlphaSplitting: 0
- spriteMode: 0
- spriteExtrude: 1
- spriteMeshType: 1
- alignment: 0
- spritePivot: {x: 0.5, y: 0.5}
- spriteBorder: {x: 0, y: 0, z: 0, w: 0}
- spritePixelsToUnits: 100
- alphaIsTransparency: 1
- textureType: 2
- buildTargetSettings: []
- spriteSheet:
- serializedVersion: 2
- sprites: []
- outline: []
- spritePackingTag:
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignCenter.psd b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignCenter.psd
deleted file mode 100644
index 939bc6dc..00000000
Binary files a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignCenter.psd and /dev/null differ
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignCenter.psd.meta b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignCenter.psd.meta
deleted file mode 100644
index d189fc27..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignCenter.psd.meta
+++ /dev/null
@@ -1,53 +0,0 @@
-fileFormatVersion: 2
-guid: 81ed8c76d2bc4a4c95d092c98af4e58f
-TextureImporter:
- fileIDToRecycleName: {}
- serializedVersion: 2
- mipmaps:
- mipMapMode: 0
- enableMipMap: 0
- linearTexture: 1
- correctGamma: 0
- fadeOut: 0
- borderMipMap: 0
- mipMapFadeDistanceStart: 1
- mipMapFadeDistanceEnd: 3
- bumpmap:
- convertToNormalMap: 0
- externalNormalMap: 0
- heightScale: .25
- normalMapFilter: 0
- isReadable: 0
- grayScaleToAlpha: 0
- generateCubemap: 0
- cubemapConvolution: 0
- cubemapConvolutionSteps: 8
- cubemapConvolutionExponent: 1.5
- seamlessCubemap: 0
- textureFormat: -3
- maxTextureSize: 32
- textureSettings:
- filterMode: 0
- aniso: 1
- mipBias: -1
- wrapMode: 1
- nPOTScale: 0
- lightmap: 0
- rGBM: 0
- compressionQuality: 50
- spriteMode: 0
- spriteExtrude: 1
- spriteMeshType: 1
- alignment: 0
- spritePivot: {x: .5, y: .5}
- spriteBorder: {x: 0, y: 0, z: 0, w: 0}
- spritePixelsToUnits: 100
- alphaIsTransparency: 1
- textureType: 2
- buildTargetSettings: []
- spriteSheet:
- sprites: []
- spritePackingTag:
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignCenterGeo.psd b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignCenterGeo.psd
deleted file mode 100644
index f9ce9a8b..00000000
Binary files a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignCenterGeo.psd and /dev/null differ
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignCenterGeo.psd.meta b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignCenterGeo.psd.meta
deleted file mode 100644
index 555bb1bb..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignCenterGeo.psd.meta
+++ /dev/null
@@ -1,56 +0,0 @@
-fileFormatVersion: 2
-guid: c76700ea0062413d9f69409b4e9e151b
-timeCreated: 1484171296
-licenseType: Pro
-TextureImporter:
- fileIDToRecycleName: {}
- serializedVersion: 2
- mipmaps:
- mipMapMode: 0
- enableMipMap: 0
- linearTexture: 1
- correctGamma: 0
- fadeOut: 0
- borderMipMap: 0
- mipMapFadeDistanceStart: 1
- mipMapFadeDistanceEnd: 3
- bumpmap:
- convertToNormalMap: 0
- externalNormalMap: 0
- heightScale: .25
- normalMapFilter: 0
- isReadable: 0
- grayScaleToAlpha: 0
- generateCubemap: 0
- cubemapConvolution: 0
- cubemapConvolutionSteps: 8
- cubemapConvolutionExponent: 1.5
- seamlessCubemap: 0
- textureFormat: -3
- maxTextureSize: 32
- textureSettings:
- filterMode: 0
- aniso: 1
- mipBias: -1
- wrapMode: 1
- nPOTScale: 0
- lightmap: 0
- rGBM: 0
- compressionQuality: 50
- allowsAlphaSplitting: 0
- spriteMode: 0
- spriteExtrude: 1
- spriteMeshType: 1
- alignment: 0
- spritePivot: {x: .5, y: .5}
- spriteBorder: {x: 0, y: 0, z: 0, w: 0}
- spritePixelsToUnits: 100
- alphaIsTransparency: 1
- textureType: 2
- buildTargetSettings: []
- spriteSheet:
- sprites: []
- spritePackingTag:
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignCenterGeo_Light.psd b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignCenterGeo_Light.psd
deleted file mode 100644
index e37b2e25..00000000
Binary files a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignCenterGeo_Light.psd and /dev/null differ
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignCenterGeo_Light.psd.meta b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignCenterGeo_Light.psd.meta
deleted file mode 100644
index 044d0c21..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignCenterGeo_Light.psd.meta
+++ /dev/null
@@ -1,56 +0,0 @@
-fileFormatVersion: 2
-guid: 35ff0937876540d3bd4b6a941df62a92
-timeCreated: 1484171296
-licenseType: Pro
-TextureImporter:
- fileIDToRecycleName: {}
- serializedVersion: 2
- mipmaps:
- mipMapMode: 0
- enableMipMap: 0
- linearTexture: 1
- correctGamma: 0
- fadeOut: 0
- borderMipMap: 0
- mipMapFadeDistanceStart: 1
- mipMapFadeDistanceEnd: 3
- bumpmap:
- convertToNormalMap: 0
- externalNormalMap: 0
- heightScale: .25
- normalMapFilter: 0
- isReadable: 0
- grayScaleToAlpha: 0
- generateCubemap: 0
- cubemapConvolution: 0
- cubemapConvolutionSteps: 8
- cubemapConvolutionExponent: 1.5
- seamlessCubemap: 0
- textureFormat: -3
- maxTextureSize: 32
- textureSettings:
- filterMode: 0
- aniso: 1
- mipBias: -1
- wrapMode: 1
- nPOTScale: 0
- lightmap: 0
- rGBM: 0
- compressionQuality: 50
- allowsAlphaSplitting: 0
- spriteMode: 0
- spriteExtrude: 1
- spriteMeshType: 1
- alignment: 0
- spritePivot: {x: .5, y: .5}
- spriteBorder: {x: 0, y: 0, z: 0, w: 0}
- spritePixelsToUnits: 100
- alphaIsTransparency: 1
- textureType: 2
- buildTargetSettings: []
- spriteSheet:
- sprites: []
- spritePackingTag:
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignCenter_Light.psd b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignCenter_Light.psd
deleted file mode 100644
index 7274887f..00000000
Binary files a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignCenter_Light.psd and /dev/null differ
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignCenter_Light.psd.meta b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignCenter_Light.psd.meta
deleted file mode 100644
index d98d3772..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignCenter_Light.psd.meta
+++ /dev/null
@@ -1,53 +0,0 @@
-fileFormatVersion: 2
-guid: 6ace62d30f494c948b71d5594afce11d
-TextureImporter:
- fileIDToRecycleName: {}
- serializedVersion: 2
- mipmaps:
- mipMapMode: 0
- enableMipMap: 0
- linearTexture: 1
- correctGamma: 0
- fadeOut: 0
- borderMipMap: 0
- mipMapFadeDistanceStart: 1
- mipMapFadeDistanceEnd: 3
- bumpmap:
- convertToNormalMap: 0
- externalNormalMap: 0
- heightScale: .25
- normalMapFilter: 0
- isReadable: 0
- grayScaleToAlpha: 0
- generateCubemap: 0
- cubemapConvolution: 0
- cubemapConvolutionSteps: 8
- cubemapConvolutionExponent: 1.5
- seamlessCubemap: 0
- textureFormat: -3
- maxTextureSize: 32
- textureSettings:
- filterMode: 0
- aniso: 1
- mipBias: -1
- wrapMode: 1
- nPOTScale: 0
- lightmap: 0
- rGBM: 0
- compressionQuality: 50
- spriteMode: 0
- spriteExtrude: 1
- spriteMeshType: 1
- alignment: 0
- spritePivot: {x: .5, y: .5}
- spriteBorder: {x: 0, y: 0, z: 0, w: 0}
- spritePixelsToUnits: 100
- alphaIsTransparency: 1
- textureType: 2
- buildTargetSettings: []
- spriteSheet:
- sprites: []
- spritePackingTag:
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignFlush.psd b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignFlush.psd
deleted file mode 100644
index eeeea67b..00000000
Binary files a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignFlush.psd and /dev/null differ
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignFlush.psd.meta b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignFlush.psd.meta
deleted file mode 100644
index 84ed28c0..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignFlush.psd.meta
+++ /dev/null
@@ -1,53 +0,0 @@
-fileFormatVersion: 2
-guid: 691475c57a824010be0c6f474caeb7e1
-TextureImporter:
- fileIDToRecycleName: {}
- serializedVersion: 2
- mipmaps:
- mipMapMode: 0
- enableMipMap: 0
- linearTexture: 1
- correctGamma: 0
- fadeOut: 0
- borderMipMap: 0
- mipMapFadeDistanceStart: 1
- mipMapFadeDistanceEnd: 3
- bumpmap:
- convertToNormalMap: 0
- externalNormalMap: 0
- heightScale: .25
- normalMapFilter: 0
- isReadable: 0
- grayScaleToAlpha: 0
- generateCubemap: 0
- cubemapConvolution: 0
- cubemapConvolutionSteps: 8
- cubemapConvolutionExponent: 1.5
- seamlessCubemap: 0
- textureFormat: -3
- maxTextureSize: 32
- textureSettings:
- filterMode: 0
- aniso: 1
- mipBias: -1
- wrapMode: 1
- nPOTScale: 0
- lightmap: 0
- rGBM: 0
- compressionQuality: 50
- spriteMode: 0
- spriteExtrude: 1
- spriteMeshType: 1
- alignment: 0
- spritePivot: {x: .5, y: .5}
- spriteBorder: {x: 0, y: 0, z: 0, w: 0}
- spritePixelsToUnits: 100
- alphaIsTransparency: 1
- textureType: 2
- buildTargetSettings: []
- spriteSheet:
- sprites: []
- spritePackingTag:
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignFlush_Light.psd b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignFlush_Light.psd
deleted file mode 100644
index b69f6a2e..00000000
Binary files a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignFlush_Light.psd and /dev/null differ
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignFlush_Light.psd.meta b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignFlush_Light.psd.meta
deleted file mode 100644
index b9e61247..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignFlush_Light.psd.meta
+++ /dev/null
@@ -1,53 +0,0 @@
-fileFormatVersion: 2
-guid: 64b9fad609434c489c32b1cdf2004a1c
-TextureImporter:
- fileIDToRecycleName: {}
- serializedVersion: 2
- mipmaps:
- mipMapMode: 0
- enableMipMap: 0
- linearTexture: 1
- correctGamma: 0
- fadeOut: 0
- borderMipMap: 0
- mipMapFadeDistanceStart: 1
- mipMapFadeDistanceEnd: 3
- bumpmap:
- convertToNormalMap: 0
- externalNormalMap: 0
- heightScale: .25
- normalMapFilter: 0
- isReadable: 0
- grayScaleToAlpha: 0
- generateCubemap: 0
- cubemapConvolution: 0
- cubemapConvolutionSteps: 8
- cubemapConvolutionExponent: 1.5
- seamlessCubemap: 0
- textureFormat: -3
- maxTextureSize: 32
- textureSettings:
- filterMode: 0
- aniso: 1
- mipBias: -1
- wrapMode: 1
- nPOTScale: 0
- lightmap: 0
- rGBM: 0
- compressionQuality: 50
- spriteMode: 0
- spriteExtrude: 1
- spriteMeshType: 1
- alignment: 0
- spritePivot: {x: .5, y: .5}
- spriteBorder: {x: 0, y: 0, z: 0, w: 0}
- spritePixelsToUnits: 100
- alphaIsTransparency: 1
- textureType: 2
- buildTargetSettings: []
- spriteSheet:
- sprites: []
- spritePackingTag:
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignJustified.psd b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignJustified.psd
deleted file mode 100644
index 3ce55c49..00000000
Binary files a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignJustified.psd and /dev/null differ
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignJustified.psd.meta b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignJustified.psd.meta
deleted file mode 100644
index f8a90b42..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignJustified.psd.meta
+++ /dev/null
@@ -1,59 +0,0 @@
-fileFormatVersion: 2
-guid: 92027f7f8cfc4feaa477da0dc38d3d46
-timeCreated: 1472535271
-licenseType: Pro
-TextureImporter:
- fileIDToRecycleName: {}
- serializedVersion: 2
- mipmaps:
- mipMapMode: 0
- enableMipMap: 0
- linearTexture: 1
- correctGamma: 0
- fadeOut: 0
- borderMipMap: 0
- mipMapFadeDistanceStart: 1
- mipMapFadeDistanceEnd: 3
- bumpmap:
- convertToNormalMap: 0
- externalNormalMap: 0
- heightScale: 0.25
- normalMapFilter: 0
- isReadable: 0
- grayScaleToAlpha: 0
- generateCubemap: 0
- cubemapConvolution: 0
- cubemapConvolutionSteps: 7
- cubemapConvolutionExponent: 1.5
- seamlessCubemap: 0
- textureFormat: -3
- maxTextureSize: 32
- textureSettings:
- filterMode: 0
- aniso: 1
- mipBias: -1
- wrapMode: 1
- nPOTScale: 0
- lightmap: 0
- rGBM: 0
- compressionQuality: 50
- allowsAlphaSplitting: 0
- spriteMode: 0
- spriteExtrude: 1
- spriteMeshType: 1
- alignment: 0
- spritePivot: {x: 0.5, y: 0.5}
- spriteBorder: {x: 0, y: 0, z: 0, w: 0}
- spritePixelsToUnits: 100
- alphaIsTransparency: 1
- spriteTessellationDetail: -1
- textureType: 2
- buildTargetSettings: []
- spriteSheet:
- serializedVersion: 2
- sprites: []
- outline: []
- spritePackingTag:
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignJustified_Light.psd b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignJustified_Light.psd
deleted file mode 100644
index d7fd5c82..00000000
Binary files a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignJustified_Light.psd and /dev/null differ
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignJustified_Light.psd.meta b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignJustified_Light.psd.meta
deleted file mode 100644
index e5b5aa85..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignJustified_Light.psd.meta
+++ /dev/null
@@ -1,59 +0,0 @@
-fileFormatVersion: 2
-guid: fa6bd40a216346b783a4cce741d277a5
-timeCreated: 1472535778
-licenseType: Pro
-TextureImporter:
- fileIDToRecycleName: {}
- serializedVersion: 2
- mipmaps:
- mipMapMode: 0
- enableMipMap: 0
- linearTexture: 1
- correctGamma: 0
- fadeOut: 0
- borderMipMap: 0
- mipMapFadeDistanceStart: 1
- mipMapFadeDistanceEnd: 3
- bumpmap:
- convertToNormalMap: 0
- externalNormalMap: 0
- heightScale: 0.25
- normalMapFilter: 0
- isReadable: 0
- grayScaleToAlpha: 0
- generateCubemap: 0
- cubemapConvolution: 0
- cubemapConvolutionSteps: 7
- cubemapConvolutionExponent: 1.5
- seamlessCubemap: 0
- textureFormat: -3
- maxTextureSize: 32
- textureSettings:
- filterMode: 0
- aniso: 1
- mipBias: -1
- wrapMode: 1
- nPOTScale: 0
- lightmap: 0
- rGBM: 0
- compressionQuality: 50
- allowsAlphaSplitting: 0
- spriteMode: 0
- spriteExtrude: 1
- spriteMeshType: 1
- alignment: 0
- spritePivot: {x: 0.5, y: 0.5}
- spriteBorder: {x: 0, y: 0, z: 0, w: 0}
- spritePixelsToUnits: 100
- alphaIsTransparency: 1
- spriteTessellationDetail: -1
- textureType: 2
- buildTargetSettings: []
- spriteSheet:
- serializedVersion: 2
- sprites: []
- outline: []
- spritePackingTag:
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignLeft.psd b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignLeft.psd
deleted file mode 100644
index fc7e10b2..00000000
Binary files a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignLeft.psd and /dev/null differ
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignLeft.psd.meta b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignLeft.psd.meta
deleted file mode 100644
index 8023379e..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignLeft.psd.meta
+++ /dev/null
@@ -1,53 +0,0 @@
-fileFormatVersion: 2
-guid: 9288066c33474b94b6ee5465f4df1cc0
-TextureImporter:
- fileIDToRecycleName: {}
- serializedVersion: 2
- mipmaps:
- mipMapMode: 0
- enableMipMap: 0
- linearTexture: 1
- correctGamma: 0
- fadeOut: 0
- borderMipMap: 0
- mipMapFadeDistanceStart: 1
- mipMapFadeDistanceEnd: 3
- bumpmap:
- convertToNormalMap: 0
- externalNormalMap: 0
- heightScale: .25
- normalMapFilter: 0
- isReadable: 0
- grayScaleToAlpha: 0
- generateCubemap: 0
- cubemapConvolution: 0
- cubemapConvolutionSteps: 8
- cubemapConvolutionExponent: 1.5
- seamlessCubemap: 0
- textureFormat: -3
- maxTextureSize: 32
- textureSettings:
- filterMode: 0
- aniso: 1
- mipBias: -1
- wrapMode: 1
- nPOTScale: 0
- lightmap: 0
- rGBM: 0
- compressionQuality: 50
- spriteMode: 0
- spriteExtrude: 1
- spriteMeshType: 1
- alignment: 0
- spritePivot: {x: .5, y: .5}
- spriteBorder: {x: 0, y: 0, z: 0, w: 0}
- spritePixelsToUnits: 100
- alphaIsTransparency: 1
- textureType: 2
- buildTargetSettings: []
- spriteSheet:
- sprites: []
- spritePackingTag:
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignLeft_Light.psd b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignLeft_Light.psd
deleted file mode 100644
index 5522c373..00000000
Binary files a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignLeft_Light.psd and /dev/null differ
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignLeft_Light.psd.meta b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignLeft_Light.psd.meta
deleted file mode 100644
index aaa8b81d..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignLeft_Light.psd.meta
+++ /dev/null
@@ -1,53 +0,0 @@
-fileFormatVersion: 2
-guid: 12736c98af174f91827a26b66d2b01b9
-TextureImporter:
- fileIDToRecycleName: {}
- serializedVersion: 2
- mipmaps:
- mipMapMode: 0
- enableMipMap: 0
- linearTexture: 1
- correctGamma: 0
- fadeOut: 0
- borderMipMap: 0
- mipMapFadeDistanceStart: 1
- mipMapFadeDistanceEnd: 3
- bumpmap:
- convertToNormalMap: 0
- externalNormalMap: 0
- heightScale: .25
- normalMapFilter: 0
- isReadable: 0
- grayScaleToAlpha: 0
- generateCubemap: 0
- cubemapConvolution: 0
- cubemapConvolutionSteps: 8
- cubemapConvolutionExponent: 1.5
- seamlessCubemap: 0
- textureFormat: -3
- maxTextureSize: 32
- textureSettings:
- filterMode: 0
- aniso: 1
- mipBias: -1
- wrapMode: 1
- nPOTScale: 0
- lightmap: 0
- rGBM: 0
- compressionQuality: 50
- spriteMode: 0
- spriteExtrude: 1
- spriteMeshType: 1
- alignment: 0
- spritePivot: {x: .5, y: .5}
- spriteBorder: {x: 0, y: 0, z: 0, w: 0}
- spritePixelsToUnits: 100
- alphaIsTransparency: 1
- textureType: 2
- buildTargetSettings: []
- spriteSheet:
- sprites: []
- spritePackingTag:
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignMidLine.psd b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignMidLine.psd
deleted file mode 100644
index 14d28a2d..00000000
Binary files a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignMidLine.psd and /dev/null differ
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignMidLine.psd.meta b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignMidLine.psd.meta
deleted file mode 100644
index e481463b..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignMidLine.psd.meta
+++ /dev/null
@@ -1,58 +0,0 @@
-fileFormatVersion: 2
-guid: c2f7f6a88b4c4f20a53deb72f3d9144c
-timeCreated: 1426240649
-licenseType: Store
-TextureImporter:
- fileIDToRecycleName: {}
- serializedVersion: 2
- mipmaps:
- mipMapMode: 0
- enableMipMap: 0
- linearTexture: 1
- correctGamma: 0
- fadeOut: 0
- borderMipMap: 0
- mipMapFadeDistanceStart: 1
- mipMapFadeDistanceEnd: 3
- bumpmap:
- convertToNormalMap: 0
- externalNormalMap: 0
- heightScale: 0.25
- normalMapFilter: 0
- isReadable: 0
- grayScaleToAlpha: 0
- generateCubemap: 0
- cubemapConvolution: 0
- cubemapConvolutionSteps: 8
- cubemapConvolutionExponent: 1.5
- seamlessCubemap: 0
- textureFormat: -3
- maxTextureSize: 32
- textureSettings:
- filterMode: 0
- aniso: 1
- mipBias: -1
- wrapMode: 1
- nPOTScale: 0
- lightmap: 0
- rGBM: 0
- compressionQuality: 50
- allowsAlphaSplitting: 0
- spriteMode: 0
- spriteExtrude: 1
- spriteMeshType: 1
- alignment: 0
- spritePivot: {x: 0.5, y: 0.5}
- spriteBorder: {x: 0, y: 0, z: 0, w: 0}
- spritePixelsToUnits: 100
- alphaIsTransparency: 1
- textureType: 2
- buildTargetSettings: []
- spriteSheet:
- serializedVersion: 2
- sprites: []
- outline: []
- spritePackingTag:
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignMiddle.psd b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignMiddle.psd
deleted file mode 100644
index c4483dbd..00000000
Binary files a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignMiddle.psd and /dev/null differ
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignMiddle.psd.meta b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignMiddle.psd.meta
deleted file mode 100644
index d1ec5285..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignMiddle.psd.meta
+++ /dev/null
@@ -1,53 +0,0 @@
-fileFormatVersion: 2
-guid: 41b96614b2e6494ba995ddcd252d11ae
-TextureImporter:
- fileIDToRecycleName: {}
- serializedVersion: 2
- mipmaps:
- mipMapMode: 0
- enableMipMap: 0
- linearTexture: 1
- correctGamma: 0
- fadeOut: 0
- borderMipMap: 0
- mipMapFadeDistanceStart: 1
- mipMapFadeDistanceEnd: 3
- bumpmap:
- convertToNormalMap: 0
- externalNormalMap: 0
- heightScale: .25
- normalMapFilter: 0
- isReadable: 0
- grayScaleToAlpha: 0
- generateCubemap: 0
- cubemapConvolution: 0
- cubemapConvolutionSteps: 8
- cubemapConvolutionExponent: 1.5
- seamlessCubemap: 0
- textureFormat: -3
- maxTextureSize: 32
- textureSettings:
- filterMode: 0
- aniso: 1
- mipBias: -1
- wrapMode: 1
- nPOTScale: 0
- lightmap: 0
- rGBM: 0
- compressionQuality: 50
- spriteMode: 0
- spriteExtrude: 1
- spriteMeshType: 1
- alignment: 0
- spritePivot: {x: .5, y: .5}
- spriteBorder: {x: 0, y: 0, z: 0, w: 0}
- spritePixelsToUnits: 100
- alphaIsTransparency: 1
- textureType: 2
- buildTargetSettings: []
- spriteSheet:
- sprites: []
- spritePackingTag:
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignMiddle_Light.psd b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignMiddle_Light.psd
deleted file mode 100644
index 4263bf9b..00000000
Binary files a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignMiddle_Light.psd and /dev/null differ
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignMiddle_Light.psd.meta b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignMiddle_Light.psd.meta
deleted file mode 100644
index 7cda20b7..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignMiddle_Light.psd.meta
+++ /dev/null
@@ -1,53 +0,0 @@
-fileFormatVersion: 2
-guid: 066619c9c9c84f89acb1b48c11a7efe2
-TextureImporter:
- fileIDToRecycleName: {}
- serializedVersion: 2
- mipmaps:
- mipMapMode: 0
- enableMipMap: 0
- linearTexture: 1
- correctGamma: 0
- fadeOut: 0
- borderMipMap: 0
- mipMapFadeDistanceStart: 1
- mipMapFadeDistanceEnd: 3
- bumpmap:
- convertToNormalMap: 0
- externalNormalMap: 0
- heightScale: .25
- normalMapFilter: 0
- isReadable: 0
- grayScaleToAlpha: 0
- generateCubemap: 0
- cubemapConvolution: 0
- cubemapConvolutionSteps: 8
- cubemapConvolutionExponent: 1.5
- seamlessCubemap: 0
- textureFormat: -3
- maxTextureSize: 32
- textureSettings:
- filterMode: 0
- aniso: 1
- mipBias: -1
- wrapMode: 1
- nPOTScale: 0
- lightmap: 0
- rGBM: 0
- compressionQuality: 50
- spriteMode: 0
- spriteExtrude: 1
- spriteMeshType: 1
- alignment: 0
- spritePivot: {x: .5, y: .5}
- spriteBorder: {x: 0, y: 0, z: 0, w: 0}
- spritePixelsToUnits: 100
- alphaIsTransparency: 1
- textureType: 2
- buildTargetSettings: []
- spriteSheet:
- sprites: []
- spritePackingTag:
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignMidline_Light.psd b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignMidline_Light.psd
deleted file mode 100644
index a5bed371..00000000
Binary files a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignMidline_Light.psd and /dev/null differ
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignMidline_Light.psd.meta b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignMidline_Light.psd.meta
deleted file mode 100644
index 6fabec54..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignMidline_Light.psd.meta
+++ /dev/null
@@ -1,58 +0,0 @@
-fileFormatVersion: 2
-guid: bb42b2d967d6427983c901a4ffc8ecd9
-timeCreated: 1426240650
-licenseType: Store
-TextureImporter:
- fileIDToRecycleName: {}
- serializedVersion: 2
- mipmaps:
- mipMapMode: 0
- enableMipMap: 0
- linearTexture: 1
- correctGamma: 0
- fadeOut: 0
- borderMipMap: 0
- mipMapFadeDistanceStart: 1
- mipMapFadeDistanceEnd: 3
- bumpmap:
- convertToNormalMap: 0
- externalNormalMap: 0
- heightScale: 0.25
- normalMapFilter: 0
- isReadable: 0
- grayScaleToAlpha: 0
- generateCubemap: 0
- cubemapConvolution: 0
- cubemapConvolutionSteps: 8
- cubemapConvolutionExponent: 1.5
- seamlessCubemap: 0
- textureFormat: -3
- maxTextureSize: 32
- textureSettings:
- filterMode: 0
- aniso: 1
- mipBias: -1
- wrapMode: 1
- nPOTScale: 0
- lightmap: 0
- rGBM: 0
- compressionQuality: 50
- allowsAlphaSplitting: 0
- spriteMode: 0
- spriteExtrude: 1
- spriteMeshType: 1
- alignment: 0
- spritePivot: {x: 0.5, y: 0.5}
- spriteBorder: {x: 0, y: 0, z: 0, w: 0}
- spritePixelsToUnits: 100
- alphaIsTransparency: 1
- textureType: 2
- buildTargetSettings: []
- spriteSheet:
- serializedVersion: 2
- sprites: []
- outline: []
- spritePackingTag:
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignRight.psd b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignRight.psd
deleted file mode 100644
index 4ef1998b..00000000
Binary files a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignRight.psd and /dev/null differ
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignRight.psd.meta b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignRight.psd.meta
deleted file mode 100644
index cf5c7649..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignRight.psd.meta
+++ /dev/null
@@ -1,53 +0,0 @@
-fileFormatVersion: 2
-guid: 342a0f8aca7f4f0691338912faec0494
-TextureImporter:
- fileIDToRecycleName: {}
- serializedVersion: 2
- mipmaps:
- mipMapMode: 0
- enableMipMap: 0
- linearTexture: 1
- correctGamma: 0
- fadeOut: 0
- borderMipMap: 0
- mipMapFadeDistanceStart: 1
- mipMapFadeDistanceEnd: 3
- bumpmap:
- convertToNormalMap: 0
- externalNormalMap: 0
- heightScale: .25
- normalMapFilter: 0
- isReadable: 0
- grayScaleToAlpha: 0
- generateCubemap: 0
- cubemapConvolution: 0
- cubemapConvolutionSteps: 8
- cubemapConvolutionExponent: 1.5
- seamlessCubemap: 0
- textureFormat: -3
- maxTextureSize: 32
- textureSettings:
- filterMode: 0
- aniso: 1
- mipBias: -1
- wrapMode: 1
- nPOTScale: 0
- lightmap: 0
- rGBM: 0
- compressionQuality: 50
- spriteMode: 0
- spriteExtrude: 1
- spriteMeshType: 1
- alignment: 0
- spritePivot: {x: .5, y: .5}
- spriteBorder: {x: 0, y: 0, z: 0, w: 0}
- spritePixelsToUnits: 100
- alphaIsTransparency: 1
- textureType: 2
- buildTargetSettings: []
- spriteSheet:
- sprites: []
- spritePackingTag:
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignRight_Light.psd b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignRight_Light.psd
deleted file mode 100644
index bdeff413..00000000
Binary files a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignRight_Light.psd and /dev/null differ
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignRight_Light.psd.meta b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignRight_Light.psd.meta
deleted file mode 100644
index dab7997c..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignRight_Light.psd.meta
+++ /dev/null
@@ -1,53 +0,0 @@
-fileFormatVersion: 2
-guid: e05ace3bd15740cda0bad60d89092a5b
-TextureImporter:
- fileIDToRecycleName: {}
- serializedVersion: 2
- mipmaps:
- mipMapMode: 0
- enableMipMap: 0
- linearTexture: 1
- correctGamma: 0
- fadeOut: 0
- borderMipMap: 0
- mipMapFadeDistanceStart: 1
- mipMapFadeDistanceEnd: 3
- bumpmap:
- convertToNormalMap: 0
- externalNormalMap: 0
- heightScale: .25
- normalMapFilter: 0
- isReadable: 0
- grayScaleToAlpha: 0
- generateCubemap: 0
- cubemapConvolution: 0
- cubemapConvolutionSteps: 8
- cubemapConvolutionExponent: 1.5
- seamlessCubemap: 0
- textureFormat: -3
- maxTextureSize: 32
- textureSettings:
- filterMode: 0
- aniso: 1
- mipBias: -1
- wrapMode: 1
- nPOTScale: 0
- lightmap: 0
- rGBM: 0
- compressionQuality: 50
- spriteMode: 0
- spriteExtrude: 1
- spriteMeshType: 1
- alignment: 0
- spritePivot: {x: .5, y: .5}
- spriteBorder: {x: 0, y: 0, z: 0, w: 0}
- spritePixelsToUnits: 100
- alphaIsTransparency: 1
- textureType: 2
- buildTargetSettings: []
- spriteSheet:
- sprites: []
- spritePackingTag:
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignTop.psd b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignTop.psd
deleted file mode 100644
index b00d4585..00000000
Binary files a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignTop.psd and /dev/null differ
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignTop.psd.meta b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignTop.psd.meta
deleted file mode 100644
index 74931bf8..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignTop.psd.meta
+++ /dev/null
@@ -1,53 +0,0 @@
-fileFormatVersion: 2
-guid: 48d034c499ee4697af9dd6e327110249
-TextureImporter:
- fileIDToRecycleName: {}
- serializedVersion: 2
- mipmaps:
- mipMapMode: 0
- enableMipMap: 0
- linearTexture: 1
- correctGamma: 0
- fadeOut: 0
- borderMipMap: 0
- mipMapFadeDistanceStart: 1
- mipMapFadeDistanceEnd: 3
- bumpmap:
- convertToNormalMap: 0
- externalNormalMap: 0
- heightScale: .25
- normalMapFilter: 0
- isReadable: 0
- grayScaleToAlpha: 0
- generateCubemap: 0
- cubemapConvolution: 0
- cubemapConvolutionSteps: 8
- cubemapConvolutionExponent: 1.5
- seamlessCubemap: 0
- textureFormat: -3
- maxTextureSize: 32
- textureSettings:
- filterMode: 0
- aniso: 1
- mipBias: -1
- wrapMode: 1
- nPOTScale: 0
- lightmap: 0
- rGBM: 0
- compressionQuality: 50
- spriteMode: 0
- spriteExtrude: 1
- spriteMeshType: 1
- alignment: 0
- spritePivot: {x: .5, y: .5}
- spriteBorder: {x: 0, y: 0, z: 0, w: 0}
- spritePixelsToUnits: 100
- alphaIsTransparency: 1
- textureType: 2
- buildTargetSettings: []
- spriteSheet:
- sprites: []
- spritePackingTag:
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignTop_Light.psd b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignTop_Light.psd
deleted file mode 100644
index 84f0e61c..00000000
Binary files a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignTop_Light.psd and /dev/null differ
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignTop_Light.psd.meta b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignTop_Light.psd.meta
deleted file mode 100644
index bbd509d1..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Editor Resources/Textures/btn_AlignTop_Light.psd.meta
+++ /dev/null
@@ -1,53 +0,0 @@
-fileFormatVersion: 2
-guid: ed041e68439749a69d0efa0e3d896c2e
-TextureImporter:
- fileIDToRecycleName: {}
- serializedVersion: 2
- mipmaps:
- mipMapMode: 0
- enableMipMap: 0
- linearTexture: 1
- correctGamma: 0
- fadeOut: 0
- borderMipMap: 0
- mipMapFadeDistanceStart: 1
- mipMapFadeDistanceEnd: 3
- bumpmap:
- convertToNormalMap: 0
- externalNormalMap: 0
- heightScale: .25
- normalMapFilter: 0
- isReadable: 0
- grayScaleToAlpha: 0
- generateCubemap: 0
- cubemapConvolution: 0
- cubemapConvolutionSteps: 8
- cubemapConvolutionExponent: 1.5
- seamlessCubemap: 0
- textureFormat: -3
- maxTextureSize: 32
- textureSettings:
- filterMode: 0
- aniso: 1
- mipBias: -1
- wrapMode: 1
- nPOTScale: 0
- lightmap: 0
- rGBM: 0
- compressionQuality: 50
- spriteMode: 0
- spriteExtrude: 1
- spriteMeshType: 1
- alignment: 0
- spritePivot: {x: .5, y: .5}
- spriteBorder: {x: 0, y: 0, z: 0, w: 0}
- spritePixelsToUnits: 100
- alphaIsTransparency: 1
- textureType: 2
- buildTargetSettings: []
- spriteSheet:
- sprites: []
- spritePackingTag:
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/LICENSE.md b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/LICENSE.md
deleted file mode 100644
index 37d06155..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/LICENSE.md
+++ /dev/null
@@ -1,5 +0,0 @@
-TextMesh Pro copyright © 2014-2019 Unity Technologies ApS
-
-Licensed under the Unity Companion License for Unity-dependent projects--see [Unity Companion License](http://www.unity3d.com/legal/licenses/Unity_Companion_License).
-
-Unless expressly provided otherwise, the Software under this license is made available strictly on an “AS IS” BASIS WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED. Please review the license for details on these and other terms and conditions.
\ No newline at end of file
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/LICENSE.md.meta b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/LICENSE.md.meta
deleted file mode 100644
index 1df95556..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/LICENSE.md.meta
+++ /dev/null
@@ -1,7 +0,0 @@
-fileFormatVersion: 2
-guid: 0d2d0f36e67d4518a07df76235e91f9a
-TextScriptImporter:
- externalObjects: {}
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Package Resources.meta b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Package Resources.meta
deleted file mode 100644
index e8a96b82..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Package Resources.meta
+++ /dev/null
@@ -1,8 +0,0 @@
-fileFormatVersion: 2
-guid: 5ec95f4d5b2d1f14e9ff8682562553f9
-folderAsset: yes
-DefaultImporter:
- externalObjects: {}
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Package Resources/TMP Essential Resources.unitypackage b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Package Resources/TMP Essential Resources.unitypackage
deleted file mode 100644
index aa27eb5b..00000000
Binary files a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Package Resources/TMP Essential Resources.unitypackage and /dev/null differ
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Package Resources/TMP Essential Resources.unitypackage.meta b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Package Resources/TMP Essential Resources.unitypackage.meta
deleted file mode 100644
index bc49ab30..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Package Resources/TMP Essential Resources.unitypackage.meta
+++ /dev/null
@@ -1,7 +0,0 @@
-fileFormatVersion: 2
-guid: ce4ff17ca867d2b48b5c8a4181611901
-DefaultImporter:
- externalObjects: {}
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Package Resources/TMP Examples & Extras.unitypackage b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Package Resources/TMP Examples & Extras.unitypackage
deleted file mode 100644
index ea3a62b9..00000000
Binary files a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Package Resources/TMP Examples & Extras.unitypackage and /dev/null differ
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Package Resources/TMP Examples & Extras.unitypackage.meta b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Package Resources/TMP Examples & Extras.unitypackage.meta
deleted file mode 100644
index aaf21f78..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Package Resources/TMP Examples & Extras.unitypackage.meta
+++ /dev/null
@@ -1,7 +0,0 @@
-fileFormatVersion: 2
-guid: bc00e25696e4132499f56528d3fed2e3
-DefaultImporter:
- externalObjects: {}
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/PackageConversionData.json b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/PackageConversionData.json
deleted file mode 100644
index 05c193e2..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/PackageConversionData.json
+++ /dev/null
@@ -1,654 +0,0 @@
-{
- "assetRecords": [
- {
- "referencedResource": "Blue to Purple - Vertical.asset",
- "target": "guid: 1e643bbd7e13d46418da3774e72bef60",
- "replacement": "guid: 479a66fa4b094512a62b0a8e553ad95a"
- },
- {
- "referencedResource": "Dark to Light Green - Vertical.asset",
- "target": "guid: 90c9133b254e2184b8084dea4f392337",
- "replacement": "guid: 4c86a3366cd840348ebe8dc438570ee4"
- },
- {
- "referencedResource": "Light to Dark Green - Vertical.asset",
- "target": "guid: 33c745f0979f3984182a138bcc6e57ec",
- "replacement": "guid: 5cf8ae092ca54931b443bec5148f3c59"
- },
- {
- "referencedResource": "Yellow to Orange - Vertical.asset",
- "target": "guid: e002cb2a36d9e4a439a062867fa24e1e",
- "replacement": "guid: 69a525efa7e6472eab268f6ea605f06e"
- },
- {
- "referencedResource": "Crate - Surface Shader Scene.mat",
- "target": "guid: e177c46c2a091564d88df2c2ca9dcf97",
- "replacement": "guid: e6b9b44320f4448d9d5e0ee634259966"
- },
- {
- "referencedResource": "Ground - Logo Scene.mat",
- "target": "guid: 504ae362e57fc464b847f1e9fd0e4035",
- "replacement": "guid: c719e38f25a9480abd2480ab621a2949"
- },
- {
- "referencedResource": "Ground - Surface Shader Scene.mat",
- "target": "guid: 9ed9aa864ec2d7f4dad266b9534c6d85",
- "replacement": "guid: aadd5a709a48466c887296bb5b1b8110"
- },
- {
- "referencedResource": "Small Crate_diffuse.mat",
- "target": "guid: 92f161029a6d3c54a92d9d283352a135",
- "replacement": "guid: 22262639920f43d6be32430e4e58350d"
- },
- {
- "referencedResource": "Text Popup.prefab",
- "target": "guid: c879e892866c8db4f8930b25672233ac",
- "replacement": "guid: b06f0e6c1dfa4356ac918da1bb32c603"
- },
- {
- "referencedResource": "TextMeshPro - Prefab 1.prefab",
- "target": "guid: a6a60659abb4d9d4b934feebd3dcc952",
- "replacement": "guid: a6e39ced0ea046bcb636c3f0b2e2a745"
- },
- {
- "referencedResource": "TextMeshPro - Prefab 2.prefab",
- "target": "guid: 1b190e3e0ab4c8e4881656b9160c59c2",
- "replacement": "guid: fdad9d952ae84cafb74c63f2e694d042"
- },
- {
- "referencedResource": "Anton SDF.asset",
- "target": "guid: f76ef802b8b940c46a31f9027f2b0158",
- "replacement": "guid: 8a89fa14b10d46a99122fd4f73fca9a2"
- },
- {
- "referencedResource": "Anton SDF - Drop Shadow.mat",
- "target": "guid: 250a1a103b3b4914c9707e6a423446d6",
- "replacement": "guid: 749b9069dc4742c5bfa5c74644049926"
- },
- {
- "referencedResource": "Anton SDF - Outline.mat",
- "target": "guid: e077dc203e948b740859c1c0ca8b9691",
- "replacement": "guid: a00013af81304728b2be1f4309ee2433"
- },
- {
- "referencedResource": "Bangers SDF.asset",
- "target": "guid: 808aa8f1ab804104aa7d0c337a6c1481",
- "replacement": "guid: 125cb55b44b24c4393181402bc6200e6"
- },
- {
- "referencedResource": "Bangers SDF - Drop Shadow.mat",
- "target": "guid: c26f698d4eee19e4a8b8f42cd299bab5",
- "replacement": "guid: f2dcf029949142e28b974630369c8b4e"
- },
- {
- "referencedResource": "Bangers SDF - Outline.mat",
- "target": "guid: db7f2cfbf23d6d54ca4e74a9abd55326",
- "replacement": "guid: f629c6e43dba4bf38cb74d8860150664"
- },
- {
- "referencedResource": "Bangers SDF Glow.mat",
- "target": "guid: 7dd7006c58d8a3148a73aa211d8c13d0",
- "replacement": "guid: d75b8f41e959450c84ac6e967084d3e1"
- },
- {
- "referencedResource": "Bangers SDF Logo.mat",
- "target": "guid: 4fb51aa7001a2244395ddf6a15d37389",
- "replacement": "guid: f4e195ac1e204eff960149d1cb34e18c"
- },
- {
- "referencedResource": "Electronic Highway Sign SDF.asset",
- "target": "guid: 163292f6f226d954593d45b079f8aae0",
- "replacement": "guid: dc36b3fdc14f47ebb36fd484a67e268a"
- },
- {
- "referencedResource": "LiberationSans SDF - Drop Shadow.mat",
- "target": "guid: 33db60c37b63f08448ded4b385e74e38",
- "replacement": "guid: e73a58f6e2794ae7b1b7e50b7fb811b0"
- },
- {
- "referencedResource": "LiberationSans SDF - Metalic Green.mat",
- "target": "guid: 4f9843c79516ed1468b9b5a4f32e67e3",
- "replacement": "guid: 8b29aaa3eec7468097ff07adfcf29ac9"
- },
- {
- "referencedResource": "LiberationSans SDF - Outline.mat",
- "target": "guid: 83a1b0fe6c3dbac44b66f09c82e1d509",
- "replacement": "guid: 79459efec17a4d00a321bdcc27bbc385"
- },
- {
- "referencedResource": "LiberationSans SDF - Overlay.mat",
- "target": "guid: 55eb086ae18c76e4bb6cc7106d0dd6e2",
- "replacement": "guid: 9ad269c99dcf42b7aedefd83dd5a7b9d"
- },
- {
- "referencedResource": "LiberationSans SDF - Soft Mask.mat",
- "target": "guid: 74e06d99c1657fc4abd33f20685ea9ff",
- "replacement": "guid: 42df1c7856584b6b8db9a509b6b10074"
- },
- {
- "referencedResource": "Oswald Bold SDF.asset",
- "target": "guid: 09641b029dfa78843902b548a9de7553",
- "replacement": "guid: 0161d805a3764c089bef00bfe00793f5"
- },
- {
- "referencedResource": "Roboto-Bold SDF.asset",
- "target": "guid: d62a573c923f5cb47b8ff65261033b90",
- "replacement": "guid: 5302535af1044152a457ed104f1f4b91"
- },
- {
- "referencedResource": "Roboto-Bold SDF - Drop Shadow.mat",
- "target": "guid: 102e7c5c5e3b1f3468518cb166967d77",
- "replacement": "guid: b246c4190f4e46ec9352fe15a7b09ce0"
- },
- {
- "referencedResource": "Roboto-Bold SDF - Surface.mat",
- "target": "guid: e2da38ead8f8238449c54a1ef49e080f",
- "replacement": "guid: e6b276ec991f467aa14ef1f3cc665993"
- },
- {
- "referencedResource": "DropCap Numbers.asset",
- "target": "guid: c4fd2a959a50b584b92dedfefec1ffda",
- "replacement": "guid: 14aa93acbb234d16aaef0e8b46814db6"
- },
- {
- "referencedResource": "Benchmark01.cs",
- "target": "guid: c5fb1b5c24460f745be29cc0eb06a58c",
- "replacement": "guid: f970ea55f9f84bf79b05dab180b8c125"
- },
- {
- "referencedResource": "Benchmark01_UGUI.cs",
- "target": "guid: 5e6abf300e36c0a4eb43969c3f2172f8",
- "replacement": "guid: 8ef7be1c625941f7ba8ed7cc71718c0d"
- },
- {
- "referencedResource": "Benchmark02.cs",
- "target": "guid: 3467f4170568a484d8b57e2051a27363",
- "replacement": "guid: e8538afcddc14efbb5d9e94b7ae50197"
- },
- {
- "referencedResource": "Benchmark03.cs",
- "target": "guid: e6e9d20624a23da4c8b2b6fb7608bb9a",
- "replacement": "guid: a73109742c8d47ac822895a473300c29"
- },
- {
- "referencedResource": "Benchmark04.cs",
- "target": "guid: 481dd67bdedc3104ea2156ed49f3acd5",
- "replacement": "guid: dc20866c0d5e413ab7559440e15333ae"
- },
- {
- "referencedResource": "CameraController.cs",
- "target": "guid: a9f0e07aefca0cc459134ff9df622278",
- "replacement": "guid: 2d687537154440a3913a9a3c7977978c"
- },
- {
- "referencedResource": "ChatController.cs",
- "target": "guid: eba5a4db2591a5844aea5f6f3ad8548e",
- "replacement": "guid: 53d91f98a2664f5cb9af11de72ac54ec"
- },
- {
- "referencedResource": "EnvMapAnimator.cs",
- "target": "guid: 7e69f3f28c520ce4d9ab9964b2895b1a",
- "replacement": "guid: a4b6f99e8bc54541bbd149b014ff441c"
- },
- {
- "referencedResource": "ObjectSpin.cs",
- "target": "guid: 5e7872ff51989434dabf7807265ada3c",
- "replacement": "guid: 4f19c7f94c794c5097d8bd11e39c750d"
- },
- {
- "referencedResource": "ShaderPropAnimator.cs",
- "target": "guid: c56cf968fb6a5b6488e709242718845d",
- "replacement": "guid: 2787a46a4dc848c1b4b7b9307b614bfd"
- },
- {
- "referencedResource": "SimpleScript.cs",
- "target": "guid: c64808ff5137c9044a583750e5b0468a",
- "replacement": "guid: 9eff140b25d64601aabc6ba32245d099"
- },
- {
- "referencedResource": "SkewTextExample.cs",
- "target": "guid: 48d40dfeb33b717488f55ddbf676643a",
- "replacement": "guid: d412675cfb3441efa3bf8dcd9b7624dc"
- },
- {
- "referencedResource": "TeleType.cs",
- "target": "guid: 9094c5c777af3f14489e8947748e86e6",
- "replacement": "guid: e32c266ee6204b21a427753cb0694c81"
- },
- {
- "referencedResource": "TextConsoleSimulator.cs",
- "target": "guid: 45757dcc8f119454dac6365e8fd15e8b",
- "replacement": "guid: 43bcd35a1c0c40ccb6d472893fe2093f"
- },
- {
- "referencedResource": "TextMeshProFloatingText.cs",
- "target": "guid: dd0e4b969aa70504382a89d2f208ae6c",
- "replacement": "guid: a4d4c76e63944cba8c7d00f56334b98c"
- },
- {
- "referencedResource": "TextMeshSpawner.cs",
- "target": "guid: 385939aed18e82d41894437798c30ed8",
- "replacement": "guid: 76c11bbcfddf44e0ba17d6c2751c8d84"
- },
- {
- "referencedResource": "TMP_ExampleScript_01.cs",
- "target": "guid: 36bafabb5572c6347923b971425ab3be",
- "replacement": "guid: 6f2c5b59b6874405865e2616e4ec276a"
- },
- {
- "referencedResource": "TMP_FrameRateCounter.cs",
- "target": "guid: c0357609254b68d4881cab18f04dd4dc",
- "replacement": "guid: 686ec78b56aa445795335fbadafcfaa4"
- },
- {
- "referencedResource": "TMP_TextEventCheck.cs",
- "target": "guid: ba181bda76b7f6047ba2188e94bf0894",
- "replacement": "guid: d736ce056cf444ca96e424f4d9c42b76"
- },
- {
- "referencedResource": "TMP_TextEventHandler.cs",
- "target": "guid: 48a2fdbd95acd794caf78a85a0b6926a",
- "replacement": "guid: 1312ae25639a4bae8e25ae223209cc50"
- },
- {
- "referencedResource": "TMP_TextInfoDebugTool.cs",
- "target": "guid: 5eeee4467ee5b6a4884a1ec94812d93e",
- "replacement": "guid: 21256c5b62f346f18640dad779911e20"
- },
- {
- "referencedResource": "TMP_TextSelector_A.cs",
- "target": "guid: 68baf2864c88f4a43a50f16709de8717",
- "replacement": "guid: 103e0a6a1d404693b9fb1a5173e0e979"
- },
- {
- "referencedResource": "TMP_TextSelector_B.cs",
- "target": "guid: f499ff45b9a3d0840a0df48d01b2877b",
- "replacement": "guid: a05dcd8be7ec4ccbb35c26219884aa37"
- },
- {
- "referencedResource": "TMP_UiFrameRateCounter.cs",
- "target": "guid: dc33b7a34d20d5e4e8d54b6867ce81e3",
- "replacement": "guid: 24b0dc2d1d494adbbec1f4db26b4cf83"
- },
- {
- "referencedResource": "TMPro_InstructionOverlay.cs",
- "target": "guid: 53b866620ba77504eaf52cab7dbd95c9",
- "replacement": "guid: c3c1afeda5e545e0b19add5373896d2e"
- },
- {
- "referencedResource": "VertexColorCycler.cs",
- "target": "guid: c8d54cdd5913d4e4bb7b655d7d16835b",
- "replacement": "guid: 91b8ba3d52e041fab2d0e0f169855539"
- },
- {
- "referencedResource": "VertexJitter.cs",
- "target": "guid: e4769cb37968ea948a763a9a89f9e583",
- "replacement": "guid: 2ed57967c52645d390a89dcf8f61ba73"
- },
- {
- "referencedResource": "VertexShakeA.cs",
- "target": "guid: eaa12d191e718c945ac55da73fa469db",
- "replacement": "guid: f7cfa58e417a46ea8889989684c2522e"
- },
- {
- "referencedResource": "VertexShakeB.cs",
- "target": "guid: 32c83a5d3ba42b84aa26386eac47566b",
- "replacement": "guid: e4e0d9ccee5f4950be8979268c9014e0"
- },
- {
- "referencedResource": "VertexZoom.cs",
- "target": "guid: 5305493000edc7d4ea4302757dc19a99",
- "replacement": "guid: 52ec835d14bd486f900952b77698b7eb"
- },
- {
- "referencedResource": "WarpTextExample.cs",
- "target": "guid: f3eef864a10f51045a7530e2afe7c179",
- "replacement": "guid: 790744c462254b7ba8038e6ed28b3db2"
- },
- {
- "referencedResource": "DropCap Numbers.psd",
- "target": "guid: 28b41fef228d6814f90e541deaf9f262",
- "replacement": "guid: fd09957580ac4326916010f1f260975b"
- },
- {
- "referencedResource": "Brushed Metal 3.jpg",
- "target": "guid: c30270e41dccf9441ab56d94261bdcfa",
- "replacement": "guid: f88677df267a41d6be1e7a6133e7d227"
- },
- {
- "referencedResource": "Engraved Wall.jpg",
- "target": "guid: 93d6f74f2ef358e41989d4152b195f88",
- "replacement": "guid: e0f91e6569da4934a48d85bf8d3063f0"
- },
- {
- "referencedResource": "Engraved Wall Normal.jpg",
- "target": "guid: 1edd0950293e8664094053a041548c23",
- "replacement": "guid: 20f91c93e7fb490f9496609c52ef3904"
- },
- {
- "referencedResource": "Floor Cement.jpg",
- "target": "guid: ac5a0a5373b36e049bb7f98f88dbc244",
- "replacement": "guid: 283f897e4925411ebbaa758b4cb13fc2"
- },
- {
- "referencedResource": "Floor Tiles 1 - diffuse.jpg",
- "target": "guid: 7bbfb8818476e4641ba3e75f5225eb69",
- "replacement": "guid: 85ac55597b97403c82fc6601a93cf241"
- },
- {
- "referencedResource": "Floor Tiles 1 - normal.jpg",
- "target": "guid: e00d5a9a0944134448432ccacf221b95",
- "replacement": "guid: c45cd05946364f32aba704f0853a975b"
- },
- {
- "referencedResource": "Fruit Jelly (B&W).jpg",
- "target": "guid: 74d8c208a0193e14ca6916bea88a2c52",
- "replacement": "guid: 1cdc5b506b1a4a33a53c30669ced1f51"
- },
- {
- "referencedResource": "Gradient Diagonal (Color).jpg",
- "target": "guid: 2421a4955e71725448211e6bfbc7d7fb",
- "replacement": "guid: 2ce5c55e85304b819a1826ecbc839aa5"
- },
- {
- "referencedResource": "Gradient Horizontal (Color).jpg",
- "target": "guid: 0bbb43aff4f7811419ffceb1b16cf3d6",
- "replacement": "guid: 6eb184de103d4b3f812b38561065192f"
- },
- {
- "referencedResource": "Gradient Vertical (Color).jpg",
- "target": "guid: 3359915af07779e4e9a966df9eed764f",
- "replacement": "guid: 03d0538de6e24c0f819bfc9ce084dfa9"
- },
- {
- "referencedResource": "Mask Zig-n-Zag.psd",
- "target": "guid: 04eb87e72b3c1c648ba47a869ee00505",
- "replacement": "guid: bb8dfcd263ad4eb383a33d74a720be6f"
- },
- {
- "referencedResource": "Sand Normal Map.jpg",
- "target": "guid: 89e1b1c005d29cf4598ea861deb35a80",
- "replacement": "guid: 8b8c8a10edf94ddc8cc4cc4fcd5696a9"
- },
- {
- "referencedResource": "Small Crate_diffuse.jpg",
- "target": "guid: 64734c9bc6df32149a0c9cb0b18693e1",
- "replacement": "guid: 602cb87b6a29443b8636370ea0751574"
- },
- {
- "referencedResource": "Small Crate_normal.jpg",
- "target": "guid: 81b50d9cb6f3104448ec54c00a80101a",
- "replacement": "guid: 8878a782f4334ecbbcf683b3ac780966"
- },
- {
- "referencedResource": "Stainless 03.png",
- "target": "guid: 40d7f27f614cc1043a1f7e19074f461c",
- "replacement": "guid: 83cb272f9ee046f6ab6636ca38af8db4"
- },
- {
- "referencedResource": "Text Overflow - Linked Text Image 1.png",
- "target": "guid: 1fd8c568b1fcdbe43be65c1619cf3293",
- "replacement": "guid: 4ccf43d26c4748c792174516f4a8fcef"
- },
- {
- "referencedResource": "Text Overflow - Linked Text UI Screenshot.png",
- "target": "guid: 7983d2ec0427c114a916ae3c4769dc10",
- "replacement": "guid: c76d18757a194d618355f05f815cb0a1"
- },
- {
- "referencedResource": "Wipe Pattern - Circle.psd",
- "target": "guid: 6f5e9497d22a7a84193ec825e2eb41ac",
- "replacement": "guid: 10c49fcd9c64421db7c0133e61e55f97"
- },
- {
- "referencedResource": "Wipe Pattern - Diagonal.psd",
- "target": "guid: 8ee4d366b96418044aa9f94b3e2de645",
- "replacement": "guid: ed5290d8df18488780e2996b9b882f01"
- },
- {
- "referencedResource": "Wipe Pattern - Radial Double.psd",
- "target": "guid: 3e0e22da7c9570b498205179ef58ef38",
- "replacement": "guid: 7631f4eff8f74ed38eb3eb9db17134e1"
- },
- {
- "referencedResource": "Wipe Pattern - Radial Quad.psd",
- "target": "guid: 05ffd580f33f74644a6025ec196860af",
- "replacement": "guid: 2b5e9ae96c5644d8bae932f8b4ca68a2"
- },
- {
- "referencedResource": "LiberationSans SDF.asset",
- "target": "guid: 715b80e429c437e40867928a4e1fc975",
- "replacement": "guid: 8f586378b4e144a9851e7b34d9b748ee"
- },
- {
- "referencedResource": "LineBreaking Following Characters.txt",
- "target": "guid: 312ba5b9e90627940866e19549a788cf",
- "replacement": "guid: fade42e8bc714b018fac513c043d323b"
- },
- {
- "referencedResource": "LineBreaking Leading Characters.txt",
- "target": "guid: 8d713940fcbede142ae4a33ea0062b33",
- "replacement": "guid: d82c1b31c7e74239bff1220585707d2b"
- },
- {
- "referencedResource": "TMP_Bitmap.shader",
- "target": "guid: edfcf888cd11d9245b91d2883049a57e",
- "replacement": "guid: 128e987d567d4e2c824d754223b3f3b0"
- },
- {
- "referencedResource": "TMP_Bitmap-Mobile.shader",
- "target": "guid: d1cf17907700cb647aa3ea423ba38f2e",
- "replacement": "guid: 1e3b057af24249748ff873be7fafee47"
- },
- {
- "referencedResource": "TMP_SDF.shader",
- "target": "guid: dca26082f9cb439469295791d9f76fe5",
- "replacement": "guid: 68e6db2ebdc24f95958faec2be5558d6"
- },
- {
- "referencedResource": "TMP_SDF Overlay.shader",
- "target": "guid: 4a7755d6b5b67874f89c85f56f95fe97",
- "replacement": "guid: dd89cf5b9246416f84610a006f916af7"
- },
- {
- "referencedResource": "TMP_SDF-Mobile.shader",
- "target": "guid: cafd18099dfc0114896e0a8b277b81b6",
- "replacement": "guid: fe393ace9b354375a9cb14cdbbc28be4"
- },
- {
- "referencedResource": "TMP_SDF-Mobile Masking.shader",
- "target": "guid: afc255f7c2be52e41973a3d10a2e632d",
- "replacement": "guid: bc1ede39bf3643ee8e493720e4259791"
- },
- {
- "referencedResource": "TMP_SDF-Mobile Overlay.shader",
- "target": "guid: 9ecb3fe313cb5f7478141eba4a2d54ed",
- "replacement": "guid: a02a7d8c237544f1962732b55a9aebf1"
- },
- {
- "referencedResource": "TMP_SDF-Surface.shader",
- "target": "guid: 8e6b9842dbb1a5a4887378afab854e63",
- "replacement": "guid: f7ada0af4f174f0694ca6a487b8f543d"
- },
- {
- "referencedResource": "TMP_SDF-Surface-Mobile.shader",
- "target": "guid: 3c2ea7753c1425145a74d106ec1cd852",
- "replacement": "guid: 85187c2149c549c5b33f0cdb02836b17"
- },
- {
- "referencedResource": "TMP_Sprite.shader",
- "target": "guid: 3a1c68c8292caf046bd21158886c5e40",
- "replacement": "guid: cf81c85f95fe47e1a27f6ae460cf182c"
- },
- {
- "referencedResource": "Default Sprite Asset.asset",
- "target": "guid: 273ca6c80b4b5d746b5e548f532bffd8",
- "replacement": "guid: fbef3c704dce48f08a44612d6c856c8d"
- },
- {
- "referencedResource": "EmojiOne.asset",
- "target": "guid: 9a952e2781ef26940ae089f1053ef4ef",
- "replacement": "guid: c41005c129ba4d66911b75229fd70b45"
- },
- {
- "referencedResource": "TMP Default Style Sheet.asset",
- "target": "guid: 54d1085f9a2fdea4587fcfc7dddcd4bc",
- "replacement": "guid: f952c082cb03451daed3ee968ac6c63e"
- },
- {
- "referencedResource": "TMP Settings.asset",
- "target": "guid: 69ed5bac41eebaa4c97e9d2a4168c54f",
- "replacement": "guid: 3f5b5dff67a942289a9defa416b206f3"
- },
- {
- "referencedResource": "TextContainer.cs",
- "target": "guid: 3b34fc186f40e8043b977d4fa70db8c5",
- "replacement": "guid: 32d40088a6124c578ad6b428df586e2e"
- },
- {
- "referencedResource": "TextContainer.cs",
- "target": "fileID: 311004786, guid: 89f0137620f6af44b9ba852b4190e64e",
- "replacement": "fileID: 11500000, guid: 32d40088a6124c578ad6b428df586e2e"
- },
- {
- "referencedResource": "TextMeshPro.cs",
- "target": "guid: 1a1578b9753d2604f98d608cb4239e2f",
- "replacement": "guid: 9541d86e2fd84c1d9990edf0852d74ab"
- },
- {
- "referencedResource": "TextMeshPro.cs",
- "target": "fileID: -806885394, guid: 89f0137620f6af44b9ba852b4190e64e",
- "replacement": "fileID: 11500000, guid: 9541d86e2fd84c1d9990edf0852d74ab"
- },
- {
- "referencedResource": "TextMeshProUGUI.cs",
- "target": "guid: 496f2e385b0c62542b5c739ccfafd8da",
- "replacement": "guid: f4688fdb7df04437aeb418b961361dc5"
- },
- {
- "referencedResource": "TextMeshProUGUI.cs",
- "target": "fileID: 1453722849, guid: 89f0137620f6af44b9ba852b4190e64e",
- "replacement": "fileID: 11500000, guid: f4688fdb7df04437aeb418b961361dc5"
- },
- {
- "referencedResource": "TMP_Asset.cs",
- "target": "guid: e2c4405608b405a4680436e183e53c45",
- "replacement": "guid: 3bda1886f58f4e0ab1139400b160c3ee"
- },
- {
- "referencedResource": "TMP_Asset.cs",
- "target": "fileID: -659140726, guid: 89f0137620f6af44b9ba852b4190e64e",
- "replacement": "fileID: 11500000, guid: 3bda1886f58f4e0ab1139400b160c3ee"
- },
- {
- "referencedResource": "TMP_ColorGradient.cs",
- "target": "guid: e90e18dd4a044ff4394833216e6bf4d2",
- "replacement": "guid: 54d21f6ece3b46479f0c328f8c6007e0"
- },
- {
- "referencedResource": "TMP_ColorGradient.cs",
- "target": "fileID: 2108210716, guid: 89f0137620f6af44b9ba852b4190e64e",
- "replacement": "fileID: 11500000, guid: 54d21f6ece3b46479f0c328f8c6007e0"
- },
- {
- "referencedResource": "TMP_Dropdown.cs",
- "target": "guid: 44cb1d34ddab9d449a05fc3747876be1",
- "replacement": "guid: 7b743370ac3e4ec2a1668f5455a8ef8a"
- },
- {
- "referencedResource": "TMP_Dropdown.cs",
- "target": "fileID: 1148083418, guid: 89f0137620f6af44b9ba852b4190e64e",
- "replacement": "fileID: 11500000, guid: 7b743370ac3e4ec2a1668f5455a8ef8a"
- },
- {
- "referencedResource": "TMP_FontAsset.cs",
- "target": "guid: 74dfce233ddb29b4294c3e23c1d3650d",
- "replacement": "guid: 71c1514a6bd24e1e882cebbe1904ce04"
- },
- {
- "referencedResource": "TMP_FontAsset.cs",
- "target": "fileID: -667331979, guid: 89f0137620f6af44b9ba852b4190e64e",
- "replacement": "fileID: 11500000, guid: 71c1514a6bd24e1e882cebbe1904ce04"
- },
- {
- "referencedResource": "TMP_InputField.cs",
- "target": "guid: 7b85855a3deaa2e44ac6741a6bbc85f6",
- "replacement": "guid: 2da0c512f12947e489f739169773d7ca"
- },
- {
- "referencedResource": "TMP_InputField.cs",
- "target": "fileID: -1620774994, guid: 89f0137620f6af44b9ba852b4190e64e",
- "replacement": "fileID: 11500000, guid: 2da0c512f12947e489f739169773d7ca"
- },
- {
- "referencedResource": "TMP_Settings.cs",
- "target": "guid: aafc3c7b9e915d64e8ec3d2c88b3a231",
- "replacement": "guid: 2705215ac5b84b70bacc50632be6e391"
- },
- {
- "referencedResource": "TMP_Settings.cs",
- "target": "fileID: -395462249, guid: 89f0137620f6af44b9ba852b4190e64e",
- "replacement": "fileID: 11500000, guid: 2705215ac5b84b70bacc50632be6e391"
- },
- {
- "referencedResource": "TMP_SpriteAsset.cs",
- "target": "guid: 90940d439ca0ef746af0b48419b92d2e",
- "replacement": "guid: 84a92b25f83d49b9bc132d206b370281"
- },
- {
- "referencedResource": "TMP_SpriteAsset.cs",
- "target": "fileID: 2019389346, guid: 89f0137620f6af44b9ba852b4190e64e",
- "replacement": "fileID: 11500000, guid: 84a92b25f83d49b9bc132d206b370281"
- },
- {
- "referencedResource": "TMP_StyleSheet.cs",
- "target": "guid: 13259b4ce497b194eb52a33d8eda0bdc",
- "replacement": "guid: ab2114bdc8544297b417dfefe9f1e410"
- },
- {
- "referencedResource": "TMP_StyleSheet.cs",
- "target": "fileID: -1936749209, guid: 89f0137620f6af44b9ba852b4190e64e",
- "replacement": "fileID: 11500000, guid: ab2114bdc8544297b417dfefe9f1e410"
- },
- {
- "referencedResource": "TMP_SubMesh.cs",
- "target": "guid: bd950677b2d06c74494b1c1118584fff",
- "replacement": "guid: 07994bfe8b0e4adb97d706de5dea48d5"
- },
- {
- "referencedResource": "TMP_SubMesh.cs",
- "target": "fileID: 1330537494, guid: 89f0137620f6af44b9ba852b4190e64e",
- "replacement": "fileID: 11500000, guid: 07994bfe8b0e4adb97d706de5dea48d5"
- },
- {
- "referencedResource": "TMP_SubMeshUI.cs",
- "target": "guid: a5378e1f14d974d419f811d6b0861f20",
- "replacement": "guid: 058cba836c1846c3aa1c5fd2e28aea77"
- },
- {
- "referencedResource": "TMP_SubMeshUI.cs",
- "target": "fileID: 1908110080, guid: 89f0137620f6af44b9ba852b4190e64e",
- "replacement": "fileID: 11500000, guid: 058cba836c1846c3aa1c5fd2e28aea77"
- },
- {
- "referencedResource": "TMP_Text.cs",
- "target": "guid: 9ec8dc9c3fa2e5d41b939b5888d2f1e8",
- "replacement": "guid: 5143f58107604835ab1a5efa2d8818fd"
- },
- {
- "referencedResource": "TMP_Text.cs",
- "target": "fileID: -1385168320, guid: 89f0137620f6af44b9ba852b4190e64e",
- "replacement": "fileID: 11500000, guid: 5143f58107604835ab1a5efa2d8818fd"
- },
- {
- "referencedResource": "Default Sprite Asset.png",
- "target": "guid: 5b32c2d36abe44540bed74c1f787033b",
- "replacement": "guid: a0fc465d6cf04254a2938578735e2383"
- },
- {
- "referencedResource": "EmojiOne.png",
- "target": "guid: 6ec706981a919c3489f0b061a40054e2",
- "replacement": "guid: dffef66376be4fa480fb02b19edbe903"
- }
- ]
-}
\ No newline at end of file
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/PackageConversionData.json.meta b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/PackageConversionData.json.meta
deleted file mode 100644
index a7a2790c..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/PackageConversionData.json.meta
+++ /dev/null
@@ -1,7 +0,0 @@
-fileFormatVersion: 2
-guid: 05f5bfd584002f948982a1498890f9a9
-TextScriptImporter:
- externalObjects: {}
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/PackageConversionData_Assets.json b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/PackageConversionData_Assets.json
deleted file mode 100644
index f07aa23f..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/PackageConversionData_Assets.json
+++ /dev/null
@@ -1,184 +0,0 @@
-{
- "assetRecords": [
- {
- "referencedResource": "TMP_FontAsset.cs",
- "target": "guid: 74dfce233ddb29b4294c3e23c1d3650d",
- "replacement": "guid: 71c1514a6bd24e1e882cebbe1904ce04"
- },
- {
- "referencedResource": "TMP_FontAsset.cs",
- "target": "fileID: -667331979, guid: 89f0137620f6af44b9ba852b4190e64e",
- "replacement": "fileID: 11500000, guid: 71c1514a6bd24e1e882cebbe1904ce04"
- },
- {
- "referencedResource": "Anton SDF.asset",
- "target": "guid: f76ef802b8b940c46a31f9027f2b0158",
- "replacement": "guid: 8a89fa14b10d46a99122fd4f73fca9a2"
- },
- {
- "referencedResource": "Bangers SDF.asset",
- "target": "guid: 808aa8f1ab804104aa7d0c337a6c1481",
- "replacement": "guid: 125cb55b44b24c4393181402bc6200e6"
- },
- {
- "referencedResource": "Electronic Highway Sign SDF.asset",
- "target": "guid: 163292f6f226d954593d45b079f8aae0",
- "replacement": "guid: dc36b3fdc14f47ebb36fd484a67e268a"
- },
- {
- "referencedResource": "Oswald Bold SDF.asset",
- "target": "guid: 09641b029dfa78843902b548a9de7553",
- "replacement": "guid: 0161d805a3764c089bef00bfe00793f5"
- },
- {
- "referencedResource": "Roboto-Bold SDF.asset",
- "target": "guid: d62a573c923f5cb47b8ff65261033b90",
- "replacement": "guid: 5302535af1044152a457ed104f1f4b91"
- },
- {
- "referencedResource": "LiberationSans SDF.asset",
- "target": "guid: 715b80e429c437e40867928a4e1fc975",
- "replacement": "guid: 8f586378b4e144a9851e7b34d9b748ee"
- },
- {
- "referencedResource": "TMP_Bitmap.shader",
- "target": "guid: edfcf888cd11d9245b91d2883049a57e",
- "replacement": "guid: 128e987d567d4e2c824d754223b3f3b0"
- },
- {
- "referencedResource": "TMP_Bitmap-Mobile.shader",
- "target": "guid: d1cf17907700cb647aa3ea423ba38f2e",
- "replacement": "guid: 1e3b057af24249748ff873be7fafee47"
- },
- {
- "referencedResource": "TMP_SDF.shader",
- "target": "guid: dca26082f9cb439469295791d9f76fe5",
- "replacement": "guid: 68e6db2ebdc24f95958faec2be5558d6"
- },
- {
- "referencedResource": "TMP_SDF Overlay.shader",
- "target": "guid: 4a7755d6b5b67874f89c85f56f95fe97",
- "replacement": "guid: dd89cf5b9246416f84610a006f916af7"
- },
- {
- "referencedResource": "TMP_SDF-Mobile.shader",
- "target": "guid: cafd18099dfc0114896e0a8b277b81b6",
- "replacement": "guid: fe393ace9b354375a9cb14cdbbc28be4"
- },
- {
- "referencedResource": "TMP_SDF-Mobile Masking.shader",
- "target": "guid: afc255f7c2be52e41973a3d10a2e632d",
- "replacement": "guid: bc1ede39bf3643ee8e493720e4259791"
- },
- {
- "referencedResource": "TMP_SDF-Mobile Overlay.shader",
- "target": "guid: 9ecb3fe313cb5f7478141eba4a2d54ed",
- "replacement": "guid: a02a7d8c237544f1962732b55a9aebf1"
- },
- {
- "referencedResource": "TMP_SDF-Surface.shader",
- "target": "guid: 8e6b9842dbb1a5a4887378afab854e63",
- "replacement": "guid: f7ada0af4f174f0694ca6a487b8f543d"
- },
- {
- "referencedResource": "TMP_SDF-Surface-Mobile.shader",
- "target": "guid: 3c2ea7753c1425145a74d106ec1cd852",
- "replacement": "guid: 85187c2149c549c5b33f0cdb02836b17"
- },
- {
- "referencedResource": "TMP_Sprite.shader",
- "target": "guid: 3a1c68c8292caf046bd21158886c5e40",
- "replacement": "guid: cf81c85f95fe47e1a27f6ae460cf182c"
- },
- {
- "referencedResource": "TMP_ColorGradient.cs",
- "target": "guid: e90e18dd4a044ff4394833216e6bf4d2",
- "replacement": "guid: 54d21f6ece3b46479f0c328f8c6007e0"
- },
- {
- "referencedResource": "TMP_ColorGradient.cs",
- "target": "fileID: 2108210716, guid: 89f0137620f6af44b9ba852b4190e64e",
- "replacement": "fileID: 11500000, guid: 54d21f6ece3b46479f0c328f8c6007e0"
- },
- {
- "referencedResource": "TMP_Settings.cs",
- "target": "guid: aafc3c7b9e915d64e8ec3d2c88b3a231",
- "replacement": "guid: 2705215ac5b84b70bacc50632be6e391"
- },
- {
- "referencedResource": "TMP_Settings.cs",
- "target": "fileID: -395462249, guid: 89f0137620f6af44b9ba852b4190e64e",
- "replacement": "fileID: 11500000, guid: 2705215ac5b84b70bacc50632be6e391"
- },
- {
- "referencedResource": "TMP Settings.asset",
- "target": "guid: 69ed5bac41eebaa4c97e9d2a4168c54f",
- "replacement": "guid: 3f5b5dff67a942289a9defa416b206f3"
- },
- {
- "referencedResource": "LineBreaking Following Characters.txt",
- "target": "guid: 312ba5b9e90627940866e19549a788cf",
- "replacement": "guid: fade42e8bc714b018fac513c043d323b"
- },
- {
- "referencedResource": "LineBreaking Leading Characters.txt",
- "target": "guid: 8d713940fcbede142ae4a33ea0062b33",
- "replacement": "guid: d82c1b31c7e74239bff1220585707d2b"
- },
- {
- "referencedResource": "TMP_StyleSheet.cs",
- "target": "guid: 13259b4ce497b194eb52a33d8eda0bdc",
- "replacement": "guid: ab2114bdc8544297b417dfefe9f1e410"
- },
- {
- "referencedResource": "TMP_StyleSheet.cs",
- "target": "fileID: -1936749209, guid: 89f0137620f6af44b9ba852b4190e64e",
- "replacement": "fileID: 11500000, guid: ab2114bdc8544297b417dfefe9f1e410"
- },
- {
- "referencedResource": "TMP Default Style Sheet.asset",
- "target": "guid: 54d1085f9a2fdea4587fcfc7dddcd4bc",
- "replacement": "guid: f952c082cb03451daed3ee968ac6c63e"
- },
- {
- "referencedResource": "TMP_SpriteAsset.cs",
- "target": "guid: 90940d439ca0ef746af0b48419b92d2e",
- "replacement": "guid: 84a92b25f83d49b9bc132d206b370281"
- },
- {
- "referencedResource": "TMP_SpriteAsset.cs",
- "target": "fileID: 2019389346, guid: 89f0137620f6af44b9ba852b4190e64e",
- "replacement": "fileID: 11500000, guid: 84a92b25f83d49b9bc132d206b370281"
- },
- {
- "referencedResource": "Default Sprite Asset.asset",
- "target": "guid: 273ca6c80b4b5d746b5e548f532bffd8",
- "replacement": "guid: fbef3c704dce48f08a44612d6c856c8d"
- },
- {
- "referencedResource": "Default Sprite Asset.png",
- "target": "guid: 5b32c2d36abe44540bed74c1f787033b",
- "replacement": "guid: a0fc465d6cf04254a2938578735e2383"
- },
- {
- "referencedResource": "EmojiOne.asset",
- "target": "guid: 9a952e2781ef26940ae089f1053ef4ef",
- "replacement": "guid: c41005c129ba4d66911b75229fd70b45"
- },
- {
- "referencedResource": "EmojiOne.png",
- "target": "guid: 6ec706981a919c3489f0b061a40054e2",
- "replacement": "guid: dffef66376be4fa480fb02b19edbe903"
- },
- {
- "referencedResource": "DropCap Numbers.asset",
- "target": "guid: c4fd2a959a50b584b92dedfefec1ffda",
- "replacement": "guid: 14aa93acbb234d16aaef0e8b46814db6"
- },
- {
- "referencedResource": "DropCap Numbers.psd",
- "target": "guid: 28b41fef228d6814f90e541deaf9f262",
- "replacement": "guid: fd09957580ac4326916010f1f260975b"
- }
- ]
-}
\ No newline at end of file
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/PackageConversionData_Assets.json.meta b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/PackageConversionData_Assets.json.meta
deleted file mode 100644
index f534ac14..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/PackageConversionData_Assets.json.meta
+++ /dev/null
@@ -1,7 +0,0 @@
-fileFormatVersion: 2
-guid: 0e0afa652c0031c48896a97b424d027b
-TextScriptImporter:
- externalObjects: {}
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts.meta b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts.meta
deleted file mode 100644
index 3c2e4cf7..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts.meta
+++ /dev/null
@@ -1,8 +0,0 @@
-fileFormatVersion: 2
-guid: e6a1d1e3d2384453a7371b4a07a41ca4
-folderAsset: yes
-DefaultImporter:
- externalObjects: {}
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor.meta b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor.meta
deleted file mode 100644
index af509a3a..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor.meta
+++ /dev/null
@@ -1,8 +0,0 @@
-fileFormatVersion: 2
-guid: b5d6c28ed7b94775be9e2560f300247c
-folderAsset: yes
-DefaultImporter:
- externalObjects: {}
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/DropdownOptionListDrawer.cs b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/DropdownOptionListDrawer.cs
deleted file mode 100644
index 2b7dc854..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/DropdownOptionListDrawer.cs
+++ /dev/null
@@ -1,60 +0,0 @@
-using UnityEditorInternal;
-using UnityEngine;
-using UnityEngine.UI;
-using UnityEditor;
-
-namespace TMPro.EditorUtilities
-{
- [CustomPropertyDrawer(typeof(TMP_Dropdown.OptionDataList), true)]
- class DropdownOptionListDrawer : PropertyDrawer
- {
- private ReorderableList m_ReorderableList;
-
- private void Init(SerializedProperty property)
- {
- if (m_ReorderableList != null)
- return;
-
- SerializedProperty array = property.FindPropertyRelative("m_Options");
-
- m_ReorderableList = new ReorderableList(property.serializedObject, array);
- m_ReorderableList.drawElementCallback = DrawOptionData;
- m_ReorderableList.drawHeaderCallback = DrawHeader;
- m_ReorderableList.elementHeight += 16;
- }
-
- public override void OnGUI(Rect position, SerializedProperty property, GUIContent label)
- {
- Init(property);
-
- m_ReorderableList.DoList(position);
- }
-
- private void DrawHeader(Rect rect)
- {
- GUI.Label(rect, "Options");
- }
-
- private void DrawOptionData(Rect rect, int index, bool isActive, bool isFocused)
- {
- SerializedProperty itemData = m_ReorderableList.serializedProperty.GetArrayElementAtIndex(index);
- SerializedProperty itemText = itemData.FindPropertyRelative("m_Text");
- SerializedProperty itemImage = itemData.FindPropertyRelative("m_Image");
-
- RectOffset offset = new RectOffset(0, 0, -1, -3);
- rect = offset.Add(rect);
- rect.height = EditorGUIUtility.singleLineHeight;
-
- EditorGUI.PropertyField(rect, itemText, GUIContent.none);
- rect.y += EditorGUIUtility.singleLineHeight;
- EditorGUI.PropertyField(rect, itemImage, GUIContent.none);
- }
-
- public override float GetPropertyHeight(SerializedProperty property, GUIContent label)
- {
- Init(property);
-
- return m_ReorderableList.GetHeight();
- }
- }
-}
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/DropdownOptionListDrawer.cs.meta b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/DropdownOptionListDrawer.cs.meta
deleted file mode 100644
index f7f4c565..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/DropdownOptionListDrawer.cs.meta
+++ /dev/null
@@ -1,12 +0,0 @@
-fileFormatVersion: 2
-guid: 9545c9eb3bf94265810463794fec8334
-timeCreated: 1464818008
-licenseType: Pro
-MonoImporter:
- serializedVersion: 2
- defaultReferences: []
- executionOrder: 0
- icon: {instanceID: 0}
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/GlyphInfoDrawer.cs b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/GlyphInfoDrawer.cs
deleted file mode 100644
index 0936dc75..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/GlyphInfoDrawer.cs
+++ /dev/null
@@ -1,61 +0,0 @@
-/*
-using UnityEngine;
-using UnityEditor;
-using System.Collections;
-
-
-namespace TMPro.EditorUtilities
-{
-
- [CustomPropertyDrawer(typeof(TMP_Glyph))]
- public class GlyphInfoDrawer : PropertyDrawer
- {
-
- public override void OnGUI(Rect position, SerializedProperty property, GUIContent label)
- {
- SerializedProperty prop_id = property.FindPropertyRelative("id");
- SerializedProperty prop_x = property.FindPropertyRelative("x");
- SerializedProperty prop_y = property.FindPropertyRelative("y");
- SerializedProperty prop_width = property.FindPropertyRelative("width");
- SerializedProperty prop_height = property.FindPropertyRelative("height");
- SerializedProperty prop_xOffset = property.FindPropertyRelative("xOffset");
- SerializedProperty prop_yOffset = property.FindPropertyRelative("yOffset");
- SerializedProperty prop_xAdvance = property.FindPropertyRelative("xAdvance");
- SerializedProperty prop_scale = property.FindPropertyRelative("scale");
-
-
- // We get Rect since a valid position may not be provided by the caller.
- Rect rect = GUILayoutUtility.GetRect(position.width, 48);
- rect.y -= 15;
-
- //GUI.enabled = false;
- EditorGUIUtility.labelWidth = 40f;
- EditorGUIUtility.fieldWidth = 45f;
-
- bool prevGuiState = GUI.enabled;
- GUI.enabled = true;
- EditorGUI.LabelField(new Rect(rect.x + 5f, rect.y, 80f, 18), new GUIContent("Ascii: " + prop_id.intValue + ""), TMP_UIStyleManager.label);
- EditorGUI.LabelField(new Rect(rect.x + 90f, rect.y, 80f, 18), new GUIContent("Hex: " + prop_id.intValue.ToString("X") + ""), TMP_UIStyleManager.label);
- EditorGUI.LabelField(new Rect(rect.x + 170f, rect.y, 80, 18), "Char: [ " + (char)prop_id.intValue + " ]", TMP_UIStyleManager.label);
- GUI.enabled = prevGuiState;
-
- EditorGUIUtility.labelWidth = 35f;
- EditorGUIUtility.fieldWidth = 10f;
-
- float width = (rect.width - 5f) / 4;
- EditorGUI.PropertyField(new Rect(rect.x + 5f + width * 0, rect.y + 22, width - 5f, 18), prop_x, new GUIContent("X:"));
- EditorGUI.PropertyField(new Rect(rect.x + 5f + width * 1, rect.y + 22, width - 5f, 18), prop_y, new GUIContent("Y:"));
- EditorGUI.PropertyField(new Rect(rect.x + 5f + width * 2, rect.y + 22, width - 5f, 18), prop_width, new GUIContent("W:"));
- EditorGUI.PropertyField(new Rect(rect.x + 5f + width * 3, rect.y + 22, width - 5f, 18), prop_height, new GUIContent("H:"));
-
- //GUI.enabled = true;
- EditorGUI.PropertyField(new Rect(rect.x + 5f + width * 0, rect.y + 44, width - 5f, 18), prop_xOffset, new GUIContent("OX:"));
- EditorGUI.PropertyField(new Rect(rect.x + 5f + width * 1, rect.y + 44, width - 5f, 18), prop_yOffset, new GUIContent("OY:"));
- //GUI.enabled = true;
- EditorGUI.PropertyField(new Rect(rect.x + 5f + width * 2, rect.y + 44, width - 5f, 18), prop_xAdvance, new GUIContent("ADV:"));
- EditorGUI.PropertyField(new Rect(rect.x + 5f + width * 3, rect.y + 44, width - 5f, 18), prop_scale, new GUIContent("SF:"));
- }
-
- }
-}
-*/
\ No newline at end of file
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/GlyphInfoDrawer.cs.meta b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/GlyphInfoDrawer.cs.meta
deleted file mode 100644
index 10ed151e..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/GlyphInfoDrawer.cs.meta
+++ /dev/null
@@ -1,10 +0,0 @@
-fileFormatVersion: 2
-guid: 900f1a451c764dc3bdcc0de815a15935
-MonoImporter:
- serializedVersion: 2
- defaultReferences: []
- executionOrder: 0
- icon: {instanceID: 0}
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/GlyphMetricsPropertyDrawer.cs b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/GlyphMetricsPropertyDrawer.cs
deleted file mode 100644
index bcd25a61..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/GlyphMetricsPropertyDrawer.cs
+++ /dev/null
@@ -1,53 +0,0 @@
-using UnityEngine;
-using UnityEngine.TextCore;
-using UnityEditor;
-using System.Collections;
-
-
-namespace TMPro.EditorUtilities
-{
-
- [CustomPropertyDrawer(typeof(GlyphMetrics))]
- public class GlyphMetricsPropertyDrawer : PropertyDrawer
- {
- public override void OnGUI(Rect position, SerializedProperty property, GUIContent label)
- {
- SerializedProperty prop_Width = property.FindPropertyRelative("m_Width");
- SerializedProperty prop_Height = property.FindPropertyRelative("m_Height");
- SerializedProperty prop_HoriBearingX = property.FindPropertyRelative("m_HorizontalBearingX");
- SerializedProperty prop_HoriBearingY = property.FindPropertyRelative("m_HorizontalBearingY");
- SerializedProperty prop_HoriAdvance = property.FindPropertyRelative("m_HorizontalAdvance");
-
- // We get Rect since a valid position may not be provided by the caller.
- Rect rect = new Rect(position.x, position.y, position.width, 49);
-
- EditorGUI.LabelField(new Rect(rect.x, rect.y - 2.5f, rect.width, 18), new GUIContent("Glyph Metrics"));
-
- EditorGUIUtility.labelWidth = 50f;
- EditorGUIUtility.fieldWidth = 15f;
-
- //GUI.enabled = false;
- float width = (rect.width - 75f) / 2;
- EditorGUI.PropertyField(new Rect(rect.x + width * 0, rect.y + 20, width - 5f, 18), prop_Width, new GUIContent("W:"));
- EditorGUI.PropertyField(new Rect(rect.x + width * 1, rect.y + 20, width - 5f, 18), prop_Height, new GUIContent("H:"));
-
- //GUI.enabled = true;
-
- width = (rect.width - 75f) / 3;
- EditorGUI.BeginChangeCheck();
- EditorGUI.PropertyField(new Rect(rect.x + width * 0, rect.y + 40, width - 5f, 18), prop_HoriBearingX, new GUIContent("BX:"));
- EditorGUI.PropertyField(new Rect(rect.x + width * 1, rect.y + 40, width - 5f, 18), prop_HoriBearingY, new GUIContent("BY:"));
- EditorGUI.PropertyField(new Rect(rect.x + width * 2, rect.y + 40, width - 5f, 18), prop_HoriAdvance, new GUIContent("AD:"));
- if (EditorGUI.EndChangeCheck())
- {
-
- }
- }
-
- public override float GetPropertyHeight(SerializedProperty property, GUIContent label)
- {
- return 65f;
- }
-
- }
-}
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/GlyphMetricsPropertyDrawer.cs.meta b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/GlyphMetricsPropertyDrawer.cs.meta
deleted file mode 100644
index d91f5791..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/GlyphMetricsPropertyDrawer.cs.meta
+++ /dev/null
@@ -1,11 +0,0 @@
-fileFormatVersion: 2
-guid: e3882522a08b6f5459b4dea6f8791278
-MonoImporter:
- externalObjects: {}
- serializedVersion: 2
- defaultReferences: []
- executionOrder: 0
- icon: {instanceID: 0}
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/GlyphRectPropertyDrawer.cs b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/GlyphRectPropertyDrawer.cs
deleted file mode 100644
index c9be74e9..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/GlyphRectPropertyDrawer.cs
+++ /dev/null
@@ -1,44 +0,0 @@
-using UnityEngine;
-using UnityEngine.TextCore;
-using UnityEditor;
-using System.Collections;
-
-
-namespace TMPro.EditorUtilities
-{
-
- [CustomPropertyDrawer(typeof(GlyphRect))]
- public class GlyphRectPropertyDrawer : PropertyDrawer
- {
- public override void OnGUI(Rect position, SerializedProperty property, GUIContent label)
- {
- //EditorGUI.BeginProperty(position, label, property);
-
- SerializedProperty prop_X = property.FindPropertyRelative("m_X");
- SerializedProperty prop_Y = property.FindPropertyRelative("m_Y");
- SerializedProperty prop_Width = property.FindPropertyRelative("m_Width");
- SerializedProperty prop_Height = property.FindPropertyRelative("m_Height");
-
- // We get Rect since a valid position may not be provided by the caller.
- Rect rect = new Rect(position.x, position.y, position.width, 49);
- EditorGUI.LabelField(new Rect(rect.x, rect.y - 2.5f, rect.width, 18), new GUIContent("Glyph Rect"));
-
- EditorGUIUtility.labelWidth = 50f;
- EditorGUIUtility.fieldWidth = 20f;
-
- //GUI.enabled = false;
- float width = (rect.width - 75f) / 4;
- EditorGUI.PropertyField(new Rect(rect.x + width * 0, rect.y + 20, width - 5f, 18), prop_X, new GUIContent("X:"));
- EditorGUI.PropertyField(new Rect(rect.x + width * 1, rect.y + 20, width - 5f, 18), prop_Y, new GUIContent("Y:"));
- EditorGUI.PropertyField(new Rect(rect.x + width * 2, rect.y + 20, width - 5f, 18), prop_Width, new GUIContent("W:"));
- EditorGUI.PropertyField(new Rect(rect.x + width * 3, rect.y + 20, width - 5f, 18), prop_Height, new GUIContent("H:"));
-
- //EditorGUI.EndProperty();
- }
-
- public override float GetPropertyHeight(SerializedProperty property, GUIContent label)
- {
- return 45f;
- }
- }
-}
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/GlyphRectPropertyDrawer.cs.meta b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/GlyphRectPropertyDrawer.cs.meta
deleted file mode 100644
index 93232794..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/GlyphRectPropertyDrawer.cs.meta
+++ /dev/null
@@ -1,11 +0,0 @@
-fileFormatVersion: 2
-guid: 8bc2b083b068f3546a9509c805e0541c
-MonoImporter:
- externalObjects: {}
- serializedVersion: 2
- defaultReferences: []
- executionOrder: 0
- icon: {instanceID: 0}
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_BaseEditorPanel.cs b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_BaseEditorPanel.cs
deleted file mode 100644
index 5896c336..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_BaseEditorPanel.cs
+++ /dev/null
@@ -1,1336 +0,0 @@
-using UnityEngine;
-using UnityEditor;
-using System.Collections.Generic;
-using System.Linq;
-
-
-namespace TMPro.EditorUtilities
-{
- public abstract class TMP_BaseEditorPanel : Editor
- {
- //Labels and Tooltips
- static readonly GUIContent k_RtlToggleLabel = new GUIContent("Enable RTL Editor", "Reverses text direction and allows right to left editing.");
- //static readonly GUIContent k_MainSettingsLabel = new GUIContent("Main Settings");
- static readonly GUIContent k_FontAssetLabel = new GUIContent("Font Asset", "The Font Asset containing the glyphs that can be rendered for this text.");
- static readonly GUIContent k_MaterialPresetLabel = new GUIContent("Material Preset", "The material used for rendering. Only materials created from the Font Asset can be used.");
- static readonly GUIContent k_StyleLabel = new GUIContent("Text Style", "The style from a style sheet to be applied to the text.");
- static readonly GUIContent k_AutoSizeLabel = new GUIContent("Auto Size", "Auto sizes the text to fit the available space.");
- static readonly GUIContent k_FontSizeLabel = new GUIContent("Font Size", "The size the text will be rendered at in points.");
- static readonly GUIContent k_AutoSizeOptionsLabel = new GUIContent("Auto Size Options");
- static readonly GUIContent k_MinLabel = new GUIContent("Min", "The minimum font size.");
- static readonly GUIContent k_MaxLabel = new GUIContent("Max", "The maximum font size.");
- static readonly GUIContent k_WdLabel = new GUIContent("WD%", "Compresses character width up to this value before reducing font size.");
- static readonly GUIContent k_LineLabel = new GUIContent("Line", "Negative value only. Compresses line height down to this value before reducing font size.");
- static readonly GUIContent k_FontStyleLabel = new GUIContent("Font Style", "Styles to apply to the text such as Bold or Italic.");
-
- static readonly GUIContent k_BoldLabel = new GUIContent("B", "Bold");
- static readonly GUIContent k_ItalicLabel = new GUIContent("I", "Italic");
- static readonly GUIContent k_UnderlineLabel = new GUIContent("U", "Underline");
- static readonly GUIContent k_StrikethroughLabel = new GUIContent("S", "Strikethrough");
- static readonly GUIContent k_LowercaseLabel = new GUIContent("ab", "Lowercase");
- static readonly GUIContent k_UppercaseLabel = new GUIContent("AB", "Uppercase");
- static readonly GUIContent k_SmallcapsLabel = new GUIContent("SC", "Smallcaps");
-
- static readonly GUIContent k_ColorModeLabel = new GUIContent("Color Mode", "The type of gradient to use.");
- static readonly GUIContent k_BaseColorLabel = new GUIContent("Vertex Color", "The base color of the text vertices.");
- static readonly GUIContent k_ColorPresetLabel = new GUIContent("Color Preset", "A Color Preset which override the local color settings.");
- static readonly GUIContent k_ColorGradientLabel = new GUIContent("Color Gradient", "The gradient color applied over the Vertex Color. Can be locally set or driven by a Gradient Asset.");
- static readonly GUIContent k_CorenerColorsLabel = new GUIContent("Colors", "The color composition of the gradient.");
- static readonly GUIContent k_OverrideTagsLabel = new GUIContent("Override Tags", "Whether the color settings override the tag.");
-
- static readonly GUIContent k_SpacingOptionsLabel = new GUIContent("Spacing Options (em)", "Spacing adjustments between different elements of the text. Values are in font units where a value of 1 equals 1/100em.");
- static readonly GUIContent k_CharacterSpacingLabel = new GUIContent("Character");
- static readonly GUIContent k_WordSpacingLabel = new GUIContent("Word");
- static readonly GUIContent k_LineSpacingLabel = new GUIContent("Line");
- static readonly GUIContent k_ParagraphSpacingLabel = new GUIContent("Paragraph");
-
- static readonly GUIContent k_AlignmentLabel = new GUIContent("Alignment", "Horizontal and vertical aligment of the text within its container.");
- static readonly GUIContent k_WrapMixLabel = new GUIContent("Wrap Mix (W <-> C)", "How much to favor words versus characters when distributing the text.");
-
- static readonly GUIContent k_WrappingLabel = new GUIContent("Wrapping", "Wraps text to the next line when reaching the edge of the container.");
- static readonly GUIContent[] k_WrappingOptions = { new GUIContent("Disabled"), new GUIContent("Enabled") };
- static readonly GUIContent k_OverflowLabel = new GUIContent("Overflow", "How to display text which goes past the edge of the container.");
-
- static readonly GUIContent k_MarginsLabel = new GUIContent("Margins", "The space between the text and the edge of its container.");
- static readonly GUIContent k_GeometrySortingLabel = new GUIContent("Geometry Sorting", "The order in which text geometry is sorted. Used to adjust the way overlapping characters are displayed.");
- static readonly GUIContent k_IsTextObjectScaleStatic = new GUIContent("Is Scale Static", "Controls whether a text object will be excluded from the InteralUpdate callback to handle scale changes of the text object or its parent(s).");
- static readonly GUIContent k_RichTextLabel = new GUIContent("Rich Text", "Enables the use of rich text tags such as and .");
- static readonly GUIContent k_EscapeCharactersLabel = new GUIContent("Parse Escape Characters", "Whether to display strings such as \"\\n\" as is or replace them by the character they represent.");
- static readonly GUIContent k_VisibleDescenderLabel = new GUIContent("Visible Descender", "Compute descender values from visible characters only. Used to adjust layout behavior when hiding and revealing characters dynamically.");
- static readonly GUIContent k_SpriteAssetLabel = new GUIContent("Sprite Asset", "The Sprite Asset used when NOT specifically referencing one using .");
- static readonly GUIContent k_StyleSheetAssetLabel = new GUIContent("Style Sheet Asset", "The Style Sheet Asset used by this text object.");
-
- static readonly GUIContent k_HorizontalMappingLabel = new GUIContent("Horizontal Mapping", "Horizontal UV mapping when using a shader with a texture face option.");
- static readonly GUIContent k_VerticalMappingLabel = new GUIContent("Vertical Mapping", "Vertical UV mapping when using a shader with a texture face option.");
- static readonly GUIContent k_LineOffsetLabel = new GUIContent("Line Offset", "Adds an horizontal offset to each successive line. Used for slanted texturing.");
-
- static readonly GUIContent k_KerningLabel = new GUIContent("Kerning", "Enables character specific spacing between pairs of characters.");
- static readonly GUIContent k_PaddingLabel = new GUIContent("Extra Padding", "Adds some padding between the characters and the edge of the text mesh. Can reduce graphical errors when displaying small text.");
-
- static readonly GUIContent k_LeftLabel = new GUIContent("Left");
- static readonly GUIContent k_TopLabel = new GUIContent("Top");
- static readonly GUIContent k_RightLabel = new GUIContent("Right");
- static readonly GUIContent k_BottomLabel = new GUIContent("Bottom");
-
- protected static readonly GUIContent k_ExtraSettingsLabel = new GUIContent("Extra Settings");
- protected static string[] k_UiStateLabel = new string[] { "(Click to collapse) ", "(Click to expand) " };
-
- static Dictionary k_AvailableStyles = new Dictionary();
- protected Dictionary m_TextStyleIndexLookup = new Dictionary();
-
- protected struct Foldout
- {
- // Track Inspector foldout panel states, globally.
- public static bool extraSettings = false;
- public static bool materialInspector = true;
- }
-
- protected static int s_EventId;
-
- public int selAlignGridA;
- public int selAlignGridB;
-
- protected SerializedProperty m_TextProp;
-
- protected SerializedProperty m_IsRightToLeftProp;
- protected string m_RtlText;
-
- protected SerializedProperty m_FontAssetProp;
-
- protected SerializedProperty m_FontSharedMaterialProp;
- protected Material[] m_MaterialPresets;
- protected GUIContent[] m_MaterialPresetNames;
- protected Dictionary m_MaterialPresetIndexLookup = new Dictionary();
- protected int m_MaterialPresetSelectionIndex;
- protected bool m_IsPresetListDirty;
-
- protected List m_Styles = new List();
- protected GUIContent[] m_StyleNames;
- protected int m_StyleSelectionIndex;
-
- protected SerializedProperty m_FontStyleProp;
-
- protected SerializedProperty m_FontColorProp;
- protected SerializedProperty m_EnableVertexGradientProp;
- protected SerializedProperty m_FontColorGradientProp;
- protected SerializedProperty m_FontColorGradientPresetProp;
- protected SerializedProperty m_OverrideHtmlColorProp;
-
- protected SerializedProperty m_FontSizeProp;
- protected SerializedProperty m_FontSizeBaseProp;
-
- protected SerializedProperty m_AutoSizingProp;
- protected SerializedProperty m_FontSizeMinProp;
- protected SerializedProperty m_FontSizeMaxProp;
-
- protected SerializedProperty m_LineSpacingMaxProp;
- protected SerializedProperty m_CharWidthMaxAdjProp;
-
- protected SerializedProperty m_CharacterSpacingProp;
- protected SerializedProperty m_WordSpacingProp;
- protected SerializedProperty m_LineSpacingProp;
- protected SerializedProperty m_ParagraphSpacingProp;
-
- protected SerializedProperty m_TextAlignmentProp;
-
- protected SerializedProperty m_HorizontalAlignmentProp;
- protected SerializedProperty m_VerticalAlignmentProp;
-
- protected SerializedProperty m_HorizontalMappingProp;
- protected SerializedProperty m_VerticalMappingProp;
- protected SerializedProperty m_UvLineOffsetProp;
-
- protected SerializedProperty m_EnableWordWrappingProp;
- protected SerializedProperty m_WordWrappingRatiosProp;
- protected SerializedProperty m_TextOverflowModeProp;
- protected SerializedProperty m_PageToDisplayProp;
- protected SerializedProperty m_LinkedTextComponentProp;
- protected SerializedProperty m_ParentLinkedTextComponentProp;
-
- protected SerializedProperty m_EnableKerningProp;
-
- protected SerializedProperty m_IsRichTextProp;
-
- protected SerializedProperty m_HasFontAssetChangedProp;
-
- protected SerializedProperty m_EnableExtraPaddingProp;
- protected SerializedProperty m_CheckPaddingRequiredProp;
- protected SerializedProperty m_EnableEscapeCharacterParsingProp;
- protected SerializedProperty m_UseMaxVisibleDescenderProp;
- protected SerializedProperty m_GeometrySortingOrderProp;
- protected SerializedProperty m_IsTextObjectScaleStaticProp;
-
- protected SerializedProperty m_SpriteAssetProp;
-
- protected SerializedProperty m_StyleSheetAssetProp;
- protected SerializedProperty m_TextStyleHashCodeProp;
-
- protected SerializedProperty m_MarginProp;
-
- protected SerializedProperty m_ColorModeProp;
-
- protected bool m_HavePropertiesChanged;
-
- protected TMP_Text m_TextComponent;
- protected TMP_Text m_PreviousLinkedTextComponent;
- protected RectTransform m_RectTransform;
-
- protected Material m_TargetMaterial;
-
- protected Vector3[] m_RectCorners = new Vector3[4];
- protected Vector3[] m_HandlePoints = new Vector3[4];
-
- protected virtual void OnEnable()
- {
- m_TextProp = serializedObject.FindProperty("m_text");
- m_IsRightToLeftProp = serializedObject.FindProperty("m_isRightToLeft");
- m_FontAssetProp = serializedObject.FindProperty("m_fontAsset");
- m_FontSharedMaterialProp = serializedObject.FindProperty("m_sharedMaterial");
-
- m_FontStyleProp = serializedObject.FindProperty("m_fontStyle");
-
- m_FontSizeProp = serializedObject.FindProperty("m_fontSize");
- m_FontSizeBaseProp = serializedObject.FindProperty("m_fontSizeBase");
-
- m_AutoSizingProp = serializedObject.FindProperty("m_enableAutoSizing");
- m_FontSizeMinProp = serializedObject.FindProperty("m_fontSizeMin");
- m_FontSizeMaxProp = serializedObject.FindProperty("m_fontSizeMax");
-
- m_LineSpacingMaxProp = serializedObject.FindProperty("m_lineSpacingMax");
- m_CharWidthMaxAdjProp = serializedObject.FindProperty("m_charWidthMaxAdj");
-
- // Colors & Gradient
- m_FontColorProp = serializedObject.FindProperty("m_fontColor");
- m_EnableVertexGradientProp = serializedObject.FindProperty("m_enableVertexGradient");
- m_FontColorGradientProp = serializedObject.FindProperty("m_fontColorGradient");
- m_FontColorGradientPresetProp = serializedObject.FindProperty("m_fontColorGradientPreset");
- m_OverrideHtmlColorProp = serializedObject.FindProperty("m_overrideHtmlColors");
-
- m_CharacterSpacingProp = serializedObject.FindProperty("m_characterSpacing");
- m_WordSpacingProp = serializedObject.FindProperty("m_wordSpacing");
- m_LineSpacingProp = serializedObject.FindProperty("m_lineSpacing");
- m_ParagraphSpacingProp = serializedObject.FindProperty("m_paragraphSpacing");
-
- m_TextAlignmentProp = serializedObject.FindProperty("m_textAlignment");
- m_HorizontalAlignmentProp = serializedObject.FindProperty("m_HorizontalAlignment");
- m_VerticalAlignmentProp = serializedObject.FindProperty("m_VerticalAlignment");
-
- m_HorizontalMappingProp = serializedObject.FindProperty("m_horizontalMapping");
- m_VerticalMappingProp = serializedObject.FindProperty("m_verticalMapping");
- m_UvLineOffsetProp = serializedObject.FindProperty("m_uvLineOffset");
-
- m_EnableWordWrappingProp = serializedObject.FindProperty("m_enableWordWrapping");
- m_WordWrappingRatiosProp = serializedObject.FindProperty("m_wordWrappingRatios");
- m_TextOverflowModeProp = serializedObject.FindProperty("m_overflowMode");
- m_PageToDisplayProp = serializedObject.FindProperty("m_pageToDisplay");
- m_LinkedTextComponentProp = serializedObject.FindProperty("m_linkedTextComponent");
- m_ParentLinkedTextComponentProp = serializedObject.FindProperty("parentLinkedComponent");
-
- m_EnableKerningProp = serializedObject.FindProperty("m_enableKerning");
-
- m_EnableExtraPaddingProp = serializedObject.FindProperty("m_enableExtraPadding");
- m_IsRichTextProp = serializedObject.FindProperty("m_isRichText");
- m_CheckPaddingRequiredProp = serializedObject.FindProperty("checkPaddingRequired");
- m_EnableEscapeCharacterParsingProp = serializedObject.FindProperty("m_parseCtrlCharacters");
- m_UseMaxVisibleDescenderProp = serializedObject.FindProperty("m_useMaxVisibleDescender");
-
- m_GeometrySortingOrderProp = serializedObject.FindProperty("m_geometrySortingOrder");
- m_IsTextObjectScaleStaticProp = serializedObject.FindProperty("m_IsTextObjectScaleStatic");
-
- m_SpriteAssetProp = serializedObject.FindProperty("m_spriteAsset");
-
- m_StyleSheetAssetProp = serializedObject.FindProperty("m_StyleSheet");
- m_TextStyleHashCodeProp = serializedObject.FindProperty("m_TextStyleHashCode");
-
- m_MarginProp = serializedObject.FindProperty("m_margin");
-
- m_HasFontAssetChangedProp = serializedObject.FindProperty("m_hasFontAssetChanged");
-
- m_ColorModeProp = serializedObject.FindProperty("m_colorMode");
-
- m_TextComponent = (TMP_Text)target;
- m_RectTransform = m_TextComponent.rectTransform;
-
- // Restore Previous Linked Text Component
- m_PreviousLinkedTextComponent = m_TextComponent.linkedTextComponent;
-
- // Create new Material Editor if one does not exists
- m_TargetMaterial = m_TextComponent.fontSharedMaterial;
-
- // Set material inspector visibility
- if (m_TargetMaterial != null)
- UnityEditorInternal.InternalEditorUtility.SetIsInspectorExpanded(m_TargetMaterial, Foldout.materialInspector);
-
- // Find all Material Presets matching the current Font Asset Material
- m_MaterialPresetNames = GetMaterialPresets();
-
- // Get Styles from Style Sheet
- if (!m_TextComponent.m_isWaitingOnResourceLoad)
- m_StyleNames = GetStyleNames();
-
- // Register to receive events when style sheets are modified.
- TMPro_EventManager.TEXT_STYLE_PROPERTY_EVENT.Add(ON_TEXT_STYLE_CHANGED);
-
- // Initialize the Event Listener for Undo Events.
- Undo.undoRedoPerformed += OnUndoRedo;
- }
-
- protected virtual void OnDisable()
- {
- // Set material inspector visibility
- if (m_TargetMaterial != null)
- Foldout.materialInspector = UnityEditorInternal.InternalEditorUtility.GetIsInspectorExpanded(m_TargetMaterial);
-
- if (Undo.undoRedoPerformed != null)
- Undo.undoRedoPerformed -= OnUndoRedo;
-
- // Unregister from style sheet related events.
- TMPro_EventManager.TEXT_STYLE_PROPERTY_EVENT.Remove(ON_TEXT_STYLE_CHANGED);
- }
-
- // Event received when Text Styles are changed.
- void ON_TEXT_STYLE_CHANGED(bool isChanged)
- {
- m_StyleNames = GetStyleNames();
- }
-
- public override void OnInspectorGUI()
- {
- // Make sure Multi selection only includes TMP Text objects.
- if (IsMixSelectionTypes()) return;
-
- serializedObject.Update();
-
- DrawTextInput();
-
- DrawMainSettings();
-
- DrawExtraSettings();
-
- EditorGUILayout.Space();
-
- if (serializedObject.ApplyModifiedProperties() || m_HavePropertiesChanged)
- {
- m_TextComponent.havePropertiesChanged = true;
- m_HavePropertiesChanged = false;
- EditorUtility.SetDirty(target);
- }
- }
-
- public void OnSceneGUI()
- {
- if (IsMixSelectionTypes()) return;
-
- // Margin Frame & Handles
- m_RectTransform.GetWorldCorners(m_RectCorners);
- Vector4 marginOffset = m_TextComponent.margin;
- Vector3 lossyScale = m_RectTransform.lossyScale;
-
- m_HandlePoints[0] = m_RectCorners[0] + m_RectTransform.TransformDirection(new Vector3(marginOffset.x * lossyScale.x, marginOffset.w * lossyScale.y, 0));
- m_HandlePoints[1] = m_RectCorners[1] + m_RectTransform.TransformDirection(new Vector3(marginOffset.x * lossyScale.x, -marginOffset.y * lossyScale.y, 0));
- m_HandlePoints[2] = m_RectCorners[2] + m_RectTransform.TransformDirection(new Vector3(-marginOffset.z * lossyScale.x, -marginOffset.y * lossyScale.y, 0));
- m_HandlePoints[3] = m_RectCorners[3] + m_RectTransform.TransformDirection(new Vector3(-marginOffset.z * lossyScale.x, marginOffset.w * lossyScale.y, 0));
-
- Handles.DrawSolidRectangleWithOutline(m_HandlePoints, new Color32(255, 255, 255, 0), new Color32(255, 255, 0, 255));
-
- // Draw & process FreeMoveHandles
-
- // LEFT HANDLE
- Vector3 oldLeft = (m_HandlePoints[0] + m_HandlePoints[1]) * 0.5f;
- Vector3 newLeft = Handles.FreeMoveHandle(oldLeft, Quaternion.identity, HandleUtility.GetHandleSize(m_RectTransform.position) * 0.05f, Vector3.zero, Handles.DotHandleCap);
- bool hasChanged = false;
- if (oldLeft != newLeft)
- {
- float delta = oldLeft.x - newLeft.x;
- marginOffset.x += -delta / lossyScale.x;
- //Debug.Log("Left Margin H0:" + handlePoints[0] + " H1:" + handlePoints[1]);
- hasChanged = true;
- }
-
- // TOP HANDLE
- Vector3 oldTop = (m_HandlePoints[1] + m_HandlePoints[2]) * 0.5f;
- Vector3 newTop = Handles.FreeMoveHandle(oldTop, Quaternion.identity, HandleUtility.GetHandleSize(m_RectTransform.position) * 0.05f, Vector3.zero, Handles.DotHandleCap);
- if (oldTop != newTop)
- {
- float delta = oldTop.y - newTop.y;
- marginOffset.y += delta / lossyScale.y;
- //Debug.Log("Top Margin H1:" + handlePoints[1] + " H2:" + handlePoints[2]);
- hasChanged = true;
- }
-
- // RIGHT HANDLE
- Vector3 oldRight = (m_HandlePoints[2] + m_HandlePoints[3]) * 0.5f;
- Vector3 newRight = Handles.FreeMoveHandle(oldRight, Quaternion.identity, HandleUtility.GetHandleSize(m_RectTransform.position) * 0.05f, Vector3.zero, Handles.DotHandleCap);
- if (oldRight != newRight)
- {
- float delta = oldRight.x - newRight.x;
- marginOffset.z += delta / lossyScale.x;
- hasChanged = true;
- //Debug.Log("Right Margin H2:" + handlePoints[2] + " H3:" + handlePoints[3]);
- }
-
- // BOTTOM HANDLE
- Vector3 oldBottom = (m_HandlePoints[3] + m_HandlePoints[0]) * 0.5f;
- Vector3 newBottom = Handles.FreeMoveHandle(oldBottom, Quaternion.identity, HandleUtility.GetHandleSize(m_RectTransform.position) * 0.05f, Vector3.zero, Handles.DotHandleCap);
- if (oldBottom != newBottom)
- {
- float delta = oldBottom.y - newBottom.y;
- marginOffset.w += -delta / lossyScale.y;
- hasChanged = true;
- //Debug.Log("Bottom Margin H0:" + handlePoints[0] + " H3:" + handlePoints[3]);
- }
-
- if (hasChanged)
- {
- Undo.RecordObjects(new Object[] {m_RectTransform, m_TextComponent }, "Margin Changes");
- m_TextComponent.margin = marginOffset;
- EditorUtility.SetDirty(target);
- }
- }
-
- protected void DrawTextInput()
- {
- EditorGUILayout.Space();
-
- Rect rect = EditorGUILayout.GetControlRect(false, 22);
- GUI.Label(rect, new GUIContent("Text Input"), TMP_UIStyleManager.sectionHeader);
-
- EditorGUI.indentLevel = 0;
-
- // If the text component is linked, disable the text input box.
- if (m_ParentLinkedTextComponentProp.objectReferenceValue != null)
- {
- EditorGUILayout.HelpBox("The Text Input Box is disabled due to this text component being linked to another.", MessageType.Info);
- }
- else
- {
- // Display RTL Toggle
- float labelWidth = EditorGUIUtility.labelWidth;
- EditorGUIUtility.labelWidth = 110f;
-
- m_IsRightToLeftProp.boolValue = EditorGUI.Toggle(new Rect(rect.width - 120, rect.y + 3, 130, 20), k_RtlToggleLabel, m_IsRightToLeftProp.boolValue);
-
- EditorGUIUtility.labelWidth = labelWidth;
-
- EditorGUI.BeginChangeCheck();
- EditorGUILayout.PropertyField(m_TextProp, GUIContent.none);
-
- if (EditorGUI.EndChangeCheck())
- {
- m_TextComponent.m_inputSource = TMP_Text.TextInputSources.Text;
- m_TextComponent.m_isInputParsingRequired = true;
- m_HavePropertiesChanged = true;
- }
-
- if (m_IsRightToLeftProp.boolValue)
- {
- // Copy source text to RTL string
- m_RtlText = string.Empty;
- string sourceText = m_TextProp.stringValue;
-
- // Reverse Text displayed in Text Input Box
- for (int i = 0; i < sourceText.Length; i++)
- m_RtlText += sourceText[sourceText.Length - i - 1];
-
- GUILayout.Label("RTL Text Input");
-
- EditorGUI.BeginChangeCheck();
- m_RtlText = EditorGUILayout.TextArea(m_RtlText, TMP_UIStyleManager.wrappingTextArea, GUILayout.Height(EditorGUI.GetPropertyHeight(m_TextProp) - EditorGUIUtility.singleLineHeight), GUILayout.ExpandWidth(true));
-
- if (EditorGUI.EndChangeCheck())
- {
- // Convert RTL input
- sourceText = string.Empty;
-
- // Reverse Text displayed in Text Input Box
- for (int i = 0; i < m_RtlText.Length; i++)
- sourceText += m_RtlText[m_RtlText.Length - i - 1];
-
- m_TextProp.stringValue = sourceText;
- }
- }
-
- // TEXT STYLE
- if (m_StyleNames != null)
- {
- rect = EditorGUILayout.GetControlRect(false, 17);
-
- m_TextStyleIndexLookup.TryGetValue(m_TextStyleHashCodeProp.intValue, out m_StyleSelectionIndex);
-
- EditorGUI.BeginChangeCheck();
- m_StyleSelectionIndex = EditorGUI.Popup(rect, k_StyleLabel, m_StyleSelectionIndex, m_StyleNames);
- if (EditorGUI.EndChangeCheck())
- {
- m_TextStyleHashCodeProp.intValue = m_Styles[m_StyleSelectionIndex].hashCode;
- m_TextComponent.m_TextStyle = m_Styles[m_StyleSelectionIndex];
- m_HavePropertiesChanged = true;
- }
- }
- }
- }
-
- protected void DrawMainSettings()
- {
- // MAIN SETTINGS SECTION
- GUILayout.Label(new GUIContent("Main Settings"), TMP_UIStyleManager.sectionHeader);
-
- //EditorGUI.indentLevel += 1;
-
- DrawFont();
-
- DrawColor();
-
- DrawSpacing();
-
- DrawAlignment();
-
- DrawWrappingOverflow();
-
- DrawTextureMapping();
-
- //EditorGUI.indentLevel -= 1;
- }
-
- void DrawFont()
- {
- bool isFontAssetDirty = false;
-
- // FONT ASSET
- EditorGUI.BeginChangeCheck();
- EditorGUILayout.PropertyField(m_FontAssetProp, k_FontAssetLabel);
- if (EditorGUI.EndChangeCheck())
- {
- m_HavePropertiesChanged = true;
- m_HasFontAssetChangedProp.boolValue = true;
-
- // Get new Material Presets for the new font asset
- m_MaterialPresetNames = GetMaterialPresets();
- m_MaterialPresetSelectionIndex = 0;
-
- isFontAssetDirty = true;
- }
-
- Rect rect;
-
- // MATERIAL PRESET
- if (m_MaterialPresetNames != null && !isFontAssetDirty )
- {
- EditorGUI.BeginChangeCheck();
- rect = EditorGUILayout.GetControlRect(false, 17);
-
- float oldHeight = EditorStyles.popup.fixedHeight;
- EditorStyles.popup.fixedHeight = rect.height;
-
- int oldSize = EditorStyles.popup.fontSize;
- EditorStyles.popup.fontSize = 11;
-
- if (m_FontSharedMaterialProp.objectReferenceValue != null)
- m_MaterialPresetIndexLookup.TryGetValue(m_FontSharedMaterialProp.objectReferenceValue.GetInstanceID(), out m_MaterialPresetSelectionIndex);
-
- m_MaterialPresetSelectionIndex = EditorGUI.Popup(rect, k_MaterialPresetLabel, m_MaterialPresetSelectionIndex, m_MaterialPresetNames);
- if (EditorGUI.EndChangeCheck())
- {
- m_FontSharedMaterialProp.objectReferenceValue = m_MaterialPresets[m_MaterialPresetSelectionIndex];
- m_HavePropertiesChanged = true;
- }
-
- EditorStyles.popup.fixedHeight = oldHeight;
- EditorStyles.popup.fontSize = oldSize;
- }
-
- // FONT STYLE
- EditorGUI.BeginChangeCheck();
-
- int v1, v2, v3, v4, v5, v6, v7;
-
- if (EditorGUIUtility.wideMode)
- {
- rect = EditorGUILayout.GetControlRect(true, EditorGUIUtility.singleLineHeight + 2f);
-
- EditorGUI.PrefixLabel(rect, k_FontStyleLabel);
-
- int styleValue = m_FontStyleProp.intValue;
-
- rect.x += EditorGUIUtility.labelWidth;
- rect.width -= EditorGUIUtility.labelWidth;
-
- rect.width = Mathf.Max(25f, rect.width / 7f);
-
- v1 = TMP_EditorUtility.EditorToggle(rect, (styleValue & 1) == 1, k_BoldLabel, TMP_UIStyleManager.alignmentButtonLeft) ? 1 : 0; // Bold
- rect.x += rect.width;
- v2 = TMP_EditorUtility.EditorToggle(rect, (styleValue & 2) == 2, k_ItalicLabel, TMP_UIStyleManager.alignmentButtonMid) ? 2 : 0; // Italics
- rect.x += rect.width;
- v3 = TMP_EditorUtility.EditorToggle(rect, (styleValue & 4) == 4, k_UnderlineLabel, TMP_UIStyleManager.alignmentButtonMid) ? 4 : 0; // Underline
- rect.x += rect.width;
- v7 = TMP_EditorUtility.EditorToggle(rect, (styleValue & 64) == 64, k_StrikethroughLabel, TMP_UIStyleManager.alignmentButtonRight) ? 64 : 0; // Strikethrough
- rect.x += rect.width;
-
- int selected = 0;
-
- EditorGUI.BeginChangeCheck();
- v4 = TMP_EditorUtility.EditorToggle(rect, (styleValue & 8) == 8, k_LowercaseLabel, TMP_UIStyleManager.alignmentButtonLeft) ? 8 : 0; // Lowercase
- if (EditorGUI.EndChangeCheck() && v4 > 0)
- {
- selected = v4;
- }
- rect.x += rect.width;
- EditorGUI.BeginChangeCheck();
- v5 = TMP_EditorUtility.EditorToggle(rect, (styleValue & 16) == 16, k_UppercaseLabel, TMP_UIStyleManager.alignmentButtonMid) ? 16 : 0; // Uppercase
- if (EditorGUI.EndChangeCheck() && v5 > 0)
- {
- selected = v5;
- }
- rect.x += rect.width;
- EditorGUI.BeginChangeCheck();
- v6 = TMP_EditorUtility.EditorToggle(rect, (styleValue & 32) == 32, k_SmallcapsLabel, TMP_UIStyleManager.alignmentButtonRight) ? 32 : 0; // Smallcaps
- if (EditorGUI.EndChangeCheck() && v6 > 0)
- {
- selected = v6;
- }
-
- if (selected > 0)
- {
- v4 = selected == 8 ? 8 : 0;
- v5 = selected == 16 ? 16 : 0;
- v6 = selected == 32 ? 32 : 0;
- }
- }
- else
- {
- rect = EditorGUILayout.GetControlRect(true, EditorGUIUtility.singleLineHeight + 2f);
-
- EditorGUI.PrefixLabel(rect, k_FontStyleLabel);
-
- int styleValue = m_FontStyleProp.intValue;
-
- rect.x += EditorGUIUtility.labelWidth;
- rect.width -= EditorGUIUtility.labelWidth;
- rect.width = Mathf.Max(25f, rect.width / 4f);
-
- v1 = TMP_EditorUtility.EditorToggle(rect, (styleValue & 1) == 1, k_BoldLabel, TMP_UIStyleManager.alignmentButtonLeft) ? 1 : 0; // Bold
- rect.x += rect.width;
- v2 = TMP_EditorUtility.EditorToggle(rect, (styleValue & 2) == 2, k_ItalicLabel, TMP_UIStyleManager.alignmentButtonMid) ? 2 : 0; // Italics
- rect.x += rect.width;
- v3 = TMP_EditorUtility.EditorToggle(rect, (styleValue & 4) == 4, k_UnderlineLabel, TMP_UIStyleManager.alignmentButtonMid) ? 4 : 0; // Underline
- rect.x += rect.width;
- v7 = TMP_EditorUtility.EditorToggle(rect, (styleValue & 64) == 64, k_StrikethroughLabel, TMP_UIStyleManager.alignmentButtonRight) ? 64 : 0; // Strikethrough
-
- rect = EditorGUILayout.GetControlRect(true, EditorGUIUtility.singleLineHeight + 2f);
-
- rect.x += EditorGUIUtility.labelWidth;
- rect.width -= EditorGUIUtility.labelWidth;
-
- rect.width = Mathf.Max(25f, rect.width / 4f);
-
- int selected = 0;
-
- EditorGUI.BeginChangeCheck();
- v4 = TMP_EditorUtility.EditorToggle(rect, (styleValue & 8) == 8, k_LowercaseLabel, TMP_UIStyleManager.alignmentButtonLeft) ? 8 : 0; // Lowercase
- if (EditorGUI.EndChangeCheck() && v4 > 0)
- {
- selected = v4;
- }
- rect.x += rect.width;
- EditorGUI.BeginChangeCheck();
- v5 = TMP_EditorUtility.EditorToggle(rect, (styleValue & 16) == 16, k_UppercaseLabel, TMP_UIStyleManager.alignmentButtonMid) ? 16 : 0; // Uppercase
- if (EditorGUI.EndChangeCheck() && v5 > 0)
- {
- selected = v5;
- }
- rect.x += rect.width;
- EditorGUI.BeginChangeCheck();
- v6 = TMP_EditorUtility.EditorToggle(rect, (styleValue & 32) == 32, k_SmallcapsLabel, TMP_UIStyleManager.alignmentButtonRight) ? 32 : 0; // Smallcaps
- if (EditorGUI.EndChangeCheck() && v6 > 0)
- {
- selected = v6;
- }
-
- if (selected > 0)
- {
- v4 = selected == 8 ? 8 : 0;
- v5 = selected == 16 ? 16 : 0;
- v6 = selected == 32 ? 32 : 0;
- }
- }
-
- if (EditorGUI.EndChangeCheck())
- {
- m_FontStyleProp.intValue = v1 + v2 + v3 + v4 + v5 + v6 + v7;
- m_HavePropertiesChanged = true;
- }
-
- // FONT SIZE
- EditorGUI.BeginChangeCheck();
-
- EditorGUI.BeginDisabledGroup(m_AutoSizingProp.boolValue);
- EditorGUILayout.PropertyField(m_FontSizeProp, k_FontSizeLabel, GUILayout.MaxWidth(EditorGUIUtility.labelWidth + 50f));
- EditorGUI.EndDisabledGroup();
-
- if (EditorGUI.EndChangeCheck())
- {
- float fontSize = Mathf.Clamp(m_FontSizeProp.floatValue, 0, 32767);
-
- m_FontSizeProp.floatValue = fontSize;
- m_FontSizeBaseProp.floatValue = fontSize;
- m_HavePropertiesChanged = true;
- }
-
- EditorGUI.indentLevel += 1;
-
- EditorGUI.BeginChangeCheck();
- EditorGUILayout.PropertyField(m_AutoSizingProp, k_AutoSizeLabel);
- if (EditorGUI.EndChangeCheck())
- {
- if (m_AutoSizingProp.boolValue == false)
- m_FontSizeProp.floatValue = m_FontSizeBaseProp.floatValue;
-
- m_HavePropertiesChanged = true;
- }
-
- // Show auto sizing options
- if (m_AutoSizingProp.boolValue)
- {
- rect = EditorGUILayout.GetControlRect(true, EditorGUIUtility.singleLineHeight);
-
- EditorGUI.PrefixLabel(rect, k_AutoSizeOptionsLabel);
-
- int previousIndent = EditorGUI.indentLevel;
-
- EditorGUI.indentLevel = 0;
-
- rect.width = (rect.width - EditorGUIUtility.labelWidth) / 4f;
- rect.x += EditorGUIUtility.labelWidth;
-
- EditorGUIUtility.labelWidth = 24;
- EditorGUI.BeginChangeCheck();
- EditorGUI.PropertyField(rect, m_FontSizeMinProp, k_MinLabel);
- if (EditorGUI.EndChangeCheck())
- {
- float minSize = m_FontSizeMinProp.floatValue;
-
- minSize = Mathf.Max(0, minSize);
-
- m_FontSizeMinProp.floatValue = Mathf.Min(minSize, m_FontSizeMaxProp.floatValue);
- m_HavePropertiesChanged = true;
- }
- rect.x += rect.width;
-
- EditorGUIUtility.labelWidth = 27;
- EditorGUI.BeginChangeCheck();
- EditorGUI.PropertyField(rect, m_FontSizeMaxProp, k_MaxLabel);
- if (EditorGUI.EndChangeCheck())
- {
- float maxSize = Mathf.Clamp(m_FontSizeMaxProp.floatValue, 0, 32767);
-
- m_FontSizeMaxProp.floatValue = Mathf.Max(m_FontSizeMinProp.floatValue, maxSize);
- m_HavePropertiesChanged = true;
- }
- rect.x += rect.width;
-
- EditorGUI.BeginChangeCheck();
- EditorGUIUtility.labelWidth = 36;
- EditorGUI.PropertyField(rect, m_CharWidthMaxAdjProp, k_WdLabel);
- rect.x += rect.width;
- EditorGUIUtility.labelWidth = 28;
- EditorGUI.PropertyField(rect, m_LineSpacingMaxProp, k_LineLabel);
-
- EditorGUIUtility.labelWidth = 0;
-
- if (EditorGUI.EndChangeCheck())
- {
- m_CharWidthMaxAdjProp.floatValue = Mathf.Clamp(m_CharWidthMaxAdjProp.floatValue, 0, 50);
- m_LineSpacingMaxProp.floatValue = Mathf.Min(0, m_LineSpacingMaxProp.floatValue);
- m_HavePropertiesChanged = true;
- }
-
- EditorGUI.indentLevel = previousIndent;
- }
-
- EditorGUI.indentLevel -= 1;
-
-
-
- EditorGUILayout.Space();
- }
-
- void DrawColor()
- {
- // FACE VERTEX COLOR
- EditorGUI.BeginChangeCheck();
- Color vertexColor = EditorGUILayout.ColorField(k_BaseColorLabel, m_FontColorProp.colorValue, false, true, false);
- if (EditorGUI.EndChangeCheck())
- {
- m_FontColorProp.colorValue = vertexColor;
- m_HavePropertiesChanged = true;
- }
-
- EditorGUI.BeginChangeCheck();
- EditorGUILayout.PropertyField(m_EnableVertexGradientProp, k_ColorGradientLabel);
- if (EditorGUI.EndChangeCheck())
- {
- m_HavePropertiesChanged = true;
- }
-
- EditorGUIUtility.fieldWidth = 0;
-
- if (m_EnableVertexGradientProp.boolValue)
- {
- EditorGUI.indentLevel += 1;
-
- EditorGUI.BeginChangeCheck();
-
- EditorGUILayout.PropertyField(m_FontColorGradientPresetProp, k_ColorPresetLabel);
-
- SerializedObject obj = null;
-
- SerializedProperty colorMode;
-
- SerializedProperty topLeft;
- SerializedProperty topRight;
- SerializedProperty bottomLeft;
- SerializedProperty bottomRight;
-
- if (m_FontColorGradientPresetProp.objectReferenceValue == null)
- {
- colorMode = m_ColorModeProp;
- topLeft = m_FontColorGradientProp.FindPropertyRelative("topLeft");
- topRight = m_FontColorGradientProp.FindPropertyRelative("topRight");
- bottomLeft = m_FontColorGradientProp.FindPropertyRelative("bottomLeft");
- bottomRight = m_FontColorGradientProp.FindPropertyRelative("bottomRight");
- }
- else
- {
- obj = new SerializedObject(m_FontColorGradientPresetProp.objectReferenceValue);
- colorMode = obj.FindProperty("colorMode");
- topLeft = obj.FindProperty("topLeft");
- topRight = obj.FindProperty("topRight");
- bottomLeft = obj.FindProperty("bottomLeft");
- bottomRight = obj.FindProperty("bottomRight");
- }
-
- EditorGUILayout.PropertyField(colorMode, k_ColorModeLabel);
-
- var rect = EditorGUILayout.GetControlRect(true, EditorGUIUtility.singleLineHeight * (EditorGUIUtility.wideMode ? 1 : 2));
-
- EditorGUI.PrefixLabel(rect, k_CorenerColorsLabel);
-
- rect.x += EditorGUIUtility.labelWidth;
- rect.width = rect.width - EditorGUIUtility.labelWidth;
-
- switch ((ColorMode)colorMode.enumValueIndex)
- {
- case ColorMode.Single:
- TMP_EditorUtility.DrawColorProperty(rect, topLeft);
-
- topRight.colorValue = topLeft.colorValue;
- bottomLeft.colorValue = topLeft.colorValue;
- bottomRight.colorValue = topLeft.colorValue;
- break;
- case ColorMode.HorizontalGradient:
- rect.width /= 2f;
-
- TMP_EditorUtility.DrawColorProperty(rect, topLeft);
-
- rect.x += rect.width;
-
- TMP_EditorUtility.DrawColorProperty(rect, topRight);
-
- bottomLeft.colorValue = topLeft.colorValue;
- bottomRight.colorValue = topRight.colorValue;
- break;
- case ColorMode.VerticalGradient:
- TMP_EditorUtility.DrawColorProperty(rect, topLeft);
-
- rect = EditorGUILayout.GetControlRect(false, EditorGUIUtility.singleLineHeight * (EditorGUIUtility.wideMode ? 1 : 2));
- rect.x += EditorGUIUtility.labelWidth;
-
- TMP_EditorUtility.DrawColorProperty(rect, bottomLeft);
-
- topRight.colorValue = topLeft.colorValue;
- bottomRight.colorValue = bottomLeft.colorValue;
- break;
- case ColorMode.FourCornersGradient:
- rect.width /= 2f;
-
- TMP_EditorUtility.DrawColorProperty(rect, topLeft);
-
- rect.x += rect.width;
-
- TMP_EditorUtility.DrawColorProperty(rect, topRight);
-
- rect = EditorGUILayout.GetControlRect(false, EditorGUIUtility.singleLineHeight * (EditorGUIUtility.wideMode ? 1 : 2));
- rect.x += EditorGUIUtility.labelWidth;
- rect.width = (rect.width - EditorGUIUtility.labelWidth) / 2f;
-
- TMP_EditorUtility.DrawColorProperty(rect, bottomLeft);
-
- rect.x += rect.width;
-
- TMP_EditorUtility.DrawColorProperty(rect, bottomRight);
- break;
- }
-
- if (EditorGUI.EndChangeCheck())
- {
- m_HavePropertiesChanged = true;
- if (obj != null)
- {
- obj.ApplyModifiedProperties();
- TMPro_EventManager.ON_COLOR_GRADIENT_PROPERTY_CHANGED(m_FontColorGradientPresetProp.objectReferenceValue as TMP_ColorGradient);
- }
- }
-
- EditorGUI.indentLevel -= 1;
- }
-
- EditorGUILayout.PropertyField(m_OverrideHtmlColorProp, k_OverrideTagsLabel);
-
- EditorGUILayout.Space();
- }
-
- void DrawSpacing()
- {
- // CHARACTER, LINE & PARAGRAPH SPACING
- EditorGUI.BeginChangeCheck();
-
- Rect rect = EditorGUILayout.GetControlRect(true, EditorGUIUtility.singleLineHeight);
-
- EditorGUI.PrefixLabel(rect, k_SpacingOptionsLabel);
-
- int oldIndent = EditorGUI.indentLevel;
- EditorGUI.indentLevel = 0;
-
- rect.x += EditorGUIUtility.labelWidth;
- rect.width = (rect.width - EditorGUIUtility.labelWidth - 3f) / 2f;
-
- EditorGUIUtility.labelWidth = Mathf.Min(rect.width * 0.55f, 80f);
-
- EditorGUI.PropertyField(rect, m_CharacterSpacingProp, k_CharacterSpacingLabel);
- rect.x += rect.width + 3f;
- EditorGUI.PropertyField(rect, m_WordSpacingProp, k_WordSpacingLabel);
-
- rect = EditorGUILayout.GetControlRect(false, EditorGUIUtility.singleLineHeight);
- EditorGUIUtility.labelWidth = 0;
- rect.x += EditorGUIUtility.labelWidth;
- rect.width = (rect.width - EditorGUIUtility.labelWidth -3f) / 2f;
- EditorGUIUtility.labelWidth = Mathf.Min(rect.width * 0.55f, 80f);
-
- EditorGUI.PropertyField(rect, m_LineSpacingProp, k_LineSpacingLabel);
- rect.x += rect.width + 3f;
- EditorGUI.PropertyField(rect, m_ParagraphSpacingProp, k_ParagraphSpacingLabel);
-
- EditorGUIUtility.labelWidth = 0;
- EditorGUI.indentLevel = oldIndent;
-
- if (EditorGUI.EndChangeCheck())
- {
- m_HavePropertiesChanged = true;
- }
-
- EditorGUILayout.Space();
- }
-
- void DrawAlignment()
- {
- // TEXT ALIGNMENT
- EditorGUI.BeginChangeCheck();
-
- Rect rect = EditorGUILayout.GetControlRect(true, EditorGUIUtility.currentViewWidth > 504 ? 20 : 40 + 3);
-
- EditorGUI.PrefixLabel(rect, k_AlignmentLabel);
- rect.x += EditorGUIUtility.labelWidth;
-
- EditorGUI.PropertyField(rect, m_HorizontalAlignmentProp, GUIContent.none);
- EditorGUI.PropertyField(rect, m_VerticalAlignmentProp, GUIContent.none);
-
- // WRAPPING RATIOS shown if Justified mode is selected.
- if (((HorizontalAlignmentOptions)m_HorizontalAlignmentProp.intValue & HorizontalAlignmentOptions.Justified) == HorizontalAlignmentOptions.Justified || ((HorizontalAlignmentOptions)m_HorizontalAlignmentProp.intValue & HorizontalAlignmentOptions.Flush) == HorizontalAlignmentOptions.Flush)
- DrawPropertySlider(k_WrapMixLabel, m_WordWrappingRatiosProp);
-
- if (EditorGUI.EndChangeCheck())
- m_HavePropertiesChanged = true;
-
- EditorGUILayout.Space();
- }
-
- void DrawWrappingOverflow()
- {
- // TEXT WRAPPING
- EditorGUI.BeginChangeCheck();
- int wrapSelection = EditorGUILayout.Popup(k_WrappingLabel, m_EnableWordWrappingProp.boolValue ? 1 : 0, k_WrappingOptions);
- if (EditorGUI.EndChangeCheck())
- {
- m_EnableWordWrappingProp.boolValue = wrapSelection == 1;
- m_HavePropertiesChanged = true;
- m_TextComponent.m_isInputParsingRequired = true;
- }
-
- // TEXT OVERFLOW
- EditorGUI.BeginChangeCheck();
-
- if ((TextOverflowModes)m_TextOverflowModeProp.enumValueIndex == TextOverflowModes.Linked)
- {
- EditorGUILayout.BeginHorizontal();
-
- float fieldWidth = EditorGUIUtility.fieldWidth;
- EditorGUIUtility.fieldWidth = 65;
- EditorGUILayout.PropertyField(m_TextOverflowModeProp, k_OverflowLabel);
- EditorGUIUtility.fieldWidth = fieldWidth;
-
- EditorGUILayout.PropertyField(m_LinkedTextComponentProp, GUIContent.none);
-
- EditorGUILayout.EndHorizontal();
-
- if (GUI.changed)
- {
- TMP_Text linkedComponent = m_LinkedTextComponentProp.objectReferenceValue as TMP_Text;
-
- if (linkedComponent == null)
- {
- m_LinkedTextComponentProp.objectReferenceValue = null;
-
- if (m_PreviousLinkedTextComponent != null)
- m_TextComponent.ReleaseLinkedTextComponent(m_PreviousLinkedTextComponent);
- }
- else if (m_TextComponent.IsSelfOrLinkedAncestor(linkedComponent))
- {
- m_LinkedTextComponentProp.objectReferenceValue = m_PreviousLinkedTextComponent;
- }
- else
- {
- if (m_PreviousLinkedTextComponent != null)
- m_TextComponent.ReleaseLinkedTextComponent(m_PreviousLinkedTextComponent);
-
- m_LinkedTextComponentProp.objectReferenceValue = linkedComponent;
- linkedComponent.parentLinkedComponent = m_TextComponent;
- m_PreviousLinkedTextComponent = linkedComponent;
- }
- }
- }
- else if ((TextOverflowModes)m_TextOverflowModeProp.enumValueIndex == TextOverflowModes.Page)
- {
- EditorGUILayout.BeginHorizontal();
- EditorGUILayout.PropertyField(m_TextOverflowModeProp, k_OverflowLabel);
- EditorGUILayout.PropertyField(m_PageToDisplayProp, GUIContent.none);
- EditorGUILayout.EndHorizontal();
-
- if (m_PreviousLinkedTextComponent)
- {
- m_TextComponent.ReleaseLinkedTextComponent(m_PreviousLinkedTextComponent);
-
- m_TextComponent.linkedTextComponent = null;
- }
- }
- else
- {
- EditorGUILayout.PropertyField(m_TextOverflowModeProp, k_OverflowLabel);
-
- if (m_PreviousLinkedTextComponent)
- {
- m_TextComponent.ReleaseLinkedTextComponent(m_PreviousLinkedTextComponent);
-
- m_TextComponent.linkedTextComponent = null;
- }
- }
-
- if (EditorGUI.EndChangeCheck())
- {
- m_HavePropertiesChanged = true;
- m_TextComponent.m_isInputParsingRequired = true;
- }
-
- EditorGUILayout.Space();
- }
-
- protected abstract void DrawExtraSettings();
-
- protected void DrawMargins()
- {
- EditorGUI.BeginChangeCheck();
- DrawMarginProperty(m_MarginProp, k_MarginsLabel);
- if (EditorGUI.EndChangeCheck())
- {
- m_HavePropertiesChanged = true;
- }
-
- EditorGUILayout.Space();
- }
-
- protected void DrawGeometrySorting()
- {
- EditorGUI.BeginChangeCheck();
-
- EditorGUILayout.PropertyField(m_GeometrySortingOrderProp, k_GeometrySortingLabel);
-
- if (EditorGUI.EndChangeCheck())
- m_HavePropertiesChanged = true;
-
- EditorGUILayout.Space();
- }
-
- protected void DrawIsTextObjectScaleStatic()
- {
- EditorGUI.BeginChangeCheck();
-
- EditorGUILayout.PropertyField(m_IsTextObjectScaleStaticProp, k_IsTextObjectScaleStatic);
-
- if (EditorGUI.EndChangeCheck())
- {
- m_TextComponent.isTextObjectScaleStatic = m_IsTextObjectScaleStaticProp.boolValue;
- m_HavePropertiesChanged = true;
- }
-
- EditorGUILayout.Space();
- }
-
-
- protected void DrawRichText()
- {
- EditorGUI.BeginChangeCheck();
-
- EditorGUILayout.PropertyField(m_IsRichTextProp, k_RichTextLabel);
- if (EditorGUI.EndChangeCheck())
- m_HavePropertiesChanged = true;
- }
-
- protected void DrawParsing()
- {
- EditorGUI.BeginChangeCheck();
- EditorGUILayout.PropertyField(m_EnableEscapeCharacterParsingProp, k_EscapeCharactersLabel);
- EditorGUILayout.PropertyField(m_UseMaxVisibleDescenderProp, k_VisibleDescenderLabel);
-
- if (EditorGUI.EndChangeCheck())
- m_HavePropertiesChanged = true;
-
- EditorGUILayout.Space();
- }
-
- protected void DrawSpriteAsset()
- {
- EditorGUI.BeginChangeCheck();
-
- EditorGUILayout.PropertyField(m_SpriteAssetProp, k_SpriteAssetLabel, true);
-
- if (EditorGUI.EndChangeCheck())
- m_HavePropertiesChanged = true;
-
- EditorGUILayout.Space();
- }
-
- protected void DrawStyleSheet()
- {
- EditorGUI.BeginChangeCheck();
-
- EditorGUILayout.PropertyField(m_StyleSheetAssetProp, k_StyleSheetAssetLabel, true);
-
- if (EditorGUI.EndChangeCheck())
- {
- m_StyleNames = GetStyleNames();
- m_HavePropertiesChanged = true;
- }
-
- EditorGUILayout.Space();
- }
-
- protected void DrawTextureMapping()
- {
- // TEXTURE MAPPING OPTIONS
- EditorGUI.BeginChangeCheck();
- EditorGUILayout.PropertyField(m_HorizontalMappingProp, k_HorizontalMappingLabel);
- EditorGUILayout.PropertyField(m_VerticalMappingProp, k_VerticalMappingLabel);
- if (EditorGUI.EndChangeCheck())
- {
- m_HavePropertiesChanged = true;
- }
-
- // UV OPTIONS
- if (m_HorizontalMappingProp.enumValueIndex > 0)
- {
- EditorGUI.BeginChangeCheck();
- EditorGUILayout.PropertyField(m_UvLineOffsetProp, k_LineOffsetLabel, GUILayout.MinWidth(70f));
- if (EditorGUI.EndChangeCheck())
- {
- m_HavePropertiesChanged = true;
- }
- }
-
- EditorGUILayout.Space();
- }
-
- protected void DrawKerning()
- {
- // KERNING
- EditorGUI.BeginChangeCheck();
- EditorGUILayout.PropertyField(m_EnableKerningProp, k_KerningLabel);
- if (EditorGUI.EndChangeCheck())
- {
- m_HavePropertiesChanged = true;
- }
- }
-
- protected void DrawPadding()
- {
- // EXTRA PADDING
- EditorGUI.BeginChangeCheck();
- EditorGUILayout.PropertyField(m_EnableExtraPaddingProp, k_PaddingLabel);
- if (EditorGUI.EndChangeCheck())
- {
- m_HavePropertiesChanged = true;
- m_CheckPaddingRequiredProp.boolValue = true;
- }
- }
-
- ///
- /// Method to retrieve the material presets that match the currently selected font asset.
- ///
- protected GUIContent[] GetMaterialPresets()
- {
- TMP_FontAsset fontAsset = m_FontAssetProp.objectReferenceValue as TMP_FontAsset;
- if (fontAsset == null) return null;
-
- m_MaterialPresets = TMP_EditorUtility.FindMaterialReferences(fontAsset);
- m_MaterialPresetNames = new GUIContent[m_MaterialPresets.Length];
-
- m_MaterialPresetIndexLookup.Clear();
-
- for (int i = 0; i < m_MaterialPresetNames.Length; i++)
- {
- m_MaterialPresetNames[i] = new GUIContent(m_MaterialPresets[i].name);
-
- m_MaterialPresetIndexLookup.Add(m_MaterialPresets[i].GetInstanceID(), i);
-
- //if (m_TargetMaterial.GetInstanceID() == m_MaterialPresets[i].GetInstanceID())
- // m_MaterialPresetSelectionIndex = i;
- }
-
- m_IsPresetListDirty = false;
-
- return m_MaterialPresetNames;
- }
-
- protected GUIContent[] GetStyleNames()
- {
- k_AvailableStyles.Clear();
- m_TextStyleIndexLookup.Clear();
- m_Styles.Clear();
-
- // First style on the list is always the Normal default style.
- TMP_Style styleNormal = TMP_Style.NormalStyle;
-
- m_Styles.Add(styleNormal);
- m_TextStyleIndexLookup.Add(styleNormal.hashCode, 0);
-
- k_AvailableStyles.Add(styleNormal.hashCode, styleNormal);
-
- // Get styles from Style Sheet potentially assigned to the text object.
- TMP_StyleSheet localStyleSheet = (TMP_StyleSheet)m_StyleSheetAssetProp.objectReferenceValue;
-
- if (localStyleSheet != null)
- {
- int styleCount = localStyleSheet.styles.Count;
-
- for (int i = 0; i < styleCount; i++)
- {
- TMP_Style style = localStyleSheet.styles[i];
-
- if (k_AvailableStyles.ContainsKey(style.hashCode) == false)
- {
- k_AvailableStyles.Add(style.hashCode, style);
- m_Styles.Add(style);
- m_TextStyleIndexLookup.Add(style.hashCode, m_TextStyleIndexLookup.Count);
- }
- }
- }
-
- // Get styles from TMP Settings' default style sheet.
- TMP_StyleSheet globalStyleSheet = TMP_Settings.defaultStyleSheet;
-
- if (globalStyleSheet != null)
- {
- int styleCount = globalStyleSheet.styles.Count;
-
- for (int i = 0; i < styleCount; i++)
- {
- TMP_Style style = globalStyleSheet.styles[i];
-
- if (k_AvailableStyles.ContainsKey(style.hashCode) == false)
- {
- k_AvailableStyles.Add(style.hashCode, style);
- m_Styles.Add(style);
- m_TextStyleIndexLookup.Add(style.hashCode, m_TextStyleIndexLookup.Count);
- }
- }
- }
-
- // Create array that will contain the list of available styles.
- GUIContent[] styleNames = k_AvailableStyles.Values.Select(item => new GUIContent(item.name)).ToArray();
-
- // Set text style index
- m_TextStyleIndexLookup.TryGetValue(m_TextStyleHashCodeProp.intValue, out m_StyleSelectionIndex);
-
- return styleNames;
- }
-
- // DRAW MARGIN PROPERTY
- protected void DrawMarginProperty(SerializedProperty property, GUIContent label)
- {
- Rect rect = EditorGUILayout.GetControlRect(false, 2 * 18);
-
- EditorGUI.BeginProperty(rect, label, property);
-
- Rect pos0 = new Rect(rect.x, rect.y + 2, rect.width - 15, 18);
-
- float width = rect.width + 3;
- pos0.width = EditorGUIUtility.labelWidth;
- EditorGUI.PrefixLabel(pos0, label);
-
- Vector4 margins = property.vector4Value;
-
- float widthB = width - EditorGUIUtility.labelWidth;
- float fieldWidth = widthB / 4;
- pos0.width = Mathf.Max(fieldWidth - 5, 45f);
-
- // Labels
- pos0.x = EditorGUIUtility.labelWidth + 15;
- margins.x = DrawMarginField(pos0, "Left", margins.x);
-
- pos0.x += fieldWidth;
- margins.y = DrawMarginField(pos0, "Top", margins.y);
-
- pos0.x += fieldWidth;
- margins.z = DrawMarginField(pos0, "Right", margins.z);
-
- pos0.x += fieldWidth;
- margins.w = DrawMarginField(pos0, "Bottom", margins.w);
-
- property.vector4Value = margins;
-
- EditorGUI.EndProperty();
- }
-
- float DrawMarginField(Rect position, string label, float value)
- {
- int controlId = GUIUtility.GetControlID(FocusType.Keyboard, position);
- EditorGUI.PrefixLabel(position, controlId, new GUIContent(label));
-
- Rect dragZone = new Rect(position.x, position.y, position.width, position.height);
- position.y += EditorGUIUtility.singleLineHeight;
-
- return EditorGUI.DoFloatField(EditorGUI.s_RecycledEditor, position, dragZone, controlId, value, EditorGUI.kFloatFieldFormatString, EditorStyles.numberField, true);
- }
-
- protected void DrawPropertySlider(GUIContent label, SerializedProperty property)
- {
- Rect rect = EditorGUILayout.GetControlRect(false, 17);
-
- GUIContent content = label ?? GUIContent.none;
- EditorGUI.Slider(new Rect(rect.x, rect.y, rect.width, rect.height), property, 0.0f, 1.0f, content);
- }
-
- protected abstract bool IsMixSelectionTypes();
-
- // Special Handling of Undo / Redo Events.
- protected abstract void OnUndoRedo();
-
- }
-}
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_BaseEditorPanel.cs.meta b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_BaseEditorPanel.cs.meta
deleted file mode 100644
index 87bd7391..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_BaseEditorPanel.cs.meta
+++ /dev/null
@@ -1,10 +0,0 @@
-fileFormatVersion: 2
-guid: 91950f78729ab144aa36e94690b28fad
-MonoImporter:
- serializedVersion: 2
- defaultReferences: []
- executionOrder: 0
- icon: {instanceID: 0}
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_BaseShaderGUI.cs b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_BaseShaderGUI.cs
deleted file mode 100644
index 5fd33ce5..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_BaseShaderGUI.cs
+++ /dev/null
@@ -1,551 +0,0 @@
-using UnityEngine;
-using UnityEditor;
-
-namespace TMPro.EditorUtilities
-{
- /// Base class for TextMesh Pro shader GUIs.
- public abstract class TMP_BaseShaderGUI : ShaderGUI
- {
- /// Representation of a #pragma shader_feature.
- /// It is assumed that the first feature option is for no keyword (underscores).
- protected class ShaderFeature
- {
- public string undoLabel;
-
- public GUIContent label;
-
- /// The keyword labels, for display. Include the no-keyword as the first option.
- public GUIContent[] keywordLabels;
-
- /// The shader keywords. Exclude the no-keyword option.
- public string[] keywords;
-
- int m_State;
-
- public bool Active
- {
- get { return m_State >= 0; }
- }
-
- public int State
- {
- get { return m_State; }
- }
-
- public void ReadState(Material material)
- {
- for (int i = 0; i < keywords.Length; i++)
- {
- if (material.IsKeywordEnabled(keywords[i]))
- {
- m_State = i;
- return;
- }
- }
-
- m_State = -1;
- }
-
- public void SetActive(bool active, Material material)
- {
- m_State = active ? 0 : -1;
- SetStateKeywords(material);
- }
-
- public void DoPopup(MaterialEditor editor, Material material)
- {
- EditorGUI.BeginChangeCheck();
- int selection = EditorGUILayout.Popup(label, m_State + 1, keywordLabels);
- if (EditorGUI.EndChangeCheck())
- {
- m_State = selection - 1;
- editor.RegisterPropertyChangeUndo(undoLabel);
- SetStateKeywords(material);
- }
- }
-
- void SetStateKeywords(Material material)
- {
- for (int i = 0; i < keywords.Length; i++)
- {
- if (i == m_State)
- {
- material.EnableKeyword(keywords[i]);
- }
- else
- {
- material.DisableKeyword(keywords[i]);
- }
- }
- }
- }
-
- static GUIContent s_TempLabel = new GUIContent();
-
- protected static bool s_DebugExtended;
-
- static int s_UndoRedoCount, s_LastSeenUndoRedoCount;
-
- static float[][] s_TempFloats =
- {
- null, new float[1], new float[2], new float[3], new float[4]
- };
-
- protected static GUIContent[] s_XywhVectorLabels =
- {
- new GUIContent("X"),
- new GUIContent("Y"),
- new GUIContent("W", "Width"),
- new GUIContent("H", "Height")
- };
-
- protected static GUIContent[] s_LbrtVectorLabels =
- {
- new GUIContent("L", "Left"),
- new GUIContent("B", "Bottom"),
- new GUIContent("R", "Right"),
- new GUIContent("T", "Top")
- };
-
- protected static GUIContent[] s_CullingTypeLabels =
- {
- new GUIContent("Off"),
- new GUIContent("Front"),
- new GUIContent("Back")
- };
-
- static TMP_BaseShaderGUI()
- {
- // Keep track of how many undo/redo events happened.
- Undo.undoRedoPerformed += () => s_UndoRedoCount += 1;
- }
-
- bool m_IsNewGUI = true;
-
- float m_DragAndDropMinY;
-
- protected MaterialEditor m_Editor;
-
- protected Material m_Material;
-
- protected MaterialProperty[] m_Properties;
-
- void PrepareGUI()
- {
- m_IsNewGUI = false;
- ShaderUtilities.GetShaderPropertyIDs();
-
- // New GUI just got constructed. This happens in response to a selection,
- // but also after undo/redo events.
- if (s_LastSeenUndoRedoCount != s_UndoRedoCount)
- {
- // There's been at least one undo/redo since the last time this GUI got constructed.
- // Maybe the undo/redo was for this material? Assume that is was.
- TMPro_EventManager.ON_MATERIAL_PROPERTY_CHANGED(true, m_Material as Material);
- }
-
- s_LastSeenUndoRedoCount = s_UndoRedoCount;
- }
-
- public override void OnGUI(MaterialEditor materialEditor, MaterialProperty[] properties)
- {
- m_Editor = materialEditor;
- m_Material = materialEditor.target as Material;
- this.m_Properties = properties;
-
- if (m_IsNewGUI)
- {
- PrepareGUI();
- }
-
- DoDragAndDropBegin();
- EditorGUI.BeginChangeCheck();
- DoGUI();
- if (EditorGUI.EndChangeCheck())
- {
- TMPro_EventManager.ON_MATERIAL_PROPERTY_CHANGED(true, m_Material);
- }
-
- DoDragAndDropEnd();
- }
-
- /// Override this method to create the specific shader GUI.
- protected abstract void DoGUI();
-
- static string[] s_PanelStateLabel = new string[] { "\t- Click to collapse -", "\t- Click to expand -" };
-
- protected bool BeginPanel(string panel, bool expanded)
- {
- EditorGUI.indentLevel = 0;
-
- EditorGUILayout.BeginVertical(EditorStyles.helpBox);
- Rect r = EditorGUI.IndentedRect(GUILayoutUtility.GetRect(20, 18));
- r.x += 20;
- r.width += 6;
-
- bool enabled = GUI.enabled;
- GUI.enabled = true;
- expanded = TMP_EditorUtility.EditorToggle(r, expanded, new GUIContent(panel), TMP_UIStyleManager.panelTitle);
- r.width -= 30;
- EditorGUI.LabelField(r, new GUIContent(expanded ? s_PanelStateLabel[0] : s_PanelStateLabel[1]), TMP_UIStyleManager.rightLabel);
- GUI.enabled = enabled;
-
- EditorGUI.indentLevel += 1;
- EditorGUI.BeginDisabledGroup(false);
-
- return expanded;
- }
-
- protected bool BeginPanel(string panel, ShaderFeature feature, bool expanded, bool readState = true)
- {
- EditorGUI.indentLevel = 0;
-
- if (readState)
- {
- feature.ReadState(m_Material);
- }
-
- EditorGUI.BeginChangeCheck();
-
- EditorGUILayout.BeginVertical(EditorStyles.helpBox);
- GUILayout.BeginHorizontal();
-
- Rect r = EditorGUI.IndentedRect(GUILayoutUtility.GetRect(20, 20, GUILayout.Width(20f)));
- bool active = EditorGUI.Toggle(r, feature.Active);
-
- if (EditorGUI.EndChangeCheck())
- {
- m_Editor.RegisterPropertyChangeUndo(feature.undoLabel);
- feature.SetActive(active, m_Material);
- }
-
- r = EditorGUI.IndentedRect(GUILayoutUtility.GetRect(20, 18));
- r.width += 6;
-
- bool enabled = GUI.enabled;
- GUI.enabled = true;
- expanded = TMP_EditorUtility.EditorToggle(r, expanded, new GUIContent(panel), TMP_UIStyleManager.panelTitle);
- r.width -= 10;
- EditorGUI.LabelField(r, new GUIContent(expanded ? s_PanelStateLabel[0] : s_PanelStateLabel[1]), TMP_UIStyleManager.rightLabel);
- GUI.enabled = enabled;
-
- GUILayout.EndHorizontal();
-
- EditorGUI.indentLevel += 1;
- EditorGUI.BeginDisabledGroup(!active);
-
- return expanded;
- }
-
- public void EndPanel()
- {
- EditorGUI.EndDisabledGroup();
- EditorGUI.indentLevel -= 1;
- EditorGUILayout.EndVertical();
- }
-
- MaterialProperty BeginProperty(string name)
- {
- MaterialProperty property = FindProperty(name, m_Properties);
- EditorGUI.BeginChangeCheck();
- EditorGUI.showMixedValue = property.hasMixedValue;
- m_Editor.BeginAnimatedCheck(Rect.zero, property);
-
- return property;
- }
-
- bool EndProperty()
- {
- m_Editor.EndAnimatedCheck();
- EditorGUI.showMixedValue = false;
- return EditorGUI.EndChangeCheck();
- }
-
- protected void DoPopup(string name, string label, GUIContent[] options)
- {
- MaterialProperty property = BeginProperty(name);
- s_TempLabel.text = label;
- int index = EditorGUILayout.Popup(s_TempLabel, (int)property.floatValue, options);
- if (EndProperty())
- {
- property.floatValue = index;
- }
- }
-
- protected void DoCubeMap(string name, string label)
- {
- DoTexture(name, label, typeof(Cubemap));
- }
-
- protected void DoTexture2D(string name, string label, bool withTilingOffset = false, string[] speedNames = null)
- {
- DoTexture(name, label, typeof(Texture2D), withTilingOffset, speedNames);
- }
-
- void DoTexture(string name, string label, System.Type type, bool withTilingOffset = false, string[] speedNames = null)
- {
- MaterialProperty property = FindProperty(name, m_Properties);
- m_Editor.BeginAnimatedCheck(Rect.zero, property);
-
- Rect rect = EditorGUILayout.GetControlRect(true, 60f);
- float totalWidth = rect.width;
- rect.width = EditorGUIUtility.labelWidth + 60f;
- s_TempLabel.text = label;
-
- EditorGUI.BeginChangeCheck();
- Object tex = EditorGUI.ObjectField(rect, s_TempLabel, property.textureValue, type, false);
- if (EditorGUI.EndChangeCheck())
- {
- property.textureValue = tex as Texture;
- }
-
- rect.x += rect.width + 4f;
- rect.width = totalWidth - rect.width - 4f;
- rect.height = EditorGUIUtility.singleLineHeight;
-
- if (withTilingOffset)
- {
- DoTilingOffset(rect, property);
- rect.y += (rect.height + 2f) * 2f;
- }
-
- m_Editor.EndAnimatedCheck();
-
- if (speedNames != null)
- {
- DoUVSpeed(rect, speedNames);
- }
- }
-
- void DoTilingOffset(Rect rect, MaterialProperty property)
- {
- float labelWidth = EditorGUIUtility.labelWidth;
- int indentLevel = EditorGUI.indentLevel;
- EditorGUI.indentLevel = 0;
- EditorGUIUtility.labelWidth = Mathf.Min(40f, rect.width * 0.20f);
-
- Vector4 vector = property.textureScaleAndOffset;
-
- bool changed = false;
- float[] values = s_TempFloats[2];
-
- s_TempLabel.text = "Tiling";
- Rect vectorRect = EditorGUI.PrefixLabel(rect, s_TempLabel);
- values[0] = vector.x;
- values[1] = vector.y;
-
- EditorGUI.BeginChangeCheck();
- EditorGUI.MultiFloatField(vectorRect, s_XywhVectorLabels, values);
- if (EditorGUI.EndChangeCheck())
- {
- vector.x = values[0];
- vector.y = values[1];
- changed = true;
- }
-
- rect.y += rect.height + 2f;
- s_TempLabel.text = "Offset";
- vectorRect = EditorGUI.PrefixLabel(rect, s_TempLabel);
- values[0] = vector.z;
- values[1] = vector.w;
-
- EditorGUI.BeginChangeCheck();
- EditorGUI.MultiFloatField(vectorRect, s_XywhVectorLabels, values);
- if (EditorGUI.EndChangeCheck())
- {
- vector.z = values[0];
- vector.w = values[1];
- changed = true;
- }
-
- if (changed)
- {
- property.textureScaleAndOffset = vector;
- }
-
- EditorGUIUtility.labelWidth = labelWidth;
- EditorGUI.indentLevel = indentLevel;
- }
-
- protected void DoUVSpeed(Rect rect, string[] names)
- {
- float labelWidth = EditorGUIUtility.labelWidth;
- int indentLevel = EditorGUI.indentLevel;
- EditorGUI.indentLevel = 0;
- EditorGUIUtility.labelWidth = Mathf.Min(40f, rect.width * 0.20f);
-
- s_TempLabel.text = "Speed";
- rect = EditorGUI.PrefixLabel(rect, s_TempLabel);
-
- EditorGUIUtility.labelWidth = 13f;
- rect.width = rect.width * 0.5f - 1f;
- DoFloat(rect, names[0], "X");
- rect.x += rect.width + 2f;
- DoFloat(rect, names[1], "Y");
- EditorGUIUtility.labelWidth = labelWidth;
- EditorGUI.indentLevel = indentLevel;
- }
-
- protected void DoToggle(string name, string label)
- {
- MaterialProperty property = BeginProperty(name);
- s_TempLabel.text = label;
- bool value = EditorGUILayout.Toggle(s_TempLabel, property.floatValue == 1f);
- if (EndProperty())
- {
- property.floatValue = value ? 1f : 0f;
- }
- }
-
- protected void DoFloat(string name, string label)
- {
- MaterialProperty property = BeginProperty(name);
- Rect rect = EditorGUILayout.GetControlRect();
- rect.width = EditorGUIUtility.labelWidth + 55f;
- s_TempLabel.text = label;
- float value = EditorGUI.FloatField(rect, s_TempLabel, property.floatValue);
- if (EndProperty())
- {
- property.floatValue = value;
- }
- }
-
- protected void DoColor(string name, string label)
- {
- MaterialProperty property = BeginProperty(name);
- s_TempLabel.text = label;
- Color value = EditorGUI.ColorField(EditorGUILayout.GetControlRect(), s_TempLabel, property.colorValue, false, true, true);
- if (EndProperty())
- {
- property.colorValue = value;
- }
- }
-
- void DoFloat(Rect rect, string name, string label)
- {
- MaterialProperty property = BeginProperty(name);
- s_TempLabel.text = label;
- float value = EditorGUI.FloatField(rect, s_TempLabel, property.floatValue);
- if (EndProperty())
- {
- property.floatValue = value;
- }
- }
-
- protected void DoSlider(string name, string label)
- {
- MaterialProperty property = BeginProperty(name);
- Vector2 range = property.rangeLimits;
- s_TempLabel.text = label;
- float value = EditorGUI.Slider(
- EditorGUILayout.GetControlRect(), s_TempLabel, property.floatValue, range.x, range.y
- );
- if (EndProperty())
- {
- property.floatValue = value;
- }
- }
-
- protected void DoVector3(string name, string label)
- {
- MaterialProperty property = BeginProperty(name);
- s_TempLabel.text = label;
- Vector4 value = EditorGUILayout.Vector3Field(s_TempLabel, property.vectorValue);
- if (EndProperty())
- {
- property.vectorValue = value;
- }
- }
-
- protected void DoVector(string name, string label, GUIContent[] subLabels)
- {
- MaterialProperty property = BeginProperty(name);
- Rect rect = EditorGUILayout.GetControlRect();
- s_TempLabel.text = label;
- rect = EditorGUI.PrefixLabel(rect, s_TempLabel);
- Vector4 vector = property.vectorValue;
-
- float[] values = s_TempFloats[subLabels.Length];
- for (int i = 0; i < subLabels.Length; i++)
- {
- values[i] = vector[i];
- }
-
- EditorGUI.MultiFloatField(rect, subLabels, values);
- if (EndProperty())
- {
- for (int i = 0; i < subLabels.Length; i++)
- {
- vector[i] = values[i];
- }
-
- property.vectorValue = vector;
- }
- }
-
- void DoDragAndDropBegin()
- {
- m_DragAndDropMinY = GUILayoutUtility.GetRect(0f, 0f, GUILayout.ExpandWidth(true)).y;
- }
-
- void DoDragAndDropEnd()
- {
- Rect rect = GUILayoutUtility.GetRect(0f, 0f, GUILayout.ExpandWidth(true));
- Event evt = Event.current;
- if (evt.type == EventType.DragUpdated)
- {
- DragAndDrop.visualMode = DragAndDropVisualMode.Generic;
- evt.Use();
- }
- else if (
- evt.type == EventType.DragPerform &&
- Rect.MinMaxRect(rect.xMin, m_DragAndDropMinY, rect.xMax, rect.yMax).Contains(evt.mousePosition)
- )
- {
- DragAndDrop.AcceptDrag();
- evt.Use();
- Material droppedMaterial = DragAndDrop.objectReferences[0] as Material;
- if (droppedMaterial && droppedMaterial != m_Material)
- {
- PerformDrop(droppedMaterial);
- }
- }
- }
-
- void PerformDrop(Material droppedMaterial)
- {
- Texture droppedTex = droppedMaterial.GetTexture(ShaderUtilities.ID_MainTex);
- if (!droppedTex)
- {
- return;
- }
-
- Texture currentTex = m_Material.GetTexture(ShaderUtilities.ID_MainTex);
- TMP_FontAsset requiredFontAsset = null;
- if (droppedTex != currentTex)
- {
- requiredFontAsset = TMP_EditorUtility.FindMatchingFontAsset(droppedMaterial);
- if (!requiredFontAsset)
- {
- return;
- }
- }
-
- foreach (GameObject o in Selection.gameObjects)
- {
- if (requiredFontAsset)
- {
- TMP_Text textComponent = o.GetComponent();
- if (textComponent)
- {
- Undo.RecordObject(textComponent, "Font Asset Change");
- textComponent.font = requiredFontAsset;
- }
- }
-
- TMPro_EventManager.ON_DRAG_AND_DROP_MATERIAL_CHANGED(o, m_Material, droppedMaterial);
- EditorUtility.SetDirty(o);
- }
- }
- }
-}
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_BaseShaderGUI.cs.meta b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_BaseShaderGUI.cs.meta
deleted file mode 100644
index f07bd856..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_BaseShaderGUI.cs.meta
+++ /dev/null
@@ -1,12 +0,0 @@
-fileFormatVersion: 2
-guid: 438efd46088d408d8a53f707fa68d976
-timeCreated: 1469844810
-licenseType: Pro
-MonoImporter:
- serializedVersion: 2
- defaultReferences: []
- executionOrder: 0
- icon: {instanceID: 0}
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_BitmapShaderGUI.cs b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_BitmapShaderGUI.cs
deleted file mode 100644
index be399599..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_BitmapShaderGUI.cs
+++ /dev/null
@@ -1,93 +0,0 @@
-using UnityEngine;
-using UnityEditor;
-
-namespace TMPro.EditorUtilities
-{
- public class TMP_BitmapShaderGUI : TMP_BaseShaderGUI
- {
- static bool s_Face = true;
-
- protected override void DoGUI()
- {
- s_Face = BeginPanel("Face", s_Face);
- if (s_Face)
- {
- DoFacePanel();
- }
-
- EndPanel();
-
- s_DebugExtended = BeginPanel("Debug Settings", s_DebugExtended);
- if (s_DebugExtended)
- {
- DoDebugPanel();
- }
-
- EndPanel();
- }
-
- void DoFacePanel()
- {
- EditorGUI.indentLevel += 1;
- if (m_Material.HasProperty(ShaderUtilities.ID_FaceTex))
- {
- DoColor("_FaceColor", "Color");
- DoTexture2D("_FaceTex", "Texture", true);
- }
- else
- {
- DoColor("_Color", "Color");
- DoSlider("_DiffusePower", "Diffuse Power");
- }
-
- EditorGUI.indentLevel -= 1;
-
- EditorGUILayout.Space();
- }
-
- void DoDebugPanel()
- {
- EditorGUI.indentLevel += 1;
- DoTexture2D("_MainTex", "Font Atlas");
- if (m_Material.HasProperty(ShaderUtilities.ID_VertexOffsetX))
- {
- if (m_Material.HasProperty(ShaderUtilities.ID_Padding))
- {
- EditorGUILayout.Space();
- DoFloat("_Padding", "Padding");
- }
-
- EditorGUILayout.Space();
- DoFloat("_VertexOffsetX", "Offset X");
- DoFloat("_VertexOffsetY", "Offset Y");
- }
-
- if (m_Material.HasProperty(ShaderUtilities.ID_MaskSoftnessX))
- {
- EditorGUILayout.Space();
- DoFloat("_MaskSoftnessX", "Softness X");
- DoFloat("_MaskSoftnessY", "Softness Y");
- DoVector("_ClipRect", "Clip Rect", s_LbrtVectorLabels);
- }
-
- if (m_Material.HasProperty(ShaderUtilities.ID_StencilID))
- {
- EditorGUILayout.Space();
- DoFloat("_Stencil", "Stencil ID");
- DoFloat("_StencilComp", "Stencil Comp");
- }
-
- if (m_Material.HasProperty(ShaderUtilities.ShaderTag_CullMode))
- {
- EditorGUILayout.Space();
- DoPopup("_CullMode", "Cull Mode", s_CullingTypeLabels);
- }
-
- EditorGUILayout.Space();
-
- EditorGUI.indentLevel -= 1;
-
- EditorGUILayout.Space();
- }
- }
-}
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_BitmapShaderGUI.cs.meta b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_BitmapShaderGUI.cs.meta
deleted file mode 100644
index 6d0e0529..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_BitmapShaderGUI.cs.meta
+++ /dev/null
@@ -1,12 +0,0 @@
-fileFormatVersion: 2
-guid: 806de5a9211448c8b65c8435ebb48dd4
-timeCreated: 1469998850
-licenseType: Pro
-MonoImporter:
- serializedVersion: 2
- defaultReferences: []
- executionOrder: 0
- icon: {instanceID: 0}
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_CharacterPropertyDrawer.cs b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_CharacterPropertyDrawer.cs
deleted file mode 100644
index 98f32c7a..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_CharacterPropertyDrawer.cs
+++ /dev/null
@@ -1,235 +0,0 @@
-using UnityEngine;
-using UnityEngine.TextCore;
-using UnityEngine.TextCore.LowLevel;
-using UnityEditor;
-using System.Collections;
-
-
-namespace TMPro.EditorUtilities
-{
- [CustomPropertyDrawer(typeof(TMP_Character))]
- public class TMP_CharacterPropertyDrawer : PropertyDrawer
- {
- private string k_ColorProperty = "_Color";
-
- int m_GlyphSelectedForEditing = -1;
-
- public override void OnGUI(Rect position, SerializedProperty property, GUIContent label)
- {
- SerializedProperty prop_Unicode = property.FindPropertyRelative("m_Unicode");
- SerializedProperty prop_GlyphIndex = property.FindPropertyRelative("m_GlyphIndex");
- SerializedProperty prop_Scale = property.FindPropertyRelative("m_Scale");
-
-
- GUIStyle style = new GUIStyle(EditorStyles.label);
- style.richText = true;
-
- EditorGUIUtility.labelWidth = 40f;
- EditorGUIUtility.fieldWidth = 50;
-
- Rect rect = new Rect(position.x + 50, position.y, position.width, 49);
-
- // Display non-editable fields
- if (GUI.enabled == false)
- {
- int unicode = prop_Unicode.intValue;
- EditorGUI.LabelField(new Rect(rect.x, rect.y, 120f, 18), new GUIContent("Unicode: 0x" + unicode.ToString("X") + ""), style);
- EditorGUI.LabelField(new Rect(rect.x + 115, rect.y, 120f, 18), unicode <= 0xFFFF ? new GUIContent("UTF16: \\u" + unicode.ToString("X4") + "") : new GUIContent("UTF32: \\U" + unicode.ToString("X8") + ""), style);
- EditorGUI.LabelField(new Rect(rect.x, rect.y + 18, 120, 18), new GUIContent("Glyph ID: " + prop_GlyphIndex.intValue + ""), style);
- EditorGUI.LabelField(new Rect(rect.x, rect.y + 36, 80, 18), new GUIContent("Scale: " + prop_Scale.floatValue + ""), style);
-
- // Draw Glyph (if exists)
- DrawGlyph(position, property);
- }
- else // Display editable fields
- {
- EditorGUIUtility.labelWidth = 55f;
- GUI.SetNextControlName("Unicode Input");
- EditorGUI.BeginChangeCheck();
- string unicode = EditorGUI.TextField(new Rect(rect.x, rect.y, 120, 18), "Unicode:", prop_Unicode.intValue.ToString("X"));
-
- if (GUI.GetNameOfFocusedControl() == "Unicode Input")
- {
- //Filter out unwanted characters.
- char chr = Event.current.character;
- if ((chr < '0' || chr > '9') && (chr < 'a' || chr > 'f') && (chr < 'A' || chr > 'F'))
- {
- Event.current.character = '\0';
- }
- }
-
- if (EditorGUI.EndChangeCheck())
- {
- // Update Unicode value
- prop_Unicode.intValue = TMP_TextUtilities.StringHexToInt(unicode);
- }
-
- // Cache current glyph index in case it needs to be restored if the new glyph index is invalid.
- int currentGlyphIndex = prop_GlyphIndex.intValue;
-
- EditorGUIUtility.labelWidth = 59f;
- EditorGUI.BeginChangeCheck();
- EditorGUI.DelayedIntField(new Rect(rect.x, rect.y + 18, 100, 18), prop_GlyphIndex, new GUIContent("Glyph ID:"));
- if (EditorGUI.EndChangeCheck())
- {
- // Get a reference to the font asset
- TMP_FontAsset fontAsset = property.serializedObject.targetObject as TMP_FontAsset;
-
- // Make sure new glyph index is valid.
- int elementIndex = fontAsset.glyphTable.FindIndex(item => item.index == prop_GlyphIndex.intValue);
-
- if (elementIndex == -1)
- prop_GlyphIndex.intValue = currentGlyphIndex;
- else
- fontAsset.IsFontAssetLookupTablesDirty = true;
- }
-
- int glyphIndex = prop_GlyphIndex.intValue;
-
- // Reset glyph selection if new character has been selected.
- if (GUI.enabled && m_GlyphSelectedForEditing != glyphIndex)
- m_GlyphSelectedForEditing = -1;
-
- // Display button to edit the glyph data.
- if (GUI.Button(new Rect(rect.x + 120, rect.y + 18, 75, 18), new GUIContent("Edit Glyph")))
- {
- if (m_GlyphSelectedForEditing == -1)
- m_GlyphSelectedForEditing = glyphIndex;
- else
- m_GlyphSelectedForEditing = -1;
-
- // Button clicks should not result in potential change.
- GUI.changed = false;
- }
-
- // Show the glyph property drawer if selected
- if (glyphIndex == m_GlyphSelectedForEditing && GUI.enabled)
- {
- // Get a reference to the font asset
- TMP_FontAsset fontAsset = property.serializedObject.targetObject as TMP_FontAsset;
-
- if (fontAsset != null)
- {
- // Get the index of the glyph in the font asset glyph table.
- int elementIndex = fontAsset.glyphTable.FindIndex(item => item.index == glyphIndex);
-
- if (elementIndex != -1)
- {
- SerializedProperty prop_GlyphTable = property.serializedObject.FindProperty("m_GlyphTable");
- SerializedProperty prop_Glyph = prop_GlyphTable.GetArrayElementAtIndex(elementIndex);
-
- SerializedProperty prop_GlyphMetrics = prop_Glyph.FindPropertyRelative("m_Metrics");
- SerializedProperty prop_GlyphRect = prop_Glyph.FindPropertyRelative("m_GlyphRect");
-
- Rect newRect = EditorGUILayout.GetControlRect(false, 115);
- EditorGUI.DrawRect(new Rect(newRect.x + 52, newRect.y - 20, newRect.width - 52, newRect.height - 5), new Color(0.1f, 0.1f, 0.1f, 0.45f));
- EditorGUI.DrawRect(new Rect(newRect.x + 53, newRect.y - 19, newRect.width - 54, newRect.height - 7), new Color(0.3f, 0.3f, 0.3f, 0.8f));
-
- // Display GlyphRect
- newRect.x += 55;
- newRect.y -= 18;
- newRect.width += 5;
- EditorGUI.PropertyField(newRect, prop_GlyphRect);
-
- // Display GlyphMetrics
- newRect.y += 45;
- EditorGUI.PropertyField(newRect, prop_GlyphMetrics);
-
- rect.y += 120;
- }
- }
- }
-
- EditorGUIUtility.labelWidth = 39f;
- EditorGUI.PropertyField(new Rect(rect.x, rect.y + 36, 80, 18), prop_Scale, new GUIContent("Scale:"));
-
- // Draw Glyph (if exists)
- DrawGlyph(position, property);
- }
- }
-
- public override float GetPropertyHeight(SerializedProperty property, GUIContent label)
- {
- return 58;
- }
-
- void DrawGlyph(Rect position, SerializedProperty property)
- {
- // Get a reference to the atlas texture
- TMP_FontAsset fontAsset = property.serializedObject.targetObject as TMP_FontAsset;
-
- if (fontAsset == null)
- return;
-
- // Get a reference to the Glyph Table
- SerializedProperty prop_GlyphTable = property.serializedObject.FindProperty("m_GlyphTable");
- int glyphIndex = property.FindPropertyRelative("m_GlyphIndex").intValue;
- int elementIndex = fontAsset.glyphTable.FindIndex(item => item.index == glyphIndex);
-
- // Return if we can't find the glyph
- if (elementIndex == -1)
- return;
-
- SerializedProperty prop_Glyph = prop_GlyphTable.GetArrayElementAtIndex(elementIndex);
-
- // Get reference to atlas texture.
- int atlasIndex = prop_Glyph.FindPropertyRelative("m_AtlasIndex").intValue;
- Texture2D atlasTexture = fontAsset.atlasTextures.Length > atlasIndex ? fontAsset.atlasTextures[atlasIndex] : null;
-
- if (atlasTexture == null)
- return;
-
- Material mat;
- if (((GlyphRasterModes)fontAsset.atlasRenderMode & GlyphRasterModes.RASTER_MODE_BITMAP) == GlyphRasterModes.RASTER_MODE_BITMAP)
- {
- mat = TMP_FontAssetEditor.internalBitmapMaterial;
-
- if (mat == null)
- return;
-
- mat.mainTexture = atlasTexture;
- mat.SetColor(k_ColorProperty, Color.white);
- }
- else
- {
- mat = TMP_FontAssetEditor.internalSDFMaterial;
-
- if (mat == null)
- return;
-
- mat.mainTexture = atlasTexture;
- mat.SetFloat(ShaderUtilities.ID_GradientScale, fontAsset.atlasPadding + 1);
- }
-
- // Draw glyph
- Rect glyphDrawPosition = new Rect(position.x, position.y, 48, 58);
-
- SerializedProperty glyphRectProperty = prop_Glyph.FindPropertyRelative("m_GlyphRect");
-
- int padding = fontAsset.atlasPadding;
-
- int glyphOriginX = glyphRectProperty.FindPropertyRelative("m_X").intValue - padding;
- int glyphOriginY = glyphRectProperty.FindPropertyRelative("m_Y").intValue - padding;
- int glyphWidth = glyphRectProperty.FindPropertyRelative("m_Width").intValue + padding * 2;
- int glyphHeight = glyphRectProperty.FindPropertyRelative("m_Height").intValue + padding * 2;
-
- float normalizedHeight = fontAsset.faceInfo.ascentLine - fontAsset.faceInfo.descentLine;
- float scale = glyphDrawPosition.width / normalizedHeight;
-
- // Compute the normalized texture coordinates
- Rect texCoords = new Rect((float)glyphOriginX / atlasTexture.width, (float)glyphOriginY / atlasTexture.height, (float)glyphWidth / atlasTexture.width, (float)glyphHeight / atlasTexture.height);
-
- if (Event.current.type == EventType.Repaint)
- {
- glyphDrawPosition.x += (glyphDrawPosition.width - glyphWidth * scale) / 2;
- glyphDrawPosition.y += (glyphDrawPosition.height - glyphHeight * scale) / 2;
- glyphDrawPosition.width = glyphWidth * scale;
- glyphDrawPosition.height = glyphHeight * scale;
-
- // Could switch to using the default material of the font asset which would require passing scale to the shader.
- Graphics.DrawTexture(glyphDrawPosition, atlasTexture, texCoords, 0, 0, 0, 0, new Color(1f, 1f, 1f), mat);
- }
- }
-
- }
-}
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_CharacterPropertyDrawer.cs.meta b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_CharacterPropertyDrawer.cs.meta
deleted file mode 100644
index 3bf78921..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_CharacterPropertyDrawer.cs.meta
+++ /dev/null
@@ -1,11 +0,0 @@
-fileFormatVersion: 2
-guid: 01ada73c4792aba4c937ff5d92cce866
-MonoImporter:
- externalObjects: {}
- serializedVersion: 2
- defaultReferences: []
- executionOrder: 0
- icon: {instanceID: 0}
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_ColorGradientAssetMenu.cs b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_ColorGradientAssetMenu.cs
deleted file mode 100644
index d7ca885d..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_ColorGradientAssetMenu.cs
+++ /dev/null
@@ -1,50 +0,0 @@
-using UnityEditor;
-using UnityEngine;
-using System.IO;
-using System.Collections;
-
-
-
-namespace TMPro.EditorUtilities
-{
-
- public static class TMP_ColorGradientAssetMenu
- {
- [MenuItem("Assets/Create/TextMeshPro/Color Gradient", false, 115)]
- public static void CreateColorGradient(MenuCommand context)
- {
- string filePath;
-
- if (Selection.assetGUIDs.Length == 0)
- filePath = "Assets/New TMP Color Gradient.asset";
- else
- filePath = AssetDatabase.GUIDToAssetPath(Selection.assetGUIDs[0]);
-
- if (Directory.Exists(filePath))
- {
- filePath += "/New TMP Color Gradient.asset";
- }
- else
- {
- filePath = Path.GetDirectoryName(filePath) + "/New TMP Color Gradient.asset";
- }
-
- filePath = AssetDatabase.GenerateUniqueAssetPath(filePath);
-
- // Create new Color Gradient Asset.
- TMP_ColorGradient colorGradient = ScriptableObject.CreateInstance();
-
- // Create Asset
- AssetDatabase.CreateAsset(colorGradient, filePath);
-
- //EditorUtility.SetDirty(colorGradient);
-
- AssetDatabase.SaveAssets();
-
- AssetDatabase.ImportAsset(AssetDatabase.GetAssetPath(colorGradient));
-
- EditorUtility.FocusProjectWindow();
- EditorGUIUtility.PingObject(colorGradient);
- }
- }
-}
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_ColorGradientAssetMenu.cs.meta b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_ColorGradientAssetMenu.cs.meta
deleted file mode 100644
index a2201ee6..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_ColorGradientAssetMenu.cs.meta
+++ /dev/null
@@ -1,12 +0,0 @@
-fileFormatVersion: 2
-guid: d9647b571c5e44729b71d756b3d55317
-timeCreated: 1468187791
-licenseType: Pro
-MonoImporter:
- serializedVersion: 2
- defaultReferences: []
- executionOrder: 0
- icon: {instanceID: 0}
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_ColorGradientEditor.cs b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_ColorGradientEditor.cs
deleted file mode 100644
index ca79435f..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_ColorGradientEditor.cs
+++ /dev/null
@@ -1,146 +0,0 @@
-using UnityEngine;
-using UnityEditor;
-using System.Collections;
-
-
-namespace TMPro.EditorUtilities
-{
- [CustomEditor(typeof(TMP_ColorGradient))]
- public class TMP_ColorGradientEditor : Editor
- {
- SerializedProperty m_ColorMode;
- SerializedProperty m_TopLeftColor;
- SerializedProperty m_TopRightColor;
- SerializedProperty m_BottomLeftColor;
- SerializedProperty m_BottomRightColor;
-
- void OnEnable()
- {
- m_ColorMode = serializedObject.FindProperty("colorMode");
- m_TopLeftColor = serializedObject.FindProperty("topLeft");
- m_TopRightColor = serializedObject.FindProperty("topRight");
- m_BottomLeftColor = serializedObject.FindProperty("bottomLeft");
- m_BottomRightColor = serializedObject.FindProperty("bottomRight");
- }
-
- public override void OnInspectorGUI()
- {
- serializedObject.Update();
-
- EditorGUI.BeginChangeCheck();
- EditorGUILayout.PropertyField(m_ColorMode, new GUIContent("Color Mode"));
- if (EditorGUI.EndChangeCheck())
- {
- switch ((ColorMode)m_ColorMode.enumValueIndex)
- {
- case ColorMode.Single:
- m_TopRightColor.colorValue = m_TopLeftColor.colorValue;
- m_BottomLeftColor.colorValue = m_TopLeftColor.colorValue;
- m_BottomRightColor.colorValue = m_TopLeftColor.colorValue;
- break;
- case ColorMode.HorizontalGradient:
- m_BottomLeftColor.colorValue = m_TopLeftColor.colorValue;
- m_BottomRightColor.colorValue = m_TopRightColor.colorValue;
- break;
- case ColorMode.VerticalGradient:
- m_TopRightColor.colorValue = m_TopLeftColor.colorValue;
- m_BottomRightColor.colorValue = m_BottomLeftColor.colorValue;
- break;
- }
- }
- Rect rect;
- switch ((ColorMode)m_ColorMode.enumValueIndex)
- {
- case ColorMode.Single:
- EditorGUI.BeginChangeCheck();
- rect = EditorGUILayout.GetControlRect(true, EditorGUIUtility.singleLineHeight * (EditorGUIUtility.wideMode ? 1 : 2));
- EditorGUI.PrefixLabel(rect, new GUIContent("Colors"));
- rect.x += EditorGUIUtility.labelWidth;
- rect.width = (rect.width - EditorGUIUtility.labelWidth) / (EditorGUIUtility.wideMode ? 1f : 2f);
- TMP_EditorUtility.DrawColorProperty(rect, m_TopLeftColor);
- if (EditorGUI.EndChangeCheck())
- {
- m_TopRightColor.colorValue = m_TopLeftColor.colorValue;
- m_BottomLeftColor.colorValue = m_TopLeftColor.colorValue;
- m_BottomRightColor.colorValue = m_TopLeftColor.colorValue;
- }
- break;
-
- case ColorMode.HorizontalGradient:
- rect = EditorGUILayout.GetControlRect(true, EditorGUIUtility.singleLineHeight * (EditorGUIUtility.wideMode ? 1 : 2));
- EditorGUI.PrefixLabel(rect, new GUIContent("Colors"));
- rect.x += EditorGUIUtility.labelWidth;
- rect.width = (rect.width - EditorGUIUtility.labelWidth) / 2f;
-
- EditorGUI.BeginChangeCheck();
- TMP_EditorUtility.DrawColorProperty(rect, m_TopLeftColor);
- if (EditorGUI.EndChangeCheck())
- {
- m_BottomLeftColor.colorValue = m_TopLeftColor.colorValue;
- }
-
- rect.x += rect.width;
-
- EditorGUI.BeginChangeCheck();
- TMP_EditorUtility.DrawColorProperty(rect, m_TopRightColor);
- if (EditorGUI.EndChangeCheck())
- {
- m_BottomRightColor.colorValue = m_TopRightColor.colorValue;
- }
- break;
-
- case ColorMode.VerticalGradient:
- rect = EditorGUILayout.GetControlRect(false, EditorGUIUtility.singleLineHeight * (EditorGUIUtility.wideMode ? 1 : 2));
- EditorGUI.PrefixLabel(rect, new GUIContent("Colors"));
- rect.x += EditorGUIUtility.labelWidth;
- rect.width = (rect.width - EditorGUIUtility.labelWidth) / (EditorGUIUtility.wideMode ? 1f : 2f);
- rect.height = EditorGUIUtility.singleLineHeight * (EditorGUIUtility.wideMode ? 1 : 2);
-
- EditorGUI.BeginChangeCheck();
- TMP_EditorUtility.DrawColorProperty(rect, m_TopLeftColor);
- if (EditorGUI.EndChangeCheck())
- {
- m_TopRightColor.colorValue = m_TopLeftColor.colorValue;
- }
-
- rect = EditorGUILayout.GetControlRect(false, EditorGUIUtility.singleLineHeight * (EditorGUIUtility.wideMode ? 1 : 2));
- rect.x += EditorGUIUtility.labelWidth;
- rect.width = (rect.width - EditorGUIUtility.labelWidth) / (EditorGUIUtility.wideMode ? 1f : 2f);
- rect.height = EditorGUIUtility.singleLineHeight * (EditorGUIUtility.wideMode ? 1 : 2);
-
- EditorGUI.BeginChangeCheck();
- TMP_EditorUtility.DrawColorProperty(rect, m_BottomLeftColor);
- if (EditorGUI.EndChangeCheck())
- {
- m_BottomRightColor.colorValue = m_BottomLeftColor.colorValue;
- }
- break;
-
- case ColorMode.FourCornersGradient:
- rect = EditorGUILayout.GetControlRect(true, EditorGUIUtility.singleLineHeight * (EditorGUIUtility.wideMode ? 1 : 2));
- EditorGUI.PrefixLabel(rect, new GUIContent("Colors"));
- rect.x += EditorGUIUtility.labelWidth;
- rect.width = (rect.width - EditorGUIUtility.labelWidth) / 2f;
- rect.height = EditorGUIUtility.singleLineHeight * (EditorGUIUtility.wideMode ? 1 : 2);
-
- TMP_EditorUtility.DrawColorProperty(rect, m_TopLeftColor);
- rect.x += rect.width;
- TMP_EditorUtility.DrawColorProperty(rect, m_TopRightColor);
-
- rect = EditorGUILayout.GetControlRect(false, EditorGUIUtility.singleLineHeight * (EditorGUIUtility.wideMode ? 1 : 2));
- rect.x += EditorGUIUtility.labelWidth;
- rect.width = (rect.width - EditorGUIUtility.labelWidth) / 2f;
- rect.height = EditorGUIUtility.singleLineHeight * (EditorGUIUtility.wideMode ? 1 : 2);
-
- TMP_EditorUtility.DrawColorProperty(rect, m_BottomLeftColor);
- rect.x += rect.width;
- TMP_EditorUtility.DrawColorProperty(rect, m_BottomRightColor);
- break;
- }
-
- if (serializedObject.ApplyModifiedProperties())
- TMPro_EventManager.ON_COLOR_GRADIENT_PROPERTY_CHANGED(target as TMP_ColorGradient);
-
- }
- }
-}
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_ColorGradientEditor.cs.meta b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_ColorGradientEditor.cs.meta
deleted file mode 100644
index dc58116c..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_ColorGradientEditor.cs.meta
+++ /dev/null
@@ -1,12 +0,0 @@
-fileFormatVersion: 2
-guid: fcc60c1d6bb544d9b712b652f418ff3a
-timeCreated: 1468400050
-licenseType: Pro
-MonoImporter:
- serializedVersion: 2
- defaultReferences: []
- executionOrder: 0
- icon: {instanceID: 0}
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_DropdownEditor.cs b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_DropdownEditor.cs
deleted file mode 100644
index 48f8e2b4..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_DropdownEditor.cs
+++ /dev/null
@@ -1,57 +0,0 @@
-using UnityEngine;
-using UnityEditor;
-using UnityEditor.UI;
-using UnityEngine.UI;
-
-namespace TMPro.EditorUtilities
-{
- [CustomEditor(typeof(TMP_Dropdown), true)]
- [CanEditMultipleObjects]
- public class DropdownEditor : SelectableEditor
- {
- SerializedProperty m_Template;
- SerializedProperty m_CaptionText;
- SerializedProperty m_CaptionImage;
- SerializedProperty m_Placeholder;
- SerializedProperty m_ItemText;
- SerializedProperty m_ItemImage;
- SerializedProperty m_OnSelectionChanged;
- SerializedProperty m_Value;
- SerializedProperty m_AlphaFadeSpeed;
- SerializedProperty m_Options;
-
- protected override void OnEnable()
- {
- base.OnEnable();
- m_Template = serializedObject.FindProperty("m_Template");
- m_CaptionText = serializedObject.FindProperty("m_CaptionText");
- m_CaptionImage = serializedObject.FindProperty("m_CaptionImage");
- m_Placeholder = serializedObject.FindProperty("m_Placeholder");
- m_ItemText = serializedObject.FindProperty("m_ItemText");
- m_ItemImage = serializedObject.FindProperty("m_ItemImage");
- m_OnSelectionChanged = serializedObject.FindProperty("m_OnValueChanged");
- m_Value = serializedObject.FindProperty("m_Value");
- m_AlphaFadeSpeed = serializedObject.FindProperty("m_AlphaFadeSpeed");
- m_Options = serializedObject.FindProperty("m_Options");
- }
-
- public override void OnInspectorGUI()
- {
- base.OnInspectorGUI();
- EditorGUILayout.Space();
-
- serializedObject.Update();
- EditorGUILayout.PropertyField(m_Template);
- EditorGUILayout.PropertyField(m_CaptionText);
- EditorGUILayout.PropertyField(m_CaptionImage);
- EditorGUILayout.PropertyField(m_Placeholder);
- EditorGUILayout.PropertyField(m_ItemText);
- EditorGUILayout.PropertyField(m_ItemImage);
- EditorGUILayout.PropertyField(m_Value);
- EditorGUILayout.PropertyField(m_AlphaFadeSpeed);
- EditorGUILayout.PropertyField(m_Options);
- EditorGUILayout.PropertyField(m_OnSelectionChanged);
- serializedObject.ApplyModifiedProperties();
- }
- }
-}
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_DropdownEditor.cs.meta b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_DropdownEditor.cs.meta
deleted file mode 100644
index 75030cfd..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_DropdownEditor.cs.meta
+++ /dev/null
@@ -1,12 +0,0 @@
-fileFormatVersion: 2
-guid: 6dbcf248c987476181a37f01a1814975
-timeCreated: 1446377461
-licenseType: Pro
-MonoImporter:
- serializedVersion: 2
- defaultReferences: []
- executionOrder: 0
- icon: {instanceID: 0}
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_EditorCoroutine.cs b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_EditorCoroutine.cs
deleted file mode 100644
index e0056039..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_EditorCoroutine.cs
+++ /dev/null
@@ -1,96 +0,0 @@
-using System;
-using System.Collections;
-using System.Collections.Generic;
-using UnityEditor;
-using UnityEngine;
-
-
-namespace TMPro.EditorUtilities
-{
- ///
- /// Simple implementation of coroutine working in the Unity Editor.
- ///
- public class TMP_EditorCoroutine
- {
- //private static Dictionary s_ActiveCoroutines;
-
- readonly IEnumerator coroutine;
-
- ///
- /// Constructor
- ///
- ///
- TMP_EditorCoroutine(IEnumerator routine)
- {
- this.coroutine = routine;
- }
-
-
- ///
- /// Starts a new EditorCoroutine.
- ///
- /// Coroutine
- /// new EditorCoroutine
- public static TMP_EditorCoroutine StartCoroutine(IEnumerator routine)
- {
- TMP_EditorCoroutine coroutine = new TMP_EditorCoroutine(routine);
- coroutine.Start();
-
- // Add coroutine to tracking list
- //if (s_ActiveCoroutines == null)
- // s_ActiveCoroutines = new Dictionary();
-
- // Add new instance of editor coroutine to dictionary.
- //s_ActiveCoroutines.Add(coroutine.GetHashCode(), coroutine);
-
- return coroutine;
- }
-
-
- ///
- /// Clear delegate list
- ///
- //public static void StopAllEditorCoroutines()
- //{
- // EditorApplication.update = null;
- //}
-
-
- ///
- /// Register callback for editor updates
- ///
- void Start()
- {
- EditorApplication.update += EditorUpdate;
- }
-
-
- ///
- /// Unregister callback for editor updates.
- ///
- public void Stop()
- {
- if (EditorApplication.update != null)
- EditorApplication.update -= EditorUpdate;
-
- //s_ActiveCoroutines.Remove(this.GetHashCode());
- }
-
-
- ///
- /// Delegate function called on editor updates.
- ///
- void EditorUpdate()
- {
- // Stop editor coroutine if it does not continue.
- if (coroutine.MoveNext() == false)
- Stop();
-
- // Process the different types of EditorCoroutines.
- if (coroutine.Current != null)
- {
-
- }
- }
- }
-}
\ No newline at end of file
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_EditorCoroutine.cs.meta b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_EditorCoroutine.cs.meta
deleted file mode 100644
index 16e03fa8..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_EditorCoroutine.cs.meta
+++ /dev/null
@@ -1,11 +0,0 @@
-fileFormatVersion: 2
-guid: 27a0335dab59ec542aadd6636a5b4ebd
-MonoImporter:
- externalObjects: {}
- serializedVersion: 2
- defaultReferences: []
- executionOrder: 0
- icon: {instanceID: 0}
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_EditorPanel.cs b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_EditorPanel.cs
deleted file mode 100644
index a03494f0..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_EditorPanel.cs
+++ /dev/null
@@ -1,191 +0,0 @@
-using UnityEngine;
-using UnityEditor;
-using UnityEditor.Presets;
-
-namespace TMPro.EditorUtilities
-{
-
- [CustomEditor(typeof(TextMeshPro), true), CanEditMultipleObjects]
- public class TMP_EditorPanel : TMP_BaseEditorPanel
- {
- static readonly GUIContent k_SortingLayerLabel = new GUIContent("Sorting Layer", "Name of the Renderer's sorting layer.");
- static readonly GUIContent k_OrderInLayerLabel = new GUIContent("Order in Layer", "Renderer's order within a sorting layer.");
- static readonly GUIContent k_OrthographicLabel = new GUIContent("Orthographic Mode", "Should be enabled when using an orthographic camera. Instructs the shader to not perform any perspective correction.");
- static readonly GUIContent k_VolumetricLabel = new GUIContent("Volumetric Setup", "Use cubes rather than quads to render the text. Allows for volumetric rendering when combined with a compatible shader.");
-
- private static string[] k_SortingLayerNames;
- bool IsPreset;
-
- SerializedProperty m_IsVolumetricTextProp;
- SerializedProperty m_IsOrthographicProp;
- Renderer m_Renderer;
-
- protected override void OnEnable()
- {
- base.OnEnable();
-
- // Determine if the inspected object is a Preset
- IsPreset = (int)(target as Component).gameObject.hideFlags == 93;
-
- m_IsOrthographicProp = serializedObject.FindProperty("m_isOrthographic");
-
- m_IsVolumetricTextProp = serializedObject.FindProperty("m_isVolumetricText");
-
- m_Renderer = m_TextComponent.GetComponent();
-
- // Populate Sorting Layer Names
- k_SortingLayerNames = SortingLayerHelper.sortingLayerNames;
- }
-
- protected override void DrawExtraSettings()
- {
- Rect rect = EditorGUILayout.GetControlRect(false, 24);
-
- if (GUI.Button(rect, new GUIContent("Extra Settings"), TMP_UIStyleManager.sectionHeader))
- Foldout.extraSettings = !Foldout.extraSettings;
-
- GUI.Label(rect, (Foldout.extraSettings ? "" : k_UiStateLabel[1]), TMP_UIStyleManager.rightLabel);
-
- if (Foldout.extraSettings)
- {
- //EditorGUI.indentLevel += 1;
-
- DrawMargins();
-
- DrawSortingLayer();
-
- DrawGeometrySorting();
-
- DrawIsTextObjectScaleStatic();
-
- DrawOrthographicMode();
-
- DrawRichText();
-
- DrawParsing();
-
- DrawSpriteAsset();
-
- DrawStyleSheet();
-
- //DrawVolumetricSetup();
-
- DrawKerning();
-
- DrawPadding();
-
- //EditorGUI.indentLevel -= 1;
- }
- }
-
- protected void DrawSortingLayer()
- {
- Undo.RecordObject(m_Renderer, "Sorting Layer Change");
-
- EditorGUI.BeginChangeCheck();
-
- TextMeshPro textComponent = (TextMeshPro)m_TextComponent;
-
- // Look up the layer name using the current layer ID
- string oldName = IsPreset ? SortingLayer.IDToName(textComponent._SortingLayerID) : SortingLayer.IDToName(textComponent.sortingLayerID);
-
- // Use the name to look up our array index into the names list
- int oldLayerIndex = System.Array.IndexOf(k_SortingLayerNames, oldName);
-
- // Show the pop-up for the names
- EditorGUIUtility.fieldWidth = 0f;
- int newLayerIndex = EditorGUILayout.Popup(k_SortingLayerLabel, oldLayerIndex, k_SortingLayerNames);
-
- // If the index changes, look up the ID for the new index to store as the new ID
- if (newLayerIndex != oldLayerIndex)
- UpdateTargetsSortingLayerID(SortingLayer.NameToID(k_SortingLayerNames[newLayerIndex]));
-
- // Get value from internal property if target is a Preset otherwise from the public property
- int oldSortingOrder = IsPreset ? textComponent._SortingOrder : textComponent.sortingOrder;
-
- int newSortingLayerOrder = EditorGUILayout.IntField(k_OrderInLayerLabel, oldSortingOrder);
-
- if (newSortingLayerOrder != textComponent.sortingOrder)
- UpdateTargetsSortingOrder(newSortingLayerOrder);
-
- if (EditorGUI.EndChangeCheck())
- m_HavePropertiesChanged = true;
-
- EditorGUILayout.Space();
- }
-
- protected void DrawOrthographicMode()
- {
- EditorGUI.BeginChangeCheck();
- EditorGUILayout.PropertyField(m_IsOrthographicProp, k_OrthographicLabel);
- if (EditorGUI.EndChangeCheck())
- m_HavePropertiesChanged = true;
- }
-
- protected void DrawVolumetricSetup()
- {
- EditorGUI.BeginChangeCheck();
- EditorGUILayout.PropertyField(m_IsVolumetricTextProp, k_VolumetricLabel);
- if (EditorGUI.EndChangeCheck())
- {
- m_HavePropertiesChanged = true;
- m_TextComponent.textInfo.ResetVertexLayout(m_IsVolumetricTextProp.boolValue);
- }
-
- EditorGUILayout.Space();
- }
-
- // Method to handle multi object selection
- protected override bool IsMixSelectionTypes()
- {
- GameObject[] objects = Selection.gameObjects;
- if (objects.Length > 1)
- {
- for (int i = 0; i < objects.Length; i++)
- {
- if (objects[i].GetComponent() == null)
- return true;
- }
- }
- return false;
- }
-
- protected override void OnUndoRedo()
- {
- int undoEventId = Undo.GetCurrentGroup();
- int lastUndoEventId = s_EventId;
-
- if (undoEventId != lastUndoEventId)
- {
- for (int i = 0; i < targets.Length; i++)
- {
- //Debug.Log("Undo & Redo Performed detected in Editor Panel. Event ID:" + Undo.GetCurrentGroup());
- TMPro_EventManager.ON_TEXTMESHPRO_PROPERTY_CHANGED(true, targets[i] as TextMeshPro);
- s_EventId = undoEventId;
- }
- }
- }
-
- void UpdateTargetsSortingLayerID(int sortingLayerID)
- {
- for (int i = 0; i < targets.Length; i++)
- {
- var textComponent = (TextMeshPro)targets[i];
-
- if (textComponent != null)
- textComponent.sortingLayerID = sortingLayerID;
- }
- }
-
- void UpdateTargetsSortingOrder(int sortingOrder)
- {
- for (int i = 0; i < targets.Length; i++)
- {
- var textComponent = (TextMeshPro)targets[i];
-
- if (textComponent != null)
- textComponent.sortingOrder = sortingOrder;
- }
- }
- }
-}
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_EditorPanel.cs.meta b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_EditorPanel.cs.meta
deleted file mode 100644
index 54fd8048..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_EditorPanel.cs.meta
+++ /dev/null
@@ -1,10 +0,0 @@
-fileFormatVersion: 2
-guid: 34f6695d37a94370a3697f6b068f5d5e
-MonoImporter:
- serializedVersion: 2
- defaultReferences: []
- executionOrder: 0
- icon: {instanceID: 0}
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_EditorPanelUI.cs b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_EditorPanelUI.cs
deleted file mode 100644
index c5085463..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_EditorPanelUI.cs
+++ /dev/null
@@ -1,124 +0,0 @@
-using UnityEngine;
-using UnityEngine.UI;
-using UnityEditor;
-
-namespace TMPro.EditorUtilities
-{
-
- [CustomEditor(typeof(TextMeshProUGUI), true), CanEditMultipleObjects]
- public class TMP_EditorPanelUI : TMP_BaseEditorPanel
- {
- static readonly GUIContent k_RaycastTargetLabel = new GUIContent("Raycast Target", "Whether the text blocks raycasts from the Graphic Raycaster.");
- static readonly GUIContent k_MaskableLabel = new GUIContent("Maskable", "Determines if the text object will be affected by UI Mask.");
-
- SerializedProperty m_RaycastTargetProp;
- private SerializedProperty m_MaskableProp;
-
- protected override void OnEnable()
- {
- base.OnEnable();
- m_RaycastTargetProp = serializedObject.FindProperty("m_RaycastTarget");
- m_MaskableProp = serializedObject.FindProperty("m_Maskable");
- }
-
- protected override void DrawExtraSettings()
- {
- Rect rect = EditorGUILayout.GetControlRect(false, 24);
-
- if (GUI.Button(rect, new GUIContent("Extra Settings"), TMP_UIStyleManager.sectionHeader))
- Foldout.extraSettings = !Foldout.extraSettings;
-
- GUI.Label(rect, (Foldout.extraSettings ? k_UiStateLabel[0] : k_UiStateLabel[1]), TMP_UIStyleManager.rightLabel);
- if (Foldout.extraSettings)
- {
- //EditorGUI.indentLevel += 1;
-
- DrawMargins();
-
- DrawGeometrySorting();
-
- DrawIsTextObjectScaleStatic();
-
- DrawRichText();
-
- DrawRaycastTarget();
-
- DrawMaskable();
-
- DrawParsing();
-
- DrawSpriteAsset();
-
- DrawStyleSheet();
-
- DrawKerning();
-
- DrawPadding();
-
- //EditorGUI.indentLevel -= 1;
- }
- }
-
- protected void DrawRaycastTarget()
- {
- EditorGUI.BeginChangeCheck();
- EditorGUILayout.PropertyField(m_RaycastTargetProp, k_RaycastTargetLabel);
- if (EditorGUI.EndChangeCheck())
- {
- // Change needs to propagate to the child sub objects.
- Graphic[] graphicComponents = m_TextComponent.GetComponentsInChildren();
- for (int i = 1; i < graphicComponents.Length; i++)
- graphicComponents[i].raycastTarget = m_RaycastTargetProp.boolValue;
-
- m_HavePropertiesChanged = true;
- }
- }
-
- protected void DrawMaskable()
- {
- EditorGUI.BeginChangeCheck();
- EditorGUILayout.PropertyField(m_MaskableProp, k_MaskableLabel);
- if (EditorGUI.EndChangeCheck())
- {
- m_TextComponent.maskable = m_MaskableProp.boolValue;
-
- // Change needs to propagate to the child sub objects.
- MaskableGraphic[] maskableGraphics = m_TextComponent.GetComponentsInChildren();
- for (int i = 1; i < maskableGraphics.Length; i++)
- maskableGraphics[i].maskable = m_MaskableProp.boolValue;
-
- m_HavePropertiesChanged = true;
- }
- }
-
- // Method to handle multi object selection
- protected override bool IsMixSelectionTypes()
- {
- GameObject[] objects = Selection.gameObjects;
- if (objects.Length > 1)
- {
- for (int i = 0; i < objects.Length; i++)
- {
- if (objects[i].GetComponent() == null)
- return true;
- }
- }
- return false;
- }
- protected override void OnUndoRedo()
- {
- int undoEventId = Undo.GetCurrentGroup();
- int lastUndoEventId = s_EventId;
-
- if (undoEventId != lastUndoEventId)
- {
- for (int i = 0; i < targets.Length; i++)
- {
- //Debug.Log("Undo & Redo Performed detected in Editor Panel. Event ID:" + Undo.GetCurrentGroup());
- TMPro_EventManager.ON_TEXTMESHPRO_UGUI_PROPERTY_CHANGED(true, targets[i] as TextMeshProUGUI);
- s_EventId = undoEventId;
- }
- }
- }
- }
-}
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_EditorPanelUI.cs.meta b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_EditorPanelUI.cs.meta
deleted file mode 100644
index ea3b36b3..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_EditorPanelUI.cs.meta
+++ /dev/null
@@ -1,12 +0,0 @@
-fileFormatVersion: 2
-guid: 21c0044a7f964773be90d197a78e4703
-timeCreated: 1443571501
-licenseType: Pro
-MonoImporter:
- serializedVersion: 2
- defaultReferences: []
- executionOrder: 0
- icon: {instanceID: 0}
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_EditorUtility.cs b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_EditorUtility.cs
deleted file mode 100644
index 8869dd3e..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_EditorUtility.cs
+++ /dev/null
@@ -1,451 +0,0 @@
-using UnityEngine;
-using UnityEditor;
-using System.Text;
-using System.IO;
-using System.Collections;
-using System.Collections.Generic;
-
-
-namespace TMPro.EditorUtilities
-{
-
- public static class TMP_EditorUtility
- {
- ///
- /// Returns the relative path of the package.
- ///
- public static string packageRelativePath
- {
- get
- {
- if (string.IsNullOrEmpty(m_PackagePath))
- m_PackagePath = GetPackageRelativePath();
-
- return m_PackagePath;
- }
- }
- [SerializeField]
- private static string m_PackagePath;
-
- ///
- /// Returns the fully qualified path of the package.
- ///
- public static string packageFullPath
- {
- get
- {
- if (string.IsNullOrEmpty(m_PackageFullPath))
- m_PackageFullPath = GetPackageFullPath();
-
- return m_PackageFullPath;
- }
- }
- [SerializeField]
- private static string m_PackageFullPath;
-
-
- // Static Fields Related to locating the TextMesh Pro Asset
- private static string folderPath = "Not Found";
-
- private static EditorWindow Gameview;
- private static bool isInitialized = false;
-
- private static void GetGameview()
- {
- System.Reflection.Assembly assembly = typeof(UnityEditor.EditorWindow).Assembly;
- System.Type type = assembly.GetType("UnityEditor.GameView");
- Gameview = EditorWindow.GetWindow(type);
- }
-
-
- public static void RepaintAll()
- {
- if (isInitialized == false)
- {
- GetGameview();
- isInitialized = true;
- }
-
- SceneView.RepaintAll();
- Gameview.Repaint();
- }
-
-
- ///
- /// Create and return a new asset in a smart location based on the current selection and then select it.
- ///
- ///
- /// Name of the new asset. Do not include the .asset extension.
- ///
- ///
- /// The new asset.
- ///
- public static T CreateAsset(string name) where T : ScriptableObject
- {
- string path = AssetDatabase.GetAssetPath(Selection.activeObject);
- if (path.Length == 0)
- {
- // no asset selected, place in asset root
- path = "Assets/" + name + ".asset";
- }
- else if (Directory.Exists(path))
- {
- // place in currently selected directory
- path += "/" + name + ".asset";
- }
- else {
- // place in current selection's containing directory
- path = Path.GetDirectoryName(path) + "/" + name + ".asset";
- }
- T asset = ScriptableObject.CreateInstance();
- AssetDatabase.CreateAsset(asset, AssetDatabase.GenerateUniqueAssetPath(path));
- EditorUtility.FocusProjectWindow();
- Selection.activeObject = asset;
- return asset;
- }
-
-
-
- // Function used to find all materials which reference a font atlas so we can update all their references.
- public static Material[] FindMaterialReferences(TMP_FontAsset fontAsset)
- {
- List refs = new List();
- Material mat = fontAsset.material;
- refs.Add(mat);
-
- // Get materials matching the search pattern.
- string searchPattern = "t:Material" + " " + fontAsset.name.Split(new char[] { ' ' })[0];
- string[] materialAssetGUIDs = AssetDatabase.FindAssets(searchPattern);
-
- for (int i = 0; i < materialAssetGUIDs.Length; i++)
- {
- string materialPath = AssetDatabase.GUIDToAssetPath(materialAssetGUIDs[i]);
- Material targetMaterial = AssetDatabase.LoadAssetAtPath(materialPath);
-
- if (targetMaterial.HasProperty(ShaderUtilities.ID_MainTex) && targetMaterial.GetTexture(ShaderUtilities.ID_MainTex) != null && mat.GetTexture(ShaderUtilities.ID_MainTex) != null && targetMaterial.GetTexture(ShaderUtilities.ID_MainTex).GetInstanceID() == mat.GetTexture(ShaderUtilities.ID_MainTex).GetInstanceID())
- {
- if (!refs.Contains(targetMaterial))
- refs.Add(targetMaterial);
- }
- else
- {
- // TODO: Find a more efficient method to unload resources.
- //Resources.UnloadAsset(targetMaterial.GetTexture(ShaderUtilities.ID_MainTex));
- }
- }
-
- return refs.ToArray();
- }
-
-
- // Function used to find the Font Asset which matches the given Material Preset and Font Atlas Texture.
- public static TMP_FontAsset FindMatchingFontAsset(Material mat)
- {
- if (mat.GetTexture(ShaderUtilities.ID_MainTex) == null) return null;
-
- // Find the dependent assets of this material.
- string[] dependentAssets = AssetDatabase.GetDependencies(AssetDatabase.GetAssetPath(mat), false);
-
- for (int i = 0; i < dependentAssets.Length; i++)
- {
- TMP_FontAsset fontAsset = AssetDatabase.LoadAssetAtPath(dependentAssets[i]);
- if (fontAsset != null)
- return fontAsset;
- }
-
- return null;
- }
-
-
- private static string GetPackageRelativePath()
- {
- // Check for potential UPM package
- string packagePath = Path.GetFullPath("Packages/com.unity.textmeshpro");
- if (Directory.Exists(packagePath))
- {
- return "Packages/com.unity.textmeshpro";
- }
-
- packagePath = Path.GetFullPath("Assets/..");
- if (Directory.Exists(packagePath))
- {
- // Search default location for development package
- if (Directory.Exists(packagePath + "/Assets/Packages/com.unity.TextMeshPro/Editor Resources"))
- {
- return "Assets/Packages/com.unity.TextMeshPro";
- }
-
- // Search for default location of normal TextMesh Pro AssetStore package
- if (Directory.Exists(packagePath + "/Assets/TextMesh Pro/Editor Resources"))
- {
- return "Assets/TextMesh Pro";
- }
-
- // Search for potential alternative locations in the user project
- string[] matchingPaths = Directory.GetDirectories(packagePath, "TextMesh Pro", SearchOption.AllDirectories);
- packagePath = ValidateLocation(matchingPaths, packagePath);
- if (packagePath != null) return packagePath;
- }
-
- return null;
- }
-
- private static string GetPackageFullPath()
- {
- // Check for potential UPM package
- string packagePath = Path.GetFullPath("Packages/com.unity.textmeshpro");
- if (Directory.Exists(packagePath))
- {
- return packagePath;
- }
-
- packagePath = Path.GetFullPath("Assets/..");
- if (Directory.Exists(packagePath))
- {
- // Search default location for development package
- if (Directory.Exists(packagePath + "/Assets/Packages/com.unity.TextMeshPro/Editor Resources"))
- {
- return packagePath + "/Assets/Packages/com.unity.TextMeshPro";
- }
-
- // Search for default location of normal TextMesh Pro AssetStore package
- if (Directory.Exists(packagePath + "/Assets/TextMesh Pro/Editor Resources"))
- {
- return packagePath + "/Assets/TextMesh Pro";
- }
-
- // Search for potential alternative locations in the user project
- string[] matchingPaths = Directory.GetDirectories(packagePath, "TextMesh Pro", SearchOption.AllDirectories);
- string path = ValidateLocation(matchingPaths, packagePath);
- if (path != null) return packagePath + path;
- }
-
- return null;
- }
-
-
- ///
- /// Method to validate the location of the asset folder by making sure the GUISkins folder exists.
- ///
- ///
- ///
- private static string ValidateLocation(string[] paths, string projectPath)
- {
- for (int i = 0; i < paths.Length; i++)
- {
- // Check if any of the matching directories contain a GUISkins directory.
- if (Directory.Exists(paths[i] + "/Editor Resources"))
- {
- folderPath = paths[i].Replace(projectPath, "");
- folderPath = folderPath.TrimStart('\\', '/');
- return folderPath;
- }
- }
-
- return null;
- }
-
-
- ///
- /// Function which returns a string containing a sequence of Decimal character ranges.
- ///
- ///
- ///
- public static string GetDecimalCharacterSequence(int[] characterSet)
- {
- if (characterSet == null || characterSet.Length == 0)
- return string.Empty;
-
- string characterSequence = string.Empty;
- int count = characterSet.Length;
- int first = characterSet[0];
- int last = first;
-
- for (int i = 1; i < count; i++)
- {
- if (characterSet[i - 1] + 1 == characterSet[i])
- {
- last = characterSet[i];
- }
- else
- {
- if (first == last)
- characterSequence += first + ",";
- else
- characterSequence += first + "-" + last + ",";
-
- first = last = characterSet[i];
- }
-
- }
-
- // handle the final group
- if (first == last)
- characterSequence += first;
- else
- characterSequence += first + "-" + last;
-
- return characterSequence;
- }
-
-
- ///
- /// Function which returns a string containing a sequence of Unicode (Hex) character ranges.
- ///
- ///
- ///
- public static string GetUnicodeCharacterSequence(int[] characterSet)
- {
- if (characterSet == null || characterSet.Length == 0)
- return string.Empty;
-
- string characterSequence = string.Empty;
- int count = characterSet.Length;
- int first = characterSet[0];
- int last = first;
-
- for (int i = 1; i < count; i++)
- {
- if (characterSet[i - 1] + 1 == characterSet[i])
- {
- last = characterSet[i];
- }
- else
- {
- if (first == last)
- characterSequence += first.ToString("X2") + ",";
- else
- characterSequence += first.ToString("X2") + "-" + last.ToString("X2") + ",";
-
- first = last = characterSet[i];
- }
-
- }
-
- // handle the final group
- if (first == last)
- characterSequence += first.ToString("X2");
- else
- characterSequence += first.ToString("X2") + "-" + last.ToString("X2");
-
- return characterSequence;
- }
-
-
- ///
- ///
- ///
- ///
- ///
- ///
- public static void DrawBox(Rect rect, float thickness, Color color)
- {
- EditorGUI.DrawRect(new Rect(rect.x - thickness, rect.y + thickness, rect.width + thickness * 2, thickness), color);
- EditorGUI.DrawRect(new Rect(rect.x - thickness, rect.y + thickness, thickness, rect.height - thickness * 2), color);
- EditorGUI.DrawRect(new Rect(rect.x - thickness, rect.y + rect.height - thickness * 2, rect.width + thickness * 2, thickness), color);
- EditorGUI.DrawRect(new Rect(rect.x + rect.width, rect.y + thickness, thickness, rect.height - thickness * 2), color);
- }
-
-
- ///
- /// Function to return the horizontal alignment grid value.
- ///
- ///
- ///
- public static int GetHorizontalAlignmentGridValue(int value)
- {
- if ((value & 0x1) == 0x1)
- return 0;
- else if ((value & 0x2) == 0x2)
- return 1;
- else if ((value & 0x4) == 0x4)
- return 2;
- else if ((value & 0x8) == 0x8)
- return 3;
- else if ((value & 0x10) == 0x10)
- return 4;
- else if ((value & 0x20) == 0x20)
- return 5;
-
- return 0;
- }
-
- ///
- /// Function to return the vertical alignment grid value.
- ///
- ///
- ///
- public static int GetVerticalAlignmentGridValue(int value)
- {
- if ((value & 0x100) == 0x100)
- return 0;
- if ((value & 0x200) == 0x200)
- return 1;
- if ((value & 0x400) == 0x400)
- return 2;
- if ((value & 0x800) == 0x800)
- return 3;
- if ((value & 0x1000) == 0x1000)
- return 4;
- if ((value & 0x2000) == 0x2000)
- return 5;
-
- return 0;
- }
-
- public static void DrawColorProperty(Rect rect, SerializedProperty property)
- {
- int oldIndent = EditorGUI.indentLevel;
- EditorGUI.indentLevel = 0;
- if (EditorGUIUtility.wideMode)
- {
- EditorGUI.PropertyField(new Rect(rect.x, rect.y, 50f, rect.height), property, GUIContent.none);
- rect.x += 50f;
- rect.width = Mathf.Min(100f, rect.width - 55f);
- }
- else
- {
- rect.height /= 2f;
- rect.width = Mathf.Min(100f, rect.width - 5f);
- EditorGUI.PropertyField(rect, property, GUIContent.none);
- rect.y += rect.height;
- }
-
- EditorGUI.BeginChangeCheck();
- string colorString = EditorGUI.TextField(rect, string.Format("#{0}", ColorUtility.ToHtmlStringRGBA(property.colorValue)));
- if (EditorGUI.EndChangeCheck())
- {
- Color color;
- if (ColorUtility.TryParseHtmlString(colorString, out color))
- {
- property.colorValue = color;
- }
- }
- EditorGUI.indentLevel = oldIndent;
- }
-
- public static bool EditorToggle(Rect position, bool value, GUIContent content, GUIStyle style)
- {
- var id = GUIUtility.GetControlID(content, FocusType.Keyboard, position);
- var evt = Event.current;
-
- // Toggle selected toggle on space or return key
- if (GUIUtility.keyboardControl == id && evt.type == EventType.KeyDown && (evt.keyCode == KeyCode.Space || evt.keyCode == KeyCode.Return || evt.keyCode == KeyCode.KeypadEnter))
- {
- value = !value;
- evt.Use();
- GUI.changed = true;
- }
-
- if (evt.type == EventType.MouseDown && position.Contains(Event.current.mousePosition))
- {
- GUIUtility.keyboardControl = id;
- EditorGUIUtility.editingTextField = false;
- HandleUtility.Repaint();
- }
-
- return GUI.Toggle(position, id, value, content, style);
- }
-
- }
-}
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_EditorUtility.cs.meta b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_EditorUtility.cs.meta
deleted file mode 100644
index 5088b1bd..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_EditorUtility.cs.meta
+++ /dev/null
@@ -1,10 +0,0 @@
-fileFormatVersion: 2
-guid: 2300e75732d74890b38a8ff257a3ae15
-MonoImporter:
- serializedVersion: 2
- defaultReferences: []
- executionOrder: 0
- icon: {instanceID: 0}
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_FontAssetEditor.cs b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_FontAssetEditor.cs
deleted file mode 100644
index 8cf9a79d..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_FontAssetEditor.cs
+++ /dev/null
@@ -1,1717 +0,0 @@
-using UnityEngine;
-using UnityEditor;
-using UnityEditorInternal;
-using System.Collections.Generic;
-using UnityEngine.TextCore;
-using UnityEngine.TextCore.LowLevel;
-using UnityEditor.TextCore.LowLevel;
-
-
-namespace TMPro.EditorUtilities
-{
-
- [CustomPropertyDrawer(typeof(TMP_FontWeightPair))]
- public class FontWeightDrawer : PropertyDrawer
- {
- public override void OnGUI(Rect position, SerializedProperty property, GUIContent label)
- {
- SerializedProperty prop_regular = property.FindPropertyRelative("regularTypeface");
- SerializedProperty prop_italic = property.FindPropertyRelative("italicTypeface");
-
- float width = position.width;
-
- position.width = EditorGUIUtility.labelWidth;
- EditorGUI.LabelField(position, label);
-
- int oldIndent = EditorGUI.indentLevel;
- EditorGUI.indentLevel = 0;
-
- // NORMAL TYPEFACE
- if (label.text[0] == '4') GUI.enabled = false;
- position.x += position.width; position.width = (width - position.width) / 2;
- EditorGUI.PropertyField(position, prop_regular, GUIContent.none);
-
- // ITALIC TYPEFACE
- GUI.enabled = true;
- position.x += position.width;
- EditorGUI.PropertyField(position, prop_italic, GUIContent.none);
-
- EditorGUI.indentLevel = oldIndent;
- }
- }
-
- [CustomEditor(typeof(TMP_FontAsset))]
- public class TMP_FontAssetEditor : Editor
- {
- private struct UI_PanelState
- {
- public static bool faceInfoPanel = true;
- public static bool generationSettingsPanel = true;
- public static bool fontAtlasInfoPanel = true;
- public static bool fontWeightPanel = true;
- public static bool fallbackFontAssetPanel = true;
- public static bool glyphTablePanel = false;
- public static bool characterTablePanel = false;
- public static bool fontFeatureTablePanel = false;
- }
-
- private struct AtlasSettings
- {
- public GlyphRenderMode glyphRenderMode;
- public int pointSize;
- public int padding;
- public int atlasWidth;
- public int atlasHeight;
- }
-
- ///
- /// Material used to display SDF glyphs in the Character and Glyph tables.
- ///
- internal static Material internalSDFMaterial
- {
- get
- {
- if (s_InternalSDFMaterial == null)
- {
- Shader shader = Shader.Find("Hidden/TMP/Internal/Editor/Distance Field SSD");
-
- if (shader != null)
- s_InternalSDFMaterial = new Material(shader);
- }
-
- return s_InternalSDFMaterial;
- }
- }
- static Material s_InternalSDFMaterial;
-
- ///
- /// Material used to display Bitmap glyphs in the Character and Glyph tables.
- ///
- internal static Material internalBitmapMaterial
- {
- get
- {
- if (s_InternalBitmapMaterial == null)
- {
- Shader shader = Shader.Find("Hidden/Internal-GUITextureClipText");
-
- if (shader != null)
- s_InternalBitmapMaterial = new Material(shader);
- }
-
- return s_InternalBitmapMaterial;
- }
- }
- static Material s_InternalBitmapMaterial;
-
- private static string[] s_UiStateLabel = new string[] { "(Click to collapse) ", "(Click to expand) " };
- private GUIContent[] m_AtlasResolutionLabels = { new GUIContent("8"), new GUIContent("16"), new GUIContent("32"), new GUIContent("64"), new GUIContent("128"), new GUIContent("256"), new GUIContent("512"), new GUIContent("1024"), new GUIContent("2048"), new GUIContent("4096"), new GUIContent("8192") };
- private int[] m_AtlasResolutions = { 8, 16, 32, 64, 128, 256, 512, 1024, 2048, 4096, 8192 };
-
- private struct Warning
- {
- public bool isEnabled;
- public double expirationTime;
- }
-
- private int m_CurrentGlyphPage = 0;
- private int m_CurrentCharacterPage = 0;
- private int m_CurrentKerningPage = 0;
-
- private int m_SelectedGlyphRecord = -1;
- private int m_SelectedCharacterRecord = -1;
- private int m_SelectedAdjustmentRecord = -1;
-
- private string m_dstGlyphID;
- private string m_dstUnicode;
- private const string k_placeholderUnicodeHex = "New Unicode (Hex)";
- private string m_unicodeHexLabel = k_placeholderUnicodeHex;
- private const string k_placeholderGlyphID = "New Glyph ID";
- private string m_GlyphIDLabel = k_placeholderGlyphID;
-
- private Warning m_AddGlyphWarning;
- private Warning m_AddCharacterWarning;
- private bool m_DisplayDestructiveChangeWarning;
- private AtlasSettings m_AtlasSettings;
- private bool m_MaterialPresetsRequireUpdate;
-
- private string m_GlyphSearchPattern;
- private List m_GlyphSearchList;
-
- private string m_CharacterSearchPattern;
- private List m_CharacterSearchList;
-
- private string m_KerningTableSearchPattern;
- private List m_KerningTableSearchList;
-
- private bool m_isSearchDirty;
-
- private const string k_UndoRedo = "UndoRedoPerformed";
-
- private SerializedProperty m_AtlasPopulationMode_prop;
- private SerializedProperty font_atlas_prop;
- private SerializedProperty font_material_prop;
-
- private SerializedProperty m_AtlasRenderMode_prop;
- private SerializedProperty m_SamplingPointSize_prop;
- private SerializedProperty m_AtlasPadding_prop;
- private SerializedProperty m_AtlasWidth_prop;
- private SerializedProperty m_AtlasHeight_prop;
- private SerializedProperty m_IsMultiAtlasTexturesEnabled_prop;
-
- private SerializedProperty fontWeights_prop;
-
- //private SerializedProperty fallbackFontAssets_prop;
- private ReorderableList m_list;
-
- private SerializedProperty font_normalStyle_prop;
- private SerializedProperty font_normalSpacing_prop;
-
- private SerializedProperty font_boldStyle_prop;
- private SerializedProperty font_boldSpacing_prop;
-
- private SerializedProperty font_italicStyle_prop;
- private SerializedProperty font_tabSize_prop;
-
- private SerializedProperty m_FaceInfo_prop;
- private SerializedProperty m_GlyphTable_prop;
- private SerializedProperty m_CharacterTable_prop;
-
- private TMP_FontFeatureTable m_FontFeatureTable;
- private SerializedProperty m_FontFeatureTable_prop;
- private SerializedProperty m_GlyphPairAdjustmentRecords_prop;
-
- private TMP_SerializedPropertyHolder m_SerializedPropertyHolder;
- private SerializedProperty m_EmptyGlyphPairAdjustmentRecord_prop;
-
- private TMP_FontAsset m_fontAsset;
-
- private Material[] m_materialPresets;
-
- private bool isAssetDirty = false;
-
- private int errorCode;
-
- private System.DateTime timeStamp;
-
-
- public void OnEnable()
- {
- m_FaceInfo_prop = serializedObject.FindProperty("m_FaceInfo");
-
- font_atlas_prop = serializedObject.FindProperty("m_AtlasTextures").GetArrayElementAtIndex(0);
- font_material_prop = serializedObject.FindProperty("material");
-
- m_AtlasPopulationMode_prop = serializedObject.FindProperty("m_AtlasPopulationMode");
- m_AtlasRenderMode_prop = serializedObject.FindProperty("m_AtlasRenderMode");
- m_SamplingPointSize_prop = m_FaceInfo_prop.FindPropertyRelative("m_PointSize");
- m_AtlasPadding_prop = serializedObject.FindProperty("m_AtlasPadding");
- m_AtlasWidth_prop = serializedObject.FindProperty("m_AtlasWidth");
- m_AtlasHeight_prop = serializedObject.FindProperty("m_AtlasHeight");
- m_IsMultiAtlasTexturesEnabled_prop = serializedObject.FindProperty("m_IsMultiAtlasTexturesEnabled");
-
- fontWeights_prop = serializedObject.FindProperty("m_FontWeightTable");
-
- m_list = new ReorderableList(serializedObject, serializedObject.FindProperty("m_FallbackFontAssetTable"), true, true, true, true);
-
- m_list.drawElementCallback = (Rect rect, int index, bool isActive, bool isFocused) =>
- {
- var element = m_list.serializedProperty.GetArrayElementAtIndex(index);
- rect.y += 2;
- EditorGUI.PropertyField(new Rect(rect.x, rect.y, rect.width, EditorGUIUtility.singleLineHeight), element, GUIContent.none);
- };
-
- m_list.drawHeaderCallback = rect =>
- {
- EditorGUI.LabelField(rect, "Fallback List");
- };
-
- // Clean up fallback list in the event if contains null elements.
- CleanFallbackFontAssetTable();
-
- font_normalStyle_prop = serializedObject.FindProperty("normalStyle");
- font_normalSpacing_prop = serializedObject.FindProperty("normalSpacingOffset");
-
- font_boldStyle_prop = serializedObject.FindProperty("boldStyle");
- font_boldSpacing_prop = serializedObject.FindProperty("boldSpacing");
-
- font_italicStyle_prop = serializedObject.FindProperty("italicStyle");
- font_tabSize_prop = serializedObject.FindProperty("tabSize");
-
- m_CharacterTable_prop = serializedObject.FindProperty("m_CharacterTable");
- m_GlyphTable_prop = serializedObject.FindProperty("m_GlyphTable");
-
- m_FontFeatureTable_prop = serializedObject.FindProperty("m_FontFeatureTable");
- m_GlyphPairAdjustmentRecords_prop = m_FontFeatureTable_prop.FindPropertyRelative("m_GlyphPairAdjustmentRecords");
-
- m_fontAsset = target as TMP_FontAsset;
- m_FontFeatureTable = m_fontAsset.fontFeatureTable;
-
- // Upgrade Font Feature Table if necessary
- if (m_fontAsset.m_KerningTable != null && m_fontAsset.m_KerningTable.kerningPairs != null && m_fontAsset.m_KerningTable.kerningPairs.Count > 0)
- m_fontAsset.ReadFontAssetDefinition();
-
- // Create serialized object to allow us to use a serialized property of an empty kerning pair.
- m_SerializedPropertyHolder = CreateInstance();
- m_SerializedPropertyHolder.fontAsset = m_fontAsset;
- SerializedObject internalSerializedObject = new SerializedObject(m_SerializedPropertyHolder);
- m_EmptyGlyphPairAdjustmentRecord_prop = internalSerializedObject.FindProperty("glyphPairAdjustmentRecord");
-
- m_materialPresets = TMP_EditorUtility.FindMaterialReferences(m_fontAsset);
-
- m_GlyphSearchList = new List();
- m_KerningTableSearchList = new List();
-
- // Sort Font Asset Tables
- m_fontAsset.SortAllTables();
- }
-
-
- public void OnDisable()
- {
- // Revert changes if user closes or changes selection without having made a choice.
- if (m_DisplayDestructiveChangeWarning)
- {
- m_DisplayDestructiveChangeWarning = false;
- RestoreAtlasGenerationSettings();
- GUIUtility.keyboardControl = 0;
-
- serializedObject.ApplyModifiedProperties();
- }
- }
-
-
- public override void OnInspectorGUI()
- {
- //Debug.Log("OnInspectorGUI Called.");
-
- Event currentEvent = Event.current;
-
- serializedObject.Update();
-
- Rect rect = EditorGUILayout.GetControlRect(false, 24);
- float labelWidth = EditorGUIUtility.labelWidth;
- float fieldWidth = EditorGUIUtility.fieldWidth;
-
- // FACE INFO PANEL
- #region Face info
- GUI.Label(rect, new GUIContent("Face Info - v" + m_fontAsset.version), TMP_UIStyleManager.sectionHeader);
-
- rect.x += rect.width - 132f;
- rect.y += 2;
- rect.width = 130f;
- rect.height = 18f;
- if (GUI.Button(rect, new GUIContent("Update Atlas Texture")))
- {
- TMPro_FontAssetCreatorWindow.ShowFontAtlasCreatorWindow(target as TMP_FontAsset);
- }
-
- EditorGUI.indentLevel = 1;
- GUI.enabled = false; // Lock UI
-
- // TODO : Consider creating a property drawer for these.
- EditorGUILayout.PropertyField(m_FaceInfo_prop.FindPropertyRelative("m_FamilyName"));
- EditorGUILayout.PropertyField(m_FaceInfo_prop.FindPropertyRelative("m_StyleName"));
- EditorGUILayout.PropertyField(m_FaceInfo_prop.FindPropertyRelative("m_PointSize"));
-
- GUI.enabled = true;
-
- EditorGUILayout.PropertyField(m_FaceInfo_prop.FindPropertyRelative("m_Scale"));
- EditorGUILayout.PropertyField(m_FaceInfo_prop.FindPropertyRelative("m_LineHeight"));
-
- EditorGUILayout.PropertyField(m_FaceInfo_prop.FindPropertyRelative("m_AscentLine"));
- EditorGUILayout.PropertyField(m_FaceInfo_prop.FindPropertyRelative("m_CapLine"));
- EditorGUILayout.PropertyField(m_FaceInfo_prop.FindPropertyRelative("m_MeanLine"));
- EditorGUILayout.PropertyField(m_FaceInfo_prop.FindPropertyRelative("m_Baseline"));
- EditorGUILayout.PropertyField(m_FaceInfo_prop.FindPropertyRelative("m_DescentLine"));
- EditorGUILayout.PropertyField(m_FaceInfo_prop.FindPropertyRelative("m_UnderlineOffset"));
- EditorGUILayout.PropertyField(m_FaceInfo_prop.FindPropertyRelative("m_UnderlineThickness"));
- EditorGUILayout.PropertyField(m_FaceInfo_prop.FindPropertyRelative("m_StrikethroughOffset"));
- //EditorGUILayout.PropertyField(m_FaceInfo_prop.FindPropertyRelative("strikethroughThickness"));
- EditorGUILayout.PropertyField(m_FaceInfo_prop.FindPropertyRelative("m_SuperscriptOffset"));
- EditorGUILayout.PropertyField(m_FaceInfo_prop.FindPropertyRelative("m_SuperscriptSize"));
- EditorGUILayout.PropertyField(m_FaceInfo_prop.FindPropertyRelative("m_SubscriptOffset"));
- EditorGUILayout.PropertyField(m_FaceInfo_prop.FindPropertyRelative("m_SubscriptSize"));
- EditorGUILayout.PropertyField(m_FaceInfo_prop.FindPropertyRelative("m_TabWidth"));
- // TODO : Add clamping for some of these values.
- //subSize_prop.floatValue = Mathf.Clamp(subSize_prop.floatValue, 0.25f, 1f);
-
- EditorGUILayout.Space();
- #endregion
-
- // GENERATION SETTINGS
- #region Generation Settings
- rect = EditorGUILayout.GetControlRect(false, 24);
-
- if (GUI.Button(rect, new GUIContent("Generation Settings"), TMP_UIStyleManager.sectionHeader))
- UI_PanelState.generationSettingsPanel = !UI_PanelState.generationSettingsPanel;
-
- GUI.Label(rect, (UI_PanelState.generationSettingsPanel ? "" : s_UiStateLabel[1]), TMP_UIStyleManager.rightLabel);
-
- if (UI_PanelState.generationSettingsPanel)
- {
- EditorGUI.indentLevel = 1;
-
- EditorGUI.BeginChangeCheck();
- Font sourceFont = (Font)EditorGUILayout.ObjectField("Source Font File", m_fontAsset.m_SourceFontFile_EditorRef, typeof(Font), false);
- if (EditorGUI.EndChangeCheck())
- {
- string guid = AssetDatabase.AssetPathToGUID(AssetDatabase.GetAssetPath(sourceFont));
- m_fontAsset.m_SourceFontFileGUID = guid;
- m_fontAsset.m_SourceFontFile_EditorRef = sourceFont;
- }
-
- EditorGUI.BeginDisabledGroup(sourceFont == null);
- {
- EditorGUI.BeginChangeCheck();
- EditorGUILayout.PropertyField(m_AtlasPopulationMode_prop, new GUIContent("Atlas Population Mode"));
- if (EditorGUI.EndChangeCheck())
- {
- serializedObject.ApplyModifiedProperties();
-
- bool isDatabaseRefreshRequired = false;
-
- if (m_AtlasPopulationMode_prop.intValue == 0)
- {
- m_fontAsset.sourceFontFile = null;
-
- //Set atlas textures to non readable.
- for (int i = 0; i < m_fontAsset.atlasTextures.Length; i++)
- {
- Texture2D tex = m_fontAsset.atlasTextures[i];
-
- if (tex != null && tex.isReadable)
- FontEngineEditorUtilities.SetAtlasTextureIsReadable(tex, false);
- }
-
- Debug.Log("Atlas Population mode set to [Static].");
- }
- else if (m_AtlasPopulationMode_prop.intValue == 1)
- {
- if (m_fontAsset.m_SourceFontFile_EditorRef.dynamic == false)
- {
- Debug.LogWarning("Please set the [" + m_fontAsset.name + "] font to dynamic mode as this is required for Dynamic SDF support.", m_fontAsset.m_SourceFontFile_EditorRef);
- m_AtlasPopulationMode_prop.intValue = 0;
-
- serializedObject.ApplyModifiedProperties();
- }
- else
- {
- m_fontAsset.sourceFontFile = m_fontAsset.m_SourceFontFile_EditorRef;
-
- // Set atlas textures to non readable.
- for (int i = 0; i < m_fontAsset.atlasTextures.Length; i++)
- {
- Texture2D tex = m_fontAsset.atlasTextures[i];
-
- if (tex != null && tex.isReadable == false)
- FontEngineEditorUtilities.SetAtlasTextureIsReadable(tex, true);
- }
-
- Debug.Log("Atlas Population mode set to [Dynamic].");
- }
- }
-
- if (isDatabaseRefreshRequired)
- AssetDatabase.Refresh();
-
- serializedObject.Update();
- isAssetDirty = true;
- }
-
- // Save state of atlas settings
- if (m_DisplayDestructiveChangeWarning == false)
- {
- SavedAtlasGenerationSettings();
- //Undo.RegisterCompleteObjectUndo(m_fontAsset, "Font Asset Changes");
- }
-
- EditorGUI.BeginDisabledGroup(m_AtlasPopulationMode_prop.intValue == (int)AtlasPopulationMode.Static);
- {
- EditorGUI.BeginChangeCheck();
- // TODO: Switch shaders depending on GlyphRenderMode.
- EditorGUILayout.PropertyField(m_AtlasRenderMode_prop);
- EditorGUILayout.PropertyField(m_SamplingPointSize_prop, new GUIContent("Sampling Point Size"));
- if (EditorGUI.EndChangeCheck())
- {
- m_DisplayDestructiveChangeWarning = true;
- }
-
- // Changes to these properties require updating Material Presets for this font asset.
- EditorGUI.BeginChangeCheck();
- EditorGUILayout.PropertyField(m_AtlasPadding_prop, new GUIContent("Padding"));
- EditorGUILayout.IntPopup(m_AtlasWidth_prop, m_AtlasResolutionLabels, m_AtlasResolutions, new GUIContent("Atlas Width"));
- EditorGUILayout.IntPopup(m_AtlasHeight_prop, m_AtlasResolutionLabels, m_AtlasResolutions, new GUIContent("Atlas Height"));
- EditorGUILayout.PropertyField(m_IsMultiAtlasTexturesEnabled_prop, new GUIContent("Multi Atlas Textures", "Determines if the font asset will store glyphs in multiple atlas textures."));
- if (EditorGUI.EndChangeCheck())
- {
- m_MaterialPresetsRequireUpdate = true;
- m_DisplayDestructiveChangeWarning = true;
- }
-
- if (m_DisplayDestructiveChangeWarning)
- {
- // These changes are destructive on the font asset
- rect = EditorGUILayout.GetControlRect(false, 60);
- rect.x += 15;
- rect.width -= 15;
- EditorGUI.HelpBox(rect, "Changing these settings will clear the font asset's character, glyph and texture data.", MessageType.Warning);
-
- if (GUI.Button(new Rect(rect.width - 140, rect.y + 36, 80, 18), new GUIContent("Apply")))
- {
- m_DisplayDestructiveChangeWarning = false;
-
- // Update face info is sampling point size was changed.
- if (m_AtlasSettings.pointSize != m_SamplingPointSize_prop.intValue)
- {
- FontEngine.LoadFontFace(m_fontAsset.sourceFontFile, m_SamplingPointSize_prop.intValue);
- m_fontAsset.faceInfo = FontEngine.GetFaceInfo();
- }
-
- // Update material
- m_fontAsset.material.SetFloat(ShaderUtilities.ID_TextureWidth, m_AtlasWidth_prop.intValue);
- m_fontAsset.material.SetFloat(ShaderUtilities.ID_TextureHeight, m_AtlasHeight_prop.intValue);
- m_fontAsset.material.SetFloat(ShaderUtilities.ID_GradientScale, m_AtlasPadding_prop.intValue + 1);
-
- // Update material presets if any of the relevant properties have been changed.
- if (m_MaterialPresetsRequireUpdate)
- {
- m_MaterialPresetsRequireUpdate = false;
-
- Material[] materialPresets = TMP_EditorUtility.FindMaterialReferences(m_fontAsset);
- for (int i = 0; i < materialPresets.Length; i++)
- {
- Material mat = materialPresets[i];
-
- mat.SetFloat(ShaderUtilities.ID_TextureWidth, m_AtlasWidth_prop.intValue);
- mat.SetFloat(ShaderUtilities.ID_TextureHeight, m_AtlasHeight_prop.intValue);
- mat.SetFloat(ShaderUtilities.ID_GradientScale, m_AtlasPadding_prop.intValue + 1);
- }
- }
-
- m_fontAsset.UpdateFontAssetData();
- GUIUtility.keyboardControl = 0;
- isAssetDirty = true;
-
- // Update Font Asset Creation Settings to reflect new changes.
- UpdateFontAssetCreationSettings();
-
- // TODO: Clear undo buffers.
- //Undo.ClearUndo(m_fontAsset);
- }
-
- if (GUI.Button(new Rect(rect.width - 56, rect.y + 36, 80, 18), new GUIContent("Revert")))
- {
- m_DisplayDestructiveChangeWarning = false;
- RestoreAtlasGenerationSettings();
- GUIUtility.keyboardControl = 0;
-
- // TODO: Clear undo buffers.
- //Undo.ClearUndo(m_fontAsset);
- }
- }
- }
- EditorGUI.EndDisabledGroup();
- }
- EditorGUI.EndDisabledGroup();
- EditorGUILayout.Space();
- }
- #endregion
-
- // ATLAS & MATERIAL PANEL
- #region Atlas & Material
- rect = EditorGUILayout.GetControlRect(false, 24);
-
- if (GUI.Button(rect, new GUIContent("Atlas & Material"), TMP_UIStyleManager.sectionHeader))
- UI_PanelState.fontAtlasInfoPanel = !UI_PanelState.fontAtlasInfoPanel;
-
- GUI.Label(rect, (UI_PanelState.fontAtlasInfoPanel ? "" : s_UiStateLabel[1]), TMP_UIStyleManager.rightLabel);
-
- if (UI_PanelState.fontAtlasInfoPanel)
- {
- EditorGUI.indentLevel = 1;
-
- GUI.enabled = false;
- EditorGUILayout.PropertyField(font_atlas_prop, new GUIContent("Font Atlas"));
- EditorGUILayout.PropertyField(font_material_prop, new GUIContent("Font Material"));
- GUI.enabled = true;
- EditorGUILayout.Space();
- }
- #endregion
-
- string evt_cmd = Event.current.commandName; // Get Current Event CommandName to check for Undo Events
-
- // FONT WEIGHT PANEL
- #region Font Weights
- rect = EditorGUILayout.GetControlRect(false, 24);
-
- if (GUI.Button(rect, new GUIContent("Font Weights", "The Font Assets that will be used for different font weights and the settings used to simulate a typeface when no asset is available."), TMP_UIStyleManager.sectionHeader))
- UI_PanelState.fontWeightPanel = !UI_PanelState.fontWeightPanel;
-
- GUI.Label(rect, (UI_PanelState.fontWeightPanel ? "" : s_UiStateLabel[1]), TMP_UIStyleManager.rightLabel);
-
- if (UI_PanelState.fontWeightPanel)
- {
- EditorGUIUtility.labelWidth *= 0.75f;
- EditorGUIUtility.fieldWidth *= 0.25f;
-
- EditorGUILayout.BeginVertical();
- EditorGUI.indentLevel = 1;
- rect = EditorGUILayout.GetControlRect(true);
- rect.x += EditorGUIUtility.labelWidth;
- rect.width = (rect.width - EditorGUIUtility.labelWidth) / 2f;
- GUI.Label(rect, "Regular Typeface", EditorStyles.label);
- rect.x += rect.width;
- GUI.Label(rect, "Italic Typeface", EditorStyles.label);
-
- EditorGUI.indentLevel = 1;
-
- EditorGUILayout.PropertyField(fontWeights_prop.GetArrayElementAtIndex(1), new GUIContent("100 - Thin"));
- EditorGUILayout.PropertyField(fontWeights_prop.GetArrayElementAtIndex(2), new GUIContent("200 - Extra-Light"));
- EditorGUILayout.PropertyField(fontWeights_prop.GetArrayElementAtIndex(3), new GUIContent("300 - Light"));
- EditorGUILayout.PropertyField(fontWeights_prop.GetArrayElementAtIndex(4), new GUIContent("400 - Regular"));
- EditorGUILayout.PropertyField(fontWeights_prop.GetArrayElementAtIndex(5), new GUIContent("500 - Medium"));
- EditorGUILayout.PropertyField(fontWeights_prop.GetArrayElementAtIndex(6), new GUIContent("600 - Semi-Bold"));
- EditorGUILayout.PropertyField(fontWeights_prop.GetArrayElementAtIndex(7), new GUIContent("700 - Bold"));
- EditorGUILayout.PropertyField(fontWeights_prop.GetArrayElementAtIndex(8), new GUIContent("800 - Heavy"));
- EditorGUILayout.PropertyField(fontWeights_prop.GetArrayElementAtIndex(9), new GUIContent("900 - Black"));
-
- EditorGUILayout.EndVertical();
-
- EditorGUILayout.Space();
-
- EditorGUILayout.BeginVertical();
-
- EditorGUILayout.BeginHorizontal();
- EditorGUILayout.PropertyField(font_normalStyle_prop, new GUIContent("Normal Weight"));
- font_normalStyle_prop.floatValue = Mathf.Clamp(font_normalStyle_prop.floatValue, -3.0f, 3.0f);
- if (GUI.changed || evt_cmd == k_UndoRedo)
- {
- GUI.changed = false;
-
- // Modify the material property on matching material presets.
- for (int i = 0; i < m_materialPresets.Length; i++)
- m_materialPresets[i].SetFloat("_WeightNormal", font_normalStyle_prop.floatValue);
- }
-
- EditorGUILayout.PropertyField(font_boldStyle_prop, new GUIContent("Bold Weight"));
- font_boldStyle_prop.floatValue = Mathf.Clamp(font_boldStyle_prop.floatValue, -3.0f, 3.0f);
- if (GUI.changed || evt_cmd == k_UndoRedo)
- {
- GUI.changed = false;
-
- // Modify the material property on matching material presets.
- for (int i = 0; i < m_materialPresets.Length; i++)
- m_materialPresets[i].SetFloat("_WeightBold", font_boldStyle_prop.floatValue);
- }
- EditorGUILayout.EndHorizontal();
-
- EditorGUILayout.BeginHorizontal();
- EditorGUILayout.PropertyField(font_normalSpacing_prop, new GUIContent("Spacing Offset"));
- font_normalSpacing_prop.floatValue = Mathf.Clamp(font_normalSpacing_prop.floatValue, -100, 100);
- if (GUI.changed || evt_cmd == k_UndoRedo)
- {
- GUI.changed = false;
- }
-
- EditorGUILayout.PropertyField(font_boldSpacing_prop, new GUIContent("Bold Spacing"));
- font_boldSpacing_prop.floatValue = Mathf.Clamp(font_boldSpacing_prop.floatValue, 0, 100);
- if (GUI.changed || evt_cmd == k_UndoRedo)
- {
- GUI.changed = false;
- }
- EditorGUILayout.EndHorizontal();
-
- EditorGUILayout.BeginHorizontal();
- EditorGUILayout.PropertyField(font_italicStyle_prop, new GUIContent("Italic Style"));
- font_italicStyle_prop.intValue = Mathf.Clamp(font_italicStyle_prop.intValue, 15, 60);
-
- EditorGUILayout.PropertyField(font_tabSize_prop, new GUIContent("Tab Multiple"));
- EditorGUILayout.EndHorizontal();
- EditorGUILayout.EndVertical();
- EditorGUILayout.Space();
- }
-
- EditorGUIUtility.labelWidth = 0;
- EditorGUIUtility.fieldWidth = 0;
- #endregion
-
- // FALLBACK FONT ASSETS
- #region Fallback Font Asset
- rect = EditorGUILayout.GetControlRect(false, 24);
- EditorGUI.indentLevel = 0;
- if (GUI.Button(rect, new GUIContent("Fallback Font Assets", "Select the Font Assets that will be searched and used as fallback when characters are missing from this font asset."), TMP_UIStyleManager.sectionHeader))
- UI_PanelState.fallbackFontAssetPanel = !UI_PanelState.fallbackFontAssetPanel;
-
- GUI.Label(rect, (UI_PanelState.fallbackFontAssetPanel ? "" : s_UiStateLabel[1]), TMP_UIStyleManager.rightLabel);
-
- if (UI_PanelState.fallbackFontAssetPanel)
- {
- EditorGUIUtility.labelWidth = 120;
- EditorGUI.indentLevel = 0;
-
- m_list.DoLayoutList();
- EditorGUILayout.Space();
- }
- #endregion
-
- // CHARACTER TABLE TABLE
- #region Character Table
- EditorGUIUtility.labelWidth = labelWidth;
- EditorGUIUtility.fieldWidth = fieldWidth;
- EditorGUI.indentLevel = 0;
- rect = EditorGUILayout.GetControlRect(false, 24);
-
- int characterCount = m_fontAsset.characterTable.Count;
-
- if (GUI.Button(rect, new GUIContent("Character Table [" + characterCount + "]" + (rect.width > 320 ? " Characters" : ""), "List of characters contained in this font asset."), TMP_UIStyleManager.sectionHeader))
- UI_PanelState.characterTablePanel = !UI_PanelState.characterTablePanel;
-
- GUI.Label(rect, (UI_PanelState.characterTablePanel ? "" : s_UiStateLabel[1]), TMP_UIStyleManager.rightLabel);
-
- if (UI_PanelState.characterTablePanel)
- {
- int arraySize = m_CharacterTable_prop.arraySize;
- int itemsPerPage = 15;
-
- // Display Glyph Management Tools
- EditorGUILayout.BeginVertical(EditorStyles.helpBox);
- {
- // Search Bar implementation
- #region DISPLAY SEARCH BAR
- EditorGUILayout.BeginHorizontal();
- {
- EditorGUIUtility.labelWidth = 130f;
- EditorGUI.BeginChangeCheck();
- string searchPattern = EditorGUILayout.TextField("Character Search", m_CharacterSearchPattern, "SearchTextField");
- if (EditorGUI.EndChangeCheck() || m_isSearchDirty)
- {
- if (string.IsNullOrEmpty(searchPattern) == false)
- {
- m_CharacterSearchPattern = searchPattern;
-
- // Search Character Table for potential matches
- SearchCharacterTable (m_CharacterSearchPattern, ref m_CharacterSearchList);
- }
- else
- m_CharacterSearchPattern = null;
-
- m_isSearchDirty = false;
- }
-
- string styleName = string.IsNullOrEmpty(m_CharacterSearchPattern) ? "SearchCancelButtonEmpty" : "SearchCancelButton";
- if (GUILayout.Button(GUIContent.none, styleName))
- {
- GUIUtility.keyboardControl = 0;
- m_CharacterSearchPattern = string.Empty;
- }
- }
- EditorGUILayout.EndHorizontal();
- #endregion
-
- // Display Page Navigation
- if (!string.IsNullOrEmpty(m_CharacterSearchPattern))
- arraySize = m_CharacterSearchList.Count;
-
- DisplayPageNavigation(ref m_CurrentCharacterPage, arraySize, itemsPerPage);
- }
- EditorGUILayout.EndVertical();
-
- // Display Character Table Elements
- if (arraySize > 0)
- {
- // Display each character entry using the CharacterPropertyDrawer.
- for (int i = itemsPerPage * m_CurrentCharacterPage; i < arraySize && i < itemsPerPage * (m_CurrentCharacterPage + 1); i++)
- {
- // Define the start of the selection region of the element.
- Rect elementStartRegion = GUILayoutUtility.GetRect(0f, 0f, GUILayout.ExpandWidth(true));
-
- int elementIndex = i;
- if (!string.IsNullOrEmpty(m_CharacterSearchPattern))
- elementIndex = m_CharacterSearchList[i];
-
- SerializedProperty characterProperty = m_CharacterTable_prop.GetArrayElementAtIndex(elementIndex);
-
- EditorGUILayout.BeginVertical(EditorStyles.helpBox);
-
- EditorGUI.BeginDisabledGroup(i != m_SelectedCharacterRecord);
- {
- EditorGUILayout.PropertyField(characterProperty);
- }
- EditorGUI.EndDisabledGroup();
-
- EditorGUILayout.EndVertical();
-
- // Define the end of the selection region of the element.
- Rect elementEndRegion = GUILayoutUtility.GetRect(0f, 0f, GUILayout.ExpandWidth(true));
-
- // Check for Item selection
- Rect selectionArea = new Rect(elementStartRegion.x, elementStartRegion.y, elementEndRegion.width, elementEndRegion.y - elementStartRegion.y);
- if (DoSelectionCheck(selectionArea))
- {
- if (m_SelectedCharacterRecord == i)
- m_SelectedCharacterRecord = -1;
- else
- {
- m_SelectedCharacterRecord = i;
- m_AddCharacterWarning.isEnabled = false;
- m_unicodeHexLabel = k_placeholderUnicodeHex;
- GUIUtility.keyboardControl = 0;
- }
- }
-
- // Draw Selection Highlight and Glyph Options
- if (m_SelectedCharacterRecord == i)
- {
- TMP_EditorUtility.DrawBox(selectionArea, 2f, new Color32(40, 192, 255, 255));
-
- // Draw Glyph management options
- Rect controlRect = EditorGUILayout.GetControlRect(true, EditorGUIUtility.singleLineHeight * 1f);
- float optionAreaWidth = controlRect.width * 0.6f;
- float btnWidth = optionAreaWidth / 3;
-
- Rect position = new Rect(controlRect.x + controlRect.width * .4f, controlRect.y, btnWidth, controlRect.height);
-
- // Copy Selected Glyph to Target Glyph ID
- GUI.enabled = !string.IsNullOrEmpty(m_dstUnicode);
- if (GUI.Button(position, new GUIContent("Copy to")))
- {
- GUIUtility.keyboardControl = 0;
-
- // Convert Hex Value to Decimal
- int dstGlyphID = TMP_TextUtilities.StringHexToInt(m_dstUnicode);
-
- //Add new glyph at target Unicode hex id.
- if (!AddNewCharacter(elementIndex, dstGlyphID))
- {
- m_AddCharacterWarning.isEnabled = true;
- m_AddCharacterWarning.expirationTime = EditorApplication.timeSinceStartup + 1;
- }
-
- m_dstUnicode = string.Empty;
- m_isSearchDirty = true;
-
- TMPro_EventManager.ON_FONT_PROPERTY_CHANGED(true, m_fontAsset);
- }
-
- // Target Glyph ID
- GUI.enabled = true;
- position.x += btnWidth;
-
- GUI.SetNextControlName("CharacterID_Input");
- m_dstUnicode = EditorGUI.TextField(position, m_dstUnicode);
-
- // Placeholder text
- EditorGUI.LabelField(position, new GUIContent(m_unicodeHexLabel, "The Unicode (Hex) ID of the duplicated Character"), TMP_UIStyleManager.label);
-
- // Only filter the input when the destination glyph ID text field has focus.
- if (GUI.GetNameOfFocusedControl() == "CharacterID_Input")
- {
- m_unicodeHexLabel = string.Empty;
-
- //Filter out unwanted characters.
- char chr = Event.current.character;
- if ((chr < '0' || chr > '9') && (chr < 'a' || chr > 'f') && (chr < 'A' || chr > 'F'))
- {
- Event.current.character = '\0';
- }
- }
- else
- {
- m_unicodeHexLabel = k_placeholderUnicodeHex;
- //m_dstUnicode = string.Empty;
- }
-
-
- // Remove Glyph
- position.x += btnWidth;
- if (GUI.Button(position, "Remove"))
- {
- GUIUtility.keyboardControl = 0;
-
- RemoveCharacterFromList(elementIndex);
-
- isAssetDirty = true;
- m_SelectedCharacterRecord = -1;
- m_isSearchDirty = true;
- break;
- }
-
- if (m_AddCharacterWarning.isEnabled && EditorApplication.timeSinceStartup < m_AddCharacterWarning.expirationTime)
- {
- EditorGUILayout.HelpBox("The Destination Character ID already exists", MessageType.Warning);
- }
-
- }
- }
- }
-
- DisplayPageNavigation(ref m_CurrentCharacterPage, arraySize, itemsPerPage);
-
- EditorGUILayout.Space();
- }
- #endregion
-
- // GLYPH TABLE
- #region Glyph Table
- EditorGUIUtility.labelWidth = labelWidth;
- EditorGUIUtility.fieldWidth = fieldWidth;
- EditorGUI.indentLevel = 0;
- rect = EditorGUILayout.GetControlRect(false, 24);
-
- GUIStyle glyphPanelStyle = new GUIStyle(EditorStyles.helpBox);
-
- int glyphCount = m_fontAsset.glyphTable.Count;
-
- if (GUI.Button(rect, new GUIContent("Glyph Table [" + glyphCount + "]" + (rect.width > 275 ? " Glyphs" : ""), "List of glyphs contained in this font asset."), TMP_UIStyleManager.sectionHeader))
- UI_PanelState.glyphTablePanel = !UI_PanelState.glyphTablePanel;
-
- GUI.Label(rect, (UI_PanelState.glyphTablePanel ? "" : s_UiStateLabel[1]), TMP_UIStyleManager.rightLabel);
-
- if (UI_PanelState.glyphTablePanel)
- {
- int arraySize = m_GlyphTable_prop.arraySize;
- int itemsPerPage = 15;
-
- // Display Glyph Management Tools
- EditorGUILayout.BeginVertical(EditorStyles.helpBox);
- {
- // Search Bar implementation
- #region DISPLAY SEARCH BAR
- EditorGUILayout.BeginHorizontal();
- {
- EditorGUIUtility.labelWidth = 130f;
- EditorGUI.BeginChangeCheck();
- string searchPattern = EditorGUILayout.TextField("Glyph Search", m_GlyphSearchPattern, "SearchTextField");
- if (EditorGUI.EndChangeCheck() || m_isSearchDirty)
- {
- if (string.IsNullOrEmpty(searchPattern) == false)
- {
- m_GlyphSearchPattern = searchPattern;
-
- // Search Glyph Table for potential matches
- SearchGlyphTable(m_GlyphSearchPattern, ref m_GlyphSearchList);
- }
- else
- m_GlyphSearchPattern = null;
-
- m_isSearchDirty = false;
- }
-
- string styleName = string.IsNullOrEmpty(m_GlyphSearchPattern) ? "SearchCancelButtonEmpty" : "SearchCancelButton";
- if (GUILayout.Button(GUIContent.none, styleName))
- {
- GUIUtility.keyboardControl = 0;
- m_GlyphSearchPattern = string.Empty;
- }
- }
- EditorGUILayout.EndHorizontal();
- #endregion
-
- // Display Page Navigation
- if (!string.IsNullOrEmpty(m_GlyphSearchPattern))
- arraySize = m_GlyphSearchList.Count;
-
- DisplayPageNavigation(ref m_CurrentGlyphPage, arraySize, itemsPerPage);
- }
- EditorGUILayout.EndVertical();
-
- // Display Glyph Table Elements
-
- if (arraySize > 0)
- {
- // Display each GlyphInfo entry using the GlyphInfo property drawer.
- for (int i = itemsPerPage * m_CurrentGlyphPage; i < arraySize && i < itemsPerPage * (m_CurrentGlyphPage + 1); i++)
- {
- // Define the start of the selection region of the element.
- Rect elementStartRegion = GUILayoutUtility.GetRect(0f, 0f, GUILayout.ExpandWidth(true));
-
- int elementIndex = i;
- if (!string.IsNullOrEmpty(m_GlyphSearchPattern))
- elementIndex = m_GlyphSearchList[i];
-
- SerializedProperty glyphProperty = m_GlyphTable_prop.GetArrayElementAtIndex(elementIndex);
-
- EditorGUILayout.BeginVertical(glyphPanelStyle);
-
- using (new EditorGUI.DisabledScope(i != m_SelectedGlyphRecord))
- {
- EditorGUILayout.PropertyField(glyphProperty);
- }
-
- EditorGUILayout.EndVertical();
-
- // Define the end of the selection region of the element.
- Rect elementEndRegion = GUILayoutUtility.GetRect(0f, 0f, GUILayout.ExpandWidth(true));
-
- // Check for Item selection
- Rect selectionArea = new Rect(elementStartRegion.x, elementStartRegion.y, elementEndRegion.width, elementEndRegion.y - elementStartRegion.y);
- if (DoSelectionCheck(selectionArea))
- {
- if (m_SelectedGlyphRecord == i)
- m_SelectedGlyphRecord = -1;
- else
- {
- m_SelectedGlyphRecord = i;
- m_AddGlyphWarning.isEnabled = false;
- m_unicodeHexLabel = k_placeholderUnicodeHex;
- GUIUtility.keyboardControl = 0;
- }
- }
-
- // Draw Selection Highlight and Glyph Options
- if (m_SelectedGlyphRecord == i)
- {
- TMP_EditorUtility.DrawBox(selectionArea, 2f, new Color32(40, 192, 255, 255));
-
- // Draw Glyph management options
- Rect controlRect = EditorGUILayout.GetControlRect(true, EditorGUIUtility.singleLineHeight * 1f);
- float optionAreaWidth = controlRect.width * 0.6f;
- float btnWidth = optionAreaWidth / 3;
-
- Rect position = new Rect(controlRect.x + controlRect.width * .4f, controlRect.y, btnWidth, controlRect.height);
-
- // Copy Selected Glyph to Target Glyph ID
- GUI.enabled = !string.IsNullOrEmpty(m_dstGlyphID);
- if (GUI.Button(position, new GUIContent("Copy to")))
- {
- GUIUtility.keyboardControl = 0;
- int dstGlyphID;
-
- // Convert Hex Value to Decimal
- int.TryParse(m_dstGlyphID, out dstGlyphID);
-
- //Add new glyph at target Unicode hex id.
- if (!AddNewGlyph(elementIndex, dstGlyphID))
- {
- m_AddGlyphWarning.isEnabled = true;
- m_AddGlyphWarning.expirationTime = EditorApplication.timeSinceStartup + 1;
- }
-
- m_dstGlyphID = string.Empty;
- m_isSearchDirty = true;
-
- TMPro_EventManager.ON_FONT_PROPERTY_CHANGED(true, m_fontAsset);
- }
-
- // Target Glyph ID
- GUI.enabled = true;
- position.x += btnWidth;
-
- GUI.SetNextControlName("GlyphID_Input");
- m_dstGlyphID = EditorGUI.TextField(position, m_dstGlyphID);
-
- // Placeholder text
- EditorGUI.LabelField(position, new GUIContent(m_GlyphIDLabel, "The Glyph ID of the duplicated Glyph"), TMP_UIStyleManager.label);
-
- // Only filter the input when the destination glyph ID text field has focus.
- if (GUI.GetNameOfFocusedControl() == "GlyphID_Input")
- {
- m_GlyphIDLabel = string.Empty;
-
- //Filter out unwanted characters.
- char chr = Event.current.character;
- if ((chr < '0' || chr > '9'))
- {
- Event.current.character = '\0';
- }
- }
- else
- {
- m_GlyphIDLabel = k_placeholderGlyphID;
- //m_dstGlyphID = string.Empty;
- }
-
- // Remove Glyph
- position.x += btnWidth;
- if (GUI.Button(position, "Remove"))
- {
- GUIUtility.keyboardControl = 0;
-
- RemoveGlyphFromList(elementIndex);
-
- isAssetDirty = true;
- m_SelectedGlyphRecord = -1;
- m_isSearchDirty = true;
- break;
- }
-
- if (m_AddGlyphWarning.isEnabled && EditorApplication.timeSinceStartup < m_AddGlyphWarning.expirationTime)
- {
- EditorGUILayout.HelpBox("The Destination Glyph ID already exists", MessageType.Warning);
- }
-
- }
- }
- }
-
- DisplayPageNavigation(ref m_CurrentGlyphPage, arraySize, itemsPerPage);
-
- EditorGUILayout.Space();
- }
- #endregion
-
- // FONT FEATURE TABLE
- #region Font Feature Table
- EditorGUIUtility.labelWidth = labelWidth;
- EditorGUIUtility.fieldWidth = fieldWidth;
- EditorGUI.indentLevel = 0;
- rect = EditorGUILayout.GetControlRect(false, 24);
-
- int adjustmentPairCount = m_fontAsset.fontFeatureTable.glyphPairAdjustmentRecords.Count;
-
- if (GUI.Button(rect, new GUIContent("Glyph Adjustment Table [" + adjustmentPairCount + "]" + (rect.width > 340 ? " Records" : ""), "List of glyph adjustment / advanced kerning pairs."), TMP_UIStyleManager.sectionHeader))
- UI_PanelState.fontFeatureTablePanel = !UI_PanelState.fontFeatureTablePanel;
-
- GUI.Label(rect, (UI_PanelState.fontFeatureTablePanel ? "" : s_UiStateLabel[1]), TMP_UIStyleManager.rightLabel);
-
- if (UI_PanelState.fontFeatureTablePanel)
- {
- int arraySize = m_GlyphPairAdjustmentRecords_prop.arraySize;
- int itemsPerPage = 20;
-
- // Display Kerning Pair Management Tools
- EditorGUILayout.BeginVertical(EditorStyles.helpBox);
- {
- // Search Bar implementation
- #region DISPLAY SEARCH BAR
- EditorGUILayout.BeginHorizontal();
- {
- EditorGUIUtility.labelWidth = 150f;
- EditorGUI.BeginChangeCheck();
- string searchPattern = EditorGUILayout.TextField("Adjustment Pair Search", m_KerningTableSearchPattern, "SearchTextField");
- if (EditorGUI.EndChangeCheck() || m_isSearchDirty)
- {
- if (string.IsNullOrEmpty(searchPattern) == false)
- {
- m_KerningTableSearchPattern = searchPattern;
-
- // Search Glyph Table for potential matches
- SearchKerningTable(m_KerningTableSearchPattern, ref m_KerningTableSearchList);
- }
- else
- m_KerningTableSearchPattern = null;
-
- m_isSearchDirty = false;
- }
-
- string styleName = string.IsNullOrEmpty(m_KerningTableSearchPattern) ? "SearchCancelButtonEmpty" : "SearchCancelButton";
- if (GUILayout.Button(GUIContent.none, styleName))
- {
- GUIUtility.keyboardControl = 0;
- m_KerningTableSearchPattern = string.Empty;
- }
- }
- EditorGUILayout.EndHorizontal();
- #endregion
-
- // Display Page Navigation
- if (!string.IsNullOrEmpty(m_KerningTableSearchPattern))
- arraySize = m_KerningTableSearchList.Count;
-
- DisplayPageNavigation(ref m_CurrentKerningPage, arraySize, itemsPerPage);
- }
- EditorGUILayout.EndVertical();
-
- if (arraySize > 0)
- {
- // Display each GlyphInfo entry using the GlyphInfo property drawer.
- for (int i = itemsPerPage * m_CurrentKerningPage; i < arraySize && i < itemsPerPage * (m_CurrentKerningPage + 1); i++)
- {
- // Define the start of the selection region of the element.
- Rect elementStartRegion = GUILayoutUtility.GetRect(0f, 0f, GUILayout.ExpandWidth(true));
-
- int elementIndex = i;
- if (!string.IsNullOrEmpty(m_KerningTableSearchPattern))
- elementIndex = m_KerningTableSearchList[i];
-
- SerializedProperty pairAdjustmentRecordProperty = m_GlyphPairAdjustmentRecords_prop.GetArrayElementAtIndex(elementIndex);
-
- EditorGUILayout.BeginVertical(EditorStyles.helpBox);
-
- using (new EditorGUI.DisabledScope(i != m_SelectedAdjustmentRecord))
- {
- EditorGUILayout.PropertyField(pairAdjustmentRecordProperty, new GUIContent("Selectable"));
- }
-
- EditorGUILayout.EndVertical();
-
- // Define the end of the selection region of the element.
- Rect elementEndRegion = GUILayoutUtility.GetRect(0f, 0f, GUILayout.ExpandWidth(true));
-
- // Check for Item selection
- Rect selectionArea = new Rect(elementStartRegion.x, elementStartRegion.y, elementEndRegion.width, elementEndRegion.y - elementStartRegion.y);
- if (DoSelectionCheck(selectionArea))
- {
- if (m_SelectedAdjustmentRecord == i)
- {
- m_SelectedAdjustmentRecord = -1;
- }
- else
- {
- m_SelectedAdjustmentRecord = i;
- GUIUtility.keyboardControl = 0;
- }
- }
-
- // Draw Selection Highlight and Kerning Pair Options
- if (m_SelectedAdjustmentRecord == i)
- {
- TMP_EditorUtility.DrawBox(selectionArea, 2f, new Color32(40, 192, 255, 255));
-
- // Draw Glyph management options
- Rect controlRect = EditorGUILayout.GetControlRect(true, EditorGUIUtility.singleLineHeight * 1f);
- float optionAreaWidth = controlRect.width;
- float btnWidth = optionAreaWidth / 4;
-
- Rect position = new Rect(controlRect.x + controlRect.width - btnWidth, controlRect.y, btnWidth, controlRect.height);
-
- // Remove Kerning pair
- GUI.enabled = true;
- if (GUI.Button(position, "Remove"))
- {
- GUIUtility.keyboardControl = 0;
-
- RemoveAdjustmentPairFromList(i);
-
- isAssetDirty = true;
- m_SelectedAdjustmentRecord = -1;
- m_isSearchDirty = true;
- break;
- }
- }
- }
- }
-
- DisplayPageNavigation(ref m_CurrentKerningPage, arraySize, itemsPerPage);
-
- GUILayout.Space(5);
-
- // Add new kerning pair
- EditorGUILayout.BeginVertical(EditorStyles.helpBox);
- {
- EditorGUILayout.PropertyField(m_EmptyGlyphPairAdjustmentRecord_prop);
- }
- EditorGUILayout.EndVertical();
-
- if (GUILayout.Button("Add New Glyph Adjustment Record"))
- {
- SerializedProperty firstAdjustmentRecordProperty = m_EmptyGlyphPairAdjustmentRecord_prop.FindPropertyRelative("m_FirstAdjustmentRecord");
- SerializedProperty secondAdjustmentRecordProperty = m_EmptyGlyphPairAdjustmentRecord_prop.FindPropertyRelative("m_SecondAdjustmentRecord");
-
- uint firstGlyphIndex = (uint)firstAdjustmentRecordProperty.FindPropertyRelative("m_GlyphIndex").intValue;
- uint secondGlyphIndex = (uint)secondAdjustmentRecordProperty.FindPropertyRelative("m_GlyphIndex").intValue;
-
- TMP_GlyphValueRecord firstValueRecord = GetValueRecord(firstAdjustmentRecordProperty.FindPropertyRelative("m_GlyphValueRecord"));
- TMP_GlyphValueRecord secondValueRecord = GetValueRecord(secondAdjustmentRecordProperty.FindPropertyRelative("m_GlyphValueRecord"));
-
- errorCode = -1;
- uint pairKey = secondGlyphIndex << 16 | firstGlyphIndex;
- if (m_FontFeatureTable.m_GlyphPairAdjustmentRecordLookupDictionary.ContainsKey(pairKey) == false)
- {
- TMP_GlyphPairAdjustmentRecord adjustmentRecord = new TMP_GlyphPairAdjustmentRecord(new TMP_GlyphAdjustmentRecord(firstGlyphIndex, firstValueRecord), new TMP_GlyphAdjustmentRecord(secondGlyphIndex, secondValueRecord));
- m_FontFeatureTable.m_GlyphPairAdjustmentRecords.Add(adjustmentRecord);
- m_FontFeatureTable.m_GlyphPairAdjustmentRecordLookupDictionary.Add(pairKey, adjustmentRecord);
- errorCode = 0;
- }
-
- // Add glyphs and characters
- TMP_Character character;
-
- uint firstCharacter = m_SerializedPropertyHolder.firstCharacter;
- if (!m_fontAsset.characterLookupTable.ContainsKey(firstCharacter))
- m_fontAsset.TryAddCharacterInternal(firstCharacter, out character);
-
- uint secondCharacter = m_SerializedPropertyHolder.secondCharacter;
- if (!m_fontAsset.characterLookupTable.ContainsKey(secondCharacter))
- m_fontAsset.TryAddCharacterInternal(secondCharacter, out character);
-
- // Sort Kerning Pairs & Reload Font Asset if new kerning pair was added.
- if (errorCode != -1)
- {
- m_FontFeatureTable.SortGlyphPairAdjustmentRecords();
- serializedObject.ApplyModifiedProperties();
- isAssetDirty = true;
- m_isSearchDirty = true;
- }
- else
- {
- timeStamp = System.DateTime.Now.AddSeconds(5);
- }
-
- // Clear Add Kerning Pair Panel
- // TODO
- }
-
- if (errorCode == -1)
- {
- GUILayout.BeginHorizontal();
- GUILayout.FlexibleSpace();
- GUILayout.Label("Kerning Pair already exists!", TMP_UIStyleManager.label);
- GUILayout.FlexibleSpace();
- GUILayout.EndHorizontal();
-
- if (System.DateTime.Now > timeStamp)
- errorCode = 0;
- }
- }
- #endregion
-
- if (serializedObject.ApplyModifiedProperties() || evt_cmd == k_UndoRedo || isAssetDirty)
- {
- // Delay callback until user has decided to Apply or Revert the changes.
- if (m_DisplayDestructiveChangeWarning == false)
- TMPro_EventManager.ON_FONT_PROPERTY_CHANGED(true, m_fontAsset);
-
- if (m_fontAsset.IsFontAssetLookupTablesDirty || evt_cmd == k_UndoRedo)
- m_fontAsset.ReadFontAssetDefinition();
-
- isAssetDirty = false;
- EditorUtility.SetDirty(target);
- }
-
-
- // Clear selection if mouse event was not consumed.
- GUI.enabled = true;
- if (currentEvent.type == EventType.MouseDown && currentEvent.button == 0)
- m_SelectedAdjustmentRecord = -1;
-
- }
-
- void CleanFallbackFontAssetTable()
- {
- SerializedProperty m_FallbackFontAsseTable = serializedObject.FindProperty("m_FallbackFontAssetTable");
-
- bool isListDirty = false;
-
- int elementCount = m_FallbackFontAsseTable.arraySize;
-
- for (int i = 0; i < elementCount; i++)
- {
- SerializedProperty element = m_FallbackFontAsseTable.GetArrayElementAtIndex(i);
- if (element.objectReferenceValue == null)
- {
- m_FallbackFontAsseTable.DeleteArrayElementAtIndex(i);
- elementCount -= 1;
- i -= 1;
-
- isListDirty = true;
- }
- }
-
- if (isListDirty)
- {
- serializedObject.ApplyModifiedProperties();
- serializedObject.Update();
- }
- }
-
- void SavedAtlasGenerationSettings()
- {
- m_AtlasSettings.glyphRenderMode = (GlyphRenderMode)m_AtlasRenderMode_prop.intValue;
- m_AtlasSettings.pointSize = m_SamplingPointSize_prop.intValue;
- m_AtlasSettings.padding = m_AtlasPadding_prop.intValue;
- m_AtlasSettings.atlasWidth = m_AtlasWidth_prop.intValue;
- m_AtlasSettings.atlasHeight = m_AtlasHeight_prop.intValue;
- }
-
- void RestoreAtlasGenerationSettings()
- {
- m_AtlasRenderMode_prop.intValue = (int)m_AtlasSettings.glyphRenderMode;
- m_SamplingPointSize_prop.intValue = m_AtlasSettings.pointSize;
- m_AtlasPadding_prop.intValue = m_AtlasSettings.padding;
- m_AtlasWidth_prop.intValue = m_AtlasSettings.atlasWidth;
- m_AtlasHeight_prop.intValue = m_AtlasSettings.atlasHeight;
- }
-
-
- void UpdateFontAssetCreationSettings()
- {
- m_fontAsset.m_CreationSettings.pointSize = m_SamplingPointSize_prop.intValue;
- m_fontAsset.m_CreationSettings.renderMode = m_AtlasRenderMode_prop.intValue;
- m_fontAsset.m_CreationSettings.padding = m_AtlasPadding_prop.intValue;
- m_fontAsset.m_CreationSettings.atlasWidth = m_AtlasWidth_prop.intValue;
- m_fontAsset.m_CreationSettings.atlasHeight = m_AtlasHeight_prop.intValue;
- }
-
-
- void UpdateCharacterData(SerializedProperty property, int index)
- {
- TMP_Character character = m_fontAsset.characterTable[index];
-
- character.unicode = (uint)property.FindPropertyRelative("m_Unicode").intValue;
- character.scale = property.FindPropertyRelative("m_Scale").floatValue;
-
- SerializedProperty glyphProperty = property.FindPropertyRelative("m_Glyph");
- character.glyph.index = (uint)glyphProperty.FindPropertyRelative("m_Index").intValue;
-
- SerializedProperty glyphRectProperty = glyphProperty.FindPropertyRelative("m_GlyphRect");
- character.glyph.glyphRect = new GlyphRect(glyphRectProperty.FindPropertyRelative("m_X").intValue, glyphRectProperty.FindPropertyRelative("m_Y").intValue, glyphRectProperty.FindPropertyRelative("m_Width").intValue, glyphRectProperty.FindPropertyRelative("m_Height").intValue);
-
- SerializedProperty glyphMetricsProperty = glyphProperty.FindPropertyRelative("m_Metrics");
- character.glyph.metrics = new GlyphMetrics(glyphMetricsProperty.FindPropertyRelative("m_Width").floatValue, glyphMetricsProperty.FindPropertyRelative("m_Height").floatValue, glyphMetricsProperty.FindPropertyRelative("m_HorizontalBearingX").floatValue, glyphMetricsProperty.FindPropertyRelative("m_HorizontalBearingY").floatValue, glyphMetricsProperty.FindPropertyRelative("m_HorizontalAdvance").floatValue);
-
- character.glyph.scale = glyphProperty.FindPropertyRelative("m_Scale").floatValue;
-
- character.glyph.atlasIndex = glyphProperty.FindPropertyRelative("m_AtlasIndex").intValue;
- }
-
-
- void UpdateGlyphData(SerializedProperty property, int index)
- {
- Glyph glyph = m_fontAsset.glyphTable[index];
-
- glyph.index = (uint)property.FindPropertyRelative("m_Index").intValue;
-
- SerializedProperty glyphRect = property.FindPropertyRelative("m_GlyphRect");
- glyph.glyphRect = new GlyphRect(glyphRect.FindPropertyRelative("m_X").intValue, glyphRect.FindPropertyRelative("m_Y").intValue, glyphRect.FindPropertyRelative("m_Width").intValue, glyphRect.FindPropertyRelative("m_Height").intValue);
-
- SerializedProperty glyphMetrics = property.FindPropertyRelative("m_Metrics");
- glyph.metrics = new GlyphMetrics(glyphMetrics.FindPropertyRelative("m_Width").floatValue, glyphMetrics.FindPropertyRelative("m_Height").floatValue, glyphMetrics.FindPropertyRelative("m_HorizontalBearingX").floatValue, glyphMetrics.FindPropertyRelative("m_HorizontalBearingY").floatValue, glyphMetrics.FindPropertyRelative("m_HorizontalAdvance").floatValue);
-
- glyph.scale = property.FindPropertyRelative("m_Scale").floatValue;
- }
-
-
- void DisplayPageNavigation(ref int currentPage, int arraySize, int itemsPerPage)
- {
- Rect pagePos = EditorGUILayout.GetControlRect(false, 20);
- pagePos.width /= 3;
-
- int shiftMultiplier = Event.current.shift ? 10 : 1; // Page + Shift goes 10 page forward
-
- // Previous Page
- GUI.enabled = currentPage > 0;
-
- if (GUI.Button(pagePos, "Previous Page"))
- currentPage -= 1 * shiftMultiplier;
-
-
- // Page Counter
- GUI.enabled = true;
- pagePos.x += pagePos.width;
- int totalPages = (int)(arraySize / (float)itemsPerPage + 0.999f);
- GUI.Label(pagePos, "Page " + (currentPage + 1) + " / " + totalPages, TMP_UIStyleManager.centeredLabel);
-
- // Next Page
- pagePos.x += pagePos.width;
- GUI.enabled = itemsPerPage * (currentPage + 1) < arraySize;
-
- if (GUI.Button(pagePos, "Next Page"))
- currentPage += 1 * shiftMultiplier;
-
- // Clamp page range
- currentPage = Mathf.Clamp(currentPage, 0, arraySize / itemsPerPage);
-
- GUI.enabled = true;
- }
-
-
- ///
- ///
- ///
- ///
- ///
- bool AddNewGlyph(int srcIndex, int dstGlyphID)
- {
- // Make sure Destination Glyph ID doesn't already contain a Glyph
- if (m_fontAsset.glyphLookupTable.ContainsKey((uint)dstGlyphID))
- return false;
-
- // Add new element to glyph list.
- m_GlyphTable_prop.arraySize += 1;
-
- // Get a reference to the source glyph.
- SerializedProperty sourceGlyph = m_GlyphTable_prop.GetArrayElementAtIndex(srcIndex);
-
- int dstIndex = m_GlyphTable_prop.arraySize - 1;
-
- // Get a reference to the target / destination glyph.
- SerializedProperty targetGlyph = m_GlyphTable_prop.GetArrayElementAtIndex(dstIndex);
-
- CopyGlyphSerializedProperty(sourceGlyph, ref targetGlyph);
-
- // Update the ID of the glyph
- targetGlyph.FindPropertyRelative("m_Index").intValue = dstGlyphID;
-
- serializedObject.ApplyModifiedProperties();
-
- m_fontAsset.SortGlyphTable();
-
- m_fontAsset.ReadFontAssetDefinition();
-
- return true;
- }
-
- ///
- ///
- ///
- ///
- void RemoveGlyphFromList(int index)
- {
- if (index > m_GlyphTable_prop.arraySize)
- return;
-
- int targetGlyphIndex = m_GlyphTable_prop.GetArrayElementAtIndex(index).FindPropertyRelative("m_Index").intValue;
-
- m_GlyphTable_prop.DeleteArrayElementAtIndex(index);
-
- // Remove all characters referencing this glyph.
- for (int i = 0; i < m_CharacterTable_prop.arraySize; i++)
- {
- int glyphIndex = m_CharacterTable_prop.GetArrayElementAtIndex(i).FindPropertyRelative("m_GlyphIndex").intValue;
-
- if (glyphIndex == targetGlyphIndex)
- {
- // Remove character
- m_CharacterTable_prop.DeleteArrayElementAtIndex(i);
- }
- }
-
- serializedObject.ApplyModifiedProperties();
-
- m_fontAsset.ReadFontAssetDefinition();
- }
-
- bool AddNewCharacter(int srcIndex, int dstGlyphID)
- {
- // Make sure Destination Glyph ID doesn't already contain a Glyph
- if (m_fontAsset.characterLookupTable.ContainsKey((uint)dstGlyphID))
- return false;
-
- // Add new element to glyph list.
- m_CharacterTable_prop.arraySize += 1;
-
- // Get a reference to the source glyph.
- SerializedProperty sourceCharacter = m_CharacterTable_prop.GetArrayElementAtIndex(srcIndex);
-
- int dstIndex = m_CharacterTable_prop.arraySize - 1;
-
- // Get a reference to the target / destination glyph.
- SerializedProperty targetCharacter = m_CharacterTable_prop.GetArrayElementAtIndex(dstIndex);
-
- CopyCharacterSerializedProperty(sourceCharacter, ref targetCharacter);
-
- // Update the ID of the glyph
- targetCharacter.FindPropertyRelative("m_Unicode").intValue = dstGlyphID;
-
- serializedObject.ApplyModifiedProperties();
-
- m_fontAsset.SortCharacterTable();
-
- m_fontAsset.ReadFontAssetDefinition();
-
- return true;
- }
-
- void RemoveCharacterFromList(int index)
- {
- if (index > m_CharacterTable_prop.arraySize)
- return;
-
- m_CharacterTable_prop.DeleteArrayElementAtIndex(index);
-
- serializedObject.ApplyModifiedProperties();
-
- m_fontAsset.ReadFontAssetDefinition();
- }
-
-
- // Check if any of the Style elements were clicked on.
- private bool DoSelectionCheck(Rect selectionArea)
- {
- Event currentEvent = Event.current;
-
- switch (currentEvent.type)
- {
- case EventType.MouseDown:
- if (selectionArea.Contains(currentEvent.mousePosition) && currentEvent.button == 0)
- {
- currentEvent.Use();
- return true;
- }
-
- break;
- }
-
- return false;
- }
-
- TMP_GlyphValueRecord GetValueRecord(SerializedProperty property)
- {
- TMP_GlyphValueRecord record = new TMP_GlyphValueRecord();
- record.xPlacement = property.FindPropertyRelative("m_XPlacement").floatValue;
- record.yPlacement = property.FindPropertyRelative("m_YPlacement").floatValue;
- record.xAdvance = property.FindPropertyRelative("m_XAdvance").floatValue;
- record.yAdvance = property.FindPropertyRelative("m_YAdvance").floatValue;
-
- return record;
- }
-
- void RemoveAdjustmentPairFromList(int index)
- {
- if (index > m_GlyphPairAdjustmentRecords_prop.arraySize)
- return;
-
- m_GlyphPairAdjustmentRecords_prop.DeleteArrayElementAtIndex(index);
-
- serializedObject.ApplyModifiedProperties();
-
- m_fontAsset.ReadFontAssetDefinition();
- }
-
- ///
- ///
- ///
- ///
- ///
- void CopyGlyphSerializedProperty(SerializedProperty srcGlyph, ref SerializedProperty dstGlyph)
- {
- // TODO : Should make a generic function which copies each of the properties.
- dstGlyph.FindPropertyRelative("m_Index").intValue = srcGlyph.FindPropertyRelative("m_Index").intValue;
-
- // Glyph -> GlyphMetrics
- SerializedProperty srcGlyphMetrics = srcGlyph.FindPropertyRelative("m_Metrics");
- SerializedProperty dstGlyphMetrics = dstGlyph.FindPropertyRelative("m_Metrics");
-
- dstGlyphMetrics.FindPropertyRelative("m_Width").floatValue = srcGlyphMetrics.FindPropertyRelative("m_Width").floatValue;
- dstGlyphMetrics.FindPropertyRelative("m_Height").floatValue = srcGlyphMetrics.FindPropertyRelative("m_Height").floatValue;
- dstGlyphMetrics.FindPropertyRelative("m_HorizontalBearingX").floatValue = srcGlyphMetrics.FindPropertyRelative("m_HorizontalBearingX").floatValue;
- dstGlyphMetrics.FindPropertyRelative("m_HorizontalBearingY").floatValue = srcGlyphMetrics.FindPropertyRelative("m_HorizontalBearingY").floatValue;
- dstGlyphMetrics.FindPropertyRelative("m_HorizontalAdvance").floatValue = srcGlyphMetrics.FindPropertyRelative("m_HorizontalAdvance").floatValue;
-
- // Glyph -> GlyphRect
- SerializedProperty srcGlyphRect = srcGlyph.FindPropertyRelative("m_GlyphRect");
- SerializedProperty dstGlyphRect = dstGlyph.FindPropertyRelative("m_GlyphRect");
-
- dstGlyphRect.FindPropertyRelative("m_X").intValue = srcGlyphRect.FindPropertyRelative("m_X").intValue;
- dstGlyphRect.FindPropertyRelative("m_Y").intValue = srcGlyphRect.FindPropertyRelative("m_Y").intValue;
- dstGlyphRect.FindPropertyRelative("m_Width").intValue = srcGlyphRect.FindPropertyRelative("m_Width").intValue;
- dstGlyphRect.FindPropertyRelative("m_Height").intValue = srcGlyphRect.FindPropertyRelative("m_Height").intValue;
-
- dstGlyph.FindPropertyRelative("m_Scale").floatValue = srcGlyph.FindPropertyRelative("m_Scale").floatValue;
- dstGlyph.FindPropertyRelative("m_AtlasIndex").intValue = srcGlyph.FindPropertyRelative("m_AtlasIndex").intValue;
- }
-
-
- void CopyCharacterSerializedProperty(SerializedProperty source, ref SerializedProperty target)
- {
- // TODO : Should make a generic function which copies each of the properties.
- int unicode = source.FindPropertyRelative("m_Unicode").intValue;
- target.FindPropertyRelative("m_Unicode").intValue = unicode;
-
- int srcGlyphIndex = source.FindPropertyRelative("m_GlyphIndex").intValue;
- target.FindPropertyRelative("m_GlyphIndex").intValue = srcGlyphIndex;
-
- target.FindPropertyRelative("m_Scale").floatValue = source.FindPropertyRelative("m_Scale").floatValue;
- }
-
-
- ///
- ///
- ///
- ///
- ///
- void SearchGlyphTable (string searchPattern, ref List searchResults)
- {
- if (searchResults == null) searchResults = new List();
-
- searchResults.Clear();
-
- int arraySize = m_GlyphTable_prop.arraySize;
-
- for (int i = 0; i < arraySize; i++)
- {
- SerializedProperty sourceGlyph = m_GlyphTable_prop.GetArrayElementAtIndex(i);
-
- int id = sourceGlyph.FindPropertyRelative("m_Index").intValue;
-
- // Check for potential match against a character.
- //if (searchPattern.Length == 1 && id == searchPattern[0])
- // searchResults.Add(i);
-
- // Check for potential match against decimal id
- if (id.ToString().Contains(searchPattern))
- searchResults.Add(i);
-
- //if (id.ToString("x").Contains(searchPattern))
- // searchResults.Add(i);
-
- //if (id.ToString("X").Contains(searchPattern))
- // searchResults.Add(i);
- }
- }
-
-
- void SearchCharacterTable(string searchPattern, ref List searchResults)
- {
- if (searchResults == null) searchResults = new List();
-
- searchResults.Clear();
-
- int arraySize = m_CharacterTable_prop.arraySize;
-
- for (int i = 0; i < arraySize; i++)
- {
- SerializedProperty sourceCharacter = m_CharacterTable_prop.GetArrayElementAtIndex(i);
-
- int id = sourceCharacter.FindPropertyRelative("m_Unicode").intValue;
-
- // Check for potential match against a character.
- if (searchPattern.Length == 1 && id == searchPattern[0])
- searchResults.Add(i);
- else if (id.ToString("x").Contains(searchPattern))
- searchResults.Add(i);
- else if (id.ToString("X").Contains(searchPattern))
- searchResults.Add(i);
-
- // Check for potential match against decimal id
- //if (id.ToString().Contains(searchPattern))
- // searchResults.Add(i);
- }
- }
-
-
- void SearchKerningTable(string searchPattern, ref List searchResults)
- {
- if (searchResults == null) searchResults = new List();
-
- searchResults.Clear();
-
- // Lookup glyph index of potential characters contained in the search pattern.
- uint firstGlyphIndex = 0;
- TMP_Character firstCharacterSearch;
-
- if (searchPattern.Length > 0 && m_fontAsset.characterLookupTable.TryGetValue(searchPattern[0], out firstCharacterSearch))
- firstGlyphIndex = firstCharacterSearch.glyphIndex;
-
- uint secondGlyphIndex = 0;
- TMP_Character secondCharacterSearch;
-
- if (searchPattern.Length > 1 && m_fontAsset.characterLookupTable.TryGetValue(searchPattern[1], out secondCharacterSearch))
- secondGlyphIndex = secondCharacterSearch.glyphIndex;
-
- int arraySize = m_GlyphPairAdjustmentRecords_prop.arraySize;
-
- for (int i = 0; i < arraySize; i++)
- {
- SerializedProperty record = m_GlyphPairAdjustmentRecords_prop.GetArrayElementAtIndex(i);
-
- SerializedProperty firstAdjustmentRecord = record.FindPropertyRelative("m_FirstAdjustmentRecord");
- SerializedProperty secondAdjustmentRecord = record.FindPropertyRelative("m_SecondAdjustmentRecord");
-
- int firstGlyph = firstAdjustmentRecord.FindPropertyRelative("m_GlyphIndex").intValue;
- int secondGlyph = secondAdjustmentRecord.FindPropertyRelative("m_GlyphIndex").intValue;
-
- if (firstGlyphIndex == firstGlyph && secondGlyphIndex == secondGlyph)
- searchResults.Add(i);
- else if (searchPattern.Length == 1 && (firstGlyphIndex == firstGlyph || firstGlyphIndex == secondGlyph))
- searchResults.Add(i);
- else if (firstGlyph.ToString().Contains(searchPattern))
- searchResults.Add(i);
- else if (secondGlyph.ToString().Contains(searchPattern))
- searchResults.Add(i);
- }
- }
- }
-}
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_FontAssetEditor.cs.meta b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_FontAssetEditor.cs.meta
deleted file mode 100644
index 9b26bae5..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_FontAssetEditor.cs.meta
+++ /dev/null
@@ -1,10 +0,0 @@
-fileFormatVersion: 2
-guid: 96b44f7d98314b139324a8a87eb66067
-MonoImporter:
- serializedVersion: 2
- defaultReferences: []
- executionOrder: 0
- icon: {instanceID: 0}
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_FontAsset_CreationMenu.cs b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_FontAsset_CreationMenu.cs
deleted file mode 100644
index 344965cc..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_FontAsset_CreationMenu.cs
+++ /dev/null
@@ -1,235 +0,0 @@
-using UnityEngine;
-using UnityEditor;
-using System.Linq;
-using System.IO;
-using System.Collections;
-using System.Collections.Generic;
-using UnityEngine.TextCore;
-using UnityEngine.TextCore.LowLevel;
-using TMPro;
-
-
-namespace TMPro
-{
- public static class TMP_FontAsset_CreationMenu
- {
- [MenuItem("Assets/Create/TextMeshPro/Font Asset Variant", false, 105)]
- public static void CreateFontAssetVariant()
- {
- Object target = Selection.activeObject;
-
- // Make sure the selection is a font file
- if (target == null || target.GetType() != typeof(TMP_FontAsset))
- {
- Debug.LogWarning("A Font file must first be selected in order to create a Font Asset.");
- return;
- }
-
- TMP_FontAsset sourceFontAsset = (TMP_FontAsset)target;
-
- string sourceFontFilePath = AssetDatabase.GetAssetPath(target);
-
- string folderPath = Path.GetDirectoryName(sourceFontFilePath);
- string assetName = Path.GetFileNameWithoutExtension(sourceFontFilePath);
-
- string newAssetFilePathWithName = AssetDatabase.GenerateUniqueAssetPath(folderPath + "/" + assetName + " - Variant.asset");
-
- // Set Texture and Material reference to the source font asset.
- TMP_FontAsset fontAsset = ScriptableObject.Instantiate(sourceFontAsset);
- AssetDatabase.CreateAsset(fontAsset, newAssetFilePathWithName);
-
- fontAsset.atlasPopulationMode = AtlasPopulationMode.Static;
-
- // Initialize array for the font atlas textures.
- fontAsset.atlasTextures = sourceFontAsset.atlasTextures;
- fontAsset.material = sourceFontAsset.material;
-
- // Not sure if this is still necessary in newer versions of Unity.
- EditorUtility.SetDirty(fontAsset);
-
- AssetDatabase.SaveAssets();
- }
-
-
- /*
- [MenuItem("Assets/Create/TextMeshPro/Font Asset Fallback", false, 105)]
- public static void CreateFallbackFontAsset()
- {
- Object target = Selection.activeObject;
-
- // Make sure the selection is a font file
- if (target == null || target.GetType() != typeof(TMP_FontAsset))
- {
- Debug.LogWarning("A Font file must first be selected in order to create a Font Asset.");
- return;
- }
-
- TMP_FontAsset sourceFontAsset = (TMP_FontAsset)target;
-
- string sourceFontFilePath = AssetDatabase.GetAssetPath(target);
-
- string folderPath = Path.GetDirectoryName(sourceFontFilePath);
- string assetName = Path.GetFileNameWithoutExtension(sourceFontFilePath);
-
- string newAssetFilePathWithName = AssetDatabase.GenerateUniqueAssetPath(folderPath + "/" + assetName + " - Fallback.asset");
-
- //// Create new TM Font Asset.
- TMP_FontAsset fontAsset = ScriptableObject.CreateInstance();
- AssetDatabase.CreateAsset(fontAsset, newAssetFilePathWithName);
-
- fontAsset.version = "1.1.0";
-
- fontAsset.faceInfo = sourceFontAsset.faceInfo;
-
- fontAsset.m_SourceFontFileGUID = sourceFontAsset.m_SourceFontFileGUID;
- fontAsset.m_SourceFontFile_EditorRef = sourceFontAsset.m_SourceFontFile_EditorRef;
- fontAsset.atlasPopulationMode = TMP_FontAsset.AtlasPopulationMode.Dynamic;
-
- int atlasWidth = fontAsset.atlasWidth = sourceFontAsset.atlasWidth;
- int atlasHeight = fontAsset.atlasHeight = sourceFontAsset.atlasHeight;
- int atlasPadding = fontAsset.atlasPadding = sourceFontAsset.atlasPadding;
- fontAsset.atlasRenderMode = sourceFontAsset.atlasRenderMode;
-
- // Initialize array for the font atlas textures.
- fontAsset.atlasTextures = new Texture2D[1];
-
- // Create and add font atlas texture
- Texture2D texture = new Texture2D(atlasWidth, atlasHeight, TextureFormat.Alpha8, false);
- Color32[] colors = new Color32[atlasWidth * atlasHeight];
- texture.SetPixels32(colors);
-
- texture.name = assetName + " Atlas";
- fontAsset.atlasTextures[0] = texture;
- AssetDatabase.AddObjectToAsset(texture, fontAsset);
-
- // Add free rectangle of the size of the texture.
- int packingModifier = ((GlyphRasterModes)fontAsset.atlasRenderMode & GlyphRasterModes.RASTER_MODE_BITMAP) == GlyphRasterModes.RASTER_MODE_BITMAP ? 0 : 1;
- fontAsset.m_FreeGlyphRects = new List() { new GlyphRect(0, 0, atlasWidth - packingModifier, atlasHeight - packingModifier) };
- fontAsset.m_UsedGlyphRects = new List();
-
- // Create new Material and Add it as Sub-Asset
- Material tmp_material = new Material(sourceFontAsset.material);
-
- tmp_material.name = texture.name + " Material";
- tmp_material.SetTexture(ShaderUtilities.ID_MainTex, texture);
- tmp_material.SetFloat(ShaderUtilities.ID_TextureWidth, atlasWidth);
- tmp_material.SetFloat(ShaderUtilities.ID_TextureHeight, atlasHeight);
-
- tmp_material.SetFloat(ShaderUtilities.ID_GradientScale, atlasPadding + packingModifier);
-
- tmp_material.SetFloat(ShaderUtilities.ID_WeightNormal, fontAsset.normalStyle);
- tmp_material.SetFloat(ShaderUtilities.ID_WeightBold, fontAsset.boldStyle);
-
- fontAsset.material = tmp_material;
-
- AssetDatabase.AddObjectToAsset(tmp_material, fontAsset);
-
- // Add Font Asset Creation Settings
- // TODO
-
- // Not sure if this is still necessary in newer versions of Unity.
- EditorUtility.SetDirty(fontAsset);
-
- AssetDatabase.SaveAssets();
- }
- */
-
- //[MenuItem("Assets/Create/TextMeshPro/Font Asset #%F12", true)]
- //public static bool CreateFontAssetMenuValidation()
- //{
- // return false;
- //}
-
- [MenuItem("Assets/Create/TextMeshPro/Font Asset #%F12", false, 100)]
- public static void CreateFontAsset()
- {
- Object target = Selection.activeObject;
-
- // Make sure the selection is a font file
- if (target == null || target.GetType() != typeof(Font))
- {
- Debug.LogWarning("A Font file must first be selected in order to create a Font Asset.");
- return;
- }
-
- Font sourceFont = (Font)target;
-
- string sourceFontFilePath = AssetDatabase.GetAssetPath(target);
-
- string folderPath = Path.GetDirectoryName(sourceFontFilePath);
- string assetName = Path.GetFileNameWithoutExtension(sourceFontFilePath);
-
- string newAssetFilePathWithName = AssetDatabase.GenerateUniqueAssetPath(folderPath + "/" + assetName + " SDF.asset");
-
- // Initialize FontEngine
- FontEngine.InitializeFontEngine();
-
- // Load Font Face
- if (FontEngine.LoadFontFace(sourceFont, 90) != FontEngineError.Success)
- {
- Debug.LogWarning("Unable to load font face for [" + sourceFont.name + "]. Make sure \"Include Font Data\" is enabled in the Font Import Settings.", sourceFont);
- return;
- }
-
- // Create new Font Asset
- TMP_FontAsset fontAsset = ScriptableObject.CreateInstance();
- AssetDatabase.CreateAsset(fontAsset, newAssetFilePathWithName);
-
- fontAsset.version = "1.1.0";
-
- fontAsset.faceInfo = FontEngine.GetFaceInfo();
-
- // Set font reference and GUID
- fontAsset.m_SourceFontFileGUID = AssetDatabase.AssetPathToGUID(sourceFontFilePath);
- fontAsset.m_SourceFontFile_EditorRef = sourceFont;
- fontAsset.atlasPopulationMode = AtlasPopulationMode.Dynamic;
-
- // Default atlas resolution is 1024 x 1024.
- int atlasWidth = fontAsset.atlasWidth = 1024;
- int atlasHeight = fontAsset.atlasHeight = 1024;
- int atlasPadding = fontAsset.atlasPadding = 9;
- fontAsset.atlasRenderMode = GlyphRenderMode.SDFAA;
-
- // Initialize array for the font atlas textures.
- fontAsset.atlasTextures = new Texture2D[1];
-
- // Create atlas texture of size zero.
- Texture2D texture = new Texture2D(0, 0, TextureFormat.Alpha8, false);
-
- texture.name = assetName + " Atlas";
- fontAsset.atlasTextures[0] = texture;
- AssetDatabase.AddObjectToAsset(texture, fontAsset);
-
- // Add free rectangle of the size of the texture.
- int packingModifier = ((GlyphRasterModes)fontAsset.atlasRenderMode & GlyphRasterModes.RASTER_MODE_BITMAP) == GlyphRasterModes.RASTER_MODE_BITMAP ? 0 : 1;
- fontAsset.freeGlyphRects = new List() { new GlyphRect(0, 0, atlasWidth - packingModifier, atlasHeight - packingModifier) };
- fontAsset.usedGlyphRects = new List();
-
- // Create new Material and Add it as Sub-Asset
- Shader default_Shader = Shader.Find("TextMeshPro/Distance Field");
- Material tmp_material = new Material(default_Shader);
-
- tmp_material.name = texture.name + " Material";
- tmp_material.SetTexture(ShaderUtilities.ID_MainTex, texture);
- tmp_material.SetFloat(ShaderUtilities.ID_TextureWidth, atlasWidth);
- tmp_material.SetFloat(ShaderUtilities.ID_TextureHeight, atlasHeight);
-
- tmp_material.SetFloat(ShaderUtilities.ID_GradientScale, atlasPadding + packingModifier);
-
- tmp_material.SetFloat(ShaderUtilities.ID_WeightNormal, fontAsset.normalStyle);
- tmp_material.SetFloat(ShaderUtilities.ID_WeightBold, fontAsset.boldStyle);
-
- fontAsset.material = tmp_material;
-
- AssetDatabase.AddObjectToAsset(tmp_material, fontAsset);
-
- // Add Font Asset Creation Settings
- fontAsset.creationSettings = new FontAssetCreationSettings(fontAsset.m_SourceFontFileGUID, fontAsset.faceInfo.pointSize, 0, atlasPadding, 0, 1024, 1024, 7, string.Empty, (int)GlyphRenderMode.SDFAA);
-
- // Not sure if this is still necessary in newer versions of Unity.
- EditorUtility.SetDirty(fontAsset);
-
- AssetDatabase.SaveAssets();
- }
- }
-}
\ No newline at end of file
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_FontAsset_CreationMenu.cs.meta b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_FontAsset_CreationMenu.cs.meta
deleted file mode 100644
index 57a3fcea..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_FontAsset_CreationMenu.cs.meta
+++ /dev/null
@@ -1,11 +0,0 @@
-fileFormatVersion: 2
-guid: 7496af95dfe67cf429ac65edaaf99106
-MonoImporter:
- externalObjects: {}
- serializedVersion: 2
- defaultReferences: []
- executionOrder: 0
- icon: {instanceID: 0}
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_GlyphPairAdjustmentRecordPropertyDrawer.cs b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_GlyphPairAdjustmentRecordPropertyDrawer.cs
deleted file mode 100644
index 69ac6f89..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_GlyphPairAdjustmentRecordPropertyDrawer.cs
+++ /dev/null
@@ -1,391 +0,0 @@
-using UnityEngine;
-using UnityEngine.TextCore;
-using UnityEngine.TextCore.LowLevel;
-using UnityEditor;
-using System.Collections;
-using System.Text.RegularExpressions;
-
-
-namespace TMPro.EditorUtilities
-{
-
- [CustomPropertyDrawer(typeof(TMP_GlyphPairAdjustmentRecord))]
- public class TMP_GlyphPairAdjustmentRecordPropertyDrawer : PropertyDrawer
- {
- private bool isEditingEnabled = false;
- private bool isSelectable = false;
-
- private string m_FirstCharacter = string.Empty;
- private string m_SecondCharacter = string.Empty;
- private string m_PreviousInput;
-
- static GUIContent s_CharacterTextFieldLabel = new GUIContent("Char:", "Enter the character or its UTF16 or UTF32 Unicode character escape sequence. For UTF16 use \"\\uFF00\" and for UTF32 use \"\\UFF00FF00\" representation.");
-
- public override void OnGUI(Rect position, SerializedProperty property, GUIContent label)
- {
- SerializedProperty prop_FirstAdjustmentRecord = property.FindPropertyRelative("m_FirstAdjustmentRecord");
- SerializedProperty prop_SecondAdjustmentRecord = property.FindPropertyRelative("m_SecondAdjustmentRecord");
-
- SerializedProperty prop_FirstGlyphIndex = prop_FirstAdjustmentRecord.FindPropertyRelative("m_GlyphIndex");
- SerializedProperty prop_FirstGlyphValueRecord = prop_FirstAdjustmentRecord.FindPropertyRelative("m_GlyphValueRecord");
-
- SerializedProperty prop_SecondGlyphIndex = prop_SecondAdjustmentRecord.FindPropertyRelative("m_GlyphIndex");
- SerializedProperty prop_SecondGlyphValueRecord = prop_SecondAdjustmentRecord.FindPropertyRelative("m_GlyphValueRecord");
-
- SerializedProperty prop_FontFeatureLookupFlags = property.FindPropertyRelative("m_FeatureLookupFlags");
-
- position.yMin += 2;
-
- float width = position.width / 2;
- float padding = 5.0f;
-
- Rect rect;
-
- isEditingEnabled = GUI.enabled;
- isSelectable = label.text == "Selectable" ? true : false;
-
- if (isSelectable)
- GUILayoutUtility.GetRect(position.width, 75);
- else
- GUILayoutUtility.GetRect(position.width, 55);
-
- GUIStyle style = new GUIStyle(EditorStyles.label);
- style.richText = true;
-
- // First Glyph
- GUI.enabled = isEditingEnabled;
- if (isSelectable)
- {
- rect = new Rect(position.x + 70, position.y, position.width, 49);
-
- float labelWidth = GUI.skin.label.CalcSize(new GUIContent("ID: " + prop_FirstGlyphIndex.intValue)).x;
- EditorGUI.LabelField(new Rect(position.x + (64 - labelWidth) / 2, position.y + 60, 64f, 18f), new GUIContent("ID: " + prop_FirstGlyphIndex.intValue + ""), style);
-
- GUI.enabled = isEditingEnabled;
- EditorGUIUtility.labelWidth = 30f;
-
- rect = new Rect(position.x + 70, position.y + 10, (width - 70) - padding, 18);
- EditorGUI.PropertyField(rect, prop_FirstGlyphValueRecord.FindPropertyRelative("m_XPlacement"), new GUIContent("OX:"));
-
- rect.y += 20;
- EditorGUI.PropertyField(rect, prop_FirstGlyphValueRecord.FindPropertyRelative("m_YPlacement"), new GUIContent("OY:"));
-
- rect.y += 20;
- EditorGUI.PropertyField(rect, prop_FirstGlyphValueRecord.FindPropertyRelative("m_XAdvance"), new GUIContent("AX:"));
-
- //rect.y += 20;
- //EditorGUI.PropertyField(rect, prop_FirstGlyphValueRecord.FindPropertyRelative("m_YAdvance"), new GUIContent("AY:"));
-
- DrawGlyph((uint)prop_FirstGlyphIndex.intValue, new Rect(position.x, position.y, position.width, position.height), property);
- }
- else
- {
- rect = new Rect(position.x, position.y, width / 2 * 0.8f - padding, 18);
- EditorGUIUtility.labelWidth = 40f;
-
- // First Character Lookup
- GUI.SetNextControlName("FirstCharacterField");
- EditorGUI.BeginChangeCheck();
- string firstCharacter = EditorGUI.TextField(rect, s_CharacterTextFieldLabel, m_FirstCharacter);
-
- if (GUI.GetNameOfFocusedControl() == "FirstCharacterField")
- {
- if (ValidateInput(firstCharacter))
- {
- //Debug.Log("1st Unicode value: [" + firstCharacter + "]");
-
- uint unicode = GetUnicodeCharacter(firstCharacter);
-
- // Lookup glyph index
- TMP_SerializedPropertyHolder propertyHolder = property.serializedObject.targetObject as TMP_SerializedPropertyHolder;
- TMP_FontAsset fontAsset = propertyHolder.fontAsset;
- if (fontAsset != null)
- {
- prop_FirstGlyphIndex.intValue = (int)fontAsset.GetGlyphIndex(unicode);
- propertyHolder.firstCharacter = unicode;
- }
- }
- }
-
- if (EditorGUI.EndChangeCheck())
- m_FirstCharacter = firstCharacter;
-
- // First Glyph Index
- rect.x += width / 2 * 0.8f;
-
- EditorGUIUtility.labelWidth = 25f;
- EditorGUI.BeginChangeCheck();
- EditorGUI.PropertyField(rect, prop_FirstGlyphIndex, new GUIContent("ID:"));
- if (EditorGUI.EndChangeCheck())
- {
-
- }
-
- GUI.enabled = isEditingEnabled;
- EditorGUIUtility.labelWidth = 25f;
-
- rect = new Rect(position.x, position.y + 20, width * 0.5f - padding, 18);
- EditorGUI.PropertyField(rect, prop_FirstGlyphValueRecord.FindPropertyRelative("m_XPlacement"), new GUIContent("OX"));
-
- rect.x += width * 0.5f;
- EditorGUI.PropertyField(rect, prop_FirstGlyphValueRecord.FindPropertyRelative("m_YPlacement"), new GUIContent("OY"));
-
- rect.x = position.x;
- rect.y += 20;
- EditorGUI.PropertyField(rect, prop_FirstGlyphValueRecord.FindPropertyRelative("m_XAdvance"), new GUIContent("AX"));
-
- //rect.x += width * 0.5f;
- //EditorGUI.PropertyField(rect, prop_FirstGlyphAdjustment.FindPropertyRelative("m_YAdvance"), new GUIContent("AY"));
-
- }
-
-
- // Second Glyph
- GUI.enabled = isEditingEnabled;
- if (isSelectable)
- {
- float labelWidth = GUI.skin.label.CalcSize(new GUIContent("ID: " + prop_SecondGlyphIndex.intValue)).x;
- EditorGUI.LabelField(new Rect(position.width / 2 + 20 + (64 - labelWidth) / 2, position.y + 60, 64f, 18f), new GUIContent("ID: " + prop_SecondGlyphIndex.intValue + ""), style);
-
- GUI.enabled = isEditingEnabled;
- EditorGUIUtility.labelWidth = 30f;
-
- rect = new Rect(position.width / 2 + 20 + 70, position.y + 10, (width - 70) - padding, 18);
- EditorGUI.PropertyField(rect, prop_SecondGlyphValueRecord.FindPropertyRelative("m_XPlacement"), new GUIContent("OX:"));
-
- rect.y += 20;
- EditorGUI.PropertyField(rect, prop_SecondGlyphValueRecord.FindPropertyRelative("m_YPlacement"), new GUIContent("OY:"));
-
- rect.y += 20;
- EditorGUI.PropertyField(rect, prop_SecondGlyphValueRecord.FindPropertyRelative("m_XAdvance"), new GUIContent("AX:"));
-
- //rect.y += 20;
- //EditorGUI.PropertyField(rect, prop_SecondGlyphAdjustment.FindPropertyRelative("m_YAdvance"), new GUIContent("AY"));
-
- DrawGlyph((uint)prop_SecondGlyphIndex.intValue, new Rect(position.width / 2 + 20, position.y, position.width, position.height), property);
- }
- else
- {
- rect = new Rect(position.width / 2 + 20, position.y, width / 2 * 0.8f - padding, 18);
- EditorGUIUtility.labelWidth = 40f;
-
- // Second Character Lookup
- GUI.SetNextControlName("SecondCharacterField");
- EditorGUI.BeginChangeCheck();
- string secondCharacter = EditorGUI.TextField(rect, s_CharacterTextFieldLabel, m_SecondCharacter);
-
- if (GUI.GetNameOfFocusedControl() == "SecondCharacterField")
- {
- if (ValidateInput(secondCharacter))
- {
- //Debug.Log("2nd Unicode value: [" + secondCharacter + "]");
-
- uint unicode = GetUnicodeCharacter(secondCharacter);
-
- // Lookup glyph index
- TMP_SerializedPropertyHolder propertyHolder = property.serializedObject.targetObject as TMP_SerializedPropertyHolder;
- TMP_FontAsset fontAsset = propertyHolder.fontAsset;
- if (fontAsset != null)
- {
- prop_SecondGlyphIndex.intValue = (int)fontAsset.GetGlyphIndex(unicode);
- propertyHolder.secondCharacter = unicode;
- }
- }
- }
-
- if (EditorGUI.EndChangeCheck())
- m_SecondCharacter = secondCharacter;
-
- // Second Glyph Index
- rect.x += width / 2 * 0.8f;
-
- EditorGUIUtility.labelWidth = 25f;
- EditorGUI.BeginChangeCheck();
- EditorGUI.PropertyField(rect, prop_SecondGlyphIndex, new GUIContent("ID:"));
- if (EditorGUI.EndChangeCheck())
- {
-
- }
-
- GUI.enabled = isEditingEnabled;
- EditorGUIUtility.labelWidth = 25f;
-
- rect = new Rect(position.width / 2 + 20, position.y + 20, width * 0.5f - padding, 18);
- EditorGUI.PropertyField(rect, prop_SecondGlyphValueRecord.FindPropertyRelative("m_XPlacement"), new GUIContent("OX"));
-
- rect.x += width * 0.5f;
- EditorGUI.PropertyField(rect, prop_SecondGlyphValueRecord.FindPropertyRelative("m_YPlacement"), new GUIContent("OY"));
-
- rect.x = position.width / 2 + 20;
- rect.y += 20;
- EditorGUI.PropertyField(rect, prop_SecondGlyphValueRecord.FindPropertyRelative("m_XAdvance"), new GUIContent("AX"));
-
- //rect.x += width * 0.5f;
- //EditorGUI.PropertyField(rect, prop_SecondGlyphAdjustment.FindPropertyRelative("m_YAdvance"), new GUIContent("AY"));
- }
-
- // Font Feature Lookup Flags
- if (isSelectable)
- {
- EditorGUIUtility.labelWidth = 55f;
-
- rect.x = position.width - 255;
- rect.y += 23;
- rect.width = 270; // width - 70 - padding;
-
- FontFeatureLookupFlags flags = (FontFeatureLookupFlags)prop_FontFeatureLookupFlags.intValue;
-
- EditorGUI.BeginChangeCheck();
- flags = (FontFeatureLookupFlags)EditorGUI.EnumFlagsField(rect, new GUIContent("Options:"), flags);
- if (EditorGUI.EndChangeCheck())
- {
- prop_FontFeatureLookupFlags.intValue = (int)flags;
- }
- }
-
- }
-
- bool ValidateInput(string source)
- {
- int length = string.IsNullOrEmpty(source) ? 0 : source.Length;
-
- ////Filter out unwanted characters.
- Event evt = Event.current;
-
- char c = evt.character;
-
- if (c != '\0')
- {
- switch (length)
- {
- case 0:
- break;
- case 1:
- if (source != m_PreviousInput)
- return true;
-
- if ((source[0] == '\\' && (c == 'u' || c == 'U')) == false)
- evt.character = '\0';
-
- break;
- case 2:
- case 3:
- case 4:
- case 5:
- if ((c < '0' || c > '9') && (c < 'a' || c > 'f') && (c < 'A' || c > 'F'))
- evt.character = '\0';
- break;
- case 6:
- case 7:
- case 8:
- case 9:
- if (source[1] == 'u' || (c < '0' || c > '9') && (c < 'a' || c > 'f') && (c < 'A' || c > 'F'))
- evt.character = '\0';
-
- // Validate input
- if (length == 6 && source[1] == 'u' && source != m_PreviousInput)
- return true;
- break;
- case 10:
- if (source != m_PreviousInput)
- return true;
-
- evt.character = '\0';
- break;
- }
- }
-
- m_PreviousInput = source;
-
- return false;
- }
-
- uint GetUnicodeCharacter (string source)
- {
- uint unicode;
-
- if (source.Length == 1)
- unicode = source[0];
- else if (source.Length == 6)
- unicode = (uint)TMP_TextUtilities.StringHexToInt(source.Replace("\\u", ""));
- else
- unicode = (uint)TMP_TextUtilities.StringHexToInt(source.Replace("\\U", ""));
-
- return unicode;
- }
-
- void DrawGlyph(uint glyphIndex, Rect position, SerializedProperty property)
- {
- // Get a reference to the font asset
- TMP_FontAsset fontAsset = property.serializedObject.targetObject as TMP_FontAsset;
-
- if (fontAsset == null)
- return;
-
- Glyph glyph;
-
- // Check if glyph is present in the atlas texture.
- if (!fontAsset.glyphLookupTable.TryGetValue(glyphIndex, out glyph))
- return;
-
- // Get the atlas index of the glyph and lookup its atlas texture
- int atlasIndex = glyph.atlasIndex;
- Texture2D atlasTexture = fontAsset.atlasTextures.Length > atlasIndex ? fontAsset.atlasTextures[atlasIndex] : null;
-
- if (atlasTexture == null)
- return;
-
- Material mat;
- if (((GlyphRasterModes)fontAsset.atlasRenderMode & GlyphRasterModes.RASTER_MODE_BITMAP) == GlyphRasterModes.RASTER_MODE_BITMAP)
- {
- mat = TMP_FontAssetEditor.internalBitmapMaterial;
-
- if (mat == null)
- return;
-
- mat.mainTexture = atlasTexture;
- }
- else
- {
- mat = TMP_FontAssetEditor.internalSDFMaterial;
-
- if (mat == null)
- return;
-
- mat.mainTexture = atlasTexture;
- mat.SetFloat(ShaderUtilities.ID_GradientScale, fontAsset.atlasPadding + 1);
- }
-
- // Draw glyph from atlas texture.
- Rect glyphDrawPosition = new Rect(position.x, position.y + 2, 64, 60);
-
- GlyphRect glyphRect = glyph.glyphRect;
-
- int padding = fontAsset.atlasPadding;
-
- int glyphOriginX = glyphRect.x - padding;
- int glyphOriginY = glyphRect.y - padding;
- int glyphWidth = glyphRect.width + padding * 2;
- int glyphHeight = glyphRect.height + padding * 2;
-
- float normalizedHeight = fontAsset.faceInfo.ascentLine - fontAsset.faceInfo.descentLine;
- float scale = glyphDrawPosition.width / normalizedHeight;
-
- // Compute the normalized texture coordinates
- Rect texCoords = new Rect((float)glyphOriginX / atlasTexture.width, (float)glyphOriginY / atlasTexture.height, (float)glyphWidth / atlasTexture.width, (float)glyphHeight / atlasTexture.height);
-
- if (Event.current.type == EventType.Repaint)
- {
- glyphDrawPosition.x += (glyphDrawPosition.width - glyphWidth * scale) / 2;
- glyphDrawPosition.y += (glyphDrawPosition.height - glyphHeight * scale) / 2;
- glyphDrawPosition.width = glyphWidth * scale;
- glyphDrawPosition.height = glyphHeight * scale;
-
- // Could switch to using the default material of the font asset which would require passing scale to the shader.
- Graphics.DrawTexture(glyphDrawPosition, atlasTexture, texCoords, 0, 0, 0, 0, new Color(1f, 1f, 1f), mat);
- }
- }
-
-
- }
-}
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_GlyphPairAdjustmentRecordPropertyDrawer.cs.meta b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_GlyphPairAdjustmentRecordPropertyDrawer.cs.meta
deleted file mode 100644
index b95203f5..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_GlyphPairAdjustmentRecordPropertyDrawer.cs.meta
+++ /dev/null
@@ -1,11 +0,0 @@
-fileFormatVersion: 2
-guid: d256fa541faf5d4409992c631adb98a1
-MonoImporter:
- externalObjects: {}
- serializedVersion: 2
- defaultReferences: []
- executionOrder: 0
- icon: {instanceID: 0}
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_GlyphPropertyDrawer.cs b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_GlyphPropertyDrawer.cs
deleted file mode 100644
index d8d37004..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_GlyphPropertyDrawer.cs
+++ /dev/null
@@ -1,122 +0,0 @@
-using UnityEngine;
-using UnityEngine.TextCore;
-using UnityEngine.TextCore.LowLevel;
-using UnityEditor;
-using System.Collections;
-
-
-namespace TMPro.EditorUtilities
-{
-
- [CustomPropertyDrawer(typeof(Glyph))]
- public class TMP_GlyphPropertyDrawer : PropertyDrawer
- {
- private string k_ColorProperty = "_Color";
-
- public override void OnGUI(Rect position, SerializedProperty property, GUIContent label)
- {
- SerializedProperty prop_GlyphIndex = property.FindPropertyRelative("m_Index");
- SerializedProperty prop_GlyphMetrics = property.FindPropertyRelative("m_Metrics");
- SerializedProperty prop_GlyphRect = property.FindPropertyRelative("m_GlyphRect");
- SerializedProperty prop_Scale = property.FindPropertyRelative("m_Scale");
- SerializedProperty prop_AtlasIndex = property.FindPropertyRelative("m_AtlasIndex");
-
- GUIStyle style = new GUIStyle(EditorStyles.label);
- style.richText = true;
-
- Rect rect = new Rect(position.x + 70, position.y, position.width, 49);
-
- float labelWidth = GUI.skin.label.CalcSize(new GUIContent("ID: " + prop_GlyphIndex.intValue)).x;
- EditorGUI.LabelField(new Rect(position.x + (64 - labelWidth) / 2, position.y + 85, 64f, 18f), new GUIContent("ID: " + prop_GlyphIndex.intValue + ""), style);
- //EditorGUIUtility.labelWidth = 22f;
- //EditorGUI.DelayedIntField(new Rect(position.x + (64 - labelWidth) / 2, position.y + 89, 58f, 18f), prop_GlyphIndex, new GUIContent("ID:"));
-
- // We get Rect since a valid position may not be provided by the caller.
- EditorGUI.PropertyField(new Rect(rect.x, rect.y, position.width, 49), prop_GlyphRect);
-
- rect.y += 45;
- EditorGUI.PropertyField(rect, prop_GlyphMetrics);
-
- EditorGUIUtility.labelWidth = 40f;
- EditorGUI.PropertyField(new Rect(rect.x, rect.y + 65, 75, 18), prop_Scale, new GUIContent("Scale:")); // new GUIContent("Scale: " + prop_Scale.floatValue + ""), style);
-
- EditorGUIUtility.labelWidth = 74f;
- EditorGUI.PropertyField(new Rect(rect.x + 85, rect.y + 65, 95, 18), prop_AtlasIndex, new GUIContent("Atlas Index:")); // new GUIContent("Atlas Index: " + prop_AtlasIndex.intValue + ""), style);
-
- DrawGlyph(position, property);
- }
-
- public override float GetPropertyHeight(SerializedProperty property, GUIContent label)
- {
- return 130f;
- }
-
- void DrawGlyph(Rect position, SerializedProperty property)
- {
- // Get a reference to the sprite texture
- TMP_FontAsset fontAsset = property.serializedObject.targetObject as TMP_FontAsset;
-
- if (fontAsset == null)
- return;
-
- // Get reference to atlas texture.
- int atlasIndex = property.FindPropertyRelative("m_AtlasIndex").intValue;
- Texture2D atlasTexture = fontAsset.atlasTextures.Length > atlasIndex ? fontAsset.atlasTextures[atlasIndex] : null;
-
- if (atlasTexture == null)
- return;
-
- Material mat;
- if (((GlyphRasterModes)fontAsset.atlasRenderMode & GlyphRasterModes.RASTER_MODE_BITMAP) == GlyphRasterModes.RASTER_MODE_BITMAP)
- {
- mat = TMP_FontAssetEditor.internalBitmapMaterial;
-
- if (mat == null)
- return;
-
- mat.mainTexture = atlasTexture;
- mat.SetColor(k_ColorProperty, Color.white);
- }
- else
- {
- mat = TMP_FontAssetEditor.internalSDFMaterial;
-
- if (mat == null)
- return;
-
- mat.mainTexture = atlasTexture;
- mat.SetFloat(ShaderUtilities.ID_GradientScale, fontAsset.atlasPadding + 1);
- }
-
- // Draw glyph from atlas texture.
- Rect glyphDrawPosition = new Rect(position.x, position.y + 2, 64, 80);
-
- SerializedProperty glyphRectProperty = property.FindPropertyRelative("m_GlyphRect");
-
- int padding = fontAsset.atlasPadding;
-
- int glyphOriginX = glyphRectProperty.FindPropertyRelative("m_X").intValue - padding;
- int glyphOriginY = glyphRectProperty.FindPropertyRelative("m_Y").intValue - padding;
- int glyphWidth = glyphRectProperty.FindPropertyRelative("m_Width").intValue + padding * 2;
- int glyphHeight = glyphRectProperty.FindPropertyRelative("m_Height").intValue + padding * 2;
-
- float normalizedHeight = fontAsset.faceInfo.ascentLine - fontAsset.faceInfo.descentLine;
- float scale = glyphDrawPosition.width / normalizedHeight;
-
- // Compute the normalized texture coordinates
- Rect texCoords = new Rect((float)glyphOriginX / atlasTexture.width, (float)glyphOriginY / atlasTexture.height, (float)glyphWidth / atlasTexture.width, (float)glyphHeight / atlasTexture.height);
-
- if (Event.current.type == EventType.Repaint)
- {
- glyphDrawPosition.x += (glyphDrawPosition.width - glyphWidth * scale) / 2;
- glyphDrawPosition.y += (glyphDrawPosition.height - glyphHeight * scale) / 2;
- glyphDrawPosition.width = glyphWidth * scale;
- glyphDrawPosition.height = glyphHeight * scale;
-
- // Could switch to using the default material of the font asset which would require passing scale to the shader.
- Graphics.DrawTexture(glyphDrawPosition, atlasTexture, texCoords, 0, 0, 0, 0, new Color(1f, 1f, 1f), mat);
- }
- }
-
- }
-}
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_GlyphPropertyDrawer.cs.meta b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_GlyphPropertyDrawer.cs.meta
deleted file mode 100644
index ce08447f..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_GlyphPropertyDrawer.cs.meta
+++ /dev/null
@@ -1,11 +0,0 @@
-fileFormatVersion: 2
-guid: c4777500b5da6094e956c3d4f04de4db
-MonoImporter:
- externalObjects: {}
- serializedVersion: 2
- defaultReferences: []
- executionOrder: 0
- icon: {instanceID: 0}
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_InputFieldEditor.cs b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_InputFieldEditor.cs
deleted file mode 100644
index ec481d77..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_InputFieldEditor.cs
+++ /dev/null
@@ -1,283 +0,0 @@
-using UnityEngine;
-using UnityEngine.UI;
-using UnityEditor;
-using UnityEditor.UI;
-using UnityEditor.AnimatedValues;
-
-
-namespace TMPro.EditorUtilities
-{
- [CanEditMultipleObjects]
- [CustomEditor(typeof(TMP_InputField), true)]
- public class TMP_InputFieldEditor : SelectableEditor
- {
- private struct m_foldout
- { // Track Inspector foldout panel states, globally.
- public static bool textInput = true;
- public static bool fontSettings = true;
- public static bool extraSettings = true;
- //public static bool shadowSetting = false;
- //public static bool materialEditor = true;
- }
-
- SerializedProperty m_TextViewport;
- SerializedProperty m_TextComponent;
- SerializedProperty m_Text;
- SerializedProperty m_ContentType;
- SerializedProperty m_LineType;
- SerializedProperty m_LineLimit;
- SerializedProperty m_InputType;
- SerializedProperty m_CharacterValidation;
- SerializedProperty m_InputValidator;
- SerializedProperty m_RegexValue;
- SerializedProperty m_KeyboardType;
- SerializedProperty m_CharacterLimit;
- SerializedProperty m_CaretBlinkRate;
- SerializedProperty m_CaretWidth;
- SerializedProperty m_CaretColor;
- SerializedProperty m_CustomCaretColor;
- SerializedProperty m_SelectionColor;
- SerializedProperty m_HideMobileKeyboard;
- SerializedProperty m_HideMobileInput;
- SerializedProperty m_Placeholder;
- SerializedProperty m_VerticalScrollbar;
- SerializedProperty m_ScrollbarScrollSensitivity;
- SerializedProperty m_OnValueChanged;
- SerializedProperty m_OnEndEdit;
- SerializedProperty m_OnSelect;
- SerializedProperty m_OnDeselect;
- SerializedProperty m_ReadOnly;
- SerializedProperty m_RichText;
- SerializedProperty m_RichTextEditingAllowed;
- SerializedProperty m_ResetOnDeActivation;
- SerializedProperty m_RestoreOriginalTextOnEscape;
-
- SerializedProperty m_OnFocusSelectAll;
- SerializedProperty m_GlobalPointSize;
- SerializedProperty m_GlobalFontAsset;
-
- AnimBool m_CustomColor;
-
- //TMP_InputValidator m_ValidationScript;
-
- protected override void OnEnable()
- {
- base.OnEnable();
-
- m_TextViewport = serializedObject.FindProperty("m_TextViewport");
- m_TextComponent = serializedObject.FindProperty("m_TextComponent");
- m_Text = serializedObject.FindProperty("m_Text");
- m_ContentType = serializedObject.FindProperty("m_ContentType");
- m_LineType = serializedObject.FindProperty("m_LineType");
- m_LineLimit = serializedObject.FindProperty("m_LineLimit");
- m_InputType = serializedObject.FindProperty("m_InputType");
- m_CharacterValidation = serializedObject.FindProperty("m_CharacterValidation");
- m_InputValidator = serializedObject.FindProperty("m_InputValidator");
- m_RegexValue = serializedObject.FindProperty("m_RegexValue");
- m_KeyboardType = serializedObject.FindProperty("m_KeyboardType");
- m_CharacterLimit = serializedObject.FindProperty("m_CharacterLimit");
- m_CaretBlinkRate = serializedObject.FindProperty("m_CaretBlinkRate");
- m_CaretWidth = serializedObject.FindProperty("m_CaretWidth");
- m_CaretColor = serializedObject.FindProperty("m_CaretColor");
- m_CustomCaretColor = serializedObject.FindProperty("m_CustomCaretColor");
- m_SelectionColor = serializedObject.FindProperty("m_SelectionColor");
-
- m_HideMobileKeyboard = serializedObject.FindProperty("m_HideSoftKeyboard");
- m_HideMobileInput = serializedObject.FindProperty("m_HideMobileInput");
-
- m_Placeholder = serializedObject.FindProperty("m_Placeholder");
- m_VerticalScrollbar = serializedObject.FindProperty("m_VerticalScrollbar");
- m_ScrollbarScrollSensitivity = serializedObject.FindProperty("m_ScrollSensitivity");
-
- m_OnValueChanged = serializedObject.FindProperty("m_OnValueChanged");
- m_OnEndEdit = serializedObject.FindProperty("m_OnEndEdit");
- m_OnSelect = serializedObject.FindProperty("m_OnSelect");
- m_OnDeselect = serializedObject.FindProperty("m_OnDeselect");
- m_ReadOnly = serializedObject.FindProperty("m_ReadOnly");
- m_RichText = serializedObject.FindProperty("m_RichText");
- m_RichTextEditingAllowed = serializedObject.FindProperty("m_isRichTextEditingAllowed");
- m_ResetOnDeActivation = serializedObject.FindProperty("m_ResetOnDeActivation");
- m_RestoreOriginalTextOnEscape = serializedObject.FindProperty("m_RestoreOriginalTextOnEscape");
-
- m_OnFocusSelectAll = serializedObject.FindProperty("m_OnFocusSelectAll");
- m_GlobalPointSize = serializedObject.FindProperty("m_GlobalPointSize");
- m_GlobalFontAsset = serializedObject.FindProperty("m_GlobalFontAsset");
-
- m_CustomColor = new AnimBool(m_CustomCaretColor.boolValue);
- m_CustomColor.valueChanged.AddListener(Repaint);
- }
-
- protected override void OnDisable()
- {
- base.OnDisable();
- m_CustomColor.valueChanged.RemoveListener(Repaint);
- }
-
- public override void OnInspectorGUI()
- {
- serializedObject.Update();
-
- base.OnInspectorGUI();
-
- EditorGUILayout.Space();
-
- EditorGUILayout.PropertyField(m_TextViewport);
-
- EditorGUILayout.PropertyField(m_TextComponent);
-
- TextMeshProUGUI text = null;
- if (m_TextComponent != null && m_TextComponent.objectReferenceValue != null)
- {
- text = m_TextComponent.objectReferenceValue as TextMeshProUGUI;
- //if (text.supportRichText)
- //{
- // EditorGUILayout.HelpBox("Using Rich Text with input is unsupported.", MessageType.Warning);
- //}
- }
-
- EditorGUI.BeginDisabledGroup(m_TextComponent == null || m_TextComponent.objectReferenceValue == null);
-
- // TEXT INPUT BOX
- EditorGUILayout.PropertyField(m_Text);
-
- // INPUT FIELD SETTINGS
- #region INPUT FIELD SETTINGS
-
- m_foldout.fontSettings = EditorGUILayout.Foldout(m_foldout.fontSettings, "Input Field Settings", true, TMP_UIStyleManager.boldFoldout);
-
- if (m_foldout.fontSettings)
- {
- EditorGUI.indentLevel++;
- EditorGUI.BeginChangeCheck();
- EditorGUILayout.PropertyField(m_GlobalFontAsset, new GUIContent("Font Asset", "Set the Font Asset for both Placeholder and Input Field text object."));
- if (EditorGUI.EndChangeCheck())
- {
- TMP_InputField inputField = target as TMP_InputField;
- inputField.SetGlobalFontAsset(m_GlobalFontAsset.objectReferenceValue as TMP_FontAsset);
- }
-
-
- EditorGUI.BeginChangeCheck();
- EditorGUILayout.PropertyField(m_GlobalPointSize, new GUIContent("Point Size", "Set the point size of both Placeholder and Input Field text object."));
- if (EditorGUI.EndChangeCheck())
- {
- TMP_InputField inputField = target as TMP_InputField;
- inputField.SetGlobalPointSize(m_GlobalPointSize.floatValue);
- }
-
- EditorGUI.BeginChangeCheck();
- EditorGUILayout.PropertyField(m_CharacterLimit);
-
- EditorGUILayout.Space();
-
- EditorGUILayout.PropertyField(m_ContentType);
- if (!m_ContentType.hasMultipleDifferentValues)
- {
- EditorGUI.indentLevel++;
-
- if (m_ContentType.enumValueIndex == (int)TMP_InputField.ContentType.Standard ||
- m_ContentType.enumValueIndex == (int)TMP_InputField.ContentType.Autocorrected ||
- m_ContentType.enumValueIndex == (int)TMP_InputField.ContentType.Custom)
- {
- EditorGUI.BeginChangeCheck();
- EditorGUILayout.PropertyField(m_LineType);
- if (EditorGUI.EndChangeCheck())
- {
- if (text != null)
- {
- if (m_LineType.enumValueIndex == (int)TMP_InputField.LineType.SingleLine)
- text.enableWordWrapping = false;
- else
- {
- text.enableWordWrapping = true;
- }
- }
- }
-
- if (m_LineType.enumValueIndex != (int)TMP_InputField.LineType.SingleLine)
- {
- EditorGUILayout.PropertyField(m_LineLimit);
- }
- }
-
- if (m_ContentType.enumValueIndex == (int)TMP_InputField.ContentType.Custom)
- {
- EditorGUILayout.PropertyField(m_InputType);
- EditorGUILayout.PropertyField(m_KeyboardType);
- EditorGUILayout.PropertyField(m_CharacterValidation);
- if (m_CharacterValidation.enumValueIndex == (int)TMP_InputField.CharacterValidation.Regex)
- {
- EditorGUILayout.PropertyField(m_RegexValue);
- }
- else if (m_CharacterValidation.enumValueIndex == (int)TMP_InputField.CharacterValidation.CustomValidator)
- {
- EditorGUILayout.PropertyField(m_InputValidator);
- }
- }
-
- EditorGUI.indentLevel--;
- }
-
- EditorGUILayout.Space();
-
- EditorGUILayout.PropertyField(m_Placeholder);
- EditorGUILayout.PropertyField(m_VerticalScrollbar);
-
- if (m_VerticalScrollbar.objectReferenceValue != null)
- EditorGUILayout.PropertyField(m_ScrollbarScrollSensitivity);
-
- EditorGUILayout.PropertyField(m_CaretBlinkRate);
- EditorGUILayout.PropertyField(m_CaretWidth);
-
- EditorGUILayout.PropertyField(m_CustomCaretColor);
-
- m_CustomColor.target = m_CustomCaretColor.boolValue;
-
- if (EditorGUILayout.BeginFadeGroup(m_CustomColor.faded))
- {
- EditorGUILayout.PropertyField(m_CaretColor);
- }
- EditorGUILayout.EndFadeGroup();
-
- EditorGUILayout.PropertyField(m_SelectionColor);
-
- EditorGUI.indentLevel--;
- }
- #endregion
-
-
- // CONTROL SETTINGS
- #region CONTROL SETTINGS
- m_foldout.extraSettings = EditorGUILayout.Foldout(m_foldout.extraSettings, "Control Settings", true, TMP_UIStyleManager.boldFoldout);
-
- if (m_foldout.extraSettings)
- {
- EditorGUI.indentLevel++;
-
- EditorGUILayout.PropertyField(m_OnFocusSelectAll, new GUIContent("OnFocus - Select All", "Should all the text be selected when the Input Field is selected."));
- EditorGUILayout.PropertyField(m_ResetOnDeActivation, new GUIContent("Reset On DeActivation", "Should the Text and Caret position be reset when Input Field is DeActivated."));
- EditorGUILayout.PropertyField(m_RestoreOriginalTextOnEscape, new GUIContent("Restore On ESC Key", "Should the original text be restored when pressing ESC."));
- EditorGUILayout.PropertyField(m_HideMobileKeyboard, new GUIContent("Hide Soft Keyboard", "Controls the visibility of the mobile virtual keyboard."));
- EditorGUILayout.PropertyField(m_HideMobileInput, new GUIContent("Hide Mobile Input", "Controls the visibility of the editable text field above the mobile virtual keyboard."));
- EditorGUILayout.PropertyField(m_ReadOnly);
- EditorGUILayout.PropertyField(m_RichText);
- EditorGUILayout.PropertyField(m_RichTextEditingAllowed, new GUIContent("Allow Rich Text Editing"));
-
- EditorGUI.indentLevel--;
- }
- #endregion
-
-
- EditorGUILayout.Space();
-
- EditorGUILayout.PropertyField(m_OnValueChanged);
- EditorGUILayout.PropertyField(m_OnEndEdit);
- EditorGUILayout.PropertyField(m_OnSelect);
- EditorGUILayout.PropertyField(m_OnDeselect);
-
- EditorGUI.EndDisabledGroup();
-
- serializedObject.ApplyModifiedProperties();
- }
- }
-}
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_InputFieldEditor.cs.meta b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_InputFieldEditor.cs.meta
deleted file mode 100644
index eeb62d8c..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_InputFieldEditor.cs.meta
+++ /dev/null
@@ -1,12 +0,0 @@
-fileFormatVersion: 2
-guid: aa160f27c3fe4052a5850e21108811b6
-timeCreated: 1457861621
-licenseType: Pro
-MonoImporter:
- serializedVersion: 2
- defaultReferences: []
- executionOrder: 0
- icon: {instanceID: 0}
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_MeshRendererEditor.cs b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_MeshRendererEditor.cs
deleted file mode 100644
index 83d19f8c..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_MeshRendererEditor.cs
+++ /dev/null
@@ -1,76 +0,0 @@
-// When enabled, allows setting the material by dropping a material onto the MeshRenderer inspector component.
-// The drawback is that the MeshRenderer inspector will not have properties for light probes, so if you need light probe support, do not enable this.
-//#define ALLOW_MESHRENDERER_MATERIAL_DRAG_N_DROP
-
-using UnityEngine;
-using UnityEditor;
-using System.Collections;
-
-
-namespace TMPro.EditorUtilities
-{
- // Disabled for compatibility reason as lightprobe setup isn't supported due to inability to inherit from MeshRendererEditor class
-#if ALLOW_MESHRENDERER_MATERIAL_DRAG_N_DROP
- [CanEditMultipleObjects]
- [CustomEditor(typeof(MeshRenderer))]
- public class TMP_MeshRendererEditor : Editor
- {
- private SerializedProperty m_Materials;
-
- void OnEnable()
- {
- m_Materials = serializedObject.FindProperty("m_Materials");
- }
-
-
- public override void OnInspectorGUI()
- {
- serializedObject.Update();
-
- // Get a reference to the current material.
- SerializedProperty material_prop = m_Materials.GetArrayElementAtIndex(0);
- Material currentMaterial = material_prop.objectReferenceValue as Material;
-
- EditorGUI.BeginChangeCheck();
- base.OnInspectorGUI();
- if (EditorGUI.EndChangeCheck())
- {
- material_prop = m_Materials.GetArrayElementAtIndex(0);
-
- TMP_FontAsset newFontAsset = null;
- Material newMaterial = null;
-
- if (material_prop != null)
- newMaterial = material_prop.objectReferenceValue as Material;
-
- // Check if the new material is referencing a different font atlas texture.
- if (newMaterial != null && currentMaterial.GetInstanceID() != newMaterial.GetInstanceID())
- {
- // Search for the Font Asset matching the new font atlas texture.
- newFontAsset = TMP_EditorUtility.FindMatchingFontAsset(newMaterial);
- }
-
-
- GameObject[] objects = Selection.gameObjects;
-
- for (int i = 0; i < objects.Length; i++)
- {
- // Assign new font asset
- if (newFontAsset != null)
- {
- TMP_Text textComponent = objects[i].GetComponent();
-
- if (textComponent != null)
- {
- Undo.RecordObject(textComponent, "Font Asset Change");
- textComponent.font = newFontAsset;
- }
- }
-
- TMPro_EventManager.ON_DRAG_AND_DROP_MATERIAL_CHANGED(objects[i], currentMaterial, newMaterial);
- }
- }
- }
- }
-#endif
-}
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_MeshRendererEditor.cs.meta b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_MeshRendererEditor.cs.meta
deleted file mode 100644
index d6b133fd..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_MeshRendererEditor.cs.meta
+++ /dev/null
@@ -1,12 +0,0 @@
-fileFormatVersion: 2
-guid: 6d437b997e074079b4b2f6e395394f4b
-timeCreated: 1462864011
-licenseType: Pro
-MonoImporter:
- serializedVersion: 2
- defaultReferences: []
- executionOrder: 0
- icon: {instanceID: 0}
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_PackageUtilities.cs b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_PackageUtilities.cs
deleted file mode 100644
index 92881118..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_PackageUtilities.cs
+++ /dev/null
@@ -1,565 +0,0 @@
-using UnityEngine;
-using UnityEditor;
-using System;
-using System.IO;
-using System.Linq;
-using System.Collections;
-using System.Collections.Generic;
-using System.Threading;
-using TMPro.EditorUtilities;
-
-
-namespace TMPro
-{
- // Suppressing warnings related to the use of private structures which are confusing the compiler as these data structures are used by .json files.
- #pragma warning disable 0649
-
- ///
- /// Data structure containing the target and replacement fileIDs and GUIDs which will require remapping from previous version of TextMesh Pro to the new TextMesh Pro UPM package.
- ///
- [System.Serializable]
- struct AssetConversionRecord
- {
- public string referencedResource;
- public string target;
- public string replacement;
- }
-
-
- ///
- /// Data structure containing a list of target and replacement fileID and GUID requiring remapping from previous versions of TextMesh Pro to the new TextMesh Pro UPM package.
- /// This data structure is populated with the data contained in the PackageConversionData.json file included in the package.
- ///
- [System.Serializable]
- class AssetConversionData
- {
- public List assetRecords;
- }
-
-
- public class TMP_ProjectConversionUtility : EditorWindow
- {
- // Create Project Files GUID Remapping Tool window
- [MenuItem("Window/TextMeshPro/Project Files GUID Remapping Tool", false, 2100)]
- static void ShowConverterWindow()
- {
- var window = GetWindow();
- window.titleContent = new GUIContent("Conversion Tool");
- window.Focus();
- }
-
- private static HashSet m_IgnoreAssetTypes = new HashSet()
- {
- typeof(AnimatorOverrideController),
- typeof(AudioClip),
- typeof(AvatarMask),
- typeof(ComputeShader),
- typeof(Cubemap),
- typeof(DefaultAsset),
- typeof(Flare),
- typeof(Font),
- typeof(GUISkin),
- typeof(HumanTemplate),
- typeof(LightingDataAsset),
- typeof(Mesh),
- typeof(MonoScript),
- typeof(PhysicMaterial),
- typeof(PhysicsMaterial2D),
- typeof(RenderTexture),
- typeof(Shader),
- typeof(TerrainData),
- typeof(TextAsset),
- typeof(Texture2D),
- typeof(Texture2DArray),
- typeof(Texture3D),
- typeof(UnityEditorInternal.AssemblyDefinitionAsset),
- typeof(UnityEngine.AI.NavMeshData),
- typeof(UnityEngine.Tilemaps.Tile),
- typeof(UnityEngine.U2D.SpriteAtlas),
- typeof(UnityEngine.Video.VideoClip),
- };
-
- ///
- ///
- ///
- struct AssetModificationRecord
- {
- public string assetFilePath;
- public string assetDataFile;
- }
-
- struct AssetFileRecord
- {
- public string assetFilePath;
- public string assetMetaFilePath;
-
- public AssetFileRecord(string filePath, string metaFilePath)
- {
- this.assetFilePath = filePath;
- this.assetMetaFilePath = metaFilePath;
- }
- }
-
- private static string m_ProjectPath;
- private static string m_ProjectFolderToScan;
- private static bool m_IsAlreadyScanningProject;
- private static bool m_CancelScanProcess;
- private static string k_ProjectScanReportDefaultText = "Project Scan Results\n";
- private static string k_ProjectScanLabelPrefix = "Scanning: ";
- private static string m_ProjectScanResults = string.Empty;
- private static Vector2 m_ProjectScanResultScrollPosition;
- private static float m_ProgressPercentage = 0;
-
- private static int m_ScanningTotalFiles;
- private static int m_RemainingFilesToScan;
- private static int m_ScanningCurrentFileIndex;
- private static string m_ScanningCurrentFileName;
-
- private static AssetConversionData m_ConversionData;
-
- private static List m_ModifiedAssetList = new List();
-
-
- void OnEnable()
- {
- // Set Editor Window Size
- SetEditorWindowSize();
-
- m_ProjectScanResults = k_ProjectScanReportDefaultText;
- }
-
-
- void OnGUI()
- {
- GUILayout.BeginVertical();
- {
- // Scan project files and resources
- GUILayout.BeginVertical(EditorStyles.helpBox);
- {
- GUILayout.Label("Scan Project Files", EditorStyles.boldLabel);
- GUILayout.Label("Press the Scan Project Files button to begin scanning your project for files & resources that were created with a previous version of TextMesh Pro.", TMP_UIStyleManager.label);
- GUILayout.Space(10f);
- GUILayout.Label("Project folder to be scanned. Example \"Assets/TextMesh Pro\"");
- m_ProjectFolderToScan = EditorGUILayout.TextField("Folder Path: Assets/", m_ProjectFolderToScan);
- GUILayout.Space(5f);
-
- GUI.enabled = m_IsAlreadyScanningProject == false ? true : false;
- if (GUILayout.Button("Scan Project Files"))
- {
- m_CancelScanProcess = false;
-
- // Make sure Asset Serialization mode is set to ForceText and Version Control mode to Visible Meta Files.
- if (CheckProjectSerializationAndSourceControlModes() == true)
- {
- m_ProjectPath = Path.GetFullPath("Assets/..");
- TMP_EditorCoroutine.StartCoroutine(ScanProjectFiles());
- }
- else
- {
- EditorUtility.DisplayDialog("Project Settings Change Required", "In menu options \"Edit - Project Settings - Editor\", please change Asset Serialization Mode to ForceText and Source Control Mode to Visible Meta Files.", "OK", string.Empty);
- }
- }
- GUI.enabled = true;
-
- // Display progress bar
- Rect rect = GUILayoutUtility.GetRect(0f, 20f, GUILayout.ExpandWidth(true));
- EditorGUI.ProgressBar(rect, m_ProgressPercentage, "Scan Progress (" + m_ScanningCurrentFileIndex + "/" + m_ScanningTotalFiles + ")");
-
- // Display cancel button and name of file currently being scanned.
- if (m_IsAlreadyScanningProject)
- {
- Rect cancelRect = new Rect(rect.width - 20, rect.y + 2, 20, 16);
- if (GUI.Button(cancelRect, "X"))
- {
- m_CancelScanProcess = true;
- }
- GUILayout.Label(k_ProjectScanLabelPrefix + m_ScanningCurrentFileName, TMP_UIStyleManager.label);
- }
- else
- GUILayout.Label(string.Empty);
-
- GUILayout.Space(5);
-
- // Creation Feedback
- GUILayout.BeginVertical(TMP_UIStyleManager.textAreaBoxWindow, GUILayout.ExpandHeight(true));
- {
- m_ProjectScanResultScrollPosition = EditorGUILayout.BeginScrollView(m_ProjectScanResultScrollPosition, GUILayout.ExpandHeight(true));
- EditorGUILayout.LabelField(m_ProjectScanResults, TMP_UIStyleManager.label);
- EditorGUILayout.EndScrollView();
- }
- GUILayout.EndVertical();
- GUILayout.Space(5f);
- }
- GUILayout.EndVertical();
-
- // Scan project files and resources
- GUILayout.BeginVertical(EditorStyles.helpBox);
- {
- GUILayout.Label("Save Modified Project Files", EditorStyles.boldLabel);
- GUILayout.Label("Pressing the Save Modified Project Files button will update the files in the Project Scan Results listed above. Please make sure that you have created a backup of your project first as these file modifications are permanent and cannot be undone.", TMP_UIStyleManager.label);
- GUILayout.Space(5f);
-
- GUI.enabled = m_IsAlreadyScanningProject == false && m_ModifiedAssetList.Count > 0 ? true : false;
- if (GUILayout.Button("Save Modified Project Files"))
- {
- UpdateProjectFiles();
- }
- GUILayout.Space(10f);
- }
- GUILayout.EndVertical();
-
- }
- GUILayout.EndVertical();
- GUILayout.Space(5f);
- }
-
- void OnInspectorUpdate()
- {
- Repaint();
- }
-
-
- ///
- /// Limits the minimum size of the editor window.
- ///
- void SetEditorWindowSize()
- {
- EditorWindow editorWindow = this;
-
- Vector2 currentWindowSize = editorWindow.minSize;
-
- editorWindow.minSize = new Vector2(Mathf.Max(640, currentWindowSize.x), Mathf.Max(420, currentWindowSize.y));
- }
-
-
- ///
- ///
- ///
- ///
- ///
- private static bool ShouldIgnoreFile(string filePath)
- {
- string fileExtension = Path.GetExtension(filePath);
- Type fileType = AssetDatabase.GetMainAssetTypeAtPath(filePath);
-
- if (m_IgnoreAssetTypes.Contains(fileType))
- return true;
-
- // Exclude FBX
- if (fileType == typeof(GameObject) && (fileExtension.ToLower() == ".fbx" || fileExtension.ToLower() == ".blend"))
- return true;
-
- return false;
- }
-
-
- private IEnumerator ScanProjectFiles()
- {
- m_IsAlreadyScanningProject = true;
- string packageFullPath = EditorUtilities.TMP_EditorUtility.packageFullPath;
-
- // List containing assets that have been modified.
- m_ProjectScanResults = k_ProjectScanReportDefaultText;
- m_ModifiedAssetList.Clear();
- m_ProgressPercentage = 0;
-
- // Read Conversion Data from Json file.
- if (m_ConversionData == null)
- m_ConversionData = JsonUtility.FromJson(File.ReadAllText(packageFullPath + "/PackageConversionData.json"));
-
- // Get list of GUIDs for assets that might contain references to previous GUIDs that require updating.
- string searchFolder = string.IsNullOrEmpty(m_ProjectFolderToScan) ? "Assets" : ("Assets/" + m_ProjectFolderToScan);
- string[] guids = AssetDatabase.FindAssets("t:Object", new string[] { searchFolder }).Distinct().ToArray();
-
- k_ProjectScanLabelPrefix = "Phase 1 - Filtering: ";
- m_ScanningTotalFiles = guids.Length;
- m_ScanningCurrentFileIndex = 0;
-
- List projectFilesToScan = new List();
-
- foreach (var guid in guids)
- {
- if (m_CancelScanProcess)
- break;
-
- string assetFilePath = AssetDatabase.GUIDToAssetPath(guid);
-
- m_ScanningCurrentFileIndex += 1;
- m_ScanningCurrentFileName = assetFilePath;
- m_ProgressPercentage = (float)m_ScanningCurrentFileIndex / m_ScanningTotalFiles;
-
- // Filter out file types we have no interest in searching
- if (ShouldIgnoreFile(assetFilePath))
- continue;
-
- string assetMetaFilePath = AssetDatabase.GetTextMetaFilePathFromAssetPath(assetFilePath);
-
- projectFilesToScan.Add(new AssetFileRecord(assetFilePath, assetMetaFilePath));
-
- yield return null;
- }
-
- m_RemainingFilesToScan = m_ScanningTotalFiles = projectFilesToScan.Count;
-
- k_ProjectScanLabelPrefix = "Phase 2 - Scanning: ";
-
- for (int i = 0; i < m_ScanningTotalFiles; i++)
- {
- if (m_CancelScanProcess)
- break;
-
- AssetFileRecord fileRecord = projectFilesToScan[i];
-
- ThreadPool.QueueUserWorkItem(Task =>
- {
- ScanProjectFileAsync(fileRecord);
-
- m_ScanningCurrentFileName = fileRecord.assetFilePath;
-
- int completedScans = m_ScanningTotalFiles - Interlocked.Decrement(ref m_RemainingFilesToScan);
-
- m_ScanningCurrentFileIndex = completedScans;
- m_ProgressPercentage = (float)completedScans / m_ScanningTotalFiles;
- });
-
- if (i % 64 == 0)
- yield return new WaitForSeconds(2.0f);
-
- }
-
- while (m_RemainingFilesToScan > 0 && !m_CancelScanProcess)
- yield return null;
-
- m_IsAlreadyScanningProject = false;
- m_ScanningCurrentFileName = string.Empty;
- }
-
-
- static void ScanProjectFileAsync(AssetFileRecord fileRecord)
- {
- if (m_CancelScanProcess)
- return;
-
- // Read the asset data file
- string assetDataFile = string.Empty;
- bool hasFileChanged = false;
-
- try
- {
- assetDataFile = File.ReadAllText(m_ProjectPath + "/" + fileRecord.assetFilePath);
- }
- catch
- {
- // Continue to the next asset if we can't read the current one.
- return;
- }
-
- // Read the asset meta data file
- string assetMetaFile = File.ReadAllText(m_ProjectPath + "/" + fileRecord.assetMetaFilePath);
- bool hasMetaFileChanges = false;
-
- foreach (AssetConversionRecord record in m_ConversionData.assetRecords)
- {
- if (assetDataFile.Contains(record.target))
- {
- hasFileChanged = true;
-
- assetDataFile = assetDataFile.Replace(record.target, record.replacement);
- }
-
- //// Check meta file
- if (assetMetaFile.Contains(record.target))
- {
- hasMetaFileChanges = true;
-
- assetMetaFile = assetMetaFile.Replace(record.target, record.replacement);
- }
- }
-
- if (hasFileChanged)
- {
- AssetModificationRecord modifiedAsset;
- modifiedAsset.assetFilePath = fileRecord.assetFilePath;
- modifiedAsset.assetDataFile = assetDataFile;
-
- m_ModifiedAssetList.Add(modifiedAsset);
-
- m_ProjectScanResults += fileRecord.assetFilePath + "\n";
- }
-
- if (hasMetaFileChanges)
- {
- AssetModificationRecord modifiedAsset;
- modifiedAsset.assetFilePath = fileRecord.assetMetaFilePath;
- modifiedAsset.assetDataFile = assetMetaFile;
-
- m_ModifiedAssetList.Add(modifiedAsset);
-
- m_ProjectScanResults += fileRecord.assetMetaFilePath + "\n";
- }
- }
-
-
- ///
- ///
- ///
- private static void ResetScanProcess()
- {
- m_IsAlreadyScanningProject = false;
- m_ScanningCurrentFileName = string.Empty;
- m_ProgressPercentage = 0;
- m_ScanningCurrentFileIndex = 0;
- m_ScanningTotalFiles = 0;
- }
-
-
- ///
- ///
- ///
- private static void UpdateProjectFiles()
- {
- // Make sure Asset Serialization mode is set to ForceText with Visible Meta Files.
- CheckProjectSerializationAndSourceControlModes();
-
- string projectPath = Path.GetFullPath("Assets/..");
-
- // Display dialogue to show user a list of project files that will be modified upon their consent.
- if (EditorUtility.DisplayDialog("Save Modified Asset(s)?", "Are you sure you want to save all modified assets?", "YES", "NO"))
- {
- for (int i = 0; i < m_ModifiedAssetList.Count; i++)
- {
- // Make sure all file streams that might have been opened by Unity are closed.
- //AssetDatabase.ReleaseCachedFileHandles();
-
- //Debug.Log("Writing asset file [" + m_ModifiedAssetList[i].assetFilePath + "].");
-
- File.WriteAllText(projectPath + "/" + m_ModifiedAssetList[i].assetFilePath, m_ModifiedAssetList[i].assetDataFile);
- }
- }
-
- AssetDatabase.Refresh();
-
- m_ProgressPercentage = 0;
- m_ProjectScanResults = k_ProjectScanReportDefaultText;
- }
-
-
- ///
- /// Check project Asset Serialization and Source Control modes
- ///
- private static bool CheckProjectSerializationAndSourceControlModes()
- {
- // Check Project Asset Serialization and Visible Meta Files mode.
- if (EditorSettings.serializationMode != SerializationMode.ForceText || EditorSettings.externalVersionControl != "Visible Meta Files")
- {
- return false;
- }
-
- return true;
- }
- }
-
-
-
- public class TMP_PackageUtilities : Editor
- {
-
- enum SaveAssetDialogueOptions { Unset = 0, Save = 1, SaveAll = 2, DoNotSave = 3 };
-
- private static SerializationMode m_ProjectAssetSerializationMode;
- private static string m_ProjectExternalVersionControl;
-
- struct AssetRemappingRecord
- {
- public string oldGuid;
- public string newGuid;
- public string assetPath;
- }
-
- struct AssetModificationRecord
- {
- public string assetFilePath;
- public string assetDataFile;
- }
-
- ///
- ///
- ///
- [MenuItem("Window/TextMeshPro/Import TMP Essential Resources", false, 2050)]
- public static void ImportProjectResourcesMenu()
- {
- ImportEssentialResources();
- }
-
-
- ///
- ///
- ///
- [MenuItem("Window/TextMeshPro/Import TMP Examples and Extras", false, 2051)]
- public static void ImportExamplesContentMenu()
- {
- ImportExamplesAndExtras();
- }
-
-
- private static void GetVersionInfo()
- {
- string version = TMP_Settings.version;
- Debug.Log("The version of this TextMesh Pro UPM package is (" + version + ").");
- }
-
-
- ///
- ///
- ///
- private static void ImportExamplesAndExtras()
- {
- string packageFullPath = TMP_EditorUtility.packageFullPath;
-
- AssetDatabase.ImportPackage(packageFullPath + "/Package Resources/TMP Examples & Extras.unitypackage", true);
- }
-
- private static string k_SettingsFilePath;
- private static byte[] k_SettingsBackup;
-
- ///
- ///
- ///
- private static void ImportEssentialResources()
- {
- // Check if the TMP Settings asset is already present in the project.
- string[] settings = AssetDatabase.FindAssets("t:TMP_Settings");
-
- if (settings.Length > 0)
- {
- // Save assets just in case the TMP Setting were modified before import.
- AssetDatabase.SaveAssets();
-
- // Copy existing TMP Settings asset to a byte[]
- k_SettingsFilePath = AssetDatabase.GUIDToAssetPath(settings[0]);
- k_SettingsBackup = File.ReadAllBytes(k_SettingsFilePath);
-
- RegisterResourceImportCallback();
- }
-
- string packageFullPath = TMP_EditorUtility.packageFullPath;
-
- AssetDatabase.ImportPackage(packageFullPath + "/Package Resources/TMP Essential Resources.unitypackage", true);
- }
-
- private static void RegisterResourceImportCallback()
- {
- AssetDatabase.importPackageCompleted += ImportCallback;
- }
-
- private static void ImportCallback(string packageName)
- {
- // Restore backup of TMP Settings from byte[]
- File.WriteAllBytes(k_SettingsFilePath, k_SettingsBackup);
-
- AssetDatabase.Refresh();
-
- AssetDatabase.importPackageCompleted -= ImportCallback;
- }
- }
-}
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_PackageUtilities.cs.meta b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_PackageUtilities.cs.meta
deleted file mode 100644
index e03778cc..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_PackageUtilities.cs.meta
+++ /dev/null
@@ -1,11 +0,0 @@
-fileFormatVersion: 2
-guid: 68eedd4e5b33b37429c02c4add0036fe
-MonoImporter:
- externalObjects: {}
- serializedVersion: 2
- defaultReferences: []
- executionOrder: 0
- icon: {instanceID: 0}
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_PostBuildProcessHandler.cs b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_PostBuildProcessHandler.cs
deleted file mode 100644
index a8b800ac..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_PostBuildProcessHandler.cs
+++ /dev/null
@@ -1,63 +0,0 @@
-using UnityEngine;
-using UnityEditor;
-using UnityEditor.Callbacks;
-using System.IO;
-
-
-namespace TMPro
-{
- public class TMP_PostBuildProcessHandler
- {
- [PostProcessBuildAttribute(10000)]
- public static void OnPostprocessBuild(BuildTarget target, string pathToBuiltProject)
- {
- // Check if TMP Essential Resource are present in user project.
- if (target == BuildTarget.iOS && File.Exists(GetEssentialProjectResourcesPath() + "/Resources/TMP Settings.asset") && TMP_Settings.enableEmojiSupport)
- {
- string file = Path.Combine(pathToBuiltProject, "Classes/UI/Keyboard.mm");
- string content = File.ReadAllText(file);
- content = content.Replace("FILTER_EMOJIS_IOS_KEYBOARD 1", "FILTER_EMOJIS_IOS_KEYBOARD 0");
- File.WriteAllText(file, content);
- }
- }
-
-
- private static string GetEssentialProjectResourcesPath()
- {
- // Find the potential location of the TextMesh Pro folder in the user project.
- string projectPath = Path.GetFullPath("Assets/..");
- if (Directory.Exists(projectPath))
- {
- // Search for default location of TMP Essential Resources
- if (Directory.Exists(projectPath + "/Assets/TextMesh Pro/Resources"))
- {
- return "Assets/TextMesh Pro";
- }
-
- // Search for potential alternative locations in the user project
- string[] matchingPaths = Directory.GetDirectories(projectPath, "TextMesh Pro", SearchOption.AllDirectories);
- projectPath = ValidateLocation(matchingPaths, projectPath);
- if (projectPath != null) return projectPath;
- }
-
- return null;
- }
-
-
- private static string ValidateLocation(string[] paths, string projectPath)
- {
- for (int i = 0; i < paths.Length; i++)
- {
- // Check if any of the matching directories contain a GUISkins directory.
- if (Directory.Exists(paths[i] + "/Resources"))
- {
- string folderPath = paths[i].Replace(projectPath, "");
- folderPath = folderPath.TrimStart('\\', '/');
- return folderPath;
- }
- }
-
- return null;
- }
- }
-}
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_PostBuildProcessHandler.cs.meta b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_PostBuildProcessHandler.cs.meta
deleted file mode 100644
index af212b86..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_PostBuildProcessHandler.cs.meta
+++ /dev/null
@@ -1,12 +0,0 @@
-fileFormatVersion: 2
-guid: 6fdea2af3daa40fe8f88e5e9cfc17abb
-timeCreated: 1479886230
-licenseType: Pro
-MonoImporter:
- serializedVersion: 2
- defaultReferences: []
- executionOrder: 0
- icon: {instanceID: 0}
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_ProjectTextSettings.cs b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_ProjectTextSettings.cs
deleted file mode 100644
index b8695be2..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_ProjectTextSettings.cs
+++ /dev/null
@@ -1,43 +0,0 @@
-#if !UNITY_2018_3_OR_NEWER
-using UnityEditor;
-
-namespace TMPro
-{
-
- public static class TMP_ProjectTextSettings
- {
- // Open Project Text Settings
- [MenuItem("Edit/Project Settings/TextMeshPro Settings", false, 309)]
- public static void SelectProjectTextSettings()
- {
- TMP_Settings textSettings = TMP_Settings.instance;
-
- if (textSettings)
- {
- Selection.activeObject = textSettings;
-
- // TODO: Do we want to ping the Project Text Settings asset in the Project Inspector
- EditorUtility.FocusProjectWindow();
- EditorGUIUtility.PingObject(textSettings);
- }
- else
- TMPro_EventManager.RESOURCE_LOAD_EVENT.Add(ON_RESOURCES_LOADED);
- }
-
-
- // Event received when TMP resources have been loaded.
- static void ON_RESOURCES_LOADED()
- {
- TMPro_EventManager.RESOURCE_LOAD_EVENT.Remove(ON_RESOURCES_LOADED);
-
- TMP_Settings textSettings = TMP_Settings.instance;
-
- Selection.activeObject = textSettings;
-
- // TODO: Do we want to ping the Project Text Settings asset in the Project Inspector
- EditorUtility.FocusProjectWindow();
- EditorGUIUtility.PingObject(textSettings);
- }
- }
-}
-#endif
\ No newline at end of file
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_ProjectTextSettings.cs.meta b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_ProjectTextSettings.cs.meta
deleted file mode 100644
index 6d194543..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_ProjectTextSettings.cs.meta
+++ /dev/null
@@ -1,11 +0,0 @@
-fileFormatVersion: 2
-guid: 0e751e877ed14d71a6b8e63ac54949cf
-MonoImporter:
- externalObjects: {}
- serializedVersion: 2
- defaultReferences: []
- executionOrder: 0
- icon: {instanceID: 0}
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_ResourcesLoader.cs b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_ResourcesLoader.cs
deleted file mode 100644
index 090bd774..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_ResourcesLoader.cs
+++ /dev/null
@@ -1,68 +0,0 @@
-using UnityEditor;
-using UnityEngine;
-using System.Collections;
-
-namespace TMPro.EditorUtilities
-{
-
- //[InitializeOnLoad]
- class TMP_ResourcesLoader
- {
-
- ///
- /// Function to pre-load the TMP Resources
- ///
- public static void LoadTextMeshProResources()
- {
- //TMP_Settings.LoadDefaultSettings();
- //TMP_StyleSheet.LoadDefaultStyleSheet();
- }
-
-
- static TMP_ResourcesLoader()
- {
- //Debug.Log("Loading TMP Resources...");
-
- // Get current targetted platform
-
-
- //string Settings = PlayerSettings.GetScriptingDefineSymbolsForGroup(BuildTargetGroup.Standalone);
- //TMPro.TMP_Settings.LoadDefaultSettings();
- //TMPro.TMP_StyleSheet.LoadDefaultStyleSheet();
- }
-
-
-
- //[RuntimeInitializeOnLoadMethod(RuntimeInitializeLoadType.BeforeSceneLoad)]
- //static void OnBeforeSceneLoaded()
- //{
- //Debug.Log("Before scene is loaded.");
-
- // //TMPro.TMP_Settings.LoadDefaultSettings();
- // //TMPro.TMP_StyleSheet.LoadDefaultStyleSheet();
-
- // //ShaderVariantCollection collection = new ShaderVariantCollection();
- // //Shader s0 = Shader.Find("TextMeshPro/Mobile/Distance Field");
- // //ShaderVariantCollection.ShaderVariant tmp_Variant = new ShaderVariantCollection.ShaderVariant(s0, UnityEngine.Rendering.PassType.Normal, string.Empty);
-
- // //collection.Add(tmp_Variant);
- // //collection.WarmUp();
- //}
-
- }
-
- //static class TMP_ProjectSettings
- //{
- // [InitializeOnLoadMethod]
- // static void SetProjectDefineSymbols()
- // {
- // string currentBuildSettings = PlayerSettings.GetScriptingDefineSymbolsForGroup(EditorUserBuildSettings.selectedBuildTargetGroup);
-
- // //Check for and inject TMP_INSTALLED
- // if (!currentBuildSettings.Contains("TMP_PRESENT"))
- // {
- // PlayerSettings.SetScriptingDefineSymbolsForGroup(EditorUserBuildSettings.selectedBuildTargetGroup, currentBuildSettings + ";TMP_PRESENT");
- // }
- // }
- //}
-}
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_ResourcesLoader.cs.meta b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_ResourcesLoader.cs.meta
deleted file mode 100644
index 8b322e2f..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_ResourcesLoader.cs.meta
+++ /dev/null
@@ -1,12 +0,0 @@
-fileFormatVersion: 2
-guid: 7241c7dc25374fc1a6ab3ef9da79c363
-timeCreated: 1465441092
-licenseType: Pro
-MonoImporter:
- serializedVersion: 2
- defaultReferences: []
- executionOrder: 0
- icon: {instanceID: 0}
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_SDFShaderGUI.cs b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_SDFShaderGUI.cs
deleted file mode 100644
index 220bac22..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_SDFShaderGUI.cs
+++ /dev/null
@@ -1,487 +0,0 @@
-using UnityEngine;
-using UnityEditor;
-
-namespace TMPro.EditorUtilities
-{
- public class TMP_SDFShaderGUI : TMP_BaseShaderGUI
- {
- static ShaderFeature s_OutlineFeature, s_UnderlayFeature, s_BevelFeature, s_GlowFeature, s_MaskFeature;
-
- static bool s_Face = true, s_Outline = true, s_Outline2, s_Underlay, s_Lighting, s_Glow, s_Bevel, s_Light, s_Bump, s_Env;
-
- static string[]
- s_FaceUvSpeedNames = { "_FaceUVSpeedX", "_FaceUVSpeedY" },
- s_OutlineUvSpeedNames = { "_OutlineUVSpeedX", "_OutlineUVSpeedY" };
-
- static TMP_SDFShaderGUI()
- {
- s_OutlineFeature = new ShaderFeature()
- {
- undoLabel = "Outline",
- keywords = new[] { "OUTLINE_ON" }
- };
-
- s_UnderlayFeature = new ShaderFeature()
- {
- undoLabel = "Underlay",
- keywords = new[] { "UNDERLAY_ON", "UNDERLAY_INNER" },
- label = new GUIContent("Underlay Type"),
- keywordLabels = new[]
- {
- new GUIContent("None"), new GUIContent("Normal"), new GUIContent("Inner")
- }
- };
-
- s_BevelFeature = new ShaderFeature()
- {
- undoLabel = "Bevel",
- keywords = new[] { "BEVEL_ON" }
- };
-
- s_GlowFeature = new ShaderFeature()
- {
- undoLabel = "Glow",
- keywords = new[] { "GLOW_ON" }
- };
-
- s_MaskFeature = new ShaderFeature()
- {
- undoLabel = "Mask",
- keywords = new[] { "MASK_HARD", "MASK_SOFT" },
- label = new GUIContent("Mask"),
- keywordLabels = new[]
- {
- new GUIContent("Mask Off"), new GUIContent("Mask Hard"), new GUIContent("Mask Soft")
- }
- };
- }
-
- protected override void DoGUI()
- {
- s_Face = BeginPanel("Face", s_Face);
- if (s_Face)
- {
- DoFacePanel();
- }
-
- EndPanel();
-
- s_Outline = m_Material.HasProperty(ShaderUtilities.ID_OutlineTex) ? BeginPanel("Outline", s_Outline) : BeginPanel("Outline", s_OutlineFeature, s_Outline);
- if (s_Outline)
- {
- DoOutlinePanel();
- }
-
- EndPanel();
-
- if (m_Material.HasProperty(ShaderUtilities.ID_Outline2Color))
- {
- s_Outline2 = BeginPanel("Outline 2", s_OutlineFeature, s_Outline2);
- if (s_Outline2)
- {
- DoOutline2Panel();
- }
-
- EndPanel();
- }
-
- if (m_Material.HasProperty(ShaderUtilities.ID_UnderlayColor))
- {
- s_Underlay = BeginPanel("Underlay", s_UnderlayFeature, s_Underlay);
- if (s_Underlay)
- {
- DoUnderlayPanel();
- }
-
- EndPanel();
- }
-
- if (m_Material.HasProperty("_SpecularColor"))
- {
- s_Lighting = BeginPanel("Lighting", s_BevelFeature, s_Lighting);
- if (s_Lighting)
- {
- s_Bevel = BeginPanel("Bevel", s_Bevel);
- if (s_Bevel)
- {
- DoBevelPanel();
- }
-
- EndPanel();
-
- s_Light = BeginPanel("Local Lighting", s_Light);
- if (s_Light)
- {
- DoLocalLightingPanel();
- }
-
- EndPanel();
-
- s_Bump = BeginPanel("Bump Map", s_Bump);
- if (s_Bump)
- {
- DoBumpMapPanel();
- }
-
- EndPanel();
-
- s_Env = BeginPanel("Environment Map", s_Env);
- if (s_Env)
- {
- DoEnvMapPanel();
- }
-
- EndPanel();
- }
-
- EndPanel();
- }
- else if (m_Material.HasProperty("_SpecColor"))
- {
- s_Bevel = BeginPanel("Bevel", s_Bevel);
- if (s_Bevel)
- {
- DoBevelPanel();
- }
-
- EndPanel();
-
- s_Light = BeginPanel("Surface Lighting", s_Light);
- if (s_Light)
- {
- DoSurfaceLightingPanel();
- }
-
- EndPanel();
-
- s_Bump = BeginPanel("Bump Map", s_Bump);
- if (s_Bump)
- {
- DoBumpMapPanel();
- }
-
- EndPanel();
-
- s_Env = BeginPanel("Environment Map", s_Env);
- if (s_Env)
- {
- DoEnvMapPanel();
- }
-
- EndPanel();
- }
-
- if (m_Material.HasProperty(ShaderUtilities.ID_GlowColor))
- {
- s_Glow = BeginPanel("Glow", s_GlowFeature, s_Glow);
- if (s_Glow)
- {
- DoGlowPanel();
- }
-
- EndPanel();
- }
-
- s_DebugExtended = BeginPanel("Debug Settings", s_DebugExtended);
- if (s_DebugExtended)
- {
- DoDebugPanel();
- }
-
- EndPanel();
- }
-
- void DoFacePanel()
- {
- EditorGUI.indentLevel += 1;
- DoColor("_FaceColor", "Color");
- if (m_Material.HasProperty(ShaderUtilities.ID_FaceTex))
- {
- if (m_Material.HasProperty("_FaceUVSpeedX"))
- {
- DoTexture2D("_FaceTex", "Texture", true, s_FaceUvSpeedNames);
- }
- else
- {
- DoTexture2D("_FaceTex", "Texture", true);
- }
- }
-
- DoSlider("_OutlineSoftness", "Softness");
- DoSlider("_FaceDilate", "Dilate");
- if (m_Material.HasProperty(ShaderUtilities.ID_Shininess))
- {
- DoSlider("_FaceShininess", "Gloss");
- }
-
- EditorGUI.indentLevel -= 1;
- EditorGUILayout.Space();
- }
-
- void DoOutlinePanel()
- {
- EditorGUI.indentLevel += 1;
- DoColor("_OutlineColor", "Color");
- if (m_Material.HasProperty(ShaderUtilities.ID_OutlineTex))
- {
- if (m_Material.HasProperty("_OutlineUVSpeedX"))
- {
- DoTexture2D("_OutlineTex", "Texture", true, s_OutlineUvSpeedNames);
- }
- else
- {
- DoTexture2D("_OutlineTex", "Texture", true);
- }
- }
-
- DoSlider("_OutlineWidth", "Thickness");
- if (m_Material.HasProperty("_OutlineShininess"))
- {
- DoSlider("_OutlineShininess", "Gloss");
- }
-
- EditorGUI.indentLevel -= 1;
- EditorGUILayout.Space();
- }
-
- void DoOutline2Panel()
- {
- EditorGUI.indentLevel += 1;
- DoColor("_Outline2Color", "Color");
- //if (m_Material.HasProperty(ShaderUtilities.ID_OutlineTex))
- //{
- // if (m_Material.HasProperty("_OutlineUVSpeedX"))
- // {
- // DoTexture2D("_OutlineTex", "Texture", true, s_OutlineUvSpeedNames);
- // }
- // else
- // {
- // DoTexture2D("_OutlineTex", "Texture", true);
- // }
- //}
-
- DoSlider("_Outline2Width", "Thickness");
- //if (m_Material.HasProperty("_OutlineShininess"))
- //{
- // DoSlider("_OutlineShininess", "Gloss");
- //}
-
- EditorGUI.indentLevel -= 1;
- EditorGUILayout.Space();
- }
-
- void DoUnderlayPanel()
- {
- EditorGUI.indentLevel += 1;
- s_UnderlayFeature.DoPopup(m_Editor, m_Material);
- DoColor("_UnderlayColor", "Color");
- DoSlider("_UnderlayOffsetX", "Offset X");
- DoSlider("_UnderlayOffsetY", "Offset Y");
- DoSlider("_UnderlayDilate", "Dilate");
- DoSlider("_UnderlaySoftness", "Softness");
- EditorGUI.indentLevel -= 1;
- EditorGUILayout.Space();
- }
-
- static GUIContent[] s_BevelTypeLabels =
- {
- new GUIContent("Outer Bevel"),
- new GUIContent("Inner Bevel")
- };
-
- void DoBevelPanel()
- {
- EditorGUI.indentLevel += 1;
- DoPopup("_ShaderFlags", "Type", s_BevelTypeLabels);
- DoSlider("_Bevel", "Amount");
- DoSlider("_BevelOffset", "Offset");
- DoSlider("_BevelWidth", "Width");
- DoSlider("_BevelRoundness", "Roundness");
- DoSlider("_BevelClamp", "Clamp");
- EditorGUI.indentLevel -= 1;
- EditorGUILayout.Space();
- }
-
- void DoLocalLightingPanel()
- {
- EditorGUI.indentLevel += 1;
- DoSlider("_LightAngle", "Light Angle");
- DoColor("_SpecularColor", "Specular Color");
- DoSlider("_SpecularPower", "Specular Power");
- DoSlider("_Reflectivity", "Reflectivity Power");
- DoSlider("_Diffuse", "Diffuse Shadow");
- DoSlider("_Ambient", "Ambient Shadow");
- EditorGUI.indentLevel -= 1;
- EditorGUILayout.Space();
- }
-
- void DoSurfaceLightingPanel()
- {
- EditorGUI.indentLevel += 1;
- DoColor("_SpecColor", "Specular Color");
- EditorGUI.indentLevel -= 1;
- EditorGUILayout.Space();
- }
-
- void DoBumpMapPanel()
- {
- EditorGUI.indentLevel += 1;
- DoTexture2D("_BumpMap", "Texture");
- DoSlider("_BumpFace", "Face");
- DoSlider("_BumpOutline", "Outline");
- EditorGUI.indentLevel -= 1;
- EditorGUILayout.Space();
- }
-
- void DoEnvMapPanel()
- {
- EditorGUI.indentLevel += 1;
- DoColor("_ReflectFaceColor", "Face Color");
- DoColor("_ReflectOutlineColor", "Outline Color");
- DoCubeMap("_Cube", "Texture");
- DoVector3("_EnvMatrixRotation", "Rotation");
- EditorGUI.indentLevel -= 1;
- EditorGUILayout.Space();
- }
-
- void DoGlowPanel()
- {
- EditorGUI.indentLevel += 1;
- DoColor("_GlowColor", "Color");
- DoSlider("_GlowOffset", "Offset");
- DoSlider("_GlowInner", "Inner");
- DoSlider("_GlowOuter", "Outer");
- DoSlider("_GlowPower", "Power");
- EditorGUI.indentLevel -= 1;
- EditorGUILayout.Space();
- }
-
- void DoDebugPanel()
- {
- EditorGUI.indentLevel += 1;
- DoTexture2D("_MainTex", "Font Atlas");
- DoFloat("_GradientScale", "Gradient Scale");
- DoFloat("_TextureWidth", "Texture Width");
- DoFloat("_TextureHeight", "Texture Height");
- EditorGUILayout.Space();
- DoFloat("_ScaleX", "Scale X");
- DoFloat("_ScaleY", "Scale Y");
-
- if (m_Material.HasProperty(ShaderUtilities.ID_Sharpness))
- DoSlider("_Sharpness", "Sharpness");
-
- DoSlider("_PerspectiveFilter", "Perspective Filter");
- EditorGUILayout.Space();
- DoFloat("_VertexOffsetX", "Offset X");
- DoFloat("_VertexOffsetY", "Offset Y");
-
- if (m_Material.HasProperty(ShaderUtilities.ID_MaskCoord))
- {
- EditorGUILayout.Space();
- s_MaskFeature.ReadState(m_Material);
- s_MaskFeature.DoPopup(m_Editor, m_Material);
- if (s_MaskFeature.Active)
- {
- DoMaskSubgroup();
- }
-
- EditorGUILayout.Space();
- DoVector("_ClipRect", "Clip Rect", s_LbrtVectorLabels);
- }
- else if (m_Material.HasProperty("_MaskTex"))
- {
- DoMaskTexSubgroup();
- }
- else if (m_Material.HasProperty(ShaderUtilities.ID_MaskSoftnessX))
- {
- EditorGUILayout.Space();
- DoFloat("_MaskSoftnessX", "Softness X");
- DoFloat("_MaskSoftnessY", "Softness Y");
- DoVector("_ClipRect", "Clip Rect", s_LbrtVectorLabels);
- }
-
- if (m_Material.HasProperty(ShaderUtilities.ID_StencilID))
- {
- EditorGUILayout.Space();
- DoFloat("_Stencil", "Stencil ID");
- DoFloat("_StencilComp", "Stencil Comp");
- }
-
- EditorGUILayout.Space();
-
- EditorGUI.BeginChangeCheck();
- bool useRatios = EditorGUILayout.Toggle("Use Ratios", !m_Material.IsKeywordEnabled("RATIOS_OFF"));
- if (EditorGUI.EndChangeCheck())
- {
- m_Editor.RegisterPropertyChangeUndo("Use Ratios");
- if (useRatios)
- {
- m_Material.DisableKeyword("RATIOS_OFF");
- }
- else
- {
- m_Material.EnableKeyword("RATIOS_OFF");
- }
- }
-
- if (m_Material.HasProperty(ShaderUtilities.ShaderTag_CullMode))
- {
- EditorGUILayout.Space();
- DoPopup("_CullMode", "Cull Mode", s_CullingTypeLabels);
- }
-
- EditorGUILayout.Space();
-
- EditorGUI.BeginDisabledGroup(true);
- DoFloat("_ScaleRatioA", "Scale Ratio A");
- DoFloat("_ScaleRatioB", "Scale Ratio B");
- DoFloat("_ScaleRatioC", "Scale Ratio C");
- EditorGUI.EndDisabledGroup();
- EditorGUI.indentLevel -= 1;
- EditorGUILayout.Space();
- }
-
- void DoMaskSubgroup()
- {
- DoVector("_MaskCoord", "Mask Bounds", s_XywhVectorLabels);
- if (Selection.activeGameObject != null)
- {
- Renderer renderer = Selection.activeGameObject.GetComponent();
- if (renderer != null)
- {
- Rect rect = EditorGUILayout.GetControlRect();
- rect.x += EditorGUIUtility.labelWidth;
- rect.width -= EditorGUIUtility.labelWidth;
- if (GUI.Button(rect, "Match Renderer Bounds"))
- {
- FindProperty("_MaskCoord", m_Properties).vectorValue = new Vector4(
- 0,
- 0,
- Mathf.Round(renderer.bounds.extents.x * 1000) / 1000,
- Mathf.Round(renderer.bounds.extents.y * 1000) / 1000
- );
- }
- }
- }
-
- if (s_MaskFeature.State == 1)
- {
- DoFloat("_MaskSoftnessX", "Softness X");
- DoFloat("_MaskSoftnessY", "Softness Y");
- }
- }
-
- void DoMaskTexSubgroup()
- {
- EditorGUILayout.Space();
- DoTexture2D("_MaskTex", "Mask Texture");
- DoToggle("_MaskInverse", "Inverse Mask");
- DoColor("_MaskEdgeColor", "Edge Color");
- DoSlider("_MaskEdgeSoftness", "Edge Softness");
- DoSlider("_MaskWipeControl", "Wipe Position");
- DoFloat("_MaskSoftnessX", "Softness X");
- DoFloat("_MaskSoftnessY", "Softness Y");
- DoVector("_ClipRect", "Clip Rect", s_LbrtVectorLabels);
- }
- }
-}
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_SDFShaderGUI.cs.meta b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_SDFShaderGUI.cs.meta
deleted file mode 100644
index c643afa1..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_SDFShaderGUI.cs.meta
+++ /dev/null
@@ -1,12 +0,0 @@
-fileFormatVersion: 2
-guid: 8413ca0e506d42a1a4bd9769f204ad16
-timeCreated: 1469844718
-licenseType: Pro
-MonoImporter:
- serializedVersion: 2
- defaultReferences: []
- executionOrder: 0
- icon: {instanceID: 0}
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_SerializedPropertyHolder.cs b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_SerializedPropertyHolder.cs
deleted file mode 100644
index 2ba34d69..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_SerializedPropertyHolder.cs
+++ /dev/null
@@ -1,14 +0,0 @@
-using UnityEngine;
-using UnityEditor;
-
-namespace TMPro
-{
- class TMP_SerializedPropertyHolder : ScriptableObject
- {
- public TMP_FontAsset fontAsset;
- public uint firstCharacter;
- public uint secondCharacter;
-
- public TMP_GlyphPairAdjustmentRecord glyphPairAdjustmentRecord = new TMP_GlyphPairAdjustmentRecord(new TMP_GlyphAdjustmentRecord(), new TMP_GlyphAdjustmentRecord());
- }
-}
\ No newline at end of file
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_SerializedPropertyHolder.cs.meta b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_SerializedPropertyHolder.cs.meta
deleted file mode 100644
index cde31db9..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_SerializedPropertyHolder.cs.meta
+++ /dev/null
@@ -1,11 +0,0 @@
-fileFormatVersion: 2
-guid: 9c4a050f089abb04ebd4125e419f4548
-MonoImporter:
- externalObjects: {}
- serializedVersion: 2
- defaultReferences: []
- executionOrder: 0
- icon: {instanceID: 0}
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_SettingsEditor.cs b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_SettingsEditor.cs
deleted file mode 100644
index f8c601eb..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_SettingsEditor.cs
+++ /dev/null
@@ -1,381 +0,0 @@
-using System.Collections.Generic;
-using UnityEngine;
-using UnityEditor;
-using UnityEditorInternal;
-
-#pragma warning disable 0414 // Disabled a few warnings for not yet implemented features.
-
-namespace TMPro.EditorUtilities
-{
- [CustomEditor(typeof(TMP_Settings))]
- public class TMP_SettingsEditor : Editor
- {
- internal class Styles
- {
- public static readonly GUIContent defaultFontAssetLabel = new GUIContent("Default Font Asset", "The Font Asset that will be assigned by default to newly created text objects when no Font Asset is specified.");
- public static readonly GUIContent defaultFontAssetPathLabel = new GUIContent("Path: Resources/", "The relative path to a Resources folder where the Font Assets and Material Presets are located.\nExample \"Fonts & Materials/\"");
-
- public static readonly GUIContent fallbackFontAssetsLabel = new GUIContent("Fallback Font Assets", "The Font Assets that will be searched to locate and replace missing characters from a given Font Asset.");
- public static readonly GUIContent fallbackFontAssetsListLabel = new GUIContent("Fallback Font Assets List", "The Font Assets that will be searched to locate and replace missing characters from a given Font Asset.");
-
- public static readonly GUIContent fallbackMaterialSettingsLabel = new GUIContent("Fallback Material Settings");
- public static readonly GUIContent matchMaterialPresetLabel = new GUIContent("Match Material Presets");
-
- public static readonly GUIContent containerDefaultSettingsLabel = new GUIContent("Text Container Default Settings");
-
- public static readonly GUIContent textMeshProLabel = new GUIContent("TextMeshPro");
- public static readonly GUIContent textMeshProUiLabel = new GUIContent("TextMeshPro UI");
- public static readonly GUIContent enableRaycastTarget = new GUIContent("Enable Raycast Target");
- public static readonly GUIContent autoSizeContainerLabel = new GUIContent("Auto Size Text Container", "Set the size of the text container to match the text.");
- public static readonly GUIContent isTextObjectScaleStaticLabel = new GUIContent("Is Object Scale Static", "Disables calling InternalUpdate() when enabled. This can improve performance when text object scale is static.");
-
- public static readonly GUIContent textComponentDefaultSettingsLabel = new GUIContent("Text Component Default Settings");
- public static readonly GUIContent defaultFontSize = new GUIContent("Default Font Size");
- public static readonly GUIContent autoSizeRatioLabel = new GUIContent("Text Auto Size Ratios");
- public static readonly GUIContent minLabel = new GUIContent("Min");
- public static readonly GUIContent maxLabel = new GUIContent("Max");
-
- public static readonly GUIContent wordWrappingLabel = new GUIContent("Word Wrapping");
- public static readonly GUIContent kerningLabel = new GUIContent("Kerning");
- public static readonly GUIContent extraPaddingLabel = new GUIContent("Extra Padding");
- public static readonly GUIContent tintAllSpritesLabel = new GUIContent("Tint All Sprites");
- public static readonly GUIContent parseEscapeCharactersLabel = new GUIContent("Parse Escape Sequence");
-
- public static readonly GUIContent dynamicFontSystemSettingsLabel = new GUIContent("Dynamic Font System Settings");
- public static readonly GUIContent getFontFeaturesAtRuntime = new GUIContent("Get Font Features at Runtime", "Determines if Glyph Adjustment Data will be retrieved from font files at runtime when new characters and glyphs are added to font assets.");
- public static readonly GUIContent dynamicAtlasTextureGroup = new GUIContent("Dynamic Atlas Texture Group");
-
- public static readonly GUIContent missingGlyphLabel = new GUIContent("Missing Character Unicode", "The character to be displayed when the requested character is not found in any font asset or fallbacks.");
- public static readonly GUIContent disableWarningsLabel = new GUIContent("Disable warnings", "Disable warning messages in the Console.");
-
- public static readonly GUIContent defaultSpriteAssetLabel = new GUIContent("Default Sprite Asset", "The Sprite Asset that will be assigned by default when using the tag when no Sprite Asset is specified.");
- public static readonly GUIContent missingSpriteCharacterUnicodeLabel = new GUIContent("Missing Sprite Unicode", "The unicode value for the sprite character to be displayed when the requested sprite character is not found in any sprite assets or fallbacks.");
- public static readonly GUIContent enableEmojiSupportLabel = new GUIContent("iOS Emoji Support", "Enables Emoji support for Touch Screen Keyboards on target devices.");
- //public static readonly GUIContent spriteRelativeScale = new GUIContent("Relative Scaling", "Determines if the sprites will be scaled relative to the primary font asset assigned to the text object or relative to the current font asset.");
-
- public static readonly GUIContent spriteAssetsPathLabel = new GUIContent("Path: Resources/", "The relative path to a Resources folder where the Sprite Assets are located.\nExample \"Sprite Assets/\"");
-
- public static readonly GUIContent defaultStyleSheetLabel = new GUIContent("Default Style Sheet", "The Style Sheet that will be used for all text objects in this project.");
- public static readonly GUIContent styleSheetResourcePathLabel = new GUIContent("Path: Resources/", "The relative path to a Resources folder where the Style Sheets are located.\nExample \"Style Sheets/\"");
-
- public static readonly GUIContent colorGradientPresetsLabel = new GUIContent("Color Gradient Presets", "The relative path to a Resources folder where the Color Gradient Presets are located.\nExample \"Color Gradient Presets/\"");
- public static readonly GUIContent colorGradientsPathLabel = new GUIContent("Path: Resources/", "The relative path to a Resources folder where the Color Gradient Presets are located.\nExample \"Color Gradient Presets/\"");
-
- public static readonly GUIContent lineBreakingLabel = new GUIContent("Line Breaking for Asian languages", "The text assets that contain the Leading and Following characters which define the rules for line breaking with Asian languages.");
- public static readonly GUIContent koreanSpecificRules = new GUIContent("Korean Language Options");
- }
-
- SerializedProperty m_PropFontAsset;
- SerializedProperty m_PropDefaultFontAssetPath;
- SerializedProperty m_PropDefaultFontSize;
- SerializedProperty m_PropDefaultAutoSizeMinRatio;
- SerializedProperty m_PropDefaultAutoSizeMaxRatio;
- SerializedProperty m_PropDefaultTextMeshProTextContainerSize;
- SerializedProperty m_PropDefaultTextMeshProUITextContainerSize;
- SerializedProperty m_PropAutoSizeTextContainer;
- SerializedProperty m_PropEnableRaycastTarget;
- SerializedProperty m_PropIsTextObjectScaleStatic;
-
- SerializedProperty m_PropSpriteAsset;
- SerializedProperty m_PropMissingSpriteCharacterUnicode;
- //SerializedProperty m_PropSpriteRelativeScaling;
- SerializedProperty m_PropEnableEmojiSupport;
- SerializedProperty m_PropSpriteAssetPath;
-
-
- SerializedProperty m_PropStyleSheet;
- SerializedProperty m_PropStyleSheetsResourcePath;
- ReorderableList m_List;
-
- SerializedProperty m_PropColorGradientPresetsPath;
-
- SerializedProperty m_PropMatchMaterialPreset;
- SerializedProperty m_PropWordWrapping;
- SerializedProperty m_PropKerning;
- SerializedProperty m_PropExtraPadding;
- SerializedProperty m_PropTintAllSprites;
- SerializedProperty m_PropParseEscapeCharacters;
- SerializedProperty m_PropMissingGlyphCharacter;
-
- //SerializedProperty m_DynamicAtlasTextureManager;
- SerializedProperty m_GetFontFeaturesAtRuntime;
-
- SerializedProperty m_PropWarningsDisabled;
-
- SerializedProperty m_PropLeadingCharacters;
- SerializedProperty m_PropFollowingCharacters;
- SerializedProperty m_PropUseModernHangulLineBreakingRules;
-
- private const string k_UndoRedo = "UndoRedoPerformed";
-
- public void OnEnable()
- {
- if (target == null)
- return;
-
- m_PropFontAsset = serializedObject.FindProperty("m_defaultFontAsset");
- m_PropDefaultFontAssetPath = serializedObject.FindProperty("m_defaultFontAssetPath");
- m_PropDefaultFontSize = serializedObject.FindProperty("m_defaultFontSize");
- m_PropDefaultAutoSizeMinRatio = serializedObject.FindProperty("m_defaultAutoSizeMinRatio");
- m_PropDefaultAutoSizeMaxRatio = serializedObject.FindProperty("m_defaultAutoSizeMaxRatio");
- m_PropDefaultTextMeshProTextContainerSize = serializedObject.FindProperty("m_defaultTextMeshProTextContainerSize");
- m_PropDefaultTextMeshProUITextContainerSize = serializedObject.FindProperty("m_defaultTextMeshProUITextContainerSize");
- m_PropAutoSizeTextContainer = serializedObject.FindProperty("m_autoSizeTextContainer");
- m_PropEnableRaycastTarget = serializedObject.FindProperty("m_EnableRaycastTarget");
- m_PropIsTextObjectScaleStatic = serializedObject.FindProperty("m_IsTextObjectScaleStatic");
-
- m_PropSpriteAsset = serializedObject.FindProperty("m_defaultSpriteAsset");
- m_PropMissingSpriteCharacterUnicode = serializedObject.FindProperty("m_MissingCharacterSpriteUnicode");
- //m_PropSpriteRelativeScaling = serializedObject.FindProperty("m_SpriteRelativeScaling");
- m_PropEnableEmojiSupport = serializedObject.FindProperty("m_enableEmojiSupport");
- m_PropSpriteAssetPath = serializedObject.FindProperty("m_defaultSpriteAssetPath");
-
- m_PropStyleSheet = serializedObject.FindProperty("m_defaultStyleSheet");
- m_PropStyleSheetsResourcePath = serializedObject.FindProperty("m_StyleSheetsResourcePath");
-
-
- m_PropColorGradientPresetsPath = serializedObject.FindProperty("m_defaultColorGradientPresetsPath");
-
- m_List = new ReorderableList(serializedObject, serializedObject.FindProperty("m_fallbackFontAssets"), true, true, true, true);
-
- m_List.drawElementCallback = (rect, index, isActive, isFocused) =>
- {
- var element = m_List.serializedProperty.GetArrayElementAtIndex(index);
- rect.y += 2;
- EditorGUI.PropertyField(new Rect(rect.x, rect.y, rect.width, EditorGUIUtility.singleLineHeight), element, GUIContent.none);
- };
-
- m_List.drawHeaderCallback = rect =>
- {
- EditorGUI.LabelField(rect, Styles.fallbackFontAssetsListLabel);
- };
-
- m_PropMatchMaterialPreset = serializedObject.FindProperty("m_matchMaterialPreset");
-
- m_PropWordWrapping = serializedObject.FindProperty("m_enableWordWrapping");
- m_PropKerning = serializedObject.FindProperty("m_enableKerning");
- m_PropExtraPadding = serializedObject.FindProperty("m_enableExtraPadding");
- m_PropTintAllSprites = serializedObject.FindProperty("m_enableTintAllSprites");
- m_PropParseEscapeCharacters = serializedObject.FindProperty("m_enableParseEscapeCharacters");
- m_PropMissingGlyphCharacter = serializedObject.FindProperty("m_missingGlyphCharacter");
-
- m_PropWarningsDisabled = serializedObject.FindProperty("m_warningsDisabled");
-
- //m_DynamicAtlasTextureManager = serializedObject.FindProperty("m_DynamicAtlasTextureGroup");
- m_GetFontFeaturesAtRuntime = serializedObject.FindProperty("m_GetFontFeaturesAtRuntime");
-
- m_PropLeadingCharacters = serializedObject.FindProperty("m_leadingCharacters");
- m_PropFollowingCharacters = serializedObject.FindProperty("m_followingCharacters");
- m_PropUseModernHangulLineBreakingRules = serializedObject.FindProperty("m_UseModernHangulLineBreakingRules");
- }
-
- public override void OnInspectorGUI()
- {
- serializedObject.Update();
- string evt_cmd = Event.current.commandName;
-
- float labelWidth = EditorGUIUtility.labelWidth;
- float fieldWidth = EditorGUIUtility.fieldWidth;
-
- // TextMeshPro Font Info Panel
- EditorGUI.indentLevel = 0;
-
- // FONT ASSET
- EditorGUILayout.BeginVertical(EditorStyles.helpBox);
- GUILayout.Label(Styles.defaultFontAssetLabel, EditorStyles.boldLabel);
- EditorGUI.indentLevel = 1;
- EditorGUILayout.PropertyField(m_PropFontAsset, Styles.defaultFontAssetLabel);
- EditorGUILayout.PropertyField(m_PropDefaultFontAssetPath, Styles.defaultFontAssetPathLabel);
- EditorGUI.indentLevel = 0;
-
- EditorGUILayout.Space();
- EditorGUILayout.EndVertical();
-
- // FALLBACK FONT ASSETs
- EditorGUILayout.BeginVertical(EditorStyles.helpBox);
- GUILayout.Label(Styles.fallbackFontAssetsLabel, EditorStyles.boldLabel);
- m_List.DoLayoutList();
-
- GUILayout.Label(Styles.fallbackMaterialSettingsLabel, EditorStyles.boldLabel);
- EditorGUI.indentLevel = 1;
- EditorGUILayout.PropertyField(m_PropMatchMaterialPreset, Styles.matchMaterialPresetLabel);
- EditorGUI.indentLevel = 0;
-
- EditorGUILayout.Space();
- EditorGUILayout.EndVertical();
-
- // MISSING GLYPHS
- EditorGUILayout.BeginVertical(EditorStyles.helpBox);
- GUILayout.Label(Styles.dynamicFontSystemSettingsLabel, EditorStyles.boldLabel);
- EditorGUI.indentLevel = 1;
- EditorGUILayout.PropertyField(m_GetFontFeaturesAtRuntime, Styles.getFontFeaturesAtRuntime);
- EditorGUILayout.PropertyField(m_PropMissingGlyphCharacter, Styles.missingGlyphLabel);
- EditorGUILayout.PropertyField(m_PropWarningsDisabled, Styles.disableWarningsLabel);
- //EditorGUILayout.PropertyField(m_DynamicAtlasTextureManager, Styles.dynamicAtlasTextureManager);
- EditorGUI.indentLevel = 0;
-
- EditorGUILayout.Space();
- EditorGUILayout.EndVertical();
-
- // TEXT OBJECT DEFAULT PROPERTIES
- EditorGUILayout.BeginVertical(EditorStyles.helpBox);
- GUILayout.Label(Styles.containerDefaultSettingsLabel, EditorStyles.boldLabel);
- EditorGUI.indentLevel = 1;
-
- EditorGUILayout.PropertyField(m_PropDefaultTextMeshProTextContainerSize, Styles.textMeshProLabel);
- EditorGUILayout.PropertyField(m_PropDefaultTextMeshProUITextContainerSize, Styles.textMeshProUiLabel);
- EditorGUILayout.PropertyField(m_PropEnableRaycastTarget, Styles.enableRaycastTarget);
- EditorGUILayout.PropertyField(m_PropAutoSizeTextContainer, Styles.autoSizeContainerLabel);
- EditorGUILayout.PropertyField(m_PropIsTextObjectScaleStatic, Styles.isTextObjectScaleStaticLabel);
- EditorGUI.indentLevel = 0;
-
- EditorGUILayout.Space();
-
- GUILayout.Label(Styles.textComponentDefaultSettingsLabel, EditorStyles.boldLabel);
- EditorGUI.indentLevel = 1;
- EditorGUILayout.PropertyField(m_PropDefaultFontSize, Styles.defaultFontSize);
-
- EditorGUILayout.BeginHorizontal();
- {
- EditorGUILayout.PrefixLabel(Styles.autoSizeRatioLabel);
- EditorGUIUtility.labelWidth = 32;
- EditorGUIUtility.fieldWidth = 10;
-
- EditorGUI.indentLevel = 0;
- EditorGUILayout.PropertyField(m_PropDefaultAutoSizeMinRatio, Styles.minLabel);
- EditorGUILayout.PropertyField(m_PropDefaultAutoSizeMaxRatio, Styles.maxLabel);
- EditorGUI.indentLevel = 1;
- }
- EditorGUILayout.EndHorizontal();
-
- EditorGUIUtility.labelWidth = labelWidth;
- EditorGUIUtility.fieldWidth = fieldWidth;
-
- EditorGUILayout.PropertyField(m_PropWordWrapping, Styles.wordWrappingLabel);
- EditorGUILayout.PropertyField(m_PropKerning, Styles.kerningLabel);
-
- EditorGUILayout.PropertyField(m_PropExtraPadding, Styles.extraPaddingLabel);
- EditorGUILayout.PropertyField(m_PropTintAllSprites, Styles.tintAllSpritesLabel);
-
- EditorGUILayout.PropertyField(m_PropParseEscapeCharacters, Styles.parseEscapeCharactersLabel);
-
- EditorGUI.indentLevel = 0;
-
- EditorGUILayout.Space();
- EditorGUILayout.EndVertical();
-
- // SPRITE ASSET
- EditorGUILayout.BeginVertical(EditorStyles.helpBox);
- GUILayout.Label(Styles.defaultSpriteAssetLabel, EditorStyles.boldLabel);
- EditorGUI.indentLevel = 1;
- EditorGUILayout.PropertyField(m_PropSpriteAsset, Styles.defaultSpriteAssetLabel);
- EditorGUILayout.PropertyField(m_PropMissingSpriteCharacterUnicode, Styles.missingSpriteCharacterUnicodeLabel);
- EditorGUILayout.PropertyField(m_PropEnableEmojiSupport, Styles.enableEmojiSupportLabel);
- //EditorGUILayout.PropertyField(m_PropSpriteRelativeScaling, Styles.spriteRelativeScale);
- EditorGUILayout.PropertyField(m_PropSpriteAssetPath, Styles.spriteAssetsPathLabel);
- EditorGUI.indentLevel = 0;
-
- EditorGUILayout.Space();
- EditorGUILayout.EndVertical();
-
- // STYLE SHEET
- EditorGUILayout.BeginVertical(EditorStyles.helpBox);
- GUILayout.Label(Styles.defaultStyleSheetLabel, EditorStyles.boldLabel);
- EditorGUI.indentLevel = 1;
- EditorGUI.BeginChangeCheck();
- EditorGUILayout.PropertyField(m_PropStyleSheet, Styles.defaultStyleSheetLabel);
- if (EditorGUI.EndChangeCheck())
- {
- serializedObject.ApplyModifiedProperties();
-
- TMP_StyleSheet styleSheet = m_PropStyleSheet.objectReferenceValue as TMP_StyleSheet;
- if (styleSheet != null)
- styleSheet.RefreshStyles();
- }
- EditorGUILayout.PropertyField(m_PropStyleSheetsResourcePath, Styles.styleSheetResourcePathLabel);
- EditorGUI.indentLevel = 0;
-
- EditorGUILayout.Space();
- EditorGUILayout.EndVertical();
-
- // COLOR GRADIENT PRESETS
- EditorGUILayout.BeginVertical(EditorStyles.helpBox);
- GUILayout.Label(Styles.colorGradientPresetsLabel, EditorStyles.boldLabel);
- EditorGUI.indentLevel = 1;
- EditorGUILayout.PropertyField(m_PropColorGradientPresetsPath, Styles.colorGradientsPathLabel);
- EditorGUI.indentLevel = 0;
-
- EditorGUILayout.Space();
- EditorGUILayout.EndVertical();
-
- // LINE BREAKING RULE
- EditorGUILayout.BeginVertical(EditorStyles.helpBox);
- GUILayout.Label(Styles.lineBreakingLabel, EditorStyles.boldLabel);
- EditorGUI.indentLevel = 1;
- EditorGUILayout.PropertyField(m_PropLeadingCharacters);
- EditorGUILayout.PropertyField(m_PropFollowingCharacters);
-
- EditorGUILayout.Space();
- GUILayout.Label(Styles.koreanSpecificRules, EditorStyles.boldLabel);
- EditorGUILayout.PropertyField(m_PropUseModernHangulLineBreakingRules, new GUIContent("Use Modern Line Breaking", "Determines if traditional or modern line breaking rules will be used to control line breaking. Traditional line breaking rules use the Leading and Following Character rules whereas Modern uses spaces for line breaking."));
-
- EditorGUI.indentLevel = 0;
-
- EditorGUILayout.Space();
- EditorGUILayout.EndVertical();
-
- if (serializedObject.ApplyModifiedProperties() || evt_cmd == k_UndoRedo)
- {
- EditorUtility.SetDirty(target);
- TMPro_EventManager.ON_TMP_SETTINGS_CHANGED();
- }
- }
- }
-
-#if UNITY_2018_3_OR_NEWER
- class TMP_ResourceImporterProvider : SettingsProvider
- {
- TMP_PackageResourceImporter m_ResourceImporter;
-
- public TMP_ResourceImporterProvider()
- : base("Project/TextMesh Pro", SettingsScope.Project)
- {
- }
-
- public override void OnGUI(string searchContext)
- {
- // Lazy creation that supports domain reload
- if (m_ResourceImporter == null)
- m_ResourceImporter = new TMP_PackageResourceImporter();
-
- m_ResourceImporter.OnGUI();
- }
-
- public override void OnDeactivate()
- {
- if (m_ResourceImporter != null)
- m_ResourceImporter.OnDestroy();
- }
-
- static UnityEngine.Object GetTMPSettings()
- {
- return Resources.Load("TMP Settings");
- }
-
- [SettingsProviderGroup]
- static SettingsProvider[] CreateTMPSettingsProvider()
- {
- var providers = new List { new TMP_ResourceImporterProvider() };
-
- if (GetTMPSettings() != null)
- {
- var provider = new AssetSettingsProvider("Project/TextMesh Pro/Settings", GetTMPSettings);
- provider.PopulateSearchKeywordsFromGUIContentProperties();
- providers.Add(provider);
- }
-
- return providers.ToArray();
- }
- }
-#endif
-}
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_SettingsEditor.cs.meta b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_SettingsEditor.cs.meta
deleted file mode 100644
index a719ae77..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_SettingsEditor.cs.meta
+++ /dev/null
@@ -1,12 +0,0 @@
-fileFormatVersion: 2
-guid: 0386b6eb838c47138cd51d1c1b879a35
-timeCreated: 1436658550
-licenseType: Pro
-MonoImporter:
- serializedVersion: 2
- defaultReferences: []
- executionOrder: 0
- icon: {instanceID: 0}
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_SpriteAssetEditor.cs b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_SpriteAssetEditor.cs
deleted file mode 100644
index e7d48d1b..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_SpriteAssetEditor.cs
+++ /dev/null
@@ -1,953 +0,0 @@
-using UnityEngine;
-using UnityEngine.TextCore;
-using UnityEditor;
-using UnityEditorInternal;
-using System.Collections.Generic;
-
-
-namespace TMPro.EditorUtilities
-{
-
- [CustomEditor(typeof(TMP_SpriteAsset))]
- public class TMP_SpriteAssetEditor : Editor
- {
- struct UI_PanelState
- {
- public static bool spriteAssetFaceInfoPanel = true;
- public static bool spriteAtlasInfoPanel = true;
- public static bool fallbackSpriteAssetPanel = true;
- public static bool spriteCharacterTablePanel;
- public static bool spriteGlyphTablePanel;
- }
-
- private static string[] s_UiStateLabel = new string[] { "(Click to collapse) ", "(Click to expand) " };
-
- int m_moveToIndex;
- int m_selectedElement = -1;
- int m_CurrentCharacterPage;
- int m_CurrentGlyphPage;
-
- const string k_UndoRedo = "UndoRedoPerformed";
-
- string m_CharacterSearchPattern;
- List m_CharacterSearchList;
- bool m_IsCharacterSearchDirty;
-
- string m_GlyphSearchPattern;
- List m_GlyphSearchList;
- bool m_IsGlyphSearchDirty;
-
- SerializedProperty m_FaceInfoProperty;
- SerializedProperty m_PointSizeProperty;
- SerializedProperty m_ScaleProperty;
- SerializedProperty m_LineHeightProperty;
- SerializedProperty m_AscentLineProperty;
- SerializedProperty m_BaselineProperty;
- SerializedProperty m_DescentLineProperty;
-
- SerializedProperty m_spriteAtlas_prop;
- SerializedProperty m_material_prop;
- SerializedProperty m_SpriteCharacterTableProperty;
- SerializedProperty m_SpriteGlyphTableProperty;
- ReorderableList m_fallbackSpriteAssetList;
-
- TMP_SpriteAsset m_SpriteAsset;
-
- bool isAssetDirty;
-
- float m_xOffset;
- float m_yOffset;
- float m_xAdvance;
- float m_scale;
-
- public void OnEnable()
- {
- m_SpriteAsset = target as TMP_SpriteAsset;
-
- m_FaceInfoProperty = serializedObject.FindProperty("m_FaceInfo");
- m_PointSizeProperty = m_FaceInfoProperty.FindPropertyRelative("m_PointSize");
- m_ScaleProperty = m_FaceInfoProperty.FindPropertyRelative("m_Scale");
- m_LineHeightProperty = m_FaceInfoProperty.FindPropertyRelative("m_LineHeight");
- m_AscentLineProperty = m_FaceInfoProperty.FindPropertyRelative("m_AscentLine");
- m_BaselineProperty = m_FaceInfoProperty.FindPropertyRelative("m_Baseline");
- m_DescentLineProperty = m_FaceInfoProperty.FindPropertyRelative("m_DescentLine");
-
- m_spriteAtlas_prop = serializedObject.FindProperty("spriteSheet");
- m_material_prop = serializedObject.FindProperty("material");
- m_SpriteCharacterTableProperty = serializedObject.FindProperty("m_SpriteCharacterTable");
- m_SpriteGlyphTableProperty = serializedObject.FindProperty("m_SpriteGlyphTable");
-
- // Fallback TMP Sprite Asset list
- m_fallbackSpriteAssetList = new ReorderableList(serializedObject, serializedObject.FindProperty("fallbackSpriteAssets"), true, true, true, true);
-
- m_fallbackSpriteAssetList.drawElementCallback = (Rect rect, int index, bool isActive, bool isFocused) =>
- {
- var element = m_fallbackSpriteAssetList.serializedProperty.GetArrayElementAtIndex(index);
- rect.y += 2;
- EditorGUI.PropertyField(new Rect(rect.x, rect.y, rect.width, EditorGUIUtility.singleLineHeight), element, GUIContent.none);
- };
-
- m_fallbackSpriteAssetList.drawHeaderCallback = rect =>
- {
- EditorGUI.LabelField(rect, new GUIContent("Fallback Sprite Asset List", "Select the Sprite Assets that will be searched and used as fallback when a given sprite is missing from this sprite asset."));
- };
- }
-
-
- public override void OnInspectorGUI()
- {
-
- //Debug.Log("OnInspectorGUI Called.");
- Event currentEvent = Event.current;
- string evt_cmd = currentEvent.commandName; // Get Current Event CommandName to check for Undo Events
-
- serializedObject.Update();
-
-
- // TEXTMESHPRO SPRITE INFO PANEL
- #region Display Sprite Asset Face Info
- Rect rect = EditorGUILayout.GetControlRect(false, 24);
-
- GUI.Label(rect, new GUIContent("Face Info - v" + m_SpriteAsset.version), TMP_UIStyleManager.sectionHeader);
-
- rect.x += rect.width - 132f;
- rect.y += 2;
- rect.width = 130f;
- rect.height = 18f;
- if (GUI.Button(rect, new GUIContent("Update Sprite Asset")))
- {
- TMP_SpriteAssetMenu.UpdateSpriteAsset(m_SpriteAsset);
- }
- EditorGUI.indentLevel = 1;
-
- EditorGUILayout.PropertyField(m_PointSizeProperty);
- EditorGUILayout.PropertyField(m_ScaleProperty);
- //EditorGUILayout.PropertyField(m_LineHeightProperty);
- EditorGUILayout.PropertyField(m_AscentLineProperty);
- EditorGUILayout.PropertyField(m_BaselineProperty);
- EditorGUILayout.PropertyField(m_DescentLineProperty);
- EditorGUILayout.Space();
- #endregion
-
-
- // ATLAS TEXTURE & MATERIAL
- #region Display Atlas Texture and Material
- rect = EditorGUILayout.GetControlRect(false, 24);
-
- if (GUI.Button(rect, new GUIContent("Atlas & Material"), TMP_UIStyleManager.sectionHeader))
- UI_PanelState.spriteAtlasInfoPanel = !UI_PanelState.spriteAtlasInfoPanel;
-
- GUI.Label(rect, (UI_PanelState.spriteAtlasInfoPanel ? "" : s_UiStateLabel[1]), TMP_UIStyleManager.rightLabel);
-
- if (UI_PanelState.spriteAtlasInfoPanel)
- {
- EditorGUI.BeginChangeCheck();
- EditorGUILayout.PropertyField(m_spriteAtlas_prop, new GUIContent("Sprite Atlas"));
- if (EditorGUI.EndChangeCheck())
- {
- // Assign the new sprite atlas texture to the current material
- Texture2D tex = m_spriteAtlas_prop.objectReferenceValue as Texture2D;
- if (tex != null)
- {
- Material mat = m_material_prop.objectReferenceValue as Material;
- if (mat != null)
- mat.mainTexture = tex;
- }
- }
-
- EditorGUILayout.PropertyField(m_material_prop, new GUIContent("Default Material"));
- EditorGUILayout.Space();
- }
- #endregion
-
-
- // FALLBACK SPRITE ASSETS
- #region Display Sprite Fallbacks
- rect = EditorGUILayout.GetControlRect(false, 24);
- EditorGUI.indentLevel = 0;
- if (GUI.Button(rect, new GUIContent("Fallback Sprite Assets", "Select the Sprite Assets that will be searched and used as fallback when a given sprite is missing from this sprite asset."), TMP_UIStyleManager.sectionHeader))
- UI_PanelState.fallbackSpriteAssetPanel = !UI_PanelState.fallbackSpriteAssetPanel;
-
- GUI.Label(rect, (UI_PanelState.fallbackSpriteAssetPanel ? "" : s_UiStateLabel[1]), TMP_UIStyleManager.rightLabel);
-
- if (UI_PanelState.fallbackSpriteAssetPanel)
- {
- m_fallbackSpriteAssetList.DoLayoutList();
- EditorGUILayout.Space();
- }
- #endregion
-
-
- // SPRITE CHARACTER TABLE
- #region Display Sprite Character Table
- EditorGUI.indentLevel = 0;
- rect = EditorGUILayout.GetControlRect(false, 24);
-
- if (GUI.Button(rect, new GUIContent("Sprite Character Table", "List of sprite characters contained in this sprite asset."), TMP_UIStyleManager.sectionHeader))
- UI_PanelState.spriteCharacterTablePanel = !UI_PanelState.spriteCharacterTablePanel;
-
- GUI.Label(rect, (UI_PanelState.spriteCharacterTablePanel ? "" : s_UiStateLabel[1]), TMP_UIStyleManager.rightLabel);
-
- if (UI_PanelState.spriteCharacterTablePanel)
- {
- int arraySize = m_SpriteCharacterTableProperty.arraySize;
- int itemsPerPage = 10;
-
- // Display Glyph Management Tools
- EditorGUILayout.BeginVertical(EditorStyles.helpBox, GUILayout.ExpandWidth(true));
- {
- // Search Bar implementation
- #region DISPLAY SEARCH BAR
- EditorGUILayout.BeginHorizontal();
- {
- EditorGUIUtility.labelWidth = 110f;
- EditorGUI.BeginChangeCheck();
- string searchPattern = EditorGUILayout.TextField("Sprite Search", m_CharacterSearchPattern, "SearchTextField");
- if (EditorGUI.EndChangeCheck() || m_IsCharacterSearchDirty)
- {
- if (string.IsNullOrEmpty(searchPattern) == false)
- {
- //GUIUtility.keyboardControl = 0;
- m_CharacterSearchPattern = searchPattern.ToLower(System.Globalization.CultureInfo.InvariantCulture).Trim();
-
- // Search Glyph Table for potential matches
- SearchCharacterTable(m_CharacterSearchPattern, ref m_CharacterSearchList);
- }
- else
- m_CharacterSearchPattern = null;
-
- m_IsCharacterSearchDirty = false;
- }
-
- string styleName = string.IsNullOrEmpty(m_CharacterSearchPattern) ? "SearchCancelButtonEmpty" : "SearchCancelButton";
- if (GUILayout.Button(GUIContent.none, styleName))
- {
- GUIUtility.keyboardControl = 0;
- m_CharacterSearchPattern = string.Empty;
- }
- }
- EditorGUILayout.EndHorizontal();
- #endregion
-
- // Display Page Navigation
- if (!string.IsNullOrEmpty(m_CharacterSearchPattern))
- arraySize = m_CharacterSearchList.Count;
-
- // Display Page Navigation
- DisplayPageNavigation(ref m_CurrentCharacterPage, arraySize, itemsPerPage);
- }
- EditorGUILayout.EndVertical();
-
- if (arraySize > 0)
- {
- // Display each SpriteInfo entry using the SpriteInfo property drawer.
- for (int i = itemsPerPage * m_CurrentCharacterPage; i < arraySize && i < itemsPerPage * (m_CurrentCharacterPage + 1); i++)
- {
- // Define the start of the selection region of the element.
- Rect elementStartRegion = GUILayoutUtility.GetRect(0f, 0f, GUILayout.ExpandWidth(true));
-
- int elementIndex = i;
- if (!string.IsNullOrEmpty(m_CharacterSearchPattern))
- elementIndex = m_CharacterSearchList[i];
-
- SerializedProperty spriteCharacterProperty = m_SpriteCharacterTableProperty.GetArrayElementAtIndex(elementIndex);
-
- EditorGUILayout.BeginVertical(EditorStyles.helpBox);
- {
- EditorGUI.BeginDisabledGroup(i != m_selectedElement);
- {
- EditorGUILayout.PropertyField(spriteCharacterProperty);
- }
- EditorGUI.EndDisabledGroup();
- }
- EditorGUILayout.EndVertical();
-
- // Define the end of the selection region of the element.
- Rect elementEndRegion = GUILayoutUtility.GetRect(0f, 0f, GUILayout.ExpandWidth(true));
-
- // Check for Item selection
- Rect selectionArea = new Rect(elementStartRegion.x, elementStartRegion.y, elementEndRegion.width, elementEndRegion.y - elementStartRegion.y);
- if (DoSelectionCheck(selectionArea))
- {
- if (m_selectedElement == i)
- {
- m_selectedElement = -1;
- }
- else
- {
- m_selectedElement = i;
- GUIUtility.keyboardControl = 0;
- }
- }
-
- // Draw & Handle Section Area
- if (m_selectedElement == i)
- {
- // Draw selection highlight
- TMP_EditorUtility.DrawBox(selectionArea, 2f, new Color32(40, 192, 255, 255));
-
- // Draw options to MoveUp, MoveDown, Add or Remove Sprites
- Rect controlRect = EditorGUILayout.GetControlRect(true, EditorGUIUtility.singleLineHeight * 1f);
- controlRect.width /= 8;
-
- // Move sprite up.
- bool guiEnabled = GUI.enabled;
- if (i == 0) { GUI.enabled = false; }
- if (GUI.Button(controlRect, "Up"))
- {
- SwapCharacterElements(i, i - 1);
- }
- GUI.enabled = guiEnabled;
-
- // Move sprite down.
- controlRect.x += controlRect.width;
- if (i == arraySize - 1) { GUI.enabled = false; }
- if (GUI.Button(controlRect, "Down"))
- {
- SwapCharacterElements(i, i + 1);
- }
- GUI.enabled = guiEnabled;
-
- // Move sprite to new index
- controlRect.x += controlRect.width * 2;
- //if (i == arraySize - 1) { GUI.enabled = false; }
- m_moveToIndex = EditorGUI.IntField(controlRect, m_moveToIndex);
- controlRect.x -= controlRect.width;
- if (GUI.Button(controlRect, "Goto"))
- {
- MoveCharacterToIndex(i, m_moveToIndex);
- }
- //controlRect.x += controlRect.width;
- GUI.enabled = guiEnabled;
-
- // Add new Sprite
- controlRect.x += controlRect.width * 4;
- if (GUI.Button(controlRect, "+"))
- {
- m_SpriteCharacterTableProperty.arraySize += 1;
-
- int index = m_SpriteCharacterTableProperty.arraySize - 1;
-
- SerializedProperty spriteInfo_prop = m_SpriteCharacterTableProperty.GetArrayElementAtIndex(index);
-
- // Copy properties of the selected element
- CopyCharacterSerializedProperty(m_SpriteCharacterTableProperty.GetArrayElementAtIndex(elementIndex), ref spriteInfo_prop);
-
- //spriteInfo_prop.FindPropertyRelative("m_Index").intValue = index;
- serializedObject.ApplyModifiedProperties();
-
- m_IsCharacterSearchDirty = true;
- }
-
- // Delete selected Sprite
- controlRect.x += controlRect.width;
- if (m_selectedElement == -1) GUI.enabled = false;
- if (GUI.Button(controlRect, "-"))
- {
- m_SpriteCharacterTableProperty.DeleteArrayElementAtIndex(elementIndex);
-
- m_selectedElement = -1;
- serializedObject.ApplyModifiedProperties();
-
- m_IsCharacterSearchDirty = true;
-
- return;
- }
-
-
- }
- }
- }
-
- DisplayPageNavigation(ref m_CurrentCharacterPage, arraySize, itemsPerPage);
-
- EditorGUIUtility.labelWidth = 40f;
- EditorGUIUtility.fieldWidth = 20f;
-
- GUILayout.Space(5f);
-
- // GLOBAL TOOLS
- #region Global Tools
- /*
- GUI.enabled = true;
- EditorGUILayout.BeginVertical(EditorStyles.helpBox);
- rect = EditorGUILayout.GetControlRect(false, 40);
-
- float width = (rect.width - 75f) / 4;
- EditorGUI.LabelField(rect, "Global Offsets & Scale", EditorStyles.boldLabel);
-
-
- rect.x += 70;
- bool old_ChangedState = GUI.changed;
-
- GUI.changed = false;
- m_xOffset = EditorGUI.FloatField(new Rect(rect.x + 5f + width * 0, rect.y + 20, width - 5f, 18), new GUIContent("OX:"), m_xOffset);
- if (GUI.changed) UpdateGlobalProperty("m_HorizontalBearingX", m_xOffset);
-
- m_yOffset = EditorGUI.FloatField(new Rect(rect.x + 5f + width * 1, rect.y + 20, width - 5f, 18), new GUIContent("OY:"), m_yOffset);
- if (GUI.changed) UpdateGlobalProperty("m_HorizontalBearingY", m_yOffset);
-
- m_xAdvance = EditorGUI.FloatField(new Rect(rect.x + 5f + width * 2, rect.y + 20, width - 5f, 18), new GUIContent("ADV."), m_xAdvance);
- if (GUI.changed) UpdateGlobalProperty("m_HorizontalAdvance", m_xAdvance);
-
- m_scale = EditorGUI.FloatField(new Rect(rect.x + 5f + width * 3, rect.y + 20, width - 5f, 18), new GUIContent("SF."), m_scale);
- if (GUI.changed) UpdateGlobalProperty("m_Scale", m_scale);
-
- EditorGUILayout.EndVertical();
-
- GUI.changed = old_ChangedState;
- */
- #endregion
-
- }
- #endregion
-
-
- // SPRITE GLYPH TABLE
- #region Display Sprite Glyph Table
- EditorGUI.indentLevel = 0;
- rect = EditorGUILayout.GetControlRect(false, 24);
-
- if (GUI.Button(rect, new GUIContent("Sprite Glyph Table", "A list of the SpriteGlyphs contained in this sprite asset."), TMP_UIStyleManager.sectionHeader))
- UI_PanelState.spriteGlyphTablePanel = !UI_PanelState.spriteGlyphTablePanel;
-
- GUI.Label(rect, (UI_PanelState.spriteGlyphTablePanel ? "" : s_UiStateLabel[1]), TMP_UIStyleManager.rightLabel);
-
- if (UI_PanelState.spriteGlyphTablePanel)
- {
- int arraySize = m_SpriteGlyphTableProperty.arraySize;
- int itemsPerPage = 10;
-
- // Display Glyph Management Tools
- EditorGUILayout.BeginVertical(EditorStyles.helpBox, GUILayout.ExpandWidth(true));
- {
- // Search Bar implementation
- #region DISPLAY SEARCH BAR
- EditorGUILayout.BeginHorizontal();
- {
- EditorGUIUtility.labelWidth = 110f;
- EditorGUI.BeginChangeCheck();
- string searchPattern = EditorGUILayout.TextField("Sprite Search", m_GlyphSearchPattern, "SearchTextField");
- if (EditorGUI.EndChangeCheck() || m_IsGlyphSearchDirty)
- {
- if (string.IsNullOrEmpty(searchPattern) == false)
- {
- //GUIUtility.keyboardControl = 0;
- m_GlyphSearchPattern = searchPattern.ToLower(System.Globalization.CultureInfo.InvariantCulture).Trim();
-
- // Search Glyph Table for potential matches
- SearchCharacterTable(m_GlyphSearchPattern, ref m_GlyphSearchList);
- }
- else
- m_GlyphSearchPattern = null;
-
- m_IsGlyphSearchDirty = false;
- }
-
- string styleName = string.IsNullOrEmpty(m_GlyphSearchPattern) ? "SearchCancelButtonEmpty" : "SearchCancelButton";
- if (GUILayout.Button(GUIContent.none, styleName))
- {
- GUIUtility.keyboardControl = 0;
- m_GlyphSearchPattern = string.Empty;
- }
- }
- EditorGUILayout.EndHorizontal();
- #endregion
-
- // Display Page Navigation
- if (!string.IsNullOrEmpty(m_GlyphSearchPattern))
- arraySize = m_GlyphSearchList.Count;
-
- // Display Page Navigation
- DisplayPageNavigation(ref m_CurrentGlyphPage, arraySize, itemsPerPage);
- }
- EditorGUILayout.EndVertical();
-
- if (arraySize > 0)
- {
- // Display each SpriteInfo entry using the SpriteInfo property drawer.
- for (int i = itemsPerPage * m_CurrentGlyphPage; i < arraySize && i < itemsPerPage * (m_CurrentGlyphPage + 1); i++)
- {
- // Define the start of the selection region of the element.
- Rect elementStartRegion = GUILayoutUtility.GetRect(0f, 0f, GUILayout.ExpandWidth(true));
-
- int elementIndex = i;
- if (!string.IsNullOrEmpty(m_GlyphSearchPattern))
- elementIndex = m_GlyphSearchList[i];
-
- SerializedProperty spriteGlyphProperty = m_SpriteGlyphTableProperty.GetArrayElementAtIndex(elementIndex);
-
- EditorGUILayout.BeginVertical(EditorStyles.helpBox);
- {
- EditorGUI.BeginDisabledGroup(i != m_selectedElement);
- {
- EditorGUILayout.PropertyField(spriteGlyphProperty);
- }
- EditorGUI.EndDisabledGroup();
- }
- EditorGUILayout.EndVertical();
-
- // Define the end of the selection region of the element.
- Rect elementEndRegion = GUILayoutUtility.GetRect(0f, 0f, GUILayout.ExpandWidth(true));
-
- // Check for Item selection
- Rect selectionArea = new Rect(elementStartRegion.x, elementStartRegion.y, elementEndRegion.width, elementEndRegion.y - elementStartRegion.y);
- if (DoSelectionCheck(selectionArea))
- {
- if (m_selectedElement == i)
- {
- m_selectedElement = -1;
- }
- else
- {
- m_selectedElement = i;
- GUIUtility.keyboardControl = 0;
- }
- }
-
- // Draw & Handle Section Area
- if (m_selectedElement == i)
- {
- // Draw selection highlight
- TMP_EditorUtility.DrawBox(selectionArea, 2f, new Color32(40, 192, 255, 255));
-
- // Draw options to MoveUp, MoveDown, Add or Remove Sprites
- Rect controlRect = EditorGUILayout.GetControlRect(true, EditorGUIUtility.singleLineHeight * 1f);
- controlRect.width /= 8;
-
- // Move sprite up.
- bool guiEnabled = GUI.enabled;
- if (i == 0) { GUI.enabled = false; }
- if (GUI.Button(controlRect, "Up"))
- {
- SwapGlyphElements(i, i - 1);
- }
- GUI.enabled = guiEnabled;
-
- // Move sprite down.
- controlRect.x += controlRect.width;
- if (i == arraySize - 1) { GUI.enabled = false; }
- if (GUI.Button(controlRect, "Down"))
- {
- SwapGlyphElements(i, i + 1);
- }
- GUI.enabled = guiEnabled;
-
- // Move sprite to new index
- controlRect.x += controlRect.width * 2;
- //if (i == arraySize - 1) { GUI.enabled = false; }
- m_moveToIndex = EditorGUI.IntField(controlRect, m_moveToIndex);
- controlRect.x -= controlRect.width;
- if (GUI.Button(controlRect, "Goto"))
- {
- MoveGlyphToIndex(i, m_moveToIndex);
- }
- //controlRect.x += controlRect.width;
- GUI.enabled = guiEnabled;
-
- // Add new Sprite
- controlRect.x += controlRect.width * 4;
- if (GUI.Button(controlRect, "+"))
- {
- m_SpriteGlyphTableProperty.arraySize += 1;
-
- int index = m_SpriteGlyphTableProperty.arraySize - 1;
-
- SerializedProperty newSpriteGlyphProperty = m_SpriteGlyphTableProperty.GetArrayElementAtIndex(index);
-
- // Copy properties of the selected element
- CopyGlyphSerializedProperty(m_SpriteGlyphTableProperty.GetArrayElementAtIndex(elementIndex), ref newSpriteGlyphProperty);
-
- newSpriteGlyphProperty.FindPropertyRelative("m_Index").intValue = index;
-
- serializedObject.ApplyModifiedProperties();
-
- m_IsGlyphSearchDirty = true;
-
- //m_SpriteAsset.UpdateLookupTables();
- }
-
- // Delete selected Sprite
- controlRect.x += controlRect.width;
- if (m_selectedElement == -1) GUI.enabled = false;
- if (GUI.Button(controlRect, "-"))
- {
- SerializedProperty selectedSpriteGlyphProperty = m_SpriteGlyphTableProperty.GetArrayElementAtIndex(elementIndex);
-
- int selectedGlyphIndex = selectedSpriteGlyphProperty.FindPropertyRelative("m_Index").intValue;
-
- m_SpriteGlyphTableProperty.DeleteArrayElementAtIndex(elementIndex);
-
- // Remove all Sprite Characters referencing this glyph.
- for (int j = 0; j < m_SpriteCharacterTableProperty.arraySize; j++)
- {
- int glyphIndex = m_SpriteCharacterTableProperty.GetArrayElementAtIndex(j).FindPropertyRelative("m_GlyphIndex").intValue;
-
- if (glyphIndex == selectedGlyphIndex)
- {
- // Remove character
- m_SpriteCharacterTableProperty.DeleteArrayElementAtIndex(j);
- }
- }
-
- m_selectedElement = -1;
- serializedObject.ApplyModifiedProperties();
-
- m_IsGlyphSearchDirty = true;
-
- //m_SpriteAsset.UpdateLookupTables();
-
- return;
- }
-
-
- }
- }
- }
-
- DisplayPageNavigation(ref m_CurrentGlyphPage, arraySize, itemsPerPage);
-
- EditorGUIUtility.labelWidth = 40f;
- EditorGUIUtility.fieldWidth = 20f;
-
- GUILayout.Space(5f);
-
- // GLOBAL TOOLS
- #region Global Tools
- GUI.enabled = true;
- EditorGUILayout.BeginVertical(EditorStyles.helpBox);
- rect = EditorGUILayout.GetControlRect(false, 40);
-
- float width = (rect.width - 75f) / 4;
- EditorGUI.LabelField(rect, "Global Offsets & Scale", EditorStyles.boldLabel);
-
-
- rect.x += 70;
- bool old_ChangedState = GUI.changed;
-
- GUI.changed = false;
- m_xOffset = EditorGUI.FloatField(new Rect(rect.x + 5f + width * 0, rect.y + 20, width - 5f, 18), new GUIContent("OX:"), m_xOffset);
- if (GUI.changed) UpdateGlobalProperty("m_HorizontalBearingX", m_xOffset);
-
- m_yOffset = EditorGUI.FloatField(new Rect(rect.x + 5f + width * 1, rect.y + 20, width - 5f, 18), new GUIContent("OY:"), m_yOffset);
- if (GUI.changed) UpdateGlobalProperty("m_HorizontalBearingY", m_yOffset);
-
- m_xAdvance = EditorGUI.FloatField(new Rect(rect.x + 5f + width * 2, rect.y + 20, width - 5f, 18), new GUIContent("ADV."), m_xAdvance);
- if (GUI.changed) UpdateGlobalProperty("m_HorizontalAdvance", m_xAdvance);
-
- m_scale = EditorGUI.FloatField(new Rect(rect.x + 5f + width * 3, rect.y + 20, width - 5f, 18), new GUIContent("SF."), m_scale);
- if (GUI.changed) UpdateGlobalProperty("m_Scale", m_scale);
-
- EditorGUILayout.EndVertical();
- #endregion
-
- GUI.changed = old_ChangedState;
-
- }
- #endregion
-
-
- if (serializedObject.ApplyModifiedProperties() || evt_cmd == k_UndoRedo || isAssetDirty)
- {
- if (m_SpriteAsset.m_IsSpriteAssetLookupTablesDirty || evt_cmd == k_UndoRedo)
- m_SpriteAsset.UpdateLookupTables();
-
- TMPro_EventManager.ON_SPRITE_ASSET_PROPERTY_CHANGED(true, m_SpriteAsset);
-
- isAssetDirty = false;
- EditorUtility.SetDirty(target);
- }
-
- // Clear selection if mouse event was not consumed.
- GUI.enabled = true;
- if (currentEvent.type == EventType.MouseDown && currentEvent.button == 0)
- m_selectedElement = -1;
-
- }
-
-
- ///
- ///
- ///
- ///
- ///
- void DisplayPageNavigation(ref int currentPage, int arraySize, int itemsPerPage)
- {
- Rect pagePos = EditorGUILayout.GetControlRect(false, 20);
- pagePos.width /= 3;
-
- int shiftMultiplier = Event.current.shift ? 10 : 1; // Page + Shift goes 10 page forward
-
- // Previous Page
- GUI.enabled = currentPage > 0;
-
- if (GUI.Button(pagePos, "Previous Page"))
- {
- currentPage -= 1 * shiftMultiplier;
- //m_isNewPage = true;
- }
-
- // Page Counter
- GUI.enabled = true;
- pagePos.x += pagePos.width;
- int totalPages = (int)(arraySize / (float)itemsPerPage + 0.999f);
- GUI.Label(pagePos, "Page " + (currentPage + 1) + " / " + totalPages, TMP_UIStyleManager.centeredLabel);
-
- // Next Page
- pagePos.x += pagePos.width;
- GUI.enabled = itemsPerPage * (currentPage + 1) < arraySize;
-
- if (GUI.Button(pagePos, "Next Page"))
- {
- currentPage += 1 * shiftMultiplier;
- //m_isNewPage = true;
- }
-
- // Clamp page range
- currentPage = Mathf.Clamp(currentPage, 0, arraySize / itemsPerPage);
-
- GUI.enabled = true;
- }
-
-
- ///
- /// Method to update the properties of all sprites
- ///
- ///
- ///
- void UpdateGlobalProperty(string property, float value)
- {
- int arraySize = m_SpriteGlyphTableProperty.arraySize;
-
- for (int i = 0; i < arraySize; i++)
- {
- // Get a reference to the sprite glyph.
- SerializedProperty spriteGlyphProperty = m_SpriteGlyphTableProperty.GetArrayElementAtIndex(i);
-
- if (property == "m_Scale")
- {
- spriteGlyphProperty.FindPropertyRelative(property).floatValue = value;
- }
- else
- {
- SerializedProperty glyphMetricsProperty = spriteGlyphProperty.FindPropertyRelative("m_Metrics");
- glyphMetricsProperty.FindPropertyRelative(property).floatValue = value;
- }
- }
-
- GUI.changed = false;
- }
-
- // Check if any of the Style elements were clicked on.
- private bool DoSelectionCheck(Rect selectionArea)
- {
- Event currentEvent = Event.current;
-
- switch (currentEvent.type)
- {
- case EventType.MouseDown:
- if (selectionArea.Contains(currentEvent.mousePosition) && currentEvent.button == 0)
- {
- currentEvent.Use();
- return true;
- }
- break;
- }
-
- return false;
- }
-
-
- ///
- /// Swap the sprite item at the currently selected array index to another index.
- ///
- /// Selected index.
- /// New index.
- void SwapCharacterElements(int selectedIndex, int newIndex)
- {
- m_SpriteCharacterTableProperty.MoveArrayElement(selectedIndex, newIndex);
- m_selectedElement = newIndex;
- m_IsCharacterSearchDirty = true;
- m_SpriteAsset.m_IsSpriteAssetLookupTablesDirty = true;
- }
-
- ///
- /// Move Sprite Element at selected index to another index and reorder sprite list.
- ///
- ///
- ///
- void MoveCharacterToIndex(int selectedIndex, int newIndex)
- {
- int arraySize = m_SpriteCharacterTableProperty.arraySize;
-
- if (newIndex >= arraySize)
- newIndex = arraySize - 1;
-
- m_SpriteCharacterTableProperty.MoveArrayElement(selectedIndex, newIndex);
-
- m_selectedElement = newIndex;
- m_IsCharacterSearchDirty = true;
- m_SpriteAsset.m_IsSpriteAssetLookupTablesDirty = true;
-
- // TODO: Need to handle switching pages if the character or glyph is moved to a different page.
- }
-
- ///
- ///
- ///
- ///
- ///
- void SwapGlyphElements(int selectedIndex, int newIndex)
- {
- m_SpriteGlyphTableProperty.MoveArrayElement(selectedIndex, newIndex);
- m_selectedElement = newIndex;
- m_IsGlyphSearchDirty = true;
- m_SpriteAsset.m_IsSpriteAssetLookupTablesDirty = true;
- }
-
- ///
- /// Move Sprite Element at selected index to another index and reorder sprite list.
- ///
- ///
- ///
- void MoveGlyphToIndex(int selectedIndex, int newIndex)
- {
- int arraySize = m_SpriteGlyphTableProperty.arraySize;
-
- if (newIndex >= arraySize)
- newIndex = arraySize - 1;
-
- m_SpriteGlyphTableProperty.MoveArrayElement(selectedIndex, newIndex);
-
- m_selectedElement = newIndex;
- m_IsGlyphSearchDirty = true;
- m_SpriteAsset.m_IsSpriteAssetLookupTablesDirty = true;
-
- // TODO: Need to handle switching pages if the character or glyph is moved to a different page.
- }
-
-
- ///
- ///
- ///
- ///
- ///
- void CopyCharacterSerializedProperty(SerializedProperty source, ref SerializedProperty target)
- {
- target.FindPropertyRelative("m_Name").stringValue = source.FindPropertyRelative("m_Name").stringValue;
- target.FindPropertyRelative("m_HashCode").intValue = source.FindPropertyRelative("m_HashCode").intValue;
- target.FindPropertyRelative("m_Unicode").intValue = source.FindPropertyRelative("m_Unicode").intValue;
- target.FindPropertyRelative("m_GlyphIndex").intValue = source.FindPropertyRelative("m_GlyphIndex").intValue;
- target.FindPropertyRelative("m_Scale").floatValue = source.FindPropertyRelative("m_Scale").floatValue;
- }
-
- void CopyGlyphSerializedProperty(SerializedProperty srcGlyph, ref SerializedProperty dstGlyph)
- {
- // TODO : Should make a generic function which copies each of the properties.
-
- // Index
- dstGlyph.FindPropertyRelative("m_Index").intValue = srcGlyph.FindPropertyRelative("m_Index").intValue;
-
- // GlyphMetrics
- SerializedProperty srcGlyphMetrics = srcGlyph.FindPropertyRelative("m_Metrics");
- SerializedProperty dstGlyphMetrics = dstGlyph.FindPropertyRelative("m_Metrics");
-
- dstGlyphMetrics.FindPropertyRelative("m_Width").floatValue = srcGlyphMetrics.FindPropertyRelative("m_Width").floatValue;
- dstGlyphMetrics.FindPropertyRelative("m_Height").floatValue = srcGlyphMetrics.FindPropertyRelative("m_Height").floatValue;
- dstGlyphMetrics.FindPropertyRelative("m_HorizontalBearingX").floatValue = srcGlyphMetrics.FindPropertyRelative("m_HorizontalBearingX").floatValue;
- dstGlyphMetrics.FindPropertyRelative("m_HorizontalBearingY").floatValue = srcGlyphMetrics.FindPropertyRelative("m_HorizontalBearingY").floatValue;
- dstGlyphMetrics.FindPropertyRelative("m_HorizontalAdvance").floatValue = srcGlyphMetrics.FindPropertyRelative("m_HorizontalAdvance").floatValue;
-
- // GlyphRect
- SerializedProperty srcGlyphRect = srcGlyph.FindPropertyRelative("m_GlyphRect");
- SerializedProperty dstGlyphRect = dstGlyph.FindPropertyRelative("m_GlyphRect");
-
- dstGlyphRect.FindPropertyRelative("m_X").intValue = srcGlyphRect.FindPropertyRelative("m_X").intValue;
- dstGlyphRect.FindPropertyRelative("m_Y").intValue = srcGlyphRect.FindPropertyRelative("m_Y").intValue;
- dstGlyphRect.FindPropertyRelative("m_Width").intValue = srcGlyphRect.FindPropertyRelative("m_Width").intValue;
- dstGlyphRect.FindPropertyRelative("m_Height").intValue = srcGlyphRect.FindPropertyRelative("m_Height").intValue;
-
- dstGlyph.FindPropertyRelative("m_Scale").floatValue = srcGlyph.FindPropertyRelative("m_Scale").floatValue;
- dstGlyph.FindPropertyRelative("m_AtlasIndex").intValue = srcGlyph.FindPropertyRelative("m_AtlasIndex").intValue;
- }
-
-
- ///
- ///
- ///
- ///
- ///
- void SearchCharacterTable(string searchPattern, ref List searchResults)
- {
- if (searchResults == null) searchResults = new List();
- searchResults.Clear();
-
- int arraySize = m_SpriteCharacterTableProperty.arraySize;
-
- for (int i = 0; i < arraySize; i++)
- {
- SerializedProperty sourceSprite = m_SpriteCharacterTableProperty.GetArrayElementAtIndex(i);
-
- // Check for potential match against array index
- if (i.ToString().Contains(searchPattern))
- {
- searchResults.Add(i);
- continue;
- }
-
- // Check for potential match against decimal id
- int id = sourceSprite.FindPropertyRelative("m_GlyphIndex").intValue;
- if (id.ToString().Contains(searchPattern))
- {
- searchResults.Add(i);
- continue;
- }
-
- // Check for potential match against name
- string name = sourceSprite.FindPropertyRelative("m_Name").stringValue.ToLower(System.Globalization.CultureInfo.InvariantCulture).Trim();
- if (name.Contains(searchPattern))
- {
- searchResults.Add(i);
- continue;
- }
- }
- }
-
- void SearchGlyphTable(string searchPattern, ref List searchResults)
- {
- if (searchResults == null) searchResults = new List();
- searchResults.Clear();
-
- int arraySize = m_SpriteGlyphTableProperty.arraySize;
-
- for (int i = 0; i < arraySize; i++)
- {
- SerializedProperty sourceSprite = m_SpriteGlyphTableProperty.GetArrayElementAtIndex(i);
-
- // Check for potential match against array index
- if (i.ToString().Contains(searchPattern))
- {
- searchResults.Add(i);
- continue;
- }
-
- // Check for potential match against decimal id
- int id = sourceSprite.FindPropertyRelative("m_GlyphIndex").intValue;
- if (id.ToString().Contains(searchPattern))
- {
- searchResults.Add(i);
- continue;
- }
-
- // Check for potential match against name
- string name = sourceSprite.FindPropertyRelative("m_Name").stringValue.ToLower(System.Globalization.CultureInfo.InvariantCulture).Trim();
- if (name.Contains(searchPattern))
- {
- searchResults.Add(i);
- continue;
- }
- }
- }
-
- }
-}
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_SpriteAssetEditor.cs.meta b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_SpriteAssetEditor.cs.meta
deleted file mode 100644
index 9fcede33..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_SpriteAssetEditor.cs.meta
+++ /dev/null
@@ -1,10 +0,0 @@
-fileFormatVersion: 2
-guid: b09be1f217d34247af54863a2f5587e1
-MonoImporter:
- serializedVersion: 2
- defaultReferences: []
- executionOrder: 0
- icon: {instanceID: 0}
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_SpriteAssetImporter.cs b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_SpriteAssetImporter.cs
deleted file mode 100644
index 89be4adf..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_SpriteAssetImporter.cs
+++ /dev/null
@@ -1,257 +0,0 @@
-using System;
-using UnityEngine;
-using UnityEngine.TextCore;
-using UnityEditor;
-using System.IO;
-using System.Collections.Generic;
-using TMPro.EditorUtilities;
-using TMPro.SpriteAssetUtilities;
-
-namespace TMPro
-{
- public class TMP_SpriteAssetImporter : EditorWindow
- {
- // Create Sprite Asset Editor Window
- [MenuItem("Window/TextMeshPro/Sprite Importer", false, 2026)]
- public static void ShowFontAtlasCreatorWindow()
- {
- var window = GetWindow();
- window.titleContent = new GUIContent("Sprite Importer");
- window.Focus();
- }
-
- Texture2D m_SpriteAtlas;
- SpriteAssetImportFormats m_SpriteDataFormat = SpriteAssetImportFormats.TexturePackerJsonArray;
- TextAsset m_JsonFile;
-
- string m_CreationFeedback;
-
- TMP_SpriteAsset m_SpriteAsset;
- List m_SpriteInfoList = new List();
-
- ///
- ///
- ///
- void OnEnable()
- {
- // Set Editor Window Size
- SetEditorWindowSize();
- }
-
- ///
- ///
- ///
- public void OnGUI()
- {
- DrawEditorPanel();
- }
-
- ///
- ///
- ///
- private void OnDisable()
- {
- // Clean up sprite asset object that may have been created and not saved.
- if (m_SpriteAsset != null && !EditorUtility.IsPersistent(m_SpriteAsset))
- DestroyImmediate(m_SpriteAsset);
- }
-
- ///
- ///
- ///
- void DrawEditorPanel()
- {
- // label
- GUILayout.Label("Import Settings", EditorStyles.boldLabel);
-
- EditorGUI.BeginChangeCheck();
-
- // Sprite Texture Selection
- m_JsonFile = EditorGUILayout.ObjectField("Sprite Data Source", m_JsonFile, typeof(TextAsset), false) as TextAsset;
-
- m_SpriteDataFormat = (SpriteAssetImportFormats)EditorGUILayout.EnumPopup("Import Format", m_SpriteDataFormat);
-
- // Sprite Texture Selection
- m_SpriteAtlas = EditorGUILayout.ObjectField("Sprite Texture Atlas", m_SpriteAtlas, typeof(Texture2D), false) as Texture2D;
-
- if (EditorGUI.EndChangeCheck())
- {
- m_CreationFeedback = string.Empty;
- }
-
- GUILayout.Space(10);
-
- GUI.enabled = m_JsonFile != null && m_SpriteAtlas != null && m_SpriteDataFormat != SpriteAssetImportFormats.None;
-
- // Create Sprite Asset
- if (GUILayout.Button("Create Sprite Asset"))
- {
- m_CreationFeedback = string.Empty;
-
- // Clean up sprite asset object that may have been previously created.
- if (m_SpriteAsset != null && !EditorUtility.IsPersistent(m_SpriteAsset))
- DestroyImmediate(m_SpriteAsset);
-
- // Read json data file
- if (m_JsonFile != null)
- {
- switch (m_SpriteDataFormat)
- {
- case SpriteAssetImportFormats.TexturePackerJsonArray:
- TexturePacker_JsonArray.SpriteDataObject jsonData = null;
- try
- {
- jsonData = JsonUtility.FromJson(m_JsonFile.text);
- }
- catch
- {
- m_CreationFeedback = "The Sprite Data Source file [" + m_JsonFile.name + "] appears to be invalid or incorrectly formatted.";
- }
-
- if (jsonData != null && jsonData.frames != null && jsonData.frames.Count > 0)
- {
- int spriteCount = jsonData.frames.Count;
-
- // Update import results
- m_CreationFeedback = "Import Results\n--------------------\n";
- m_CreationFeedback += "" + spriteCount + " Sprites were imported from file.";
-
- // Create new Sprite Asset
- m_SpriteAsset = CreateInstance();
-
- // Assign sprite sheet / atlas texture to sprite asset
- m_SpriteAsset.spriteSheet = m_SpriteAtlas;
-
- List spriteGlyphTable = new List();
- List spriteCharacterTable = new List();
-
- PopulateSpriteTables(jsonData, spriteCharacterTable, spriteGlyphTable);
-
- m_SpriteAsset.spriteCharacterTable = spriteCharacterTable;
- m_SpriteAsset.spriteGlyphTable = spriteGlyphTable;
- }
- break;
- }
- }
- }
-
- GUI.enabled = true;
-
- // Creation Feedback
- GUILayout.Space(5);
- GUILayout.BeginVertical(EditorStyles.helpBox, GUILayout.Height(60));
- {
- EditorGUILayout.TextArea(m_CreationFeedback, TMP_UIStyleManager.label);
- }
- GUILayout.EndVertical();
-
- GUILayout.Space(5);
- GUI.enabled = m_JsonFile != null && m_SpriteAtlas && m_SpriteInfoList != null && m_SpriteAsset != null;
- if (GUILayout.Button("Save Sprite Asset") && m_JsonFile != null)
- {
- string filePath = EditorUtility.SaveFilePanel("Save Sprite Asset File", new FileInfo(AssetDatabase.GetAssetPath(m_JsonFile)).DirectoryName, m_JsonFile.name, "asset");
-
- if (filePath.Length == 0)
- return;
-
- SaveSpriteAsset(filePath);
- }
- GUI.enabled = true;
- }
-
- ///
- ///
- ///
- ///
- ///
- ///
- private static void PopulateSpriteTables(TexturePacker_JsonArray.SpriteDataObject spriteDataObject, List spriteCharacterTable, List spriteGlyphTable)
- {
- List importedSprites = spriteDataObject.frames;
-
- float atlasHeight = spriteDataObject.meta.size.h;
-
- for (int i = 0; i < importedSprites.Count; i++)
- {
- TexturePacker_JsonArray.Frame spriteData = importedSprites[i];
-
- TMP_SpriteGlyph spriteGlyph = new TMP_SpriteGlyph();
- spriteGlyph.index = (uint)i;
-
- spriteGlyph.metrics = new GlyphMetrics((int)spriteData.frame.w, (int)spriteData.frame.h, -spriteData.frame.w * spriteData.pivot.x, spriteData.frame.h * spriteData.pivot.y, (int)spriteData.frame.w);
- spriteGlyph.glyphRect = new GlyphRect((int)spriteData.frame.x, (int)(atlasHeight - spriteData.frame.h - spriteData.frame.y), (int)spriteData.frame.w, (int)spriteData.frame.h);
- spriteGlyph.scale = 1.0f;
-
- spriteGlyphTable.Add(spriteGlyph);
-
- TMP_SpriteCharacter spriteCharacter = new TMP_SpriteCharacter(0, spriteGlyph);
- spriteCharacter.name = spriteData.filename.Split('.')[0];
- spriteCharacter.unicode = 0xFFFE;
- spriteCharacter.scale = 1.0f;
-
- spriteCharacterTable.Add(spriteCharacter);
- }
- }
-
- ///
- ///
- ///
- ///
- void SaveSpriteAsset(string filePath)
- {
- filePath = filePath.Substring(0, filePath.Length - 6); // Trim file extension from filePath.
-
- string dataPath = Application.dataPath;
-
- if (filePath.IndexOf(dataPath, System.StringComparison.InvariantCultureIgnoreCase) == -1)
- {
- Debug.LogError("You're saving the font asset in a directory outside of this project folder. This is not supported. Please select a directory under \"" + dataPath + "\"");
- return;
- }
-
- string relativeAssetPath = filePath.Substring(dataPath.Length - 6);
- string dirName = Path.GetDirectoryName(relativeAssetPath);
- string fileName = Path.GetFileNameWithoutExtension(relativeAssetPath);
- string pathNoExt = dirName + "/" + fileName;
-
- // Save Sprite Asset
- AssetDatabase.CreateAsset(m_SpriteAsset, pathNoExt + ".asset");
-
- // Set version number
- m_SpriteAsset.version = "1.1.0";
-
- // Compute the hash code for the sprite asset.
- m_SpriteAsset.hashCode = TMP_TextUtilities.GetSimpleHashCode(m_SpriteAsset.name);
-
- // Add new default material for sprite asset.
- AddDefaultMaterial(m_SpriteAsset);
- }
-
- ///
- /// Create and add new default material to sprite asset.
- ///
- ///
- static void AddDefaultMaterial(TMP_SpriteAsset spriteAsset)
- {
- Shader shader = Shader.Find("TextMeshPro/Sprite");
- Material material = new Material(shader);
- material.SetTexture(ShaderUtilities.ID_MainTex, spriteAsset.spriteSheet);
-
- spriteAsset.material = material;
- material.hideFlags = HideFlags.HideInHierarchy;
- AssetDatabase.AddObjectToAsset(material, spriteAsset);
- }
-
- ///
- /// Limits the minimum size of the editor window.
- ///
- void SetEditorWindowSize()
- {
- EditorWindow editorWindow = this;
-
- Vector2 currentWindowSize = editorWindow.minSize;
-
- editorWindow.minSize = new Vector2(Mathf.Max(230, currentWindowSize.x), Mathf.Max(300, currentWindowSize.y));
- }
- }
-}
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_SpriteAssetImporter.cs.meta b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_SpriteAssetImporter.cs.meta
deleted file mode 100644
index d60763a5..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_SpriteAssetImporter.cs.meta
+++ /dev/null
@@ -1,12 +0,0 @@
-fileFormatVersion: 2
-guid: f1ea944dcf8849ebab391e461b99ccb7
-timeCreated: 1480023525
-licenseType: Pro
-MonoImporter:
- serializedVersion: 2
- defaultReferences: []
- executionOrder: 0
- icon: {instanceID: 0}
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_SpriteAssetMenu.cs b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_SpriteAssetMenu.cs
deleted file mode 100644
index 344150b1..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_SpriteAssetMenu.cs
+++ /dev/null
@@ -1,389 +0,0 @@
-using UnityEngine;
-using UnityEngine.TextCore;
-using UnityEngine.U2D;
-using UnityEditor;
-using System.Linq;
-using System.IO;
-using System.Collections;
-using System.Collections.Generic;
-
-
-namespace TMPro.EditorUtilities
-{
- public static class TMP_SpriteAssetMenu
- {
- // Add a Context Menu to the Sprite Asset Editor Panel to Create and Add a Default Material.
- [MenuItem("CONTEXT/TMP_SpriteAsset/Add Default Material", false, 2200)]
- static void CopyTexture(MenuCommand command)
- {
- TMP_SpriteAsset spriteAsset = (TMP_SpriteAsset)command.context;
-
- // Make sure the sprite asset already contains a default material
- if (spriteAsset != null && spriteAsset.material == null)
- {
- // Add new default material for sprite asset.
- AddDefaultMaterial(spriteAsset);
- }
- }
-
- // Add a Context Menu to the Sprite Asset Editor Panel to update existing sprite assets.
- [MenuItem("CONTEXT/TMP_SpriteAsset/Update Sprite Asset", false, 2100)]
- static void UpdateSpriteAsset(MenuCommand command)
- {
- TMP_SpriteAsset spriteAsset = (TMP_SpriteAsset)command.context;
-
- if (spriteAsset == null)
- return;
-
- UpdateSpriteAsset(spriteAsset);
- }
-
- internal static void UpdateSpriteAsset(TMP_SpriteAsset spriteAsset)
- {
- // Get a list of all the sprites contained in the texture referenced by the sprite asset.
- // This only works if the texture is set to sprite mode.
- string filePath = AssetDatabase.GetAssetPath(spriteAsset.spriteSheet);
-
- if (string.IsNullOrEmpty(filePath))
- return;
-
- // Get all the sprites defined in the sprite sheet texture referenced by this sprite asset.
- Sprite[] sprites = AssetDatabase.LoadAllAssetsAtPath(filePath).Select(x => x as Sprite).Where(x => x != null).ToArray();
-
- // Return if sprite sheet texture does not have any sprites defined in it.
- if (sprites.Length == 0)
- {
- Debug.Log("Sprite Asset [" + spriteAsset.name + "]'s atlas texture does not appear to have any sprites defined in it. Use the Unity Sprite Editor to define sprites for this texture.", spriteAsset.spriteSheet);
- return;
- }
-
- List spriteGlyphTable = spriteAsset.spriteGlyphTable;
-
- // Find available glpyh indexes
- uint[] existingGlyphIndexes = spriteGlyphTable.Select(x => x.index).ToArray();
- List availableGlyphIndexes = new List();
-
- uint lastGlyphIndex = existingGlyphIndexes.Length > 0 ? existingGlyphIndexes.Last() : 0;
- int elementIndex = 0;
- for (uint i = 0; i < lastGlyphIndex; i++)
- {
- uint existingGlyphIndex = existingGlyphIndexes[elementIndex];
-
- if (i == existingGlyphIndex)
- elementIndex += 1;
- else
- availableGlyphIndexes.Add(i);
- }
-
- // Iterate over sprites contained in the updated sprite sheet to identify new and / or modified sprites.
- for (int i = 0; i < sprites.Length; i++)
- {
- Sprite sprite = sprites[i];
-
- // Check if current sprites is already contained in the sprite glyph table of the sprite asset.
- TMP_SpriteGlyph spriteGlyph = spriteGlyphTable.FirstOrDefault(x => x.sprite == sprite);
-
- if (spriteGlyph != null)
- {
- // update existing sprite glyph
- if (spriteGlyph.glyphRect.x != sprite.rect.x || spriteGlyph.glyphRect.y != sprite.rect.y || spriteGlyph.glyphRect.width != sprite.rect.width || spriteGlyph.glyphRect.height != sprite.rect.height)
- spriteGlyph.glyphRect = new GlyphRect(sprite.rect);
- }
- else
- {
- TMP_SpriteCharacter spriteCharacter;
-
- // Check if this sprite potentially exists under the same name in the sprite character table.
- if (spriteAsset.spriteCharacterTable != null && spriteAsset.spriteCharacterTable.Count > 0)
- {
- spriteCharacter = spriteAsset.spriteCharacterTable.FirstOrDefault(x => x.name == sprite.name);
- spriteGlyph = spriteCharacter != null ? spriteGlyphTable[(int)spriteCharacter.glyphIndex] : null;
-
- if (spriteGlyph != null)
- {
- // Update sprite reference and data
- spriteGlyph.sprite = sprite;
-
- if (spriteGlyph.glyphRect.x != sprite.rect.x || spriteGlyph.glyphRect.y != sprite.rect.y || spriteGlyph.glyphRect.width != sprite.rect.width || spriteGlyph.glyphRect.height != sprite.rect.height)
- spriteGlyph.glyphRect = new GlyphRect(sprite.rect);
- }
- }
-
- // Add new Sprite Glyph to the table
- spriteGlyph = new TMP_SpriteGlyph();
-
- // Get available glyph index
- if (availableGlyphIndexes.Count > 0)
- {
- spriteGlyph.index = availableGlyphIndexes[0];
- availableGlyphIndexes.RemoveAt(0);
- }
- else
- spriteGlyph.index = (uint)spriteGlyphTable.Count;
-
- spriteGlyph.metrics = new GlyphMetrics(sprite.rect.width, sprite.rect.height, -sprite.pivot.x, sprite.rect.height - sprite.pivot.y, sprite.rect.width);
- spriteGlyph.glyphRect = new GlyphRect(sprite.rect);
- spriteGlyph.scale = 1.0f;
- spriteGlyph.sprite = sprite;
-
- spriteGlyphTable.Add(spriteGlyph);
-
- spriteCharacter = new TMP_SpriteCharacter(0xFFFE, spriteGlyph);
- spriteCharacter.name = sprite.name;
- spriteCharacter.scale = 1.0f;
-
- spriteAsset.spriteCharacterTable.Add(spriteCharacter);
- }
- }
-
- // Update Sprite Character Table to replace unicode 0x0 by 0xFFFE
- for (int i = 0; i < spriteAsset.spriteCharacterTable.Count; i++)
- {
- TMP_SpriteCharacter spriteCharacter = spriteAsset.spriteCharacterTable[i];
- if (spriteCharacter.unicode == 0)
- spriteCharacter.unicode = 0xFFFE;
- }
-
- // Sort glyph table by glyph index
- spriteAsset.SortGlyphTable();
- spriteAsset.UpdateLookupTables();
- TMPro_EventManager.ON_SPRITE_ASSET_PROPERTY_CHANGED(true, spriteAsset);
-
- }
-
-
- [MenuItem("Assets/Create/TextMeshPro/Sprite Asset", false, 110)]
- public static void CreateSpriteAsset()
- {
- Object target = Selection.activeObject;
-
- if (target == null || target.GetType() != typeof(Texture2D)) // && target.GetType() != typeof(SpriteAtlas)))
- {
- Debug.LogWarning("A texture must first be selected in order to create a TextMesh Pro Sprite Asset.");
- return;
- }
-
- // Get the path to the selected asset.
- string filePathWithName = AssetDatabase.GetAssetPath(target);
- string fileNameWithExtension = Path.GetFileName(filePathWithName);
- string fileNameWithoutExtension = Path.GetFileNameWithoutExtension(filePathWithName);
- string filePath = filePathWithName.Replace(fileNameWithExtension, "");
-
-
- // Create new Sprite Asset
- TMP_SpriteAsset spriteAsset = ScriptableObject.CreateInstance();
- AssetDatabase.CreateAsset(spriteAsset, filePath + fileNameWithoutExtension + ".asset");
-
- spriteAsset.version = "1.1.0";
-
- // Compute the hash code for the sprite asset.
- spriteAsset.hashCode = TMP_TextUtilities.GetSimpleHashCode(spriteAsset.name);
-
- List spriteGlyphTable = new List();
- List spriteCharacterTable = new List();
-
- if (target.GetType() == typeof(Texture2D))
- {
- Texture2D sourceTex = target as Texture2D;
-
- // Assign new Sprite Sheet texture to the Sprite Asset.
- spriteAsset.spriteSheet = sourceTex;
-
- PopulateSpriteTables(sourceTex, ref spriteCharacterTable, ref spriteGlyphTable);
-
- spriteAsset.spriteCharacterTable = spriteCharacterTable;
- spriteAsset.spriteGlyphTable = spriteGlyphTable;
-
- // Add new default material for sprite asset.
- AddDefaultMaterial(spriteAsset);
- }
- else if (target.GetType() == typeof(SpriteAtlas))
- {
- //SpriteAtlas spriteAtlas = target as SpriteAtlas;
-
- //PopulateSpriteTables(spriteAtlas, ref spriteCharacterTable, ref spriteGlyphTable);
-
- //spriteAsset.spriteCharacterTable = spriteCharacterTable;
- //spriteAsset.spriteGlyphTable = spriteGlyphTable;
-
- //spriteAsset.spriteSheet = spriteGlyphTable[0].sprite.texture;
-
- //// Add new default material for sprite asset.
- //AddDefaultMaterial(spriteAsset);
- }
-
- // Update Lookup tables.
- spriteAsset.UpdateLookupTables();
-
- // Get the Sprites contained in the Sprite Sheet
- EditorUtility.SetDirty(spriteAsset);
-
- //spriteAsset.sprites = sprites;
-
- // Set source texture back to Not Readable.
- //texImporter.isReadable = false;
-
- AssetDatabase.SaveAssets();
-
- AssetDatabase.ImportAsset(AssetDatabase.GetAssetPath(spriteAsset)); // Re-import font asset to get the new updated version.
-
- //AssetDatabase.Refresh();
- }
-
-
- private static void PopulateSpriteTables(Texture source, ref List spriteCharacterTable, ref List spriteGlyphTable)
- {
- //Debug.Log("Creating new Sprite Asset.");
-
- string filePath = AssetDatabase.GetAssetPath(source);
-
- // Get all the Sprites sorted by Index
- Sprite[] sprites = AssetDatabase.LoadAllAssetsAtPath(filePath).Select(x => x as Sprite).Where(x => x != null).OrderByDescending(x => x.rect.y).ThenBy(x => x.rect.x).ToArray();
-
- for (int i = 0; i < sprites.Length; i++)
- {
- Sprite sprite = sprites[i];
-
- TMP_SpriteGlyph spriteGlyph = new TMP_SpriteGlyph();
- spriteGlyph.index = (uint)i;
- spriteGlyph.metrics = new GlyphMetrics(sprite.rect.width, sprite.rect.height, -sprite.pivot.x, sprite.rect.height - sprite.pivot.y, sprite.rect.width);
- spriteGlyph.glyphRect = new GlyphRect(sprite.rect);
- spriteGlyph.scale = 1.0f;
- spriteGlyph.sprite = sprite;
-
- spriteGlyphTable.Add(spriteGlyph);
-
- TMP_SpriteCharacter spriteCharacter = new TMP_SpriteCharacter(0xFFFE, spriteGlyph);
- spriteCharacter.name = sprite.name;
- spriteCharacter.scale = 1.0f;
-
- spriteCharacterTable.Add(spriteCharacter);
- }
- }
-
-
- private static void PopulateSpriteTables(SpriteAtlas spriteAtlas, ref List spriteCharacterTable, ref List spriteGlyphTable)
- {
- // Get number of sprites contained in the sprite atlas.
- int spriteCount = spriteAtlas.spriteCount;
- Sprite[] sprites = new Sprite[spriteCount];
-
- // Get all the sprites
- spriteAtlas.GetSprites(sprites);
-
- for (int i = 0; i < sprites.Length; i++)
- {
- Sprite sprite = sprites[i];
-
- TMP_SpriteGlyph spriteGlyph = new TMP_SpriteGlyph();
- spriteGlyph.index = (uint)i;
- spriteGlyph.metrics = new GlyphMetrics(sprite.textureRect.width, sprite.textureRect.height, -sprite.pivot.x, sprite.textureRect.height - sprite.pivot.y, sprite.textureRect.width);
- spriteGlyph.glyphRect = new GlyphRect(sprite.textureRect);
- spriteGlyph.scale = 1.0f;
- spriteGlyph.sprite = sprite;
-
- spriteGlyphTable.Add(spriteGlyph);
-
- TMP_SpriteCharacter spriteCharacter = new TMP_SpriteCharacter(0xFFFE, spriteGlyph);
- spriteCharacter.name = sprite.name;
- spriteCharacter.scale = 1.0f;
-
- spriteCharacterTable.Add(spriteCharacter);
- }
- }
-
-
- ///
- /// Create and add new default material to sprite asset.
- ///
- ///
- private static void AddDefaultMaterial(TMP_SpriteAsset spriteAsset)
- {
- Shader shader = Shader.Find("TextMeshPro/Sprite");
- Material material = new Material(shader);
- material.SetTexture(ShaderUtilities.ID_MainTex, spriteAsset.spriteSheet);
-
- spriteAsset.material = material;
- material.hideFlags = HideFlags.HideInHierarchy;
- AssetDatabase.AddObjectToAsset(material, spriteAsset);
- }
-
-
- // Update existing SpriteInfo
- private static List UpdateSpriteInfo(TMP_SpriteAsset spriteAsset)
- {
- //Debug.Log("Updating Sprite Asset.");
-
- string filePath = AssetDatabase.GetAssetPath(spriteAsset.spriteSheet);
-
- // Get all the Sprites sorted Left to Right / Top to Bottom
- Sprite[] sprites = AssetDatabase.LoadAllAssetsAtPath(filePath).Select(x => x as Sprite).Where(x => x != null).OrderByDescending(x => x.rect.y).ThenBy(x => x.rect.x).ToArray();
-
- for (int i = 0; i < sprites.Length; i++)
- {
- Sprite sprite = sprites[i];
-
- // Check if the sprite is already contained in the SpriteInfoList
- int index = -1;
- if (spriteAsset.spriteInfoList.Count > i && spriteAsset.spriteInfoList[i].sprite != null)
- index = spriteAsset.spriteInfoList.FindIndex(item => item.sprite.GetInstanceID() == sprite.GetInstanceID());
-
- // Use existing SpriteInfo if it already exists
- TMP_Sprite spriteInfo = index == -1 ? new TMP_Sprite() : spriteAsset.spriteInfoList[index];
-
- Rect spriteRect = sprite.rect;
- spriteInfo.x = spriteRect.x;
- spriteInfo.y = spriteRect.y;
- spriteInfo.width = spriteRect.width;
- spriteInfo.height = spriteRect.height;
-
- // Get Sprite Pivot
- Vector2 pivot = new Vector2(0 - (sprite.bounds.min.x) / (sprite.bounds.extents.x * 2), 0 - (sprite.bounds.min.y) / (sprite.bounds.extents.y * 2));
-
- // The position of the pivot influences the Offset position.
- spriteInfo.pivot = new Vector2(0 - pivot.x * spriteRect.width, spriteRect.height - pivot.y * spriteRect.height);
-
- if (index == -1)
- {
- // Find the next available index for this Sprite
- int[] ids = spriteAsset.spriteInfoList.Select(item => item.id).ToArray();
-
- int id = 0;
- for (int j = 0; j < ids.Length; j++ )
- {
- if (ids[0] != 0) break;
-
- if (j > 0 && (ids[j] - ids[j - 1]) > 1)
- {
- id = ids[j - 1] + 1;
- break;
- }
-
- id = j + 1;
- }
-
- spriteInfo.sprite = sprite;
- spriteInfo.name = sprite.name;
- spriteInfo.hashCode = TMP_TextUtilities.GetSimpleHashCode(spriteInfo.name);
- spriteInfo.id = id;
- spriteInfo.xAdvance = spriteRect.width;
- spriteInfo.scale = 1.0f;
-
- spriteInfo.xOffset = spriteInfo.pivot.x;
- spriteInfo.yOffset = spriteInfo.pivot.y;
-
- spriteAsset.spriteInfoList.Add(spriteInfo);
-
- // Sort the Sprites by ID
- spriteAsset.spriteInfoList = spriteAsset.spriteInfoList.OrderBy(s => s.id).ToList();
- }
- else
- {
- spriteAsset.spriteInfoList[index] = spriteInfo;
- }
- }
-
- return spriteAsset.spriteInfoList;
- }
- }
-}
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_SpriteAssetMenu.cs.meta b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_SpriteAssetMenu.cs.meta
deleted file mode 100644
index 850ab1f2..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_SpriteAssetMenu.cs.meta
+++ /dev/null
@@ -1,10 +0,0 @@
-fileFormatVersion: 2
-guid: 1048a87135154606808bf2030da32d18
-MonoImporter:
- serializedVersion: 2
- defaultReferences: []
- executionOrder: 0
- icon: {instanceID: 0}
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_SpriteCharacterPropertyDrawer.cs b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_SpriteCharacterPropertyDrawer.cs
deleted file mode 100644
index bc501618..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_SpriteCharacterPropertyDrawer.cs
+++ /dev/null
@@ -1,227 +0,0 @@
-using UnityEngine;
-using UnityEngine.TextCore;
-using UnityEditor;
-using System.Collections;
-
-
-namespace TMPro.EditorUtilities
-{
-
- [CustomPropertyDrawer(typeof(TMP_SpriteCharacter))]
- public class TMP_SpriteCharacterPropertyDrawer : PropertyDrawer
- {
- int m_GlyphSelectedForEditing = -1;
-
- public override void OnGUI(Rect position, SerializedProperty property, GUIContent label)
- {
- SerializedProperty prop_SpriteName = property.FindPropertyRelative("m_Name");
- SerializedProperty prop_SpriteNameHashCode = property.FindPropertyRelative("m_HashCode");
- SerializedProperty prop_SpriteUnicode = property.FindPropertyRelative("m_Unicode");
- SerializedProperty prop_SpriteGlyphIndex = property.FindPropertyRelative("m_GlyphIndex");
- SerializedProperty prop_SpriteScale = property.FindPropertyRelative("m_Scale");
-
-
- GUIStyle style = new GUIStyle(EditorStyles.label);
- style.richText = true;
-
- EditorGUIUtility.labelWidth = 40f;
- EditorGUIUtility.fieldWidth = 50;
-
- Rect rect = new Rect(position.x + 60, position.y, position.width, 49);
-
- // Display non-editable fields
- if (GUI.enabled == false)
- {
- // Sprite Character Index
- int spriteCharacterIndex;
- int.TryParse(property.displayName.Split(' ')[1], out spriteCharacterIndex);
- EditorGUI.LabelField(new Rect(rect.x, rect.y, 75f, 18), new GUIContent("Index: " + spriteCharacterIndex + ""), style);
-
- EditorGUI.LabelField(new Rect(rect.x + 75f, rect.y, 120f, 18), new GUIContent("Unicode: 0x" + prop_SpriteUnicode.intValue.ToString("X") + ""), style);
- EditorGUI.LabelField(new Rect(rect.x + 195f, rect.y, rect.width - 255, 18), new GUIContent("Name: " + prop_SpriteName.stringValue + ""), style);
-
- EditorGUI.LabelField(new Rect(rect.x, rect.y + 18, 120, 18), new GUIContent("Glyph ID: " + prop_SpriteGlyphIndex.intValue + ""), style);
-
- // Draw Sprite Glyph (if exists)
- DrawSpriteGlyph(position, property);
-
- EditorGUI.LabelField(new Rect(rect.x, rect.y + 36, 80, 18), new GUIContent("Scale: " + prop_SpriteScale.floatValue + ""), style);
- }
- else // Display editable fields
- {
- // Get a reference to the underlying Sprite Asset
- TMP_SpriteAsset spriteAsset = property.serializedObject.targetObject as TMP_SpriteAsset;
-
- // Sprite Character Index
- int spriteCharacterIndex;
- int.TryParse(property.displayName.Split(' ')[1], out spriteCharacterIndex);
-
- EditorGUI.LabelField(new Rect(rect.x, rect.y, 75f, 18), new GUIContent("Index: " + spriteCharacterIndex + ""), style);
-
- EditorGUIUtility.labelWidth = 55f;
- GUI.SetNextControlName("Unicode Input");
- EditorGUI.BeginChangeCheck();
- string unicode = EditorGUI.DelayedTextField(new Rect(rect.x + 75f, rect.y, 120, 18), "Unicode:", prop_SpriteUnicode.intValue.ToString("X"));
-
- if (GUI.GetNameOfFocusedControl() == "Unicode Input")
- {
- //Filter out unwanted characters.
- char chr = Event.current.character;
- if ((chr < '0' || chr > '9') && (chr < 'a' || chr > 'f') && (chr < 'A' || chr > 'F'))
- {
- Event.current.character = '\0';
- }
- }
-
- if (EditorGUI.EndChangeCheck())
- {
- // Update Unicode value
- prop_SpriteUnicode.intValue = TMP_TextUtilities.StringHexToInt(unicode);
- spriteAsset.m_IsSpriteAssetLookupTablesDirty = true;
- }
-
- EditorGUIUtility.labelWidth = 41f;
- EditorGUI.BeginChangeCheck();
- EditorGUI.DelayedTextField(new Rect(rect.x + 195f, rect.y, rect.width - 255, 18), prop_SpriteName, new GUIContent("Name:"));
- if (EditorGUI.EndChangeCheck())
- {
- // Recompute hashCode for new name
- prop_SpriteNameHashCode.intValue = TMP_TextUtilities.GetSimpleHashCode(prop_SpriteName.stringValue);
- spriteAsset.m_IsSpriteAssetLookupTablesDirty = true;
- }
-
- EditorGUIUtility.labelWidth = 59f;
- EditorGUI.BeginChangeCheck();
- EditorGUI.DelayedIntField(new Rect(rect.x, rect.y + 18, 100, 18), prop_SpriteGlyphIndex, new GUIContent("Glyph ID:"));
- if (EditorGUI.EndChangeCheck())
- {
- spriteAsset.m_IsSpriteAssetLookupTablesDirty = true;
- }
-
- // Draw Sprite Glyph (if exists)
- DrawSpriteGlyph(position, property);
-
- int glyphIndex = prop_SpriteGlyphIndex.intValue;
-
- // Reset glyph selection if new character has been selected.
- if (GUI.enabled && m_GlyphSelectedForEditing != glyphIndex)
- m_GlyphSelectedForEditing = -1;
-
- // Display button to edit the glyph data.
- if (GUI.Button(new Rect(rect.x + 120, rect.y + 18, 75, 18), new GUIContent("Edit Glyph")))
- {
- if (m_GlyphSelectedForEditing == -1)
- m_GlyphSelectedForEditing = glyphIndex;
- else
- m_GlyphSelectedForEditing = -1;
-
- // Button clicks should not result in potential change.
- GUI.changed = false;
- }
-
- // Show the glyph property drawer if selected
- if (glyphIndex == m_GlyphSelectedForEditing && GUI.enabled)
- {
- if (spriteAsset != null)
- {
- // Lookup glyph and draw glyph (if available)
- int elementIndex = spriteAsset.spriteGlyphTable.FindIndex(item => item.index == glyphIndex);
-
- if (elementIndex != -1)
- {
- // Get a reference to the Sprite Glyph Table
- SerializedProperty prop_SpriteGlyphTable = property.serializedObject.FindProperty("m_SpriteGlyphTable");
-
- SerializedProperty prop_SpriteGlyph = prop_SpriteGlyphTable.GetArrayElementAtIndex(elementIndex);
- SerializedProperty prop_GlyphMetrics = prop_SpriteGlyph.FindPropertyRelative("m_Metrics");
- SerializedProperty prop_GlyphRect = prop_SpriteGlyph.FindPropertyRelative("m_GlyphRect");
-
- Rect newRect = EditorGUILayout.GetControlRect(false, 115);
- EditorGUI.DrawRect(new Rect(newRect.x + 62, newRect.y - 20, newRect.width - 62, newRect.height - 5), new Color(0.1f, 0.1f, 0.1f, 0.45f));
- EditorGUI.DrawRect(new Rect(newRect.x + 63, newRect.y - 19, newRect.width - 64, newRect.height - 7), new Color(0.3f, 0.3f, 0.3f, 0.8f));
-
- // Display GlyphRect
- newRect.x += 65;
- newRect.y -= 18;
- newRect.width += 5;
- EditorGUI.PropertyField(newRect, prop_GlyphRect);
-
- // Display GlyphMetrics
- newRect.y += 45;
- EditorGUI.PropertyField(newRect, prop_GlyphMetrics);
-
- rect.y += 120;
- }
- }
- }
-
- EditorGUIUtility.labelWidth = 39f;
- EditorGUI.PropertyField(new Rect(rect.x, rect.y + 36, 80, 18), prop_SpriteScale, new GUIContent("Scale:"));
- }
- }
-
-
- public override float GetPropertyHeight(SerializedProperty property, GUIContent label)
- {
- return 58;
- }
-
-
- void DrawSpriteGlyph(Rect position, SerializedProperty property)
- {
- // Get a reference to the sprite glyph table
- TMP_SpriteAsset spriteAsset = property.serializedObject.targetObject as TMP_SpriteAsset;
-
- if (spriteAsset == null)
- return;
-
- int glyphIndex = property.FindPropertyRelative("m_GlyphIndex").intValue;
-
- // Lookup glyph and draw glyph (if available)
- int elementIndex = spriteAsset.spriteGlyphTable.FindIndex(item => item.index == glyphIndex);
-
- if (elementIndex != -1)
- {
- // Get a reference to the Sprite Glyph Table
- SerializedProperty prop_SpriteGlyphTable = property.serializedObject.FindProperty("m_SpriteGlyphTable");
- SerializedProperty prop_SpriteGlyph = prop_SpriteGlyphTable.GetArrayElementAtIndex(elementIndex);
- SerializedProperty prop_GlyphRect = prop_SpriteGlyph.FindPropertyRelative("m_GlyphRect");
-
- // Get a reference to the sprite texture
- Texture tex = spriteAsset.spriteSheet;
-
- // Return if we don't have a texture assigned to the sprite asset.
- if (tex == null)
- {
- Debug.LogWarning("Please assign a valid Sprite Atlas texture to the [" + spriteAsset.name + "] Sprite Asset.", spriteAsset);
- return;
- }
-
- Vector2 spriteTexPosition = new Vector2(position.x, position.y);
- Vector2 spriteSize = new Vector2(48, 48);
- Vector2 alignmentOffset = new Vector2((58 - spriteSize.x) / 2, (58 - spriteSize.y) / 2);
-
- float x = prop_GlyphRect.FindPropertyRelative("m_X").intValue;
- float y = prop_GlyphRect.FindPropertyRelative("m_Y").intValue;
- float spriteWidth = prop_GlyphRect.FindPropertyRelative("m_Width").intValue;
- float spriteHeight = prop_GlyphRect.FindPropertyRelative("m_Height").intValue;
-
- if (spriteWidth >= spriteHeight)
- {
- spriteSize.y = spriteHeight * spriteSize.x / spriteWidth;
- spriteTexPosition.y += (spriteSize.x - spriteSize.y) / 2;
- }
- else
- {
- spriteSize.x = spriteWidth * spriteSize.y / spriteHeight;
- spriteTexPosition.x += (spriteSize.y - spriteSize.x) / 2;
- }
-
- // Compute the normalized texture coordinates
- Rect texCoords = new Rect(x / tex.width, y / tex.height, spriteWidth / tex.width, spriteHeight / tex.height);
- GUI.DrawTextureWithTexCoords(new Rect(spriteTexPosition.x + alignmentOffset.x, spriteTexPosition.y + alignmentOffset.y, spriteSize.x, spriteSize.y), tex, texCoords, true);
- }
- }
-
- }
-}
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_SpriteCharacterPropertyDrawer.cs.meta b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_SpriteCharacterPropertyDrawer.cs.meta
deleted file mode 100644
index 0733749d..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_SpriteCharacterPropertyDrawer.cs.meta
+++ /dev/null
@@ -1,11 +0,0 @@
-fileFormatVersion: 2
-guid: 37cff9f5a86ae494c8cb04423580480d
-MonoImporter:
- externalObjects: {}
- serializedVersion: 2
- defaultReferences: []
- executionOrder: 0
- icon: {instanceID: 0}
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_SpriteGlyphPropertyDrawer.cs b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_SpriteGlyphPropertyDrawer.cs
deleted file mode 100644
index cf79bc82..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_SpriteGlyphPropertyDrawer.cs
+++ /dev/null
@@ -1,94 +0,0 @@
-using UnityEngine;
-using UnityEngine.TextCore;
-using UnityEditor;
-using System.Collections;
-
-
-namespace TMPro.EditorUtilities
-{
-
- [CustomPropertyDrawer(typeof(TMP_SpriteGlyph))]
- public class TMP_SpriteGlyphPropertyDrawer : PropertyDrawer
- {
- public override void OnGUI(Rect position, SerializedProperty property, GUIContent label)
- {
- SerializedProperty prop_GlyphIndex = property.FindPropertyRelative("m_Index");
- SerializedProperty prop_GlyphMetrics = property.FindPropertyRelative("m_Metrics");
- SerializedProperty prop_GlyphRect = property.FindPropertyRelative("m_GlyphRect");
- SerializedProperty prop_Scale = property.FindPropertyRelative("m_Scale");
- SerializedProperty prop_AtlasIndex = property.FindPropertyRelative("m_AtlasIndex");
-
- GUIStyle style = new GUIStyle(EditorStyles.label);
- style.richText = true;
-
- Rect rect = new Rect(position.x + 70, position.y, position.width, 49);
-
- // Draw GlyphRect
- EditorGUI.PropertyField(rect, prop_GlyphRect);
-
- // Draw GlyphMetrics
- rect.y += 45;
- EditorGUI.PropertyField(rect, prop_GlyphMetrics);
-
- EditorGUIUtility.labelWidth = 40f;
- EditorGUI.PropertyField(new Rect(rect.x, rect.y + 65, 75, 18), prop_Scale, new GUIContent("Scale:"));
-
- EditorGUIUtility.labelWidth = 74f;
- EditorGUI.PropertyField(new Rect(rect.x + 85, rect.y + 65, 95, 18), prop_AtlasIndex, new GUIContent("Atlas Index:"));
-
- DrawGlyph(position, property);
-
- int spriteCharacterIndex;
- int.TryParse(property.displayName.Split(' ')[1], out spriteCharacterIndex);
-
- EditorGUI.LabelField(new Rect(position.x, position.y + 5, 64f, 18f), new GUIContent("#" + spriteCharacterIndex), style);
-
- float labelWidthID = GUI.skin.label.CalcSize(new GUIContent("ID: " + prop_GlyphIndex.intValue)).x;
- EditorGUI.LabelField(new Rect(position.x + (64 - labelWidthID) / 2, position.y + 110, 64f, 18f), new GUIContent("ID: " + prop_GlyphIndex.intValue + ""), style);
- }
-
- void DrawGlyph(Rect position, SerializedProperty property)
- {
- // Get a reference to the sprite texture
- Texture tex = (property.serializedObject.targetObject as TMP_SpriteAsset).spriteSheet;
-
- // Return if we don't have a texture assigned to the sprite asset.
- if (tex == null)
- {
- Debug.LogWarning("Please assign a valid Sprite Atlas texture to the [" + property.serializedObject.targetObject.name + "] Sprite Asset.", property.serializedObject.targetObject);
- return;
- }
-
- Vector2 spriteTexPosition = new Vector2(position.x, position.y);
- Vector2 spriteSize = new Vector2(65, 65);
-
- SerializedProperty prop_GlyphRect = property.FindPropertyRelative("m_GlyphRect");
-
- int spriteImageX = prop_GlyphRect.FindPropertyRelative("m_X").intValue;
- int spriteImageY = prop_GlyphRect.FindPropertyRelative("m_Y").intValue;
- int spriteImageWidth = prop_GlyphRect.FindPropertyRelative("m_Width").intValue;
- int spriteImageHeight = prop_GlyphRect.FindPropertyRelative("m_Height").intValue;
-
- if (spriteImageWidth >= spriteImageHeight)
- {
- spriteSize.y = spriteImageHeight * spriteSize.x / spriteImageWidth;
- spriteTexPosition.y += (spriteSize.x - spriteSize.y) / 2;
- }
- else
- {
- spriteSize.x = spriteImageWidth * spriteSize.y / spriteImageHeight;
- spriteTexPosition.x += (spriteSize.y - spriteSize.x) / 2;
- }
-
- // Compute the normalized texture coordinates
- Rect texCoords = new Rect((float)spriteImageX / tex.width, (float)spriteImageY / tex.height, (float)spriteImageWidth / tex.width, (float)spriteImageHeight / tex.height);
- GUI.DrawTextureWithTexCoords(new Rect(spriteTexPosition.x + 5, spriteTexPosition.y + 32f, spriteSize.x, spriteSize.y), tex, texCoords, true);
- }
-
- public override float GetPropertyHeight(SerializedProperty property, GUIContent label)
- {
- return 130f;
- }
-
- }
-}
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_SpriteGlyphPropertyDrawer.cs.meta b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_SpriteGlyphPropertyDrawer.cs.meta
deleted file mode 100644
index 04145626..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_SpriteGlyphPropertyDrawer.cs.meta
+++ /dev/null
@@ -1,11 +0,0 @@
-fileFormatVersion: 2
-guid: 056819c66570ca54cadb72330a354050
-MonoImporter:
- externalObjects: {}
- serializedVersion: 2
- defaultReferences: []
- executionOrder: 0
- icon: {instanceID: 0}
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_StyleAssetMenu.cs b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_StyleAssetMenu.cs
deleted file mode 100644
index 480a7767..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_StyleAssetMenu.cs
+++ /dev/null
@@ -1,56 +0,0 @@
-using UnityEngine;
-using UnityEditor;
-using System.IO;
-using System.Collections;
-
-
-namespace TMPro.EditorUtilities
-{
-
- public static class TMP_StyleAssetMenu
- {
-
- [MenuItem("Assets/Create/TextMeshPro/Style Sheet", false, 120)]
- public static void CreateTextMeshProObjectPerform()
- {
- string filePath;
- if (Selection.assetGUIDs.Length == 0)
- {
- // No asset selected.
- filePath = "Assets";
- }
- else
- {
- // Get the path of the selected folder or asset.
- filePath = AssetDatabase.GUIDToAssetPath(Selection.assetGUIDs[0]);
-
- // Get the file extension of the selected asset as it might need to be removed.
- string fileExtension = Path.GetExtension(filePath);
- if (fileExtension != "")
- {
- filePath = Path.GetDirectoryName(filePath);
- }
- }
-
-
- string filePathWithName = AssetDatabase.GenerateUniqueAssetPath(filePath + "/Text StyleSheet.asset");
-
- //// Create new Style Sheet Asset.
- TMP_StyleSheet styleSheet = ScriptableObject.CreateInstance();
-
- // Create Normal default style
- TMP_Style style = new TMP_Style("Normal", string.Empty, string.Empty);
- styleSheet.styles.Add(style);
-
- AssetDatabase.CreateAsset(styleSheet, filePathWithName);
-
- EditorUtility.SetDirty(styleSheet);
-
- AssetDatabase.SaveAssets();
-
- EditorUtility.FocusProjectWindow();
- EditorGUIUtility.PingObject(styleSheet);
- }
- }
-
-}
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_StyleAssetMenu.cs.meta b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_StyleAssetMenu.cs.meta
deleted file mode 100644
index cb44dc27..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_StyleAssetMenu.cs.meta
+++ /dev/null
@@ -1,12 +0,0 @@
-fileFormatVersion: 2
-guid: 23a562f2cac6401f9f91251c68a1a794
-timeCreated: 1432690168
-licenseType: Store
-MonoImporter:
- serializedVersion: 2
- defaultReferences: []
- executionOrder: 0
- icon: {instanceID: 0}
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_StyleSheetEditor.cs b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_StyleSheetEditor.cs
deleted file mode 100644
index 2968c29c..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_StyleSheetEditor.cs
+++ /dev/null
@@ -1,318 +0,0 @@
-using System;
-using UnityEngine;
-using UnityEditor;
-
-
-namespace TMPro.EditorUtilities
-{
-
- [CustomPropertyDrawer(typeof(TMP_Style))]
- public class StyleDrawer : PropertyDrawer
- {
- public static readonly float height = 95f;
-
- public override float GetPropertyHeight(SerializedProperty property, GUIContent label)
- {
- return height;
- }
-
- public override void OnGUI(Rect position, SerializedProperty property, GUIContent label)
- {
- SerializedProperty nameProperty = property.FindPropertyRelative("m_Name");
- SerializedProperty hashCodeProperty = property.FindPropertyRelative("m_HashCode");
- SerializedProperty openingDefinitionProperty = property.FindPropertyRelative("m_OpeningDefinition");
- SerializedProperty closingDefinitionProperty = property.FindPropertyRelative("m_ClosingDefinition");
- SerializedProperty openingDefinitionArray = property.FindPropertyRelative("m_OpeningTagArray");
- SerializedProperty closingDefinitionArray = property.FindPropertyRelative("m_ClosingTagArray");
-
-
- EditorGUIUtility.labelWidth = 86;
- position.height = EditorGUIUtility.singleLineHeight + EditorGUIUtility.standardVerticalSpacing;
- float labelHeight = position.height + 2f;
-
- EditorGUI.BeginChangeCheck();
- Rect rect0 = new Rect(position.x, position.y, (position.width) / 2 + 5, position.height);
- EditorGUI.PropertyField(rect0, nameProperty);
- if (EditorGUI.EndChangeCheck())
- {
- // Recompute HashCode if name has changed.
- hashCodeProperty.intValue = TMP_TextUtilities.GetSimpleHashCode(nameProperty.stringValue);
-
- property.serializedObject.ApplyModifiedProperties();
-
- // Dictionary needs to be updated since HashCode has changed.
- TMP_StyleSheet styleSheet = property.serializedObject.targetObject as TMP_StyleSheet;
- styleSheet.RefreshStyles();
- }
-
- // HashCode
- Rect rect1 = new Rect(rect0.x + rect0.width + 5, position.y, 65, position.height);
- GUI.Label(rect1, "HashCode");
- GUI.enabled = false;
- rect1.x += 65;
- rect1.width = position.width / 2 - 75;
- EditorGUI.PropertyField(rect1, hashCodeProperty, GUIContent.none);
-
- GUI.enabled = true;
-
- // Text Tags
- EditorGUI.BeginChangeCheck();
-
- // Opening Tags
- position.y += labelHeight;
- GUI.Label(position, "Opening Tags");
- Rect textRect1 = new Rect(110, position.y, position.width - 86, 35);
- openingDefinitionProperty.stringValue = EditorGUI.TextArea(textRect1, openingDefinitionProperty.stringValue);
- if (EditorGUI.EndChangeCheck())
- {
- // If any properties have changed, we need to update the Opening and Closing Arrays.
- int size = openingDefinitionProperty.stringValue.Length;
-
- // Adjust array size to match new string length.
- if (openingDefinitionArray.arraySize != size) openingDefinitionArray.arraySize = size;
-
- for (int i = 0; i < size; i++)
- {
- SerializedProperty element = openingDefinitionArray.GetArrayElementAtIndex(i);
- element.intValue = openingDefinitionProperty.stringValue[i];
- }
- }
-
- EditorGUI.BeginChangeCheck();
-
- // Closing Tags
- position.y += 38;
- GUI.Label(position, "Closing Tags");
- Rect textRect2 = new Rect(110, position.y, position.width - 86, 35);
- closingDefinitionProperty.stringValue = EditorGUI.TextArea(textRect2, closingDefinitionProperty.stringValue);
-
- if (EditorGUI.EndChangeCheck())
- {
- // If any properties have changed, we need to update the Opening and Closing Arrays.
- int size = closingDefinitionProperty.stringValue.Length;
-
- // Adjust array size to match new string length.
- if (closingDefinitionArray.arraySize != size) closingDefinitionArray.arraySize = size;
-
- for (int i = 0; i < size; i++)
- {
- SerializedProperty element = closingDefinitionArray.GetArrayElementAtIndex(i);
- element.intValue = closingDefinitionProperty.stringValue[i];
- }
- }
-
- }
- }
-
-
-
- [CustomEditor(typeof(TMP_StyleSheet)), CanEditMultipleObjects]
- public class TMP_StyleEditor : Editor
- {
-
- TMP_StyleSheet m_StyleSheet;
- SerializedProperty m_StyleListProp;
-
- int m_SelectedElement = -1;
- int m_Page;
-
- bool m_IsStyleSheetDirty;
-
-
- void OnEnable()
- {
- m_StyleSheet = target as TMP_StyleSheet;
- m_StyleListProp = serializedObject.FindProperty("m_StyleList");
- }
-
-
- public override void OnInspectorGUI()
- {
- Event currentEvent = Event.current;
-
- serializedObject.Update();
-
- m_IsStyleSheetDirty = false;
- int elementCount = m_StyleListProp.arraySize;
- int itemsPerPage = (Screen.height - 100) / 110;
-
- if (elementCount > 0)
- {
- // Display each Style entry using the StyleDrawer PropertyDrawer.
- for (int i = itemsPerPage * m_Page; i < elementCount && i < itemsPerPage * (m_Page + 1); i++)
- {
- // Define the start of the selection region of the element.
- Rect elementStartRegion = GUILayoutUtility.GetRect(0f, 0f, GUILayout.ExpandWidth(true));
-
- EditorGUILayout.BeginVertical(EditorStyles.helpBox);
-
- SerializedProperty styleProperty = m_StyleListProp.GetArrayElementAtIndex(i);
- EditorGUI.BeginChangeCheck();
- EditorGUILayout.PropertyField(styleProperty);
- EditorGUILayout.EndVertical();
- if (EditorGUI.EndChangeCheck())
- {
- //
- }
-
- // Define the end of the selection region of the element.
- Rect elementEndRegion = GUILayoutUtility.GetRect(0f, 0f, GUILayout.ExpandWidth(true));
-
- // Check for Item selection
- Rect selectionArea = new Rect(elementStartRegion.x, elementStartRegion.y, elementEndRegion.width, elementEndRegion.y - elementStartRegion.y);
- if (DoSelectionCheck(selectionArea))
- {
- if (m_SelectedElement == i)
- {
- m_SelectedElement = -1;
- }
- else
- {
- m_SelectedElement = i;
- GUIUtility.keyboardControl = 0;
- }
- }
-
- // Handle Selection Highlighting
- if (m_SelectedElement == i)
- TMP_EditorUtility.DrawBox(selectionArea, 2f, new Color32(40, 192, 255, 255));
- }
- }
-
- // STYLE LIST MANAGEMENT
- Rect rect = EditorGUILayout.GetControlRect(false, 20);
- rect.width /= 6;
-
- // Move Style up.
- bool guiEnabled = GUI.enabled;
- if (m_SelectedElement == -1 || m_SelectedElement == 0) { GUI.enabled = false; }
- if (GUI.Button(rect, "Up"))
- {
- SwapStyleElements(m_SelectedElement, m_SelectedElement - 1);
- }
- GUI.enabled = guiEnabled;
-
- // Move Style down.
- rect.x += rect.width;
- if (m_SelectedElement == elementCount - 1) { GUI.enabled = false; }
- if (GUI.Button(rect, "Down"))
- {
- SwapStyleElements(m_SelectedElement, m_SelectedElement + 1);
- }
- GUI.enabled = guiEnabled;
-
- // Add Style
- rect.x += rect.width * 3;
- if (GUI.Button(rect, "+"))
- {
- int index = m_SelectedElement == -1 ? 0 : m_SelectedElement;
-
- if (index > elementCount)
- index = elementCount;
-
- // Copy selected element
- m_StyleListProp.InsertArrayElementAtIndex(index);
-
- // Select newly inserted element
- m_SelectedElement = index + 1;
-
- serializedObject.ApplyModifiedProperties();
- m_StyleSheet.RefreshStyles();
- }
-
- // Delete style
- rect.x += rect.width;
- if (m_SelectedElement == -1 || m_SelectedElement >= elementCount) GUI.enabled = false;
- if (GUI.Button(rect, "-"))
- {
- int index = m_SelectedElement == -1 ? 0 : m_SelectedElement;
-
- m_StyleListProp.DeleteArrayElementAtIndex(index);
-
- m_SelectedElement = -1;
- serializedObject.ApplyModifiedProperties();
- m_StyleSheet.RefreshStyles();
- return;
- }
-
- // Return if we can't display any items.
- if (itemsPerPage == 0) return;
-
- // DISPLAY PAGE CONTROLS
- int shiftMultiplier = currentEvent.shift ? 10 : 1; // Page + Shift goes 10 page forward
-
- Rect pagePos = EditorGUILayout.GetControlRect(false, 20);
- pagePos.width /= 3;
-
- // Previous Page
- if (m_Page > 0) GUI.enabled = true;
- else GUI.enabled = false;
-
- if (GUI.Button(pagePos, "Previous"))
- m_Page -= 1 * shiftMultiplier;
-
- // PAGE COUNTER
- GUI.enabled = true;
- pagePos.x += pagePos.width;
- int totalPages = (int)(elementCount / (float)itemsPerPage + 0.999f);
- GUI.Label(pagePos, "Page " + (m_Page + 1) + " / " + totalPages, TMP_UIStyleManager.centeredLabel);
-
- // Next Page
- pagePos.x += pagePos.width;
- if (itemsPerPage * (m_Page + 1) < elementCount) GUI.enabled = true;
- else GUI.enabled = false;
-
- if (GUI.Button(pagePos, "Next"))
- m_Page += 1 * shiftMultiplier;
-
- // Clamp page range
- m_Page = Mathf.Clamp(m_Page, 0, elementCount / itemsPerPage);
-
-
- if (serializedObject.ApplyModifiedProperties())
- {
- TMPro_EventManager.ON_TEXT_STYLE_PROPERTY_CHANGED(true);
-
- if (m_IsStyleSheetDirty)
- {
- m_IsStyleSheetDirty = false;
- m_StyleSheet.RefreshStyles();
- }
- }
-
- // Clear selection if mouse event was not consumed.
- GUI.enabled = true;
- if (currentEvent.type == EventType.MouseDown && currentEvent.button == 0)
- m_SelectedElement = -1;
-
- }
-
-
- // Check if any of the Style elements were clicked on.
- static bool DoSelectionCheck(Rect selectionArea)
- {
- Event currentEvent = Event.current;
-
- switch (currentEvent.type)
- {
- case EventType.MouseDown:
- if (selectionArea.Contains(currentEvent.mousePosition) && currentEvent.button == 0)
- {
- currentEvent.Use();
- return true;
- }
- break;
- }
-
- return false;
- }
-
- void SwapStyleElements(int selectedIndex, int newIndex)
- {
- m_StyleListProp.MoveArrayElement(selectedIndex, newIndex);
- m_SelectedElement = newIndex;
- m_IsStyleSheetDirty = true;
- }
-
- }
-}
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_StyleSheetEditor.cs.meta b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_StyleSheetEditor.cs.meta
deleted file mode 100644
index a3bff26f..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_StyleSheetEditor.cs.meta
+++ /dev/null
@@ -1,12 +0,0 @@
-fileFormatVersion: 2
-guid: 34e2c9b9d9e44953933afe37461f44e6
-timeCreated: 1432683777
-licenseType: Store
-MonoImporter:
- serializedVersion: 2
- defaultReferences: []
- executionOrder: 0
- icon: {instanceID: 0}
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_SubMeshUI_Editor.cs b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_SubMeshUI_Editor.cs
deleted file mode 100644
index 679f4458..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_SubMeshUI_Editor.cs
+++ /dev/null
@@ -1,104 +0,0 @@
-using UnityEngine;
-using UnityEditor;
-using System.Collections;
-
-namespace TMPro.EditorUtilities
-{
- [CustomEditor(typeof(TMP_SubMeshUI)), CanEditMultipleObjects]
- public class TMP_SubMeshUI_Editor : Editor
- {
- private struct m_foldout
- { // Track Inspector foldout panel states, globally.
- //public static bool textInput = true;
- public static bool fontSettings = true;
- //public static bool extraSettings = false;
- //public static bool shadowSetting = false;
- //public static bool materialEditor = true;
- }
-
- private SerializedProperty fontAsset_prop;
- private SerializedProperty spriteAsset_prop;
-
- //private TMP_SubMeshUI m_SubMeshComponent;
-
- //private CanvasRenderer m_canvasRenderer;
- private Editor m_materialEditor;
- private Material m_targetMaterial;
-
-
- public void OnEnable()
- {
- fontAsset_prop = serializedObject.FindProperty("m_fontAsset");
- spriteAsset_prop = serializedObject.FindProperty("m_spriteAsset");
-
- //m_SubMeshComponent = target as TMP_SubMeshUI;
- //m_rectTransform = m_SubMeshComponent.rectTransform;
- //m_canvasRenderer = m_SubMeshComponent.canvasRenderer;
-
-
- // Create new Material Editor if one does not exists
- /*
- if (m_canvasRenderer != null && m_canvasRenderer.GetMaterial() != null)
- {
- m_materialEditor = Editor.CreateEditor(m_canvasRenderer.GetMaterial());
- m_targetMaterial = m_canvasRenderer.GetMaterial();
- }
- */
- }
-
-
- public void OnDisable()
- {
- // Destroy material editor if one exists
- /*
- if (m_materialEditor != null)
- {
- //Debug.Log("Destroying Inline Material Editor.");
- DestroyImmediate(m_materialEditor);
- }
- */
- }
-
-
-
- public override void OnInspectorGUI()
- {
- GUI.enabled = false;
- EditorGUILayout.PropertyField(fontAsset_prop);
- EditorGUILayout.PropertyField(spriteAsset_prop);
- GUI.enabled = true;
-
- EditorGUILayout.Space();
-
- // If a Custom Material Editor exists, we use it.
- /*
- if (m_canvasRenderer != null && m_canvasRenderer.GetMaterial() != null)
- {
- Material mat = m_canvasRenderer.GetMaterial();
-
- //Debug.Log(mat + " " + m_targetMaterial);
-
- if (mat != m_targetMaterial)
- {
- // Destroy previous Material Instance
- //Debug.Log("New Material has been assigned.");
- m_targetMaterial = mat;
- DestroyImmediate(m_materialEditor);
- }
-
-
- if (m_materialEditor == null)
- {
- m_materialEditor = Editor.CreateEditor(mat);
- }
-
- m_materialEditor.DrawHeader();
-
-
- m_materialEditor.OnInspectorGUI();
- }
- */
- }
-
- }
-}
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_SubMeshUI_Editor.cs.meta b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_SubMeshUI_Editor.cs.meta
deleted file mode 100644
index b82410e5..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_SubMeshUI_Editor.cs.meta
+++ /dev/null
@@ -1,12 +0,0 @@
-fileFormatVersion: 2
-guid: 6b01141ed8f74d198965c86f25eb7040
-timeCreated: 1452757501
-licenseType: Pro
-MonoImporter:
- serializedVersion: 2
- defaultReferences: []
- executionOrder: 0
- icon: {instanceID: 0}
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_SubMesh_Editor.cs b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_SubMesh_Editor.cs
deleted file mode 100644
index f668af96..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_SubMesh_Editor.cs
+++ /dev/null
@@ -1,71 +0,0 @@
-using UnityEngine;
-using UnityEditor;
-using System.Collections;
-
-namespace TMPro.EditorUtilities
-{
- [CustomEditor(typeof(TMP_SubMesh)), CanEditMultipleObjects]
- public class TMP_SubMesh_Editor : Editor
- {
- private struct m_foldout
- { // Track Inspector foldout panel states, globally.
- //public static bool textInput = true;
- public static bool fontSettings = true;
- //public static bool extraSettings = false;
- //public static bool shadowSetting = false;
- //public static bool materialEditor = true;
- }
-
- private SerializedProperty fontAsset_prop;
- private SerializedProperty spriteAsset_prop;
-
- private TMP_SubMesh m_SubMeshComponent;
- private Renderer m_Renderer;
-
- private string[] m_SortingLayerNames;
-
- public void OnEnable()
- {
- fontAsset_prop = serializedObject.FindProperty("m_fontAsset");
- spriteAsset_prop = serializedObject.FindProperty("m_spriteAsset");
-
- m_SubMeshComponent = target as TMP_SubMesh;
-
- m_Renderer = m_SubMeshComponent.renderer;
-
- m_SortingLayerNames = SortingLayerHelper.sortingLayerNames;
- }
-
-
- public override void OnInspectorGUI()
- {
- EditorGUI.indentLevel = 0;
-
- GUI.enabled = false;
- EditorGUILayout.PropertyField(fontAsset_prop);
- EditorGUILayout.PropertyField(spriteAsset_prop);
- GUI.enabled = true;
-
- EditorGUI.BeginChangeCheck();
-
- // Look up the layer name using the current layer ID
- string oldName = SortingLayer.IDToName(m_Renderer.sortingLayerID);
-
- // Use the name to look up our array index into the names list
- int oldLayerIndex = System.Array.IndexOf(m_SortingLayerNames, oldName);
-
- // Show the pop-up for the names
- int newLayerIndex = EditorGUILayout.Popup("Sorting Layer", oldLayerIndex, m_SortingLayerNames);
-
- // If the index changes, look up the ID for the new index to store as the new ID
- if (newLayerIndex != oldLayerIndex)
- m_Renderer.sortingLayerID = SortingLayer.NameToID(m_SortingLayerNames[newLayerIndex]);
-
- // Expose the manual sorting order
- int newSortingLayerOrder = EditorGUILayout.IntField("Order in Layer", m_Renderer.sortingOrder);
- if (newSortingLayerOrder != m_Renderer.sortingOrder)
- m_Renderer.sortingOrder = newSortingLayerOrder;
-
- }
- }
-}
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_SubMesh_Editor.cs.meta b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_SubMesh_Editor.cs.meta
deleted file mode 100644
index fd4713b3..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_SubMesh_Editor.cs.meta
+++ /dev/null
@@ -1,12 +0,0 @@
-fileFormatVersion: 2
-guid: dd2fe74169b54bf58fca17288513ef38
-timeCreated: 1456189048
-licenseType: Pro
-MonoImporter:
- serializedVersion: 2
- defaultReferences: []
- executionOrder: 0
- icon: {instanceID: 0}
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_TextAlignmentDrawer.cs b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_TextAlignmentDrawer.cs
deleted file mode 100644
index 1361de73..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_TextAlignmentDrawer.cs
+++ /dev/null
@@ -1,273 +0,0 @@
-using UnityEngine;
-using UnityEditor;
-
-namespace TMPro.EditorUtilities
-{
-
- [CustomPropertyDrawer(typeof(TextAlignmentOptions))]
- public class TMP_TextAlignmentDrawer : PropertyDrawer
- {
- const int k_AlignmentButtonWidth = 24;
- const int k_AlignmentButtonHeight = 20;
- const int k_WideViewWidth = 504;
- const int k_ControlsSpacing = 6;
- const int k_GroupWidth = k_AlignmentButtonWidth * 6;
- static readonly int k_TextAlignmentHash = "DoTextAligmentControl".GetHashCode();
-
- public override float GetPropertyHeight(SerializedProperty property, GUIContent label)
- {
- return EditorGUIUtility.currentViewWidth > k_WideViewWidth ? k_AlignmentButtonHeight : k_AlignmentButtonHeight * 2 + 3;
- }
-
- public override void OnGUI(Rect position, SerializedProperty property, GUIContent label)
- {
- var id = GUIUtility.GetControlID(k_TextAlignmentHash, FocusType.Keyboard, position);
-
- EditorGUI.BeginProperty(position, label, property);
- {
- var controlArea = EditorGUI.PrefixLabel(position, id, label);
-
- var horizontalAligment = new Rect(controlArea.x, controlArea.y, k_GroupWidth, k_AlignmentButtonHeight);
- var verticalAligment = new Rect(!(EditorGUIUtility.currentViewWidth > k_WideViewWidth) ? controlArea.x : horizontalAligment.xMax + k_ControlsSpacing, !(EditorGUIUtility.currentViewWidth > k_WideViewWidth) ? controlArea.y + k_AlignmentButtonHeight + 3 : controlArea.y, k_GroupWidth, k_AlignmentButtonHeight);
-
- EditorGUI.BeginChangeCheck();
-
- var selectedHorizontal = DoHorizontalAligmentControl(horizontalAligment, property);
- var selectedVertical = DoVerticalAligmentControl(verticalAligment, property);
-
- if (EditorGUI.EndChangeCheck())
- {
- var value = (0x1 << selectedHorizontal) | (0x100 << selectedVertical);
- property.intValue = value;
- }
- }
- EditorGUI.EndProperty();
- }
-
- static int DoHorizontalAligmentControl(Rect position, SerializedProperty alignment)
- {
- var selected = TMP_EditorUtility.GetHorizontalAlignmentGridValue(alignment.intValue);
-
- var values = new bool[6];
-
- values[selected] = true;
-
- if (alignment.hasMultipleDifferentValues)
- {
- foreach (var obj in alignment.serializedObject.targetObjects)
- {
- var text = obj as TMP_Text;
- if (text != null)
- {
- values[TMP_EditorUtility.GetHorizontalAlignmentGridValue((int)text.alignment)] = true;
- }
- }
- }
-
- position.width = k_AlignmentButtonWidth;
-
- for (var i = 0; i < values.Length; i++)
- {
- var oldValue = values[i];
- var newValue = TMP_EditorUtility.EditorToggle(position, oldValue, TMP_UIStyleManager.alignContentA[i], i == 0 ? TMP_UIStyleManager.alignmentButtonLeft : (i == 5 ? TMP_UIStyleManager.alignmentButtonRight : TMP_UIStyleManager.alignmentButtonMid));
- if (newValue != oldValue)
- {
- selected = i;
- }
- position.x += position.width;
- }
-
- return selected;
- }
-
- static int DoVerticalAligmentControl(Rect position, SerializedProperty alignment)
- {
- var selected = TMP_EditorUtility.GetVerticalAlignmentGridValue(alignment.intValue);
-
- var values = new bool[6];
-
- values[selected] = true;
-
- if (alignment.hasMultipleDifferentValues)
- {
- foreach (var obj in alignment.serializedObject.targetObjects)
- {
- var text = obj as TMP_Text;
- if (text != null)
- {
- values[TMP_EditorUtility.GetVerticalAlignmentGridValue((int)text.alignment)] = true;
- }
- }
- }
-
- position.width = k_AlignmentButtonWidth;
-
- for (var i = 0; i < values.Length; i++)
- {
- var oldValue = values[i];
- var newValue = TMP_EditorUtility.EditorToggle(position, oldValue, TMP_UIStyleManager.alignContentB[i], i == 0 ? TMP_UIStyleManager.alignmentButtonLeft : (i == 5 ? TMP_UIStyleManager.alignmentButtonRight : TMP_UIStyleManager.alignmentButtonMid));
- if (newValue != oldValue)
- {
- selected = i;
- }
- position.x += position.width;
- }
-
- return selected;
- }
- }
-
- [CustomPropertyDrawer(typeof(HorizontalAlignmentOptions))]
- public class TMP_HorizontalAlignmentDrawer : PropertyDrawer
- {
- const int k_AlignmentButtonWidth = 24;
- const int k_AlignmentButtonHeight = 20;
- const int k_WideViewWidth = 504;
- const int k_ControlsSpacing = 6;
- const int k_GroupWidth = k_AlignmentButtonWidth * 6;
- static readonly int k_TextAlignmentHash = "DoTextAligmentControl".GetHashCode();
-
- public override float GetPropertyHeight(SerializedProperty property, GUIContent label)
- {
- return EditorGUIUtility.currentViewWidth > k_WideViewWidth ? k_AlignmentButtonHeight : k_AlignmentButtonHeight * 2 + 3;
- }
-
- public override void OnGUI(Rect position, SerializedProperty property, GUIContent label)
- {
- var id = GUIUtility.GetControlID(k_TextAlignmentHash, FocusType.Keyboard, position);
-
- EditorGUI.BeginProperty(position, label, property);
- {
- var controlArea = EditorGUI.PrefixLabel(position, id, label);
-
- var horizontalAligment = new Rect(controlArea.x, controlArea.y, k_GroupWidth, k_AlignmentButtonHeight);
- //var verticalAligment = new Rect(!(EditorGUIUtility.currentViewWidth > k_WideViewWidth) ? controlArea.x : horizontalAligment.xMax + k_ControlsSpacing, !(EditorGUIUtility.currentViewWidth > k_WideViewWidth) ? controlArea.y + k_AlignmentButtonHeight + 3 : controlArea.y, k_GroupWidth, k_AlignmentButtonHeight);
-
- EditorGUI.BeginChangeCheck();
-
- var selectedHorizontal = DoHorizontalAligmentControl(horizontalAligment, property);
-
- if (EditorGUI.EndChangeCheck())
- {
- var value = 0x1 << selectedHorizontal;
- property.intValue = value;
- }
- }
- EditorGUI.EndProperty();
- }
-
- static int DoHorizontalAligmentControl(Rect position, SerializedProperty alignment)
- {
- var selected = TMP_EditorUtility.GetHorizontalAlignmentGridValue(alignment.intValue);
-
- var values = new bool[6];
-
- values[selected] = true;
-
- if (alignment.hasMultipleDifferentValues)
- {
- foreach (var obj in alignment.serializedObject.targetObjects)
- {
- var text = obj as TMP_Text;
- if (text != null)
- {
- values[TMP_EditorUtility.GetHorizontalAlignmentGridValue((int)text.horizontalAlignment)] = true;
- }
- }
- }
-
- position.width = k_AlignmentButtonWidth;
-
- for (var i = 0; i < values.Length; i++)
- {
- var oldValue = values[i];
- var newValue = TMP_EditorUtility.EditorToggle(position, oldValue, TMP_UIStyleManager.alignContentA[i], i == 0 ? TMP_UIStyleManager.alignmentButtonLeft : (i == 5 ? TMP_UIStyleManager.alignmentButtonRight : TMP_UIStyleManager.alignmentButtonMid));
- if (newValue != oldValue)
- {
- selected = i;
- }
- position.x += position.width;
- }
-
- return selected;
- }
- }
-
-
- [CustomPropertyDrawer(typeof(VerticalAlignmentOptions))]
- public class TMP_VerticalAlignmentDrawer : PropertyDrawer
- {
- const int k_AlignmentButtonWidth = 24;
- const int k_AlignmentButtonHeight = 20;
- const int k_WideViewWidth = 504;
- const int k_ControlsSpacing = 6;
- const int k_GroupWidth = k_AlignmentButtonWidth * 6;
- static readonly int k_TextAlignmentHash = "DoTextAligmentControl".GetHashCode();
-
- public override float GetPropertyHeight(SerializedProperty property, GUIContent label)
- {
- return EditorGUIUtility.currentViewWidth > k_WideViewWidth ? k_AlignmentButtonHeight : k_AlignmentButtonHeight * 2 + 3;
- }
-
- public override void OnGUI(Rect position, SerializedProperty property, GUIContent label)
- {
- var id = GUIUtility.GetControlID(k_TextAlignmentHash, FocusType.Keyboard, position);
-
- EditorGUI.BeginProperty(position, label, property);
- {
- var controlArea = EditorGUI.PrefixLabel(position, id, label);
-
- var horizontalAligment = new Rect(controlArea.x, controlArea.y, k_GroupWidth, k_AlignmentButtonHeight);
- var verticalAligment = new Rect(!(EditorGUIUtility.currentViewWidth > k_WideViewWidth) ? controlArea.x : horizontalAligment.xMax + k_ControlsSpacing, !(EditorGUIUtility.currentViewWidth > k_WideViewWidth) ? controlArea.y + k_AlignmentButtonHeight + 3 : controlArea.y, k_GroupWidth, k_AlignmentButtonHeight);
-
- EditorGUI.BeginChangeCheck();
-
- //var selectedHorizontal = DoHorizontalAligmentControl(horizontalAligment, property);
- var selectedVertical = DoVerticalAligmentControl(verticalAligment, property);
-
- if (EditorGUI.EndChangeCheck())
- {
- var value = 0x100 << selectedVertical;
- property.intValue = value;
- }
- }
- EditorGUI.EndProperty();
- }
-
- static int DoVerticalAligmentControl(Rect position, SerializedProperty alignment)
- {
- var selected = TMP_EditorUtility.GetVerticalAlignmentGridValue(alignment.intValue);
-
- var values = new bool[6];
-
- values[selected] = true;
-
- if (alignment.hasMultipleDifferentValues)
- {
- foreach (var obj in alignment.serializedObject.targetObjects)
- {
- var text = obj as TMP_Text;
- if (text != null)
- {
- values[TMP_EditorUtility.GetVerticalAlignmentGridValue((int)text.verticalAlignment)] = true;
- }
- }
- }
-
- position.width = k_AlignmentButtonWidth;
-
- for (var i = 0; i < values.Length; i++)
- {
- var oldValue = values[i];
- var newValue = TMP_EditorUtility.EditorToggle(position, oldValue, TMP_UIStyleManager.alignContentB[i], i == 0 ? TMP_UIStyleManager.alignmentButtonLeft : (i == 5 ? TMP_UIStyleManager.alignmentButtonRight : TMP_UIStyleManager.alignmentButtonMid));
- if (newValue != oldValue)
- {
- selected = i;
- }
- position.x += position.width;
- }
-
- return selected;
- }
- }
-}
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_TextAlignmentDrawer.cs.meta b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_TextAlignmentDrawer.cs.meta
deleted file mode 100644
index a68a2739..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_TextAlignmentDrawer.cs.meta
+++ /dev/null
@@ -1,10 +0,0 @@
-fileFormatVersion: 2
-guid: c55a64c7570474f47a94abe39ebfef04
-MonoImporter:
- serializedVersion: 2
- defaultReferences: []
- executionOrder: 0
- icon: {instanceID: 0}
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_UIStyleManager.cs b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_UIStyleManager.cs
deleted file mode 100644
index 0a94a997..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_UIStyleManager.cs
+++ /dev/null
@@ -1,134 +0,0 @@
-using UnityEngine;
-using UnityEditor;
-using System.Collections;
-
-
-namespace TMPro.EditorUtilities
-{
-
- public static class TMP_UIStyleManager
- {
- public static GUIStyle label;
- public static GUIStyle textAreaBoxWindow;
- public static GUIStyle boldFoldout;
- public static GUIStyle panelTitle;
- public static GUIStyle sectionHeader;
- public static GUIStyle centeredLabel;
- public static GUIStyle rightLabel;
- public static GUIStyle wrappingTextArea;
-
- public static GUIStyle alignmentButtonLeft;
- public static GUIStyle alignmentButtonMid;
- public static GUIStyle alignmentButtonRight;
-
- // Alignment Button Textures
- public static Texture2D alignLeft;
- public static Texture2D alignCenter;
- public static Texture2D alignRight;
- public static Texture2D alignJustified;
- public static Texture2D alignFlush;
- public static Texture2D alignGeoCenter;
- public static Texture2D alignTop;
- public static Texture2D alignMiddle;
- public static Texture2D alignBottom;
- public static Texture2D alignBaseline;
- public static Texture2D alignMidline;
- public static Texture2D alignCapline;
- public static Texture2D sectionHeaderTexture;
-
- public static GUIContent[] alignContentA;
- public static GUIContent[] alignContentB;
-
- static TMP_UIStyleManager()
- {
- // Find to location of the TextMesh Pro Asset Folder (as users may have moved it)
- var tmproAssetFolderPath = TMP_EditorUtility.packageRelativePath;
-
- if (EditorGUIUtility.isProSkin)
- {
- alignLeft = AssetDatabase.LoadAssetAtPath(tmproAssetFolderPath + "/Editor Resources/Textures/btn_AlignLeft.psd", typeof(Texture2D)) as Texture2D;
- alignCenter = AssetDatabase.LoadAssetAtPath(tmproAssetFolderPath + "/Editor Resources/Textures/btn_AlignCenter.psd", typeof(Texture2D)) as Texture2D;
- alignRight = AssetDatabase.LoadAssetAtPath(tmproAssetFolderPath + "/Editor Resources/Textures/btn_AlignRight.psd", typeof(Texture2D)) as Texture2D;
- alignJustified = AssetDatabase.LoadAssetAtPath(tmproAssetFolderPath + "/Editor Resources/Textures/btn_AlignJustified.psd", typeof(Texture2D)) as Texture2D;
- alignFlush = AssetDatabase.LoadAssetAtPath(tmproAssetFolderPath + "/Editor Resources/Textures/btn_AlignFlush.psd", typeof(Texture2D)) as Texture2D;
- alignGeoCenter = AssetDatabase.LoadAssetAtPath(tmproAssetFolderPath + "/Editor Resources/Textures/btn_AlignCenterGeo.psd", typeof(Texture2D)) as Texture2D;
- alignTop = AssetDatabase.LoadAssetAtPath(tmproAssetFolderPath + "/Editor Resources/Textures/btn_AlignTop.psd", typeof(Texture2D)) as Texture2D;
- alignMiddle = AssetDatabase.LoadAssetAtPath(tmproAssetFolderPath + "/Editor Resources/Textures/btn_AlignMiddle.psd", typeof(Texture2D)) as Texture2D;
- alignBottom = AssetDatabase.LoadAssetAtPath(tmproAssetFolderPath + "/Editor Resources/Textures/btn_AlignBottom.psd", typeof(Texture2D)) as Texture2D;
- alignBaseline = AssetDatabase.LoadAssetAtPath(tmproAssetFolderPath + "/Editor Resources/Textures/btn_AlignBaseLine.psd", typeof(Texture2D)) as Texture2D;
- alignMidline = AssetDatabase.LoadAssetAtPath(tmproAssetFolderPath + "/Editor Resources/Textures/btn_AlignMidLine.psd", typeof(Texture2D)) as Texture2D;
- alignCapline = AssetDatabase.LoadAssetAtPath(tmproAssetFolderPath + "/Editor Resources/Textures/btn_AlignCapLine.psd", typeof(Texture2D)) as Texture2D;
- sectionHeaderTexture = AssetDatabase.LoadAssetAtPath(tmproAssetFolderPath + "/Editor Resources/Textures/SectionHeader_Dark.psd", typeof(Texture2D)) as Texture2D;
- }
- else
- {
- alignLeft = AssetDatabase.LoadAssetAtPath(tmproAssetFolderPath + "/Editor Resources/Textures/btn_AlignLeft_Light.psd", typeof(Texture2D)) as Texture2D;
- alignCenter = AssetDatabase.LoadAssetAtPath(tmproAssetFolderPath + "/Editor Resources/Textures/btn_AlignCenter_Light.psd", typeof(Texture2D)) as Texture2D;
- alignRight = AssetDatabase.LoadAssetAtPath(tmproAssetFolderPath + "/Editor Resources/Textures/btn_AlignRight_Light.psd", typeof(Texture2D)) as Texture2D;
- alignJustified = AssetDatabase.LoadAssetAtPath(tmproAssetFolderPath + "/Editor Resources/Textures/btn_AlignJustified_Light.psd", typeof(Texture2D)) as Texture2D;
- alignFlush = AssetDatabase.LoadAssetAtPath(tmproAssetFolderPath + "/Editor Resources/Textures/btn_AlignFlush_Light.psd", typeof(Texture2D)) as Texture2D;
- alignGeoCenter = AssetDatabase.LoadAssetAtPath(tmproAssetFolderPath + "/Editor Resources/Textures/btn_AlignCenterGeo_Light.psd", typeof(Texture2D)) as Texture2D;
- alignTop = AssetDatabase.LoadAssetAtPath(tmproAssetFolderPath + "/Editor Resources/Textures/btn_AlignTop_Light.psd", typeof(Texture2D)) as Texture2D;
- alignMiddle = AssetDatabase.LoadAssetAtPath(tmproAssetFolderPath + "/Editor Resources/Textures/btn_AlignMiddle_Light.psd", typeof(Texture2D)) as Texture2D;
- alignBottom = AssetDatabase.LoadAssetAtPath(tmproAssetFolderPath + "/Editor Resources/Textures/btn_AlignBottom_Light.psd", typeof(Texture2D)) as Texture2D;
- alignBaseline = AssetDatabase.LoadAssetAtPath(tmproAssetFolderPath + "/Editor Resources/Textures/btn_AlignBaseLine_Light.psd", typeof(Texture2D)) as Texture2D;
- alignMidline = AssetDatabase.LoadAssetAtPath(tmproAssetFolderPath + "/Editor Resources/Textures/btn_AlignMidLine_Light.psd", typeof(Texture2D)) as Texture2D;
- alignCapline = AssetDatabase.LoadAssetAtPath(tmproAssetFolderPath + "/Editor Resources/Textures/btn_AlignCapLine_Light.psd", typeof(Texture2D)) as Texture2D;
- sectionHeaderTexture = AssetDatabase.LoadAssetAtPath(tmproAssetFolderPath + "/Editor Resources/Textures/SectionHeader_Light.psd", typeof(Texture2D)) as Texture2D;
- }
-
- label = new GUIStyle(EditorStyles.label) { richText = true, wordWrap = true, stretchWidth = true };
- textAreaBoxWindow = new GUIStyle(EditorStyles.textArea) { richText = true };
- boldFoldout = new GUIStyle(EditorStyles.foldout) { fontStyle = FontStyle.Bold };
- panelTitle = new GUIStyle(EditorStyles.label) { fontStyle = FontStyle.Bold };
-
- sectionHeader = new GUIStyle(EditorStyles.label) { fixedHeight = 22, richText = true, border = new RectOffset(9, 9, 0, 0), overflow = new RectOffset(9, 0, 0, 0), padding = new RectOffset(0, 0, 4, 0) };
- sectionHeader.normal.background = sectionHeaderTexture;
-
- centeredLabel = new GUIStyle(EditorStyles.label) { alignment = TextAnchor.MiddleCenter};
- rightLabel = new GUIStyle(EditorStyles.label) { alignment = TextAnchor.MiddleRight, richText = true };
-
-
- alignmentButtonLeft = new GUIStyle(EditorStyles.miniButtonLeft);
- alignmentButtonLeft.padding.left = 4;
- alignmentButtonLeft.padding.right = 4;
- alignmentButtonLeft.padding.top = 2;
- alignmentButtonLeft.padding.bottom = 2;
-
- alignmentButtonMid = new GUIStyle(EditorStyles.miniButtonMid);
- alignmentButtonMid.padding.left = 4;
- alignmentButtonMid.padding.right = 4;
- alignmentButtonLeft.padding.top = 2;
- alignmentButtonLeft.padding.bottom = 2;
-
- alignmentButtonRight = new GUIStyle(EditorStyles.miniButtonRight);
- alignmentButtonRight.padding.left = 4;
- alignmentButtonRight.padding.right = 4;
- alignmentButtonLeft.padding.top = 2;
- alignmentButtonLeft.padding.bottom = 2;
-
- wrappingTextArea = new GUIStyle(EditorStyles.textArea);
- wrappingTextArea.wordWrap = true;
-
- alignContentA = new []
- {
- new GUIContent(alignLeft, "Left"),
- new GUIContent(alignCenter, "Center"),
- new GUIContent(alignRight, "Right"),
- new GUIContent(alignJustified, "Justified"),
- new GUIContent(alignFlush, "Flush"),
- new GUIContent(alignGeoCenter, "Geometry Center")
- };
-
- alignContentB = new []
- {
- new GUIContent(alignTop, "Top"),
- new GUIContent(alignMiddle, "Middle"),
- new GUIContent(alignBottom, "Bottom"),
- new GUIContent(alignBaseline, "Baseline"),
- new GUIContent(alignMidline, "Midline"),
- new GUIContent(alignCapline, "Capline")
- };
- }
- }
-}
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_UIStyleManager.cs.meta b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_UIStyleManager.cs.meta
deleted file mode 100644
index 9c09bfa3..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_UIStyleManager.cs.meta
+++ /dev/null
@@ -1,12 +0,0 @@
-fileFormatVersion: 2
-guid: 30a939dce2fd4073955f2f20e659d506
-timeCreated: 1426454127
-licenseType: Store
-MonoImporter:
- serializedVersion: 2
- defaultReferences: []
- executionOrder: 0
- icon: {instanceID: 0}
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMPro_ContextMenus.cs b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMPro_ContextMenus.cs
deleted file mode 100644
index a01760da..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMPro_ContextMenus.cs
+++ /dev/null
@@ -1,367 +0,0 @@
-using UnityEngine;
-using UnityEditor;
-using System.IO;
-using System.Collections;
-
-
-namespace TMPro.EditorUtilities
-{
-
- public class TMP_ContextMenus : Editor
- {
-
- private static Texture m_copiedTexture;
-
- private static Material m_copiedProperties;
- private static Material m_copiedAtlasProperties;
-
-
- // Add a Context Menu to the Texture Editor Panel to allow Copy / Paste of Texture.
- [MenuItem("CONTEXT/Texture/Copy", false, 2000)]
- static void CopyTexture(MenuCommand command)
- {
- m_copiedTexture = command.context as Texture;
- }
-
-
- // Select the currently assigned material or material preset.
- [MenuItem("CONTEXT/Material/Select Material", false, 500)]
- static void SelectMaterial(MenuCommand command)
- {
- Material mat = command.context as Material;
-
- // Select current material
- EditorUtility.FocusProjectWindow();
- EditorGUIUtility.PingObject(mat);
- }
-
-
- // Add a Context Menu to allow easy duplication of the Material.
- [MenuItem("CONTEXT/Material/Create Material Preset", false)]
- static void DuplicateMaterial(MenuCommand command)
- {
- // Get the type of text object
- // If material is not a base material, we get material leaks...
-
- Material source_Mat = (Material)command.context;
- if (!EditorUtility.IsPersistent(source_Mat))
- {
- Debug.LogWarning("Material is an instance and cannot be converted into a persistent asset.");
- return;
- }
-
- string assetPath = AssetDatabase.GetAssetPath(source_Mat).Split('.')[0];
-
- if (assetPath.IndexOf("Assets/", System.StringComparison.InvariantCultureIgnoreCase) == -1)
- {
- Debug.LogWarning("Material Preset cannot be created from a material that is located outside the project.");
- return;
- }
-
- Material duplicate = new Material(source_Mat);
-
- // Need to manually copy the shader keywords
- duplicate.shaderKeywords = source_Mat.shaderKeywords;
-
- AssetDatabase.CreateAsset(duplicate, AssetDatabase.GenerateUniqueAssetPath(assetPath + ".mat"));
-
- GameObject[] selectedObjects = Selection.gameObjects;
-
- // Assign new Material Preset to selected text objects.
- for (int i = 0; i < selectedObjects.Length; i++)
- {
- TMP_Text textObject = selectedObjects[i].GetComponent();
-
- if (textObject != null)
- {
- textObject.fontSharedMaterial = duplicate;
- }
- else
- {
- TMP_SubMesh subMeshObject = selectedObjects[i].GetComponent();
-
- if (subMeshObject != null)
- subMeshObject.sharedMaterial = duplicate;
- else
- {
- TMP_SubMeshUI subMeshUIObject = selectedObjects[i].GetComponent();
-
- if (subMeshUIObject != null)
- subMeshUIObject.sharedMaterial = duplicate;
- }
- }
- }
-
- // Ping newly created Material Preset.
- EditorUtility.FocusProjectWindow();
- EditorGUIUtility.PingObject(duplicate);
- }
-
-
- // COPY MATERIAL PROPERTIES
- [MenuItem("CONTEXT/Material/Copy Material Properties", false)]
- static void CopyMaterialProperties(MenuCommand command)
- {
- Material mat = null;
- if (command.context.GetType() == typeof(Material))
- mat = (Material)command.context;
- else
- {
- mat = Selection.activeGameObject.GetComponent().GetMaterial();
- }
-
- m_copiedProperties = new Material(mat);
-
- m_copiedProperties.shaderKeywords = mat.shaderKeywords;
-
- m_copiedProperties.hideFlags = HideFlags.DontSave;
- }
-
-
- // PASTE MATERIAL
- //[MenuItem("CONTEXT/MaterialComponent/Paste Material Properties", false)]
- [MenuItem("CONTEXT/Material/Paste Material Properties", false)]
- static void PasteMaterialProperties(MenuCommand command)
- {
- if (m_copiedProperties == null)
- {
- Debug.LogWarning("No Material Properties to Paste. Use Copy Material Properties first.");
- return;
- }
-
- Material mat = null;
- if (command.context.GetType() == typeof(Material))
- mat = (Material)command.context;
- else
- {
- mat = Selection.activeGameObject.GetComponent().GetMaterial();
- }
-
- Undo.RecordObject(mat, "Paste Material");
-
- ShaderUtilities.GetShaderPropertyIDs(); // Make sure we have valid Property IDs
- if (mat.HasProperty(ShaderUtilities.ID_GradientScale))
- {
- // Preserve unique SDF properties from destination material.
- m_copiedProperties.SetTexture(ShaderUtilities.ID_MainTex, mat.GetTexture(ShaderUtilities.ID_MainTex));
- m_copiedProperties.SetFloat(ShaderUtilities.ID_GradientScale, mat.GetFloat(ShaderUtilities.ID_GradientScale));
- m_copiedProperties.SetFloat(ShaderUtilities.ID_TextureWidth, mat.GetFloat(ShaderUtilities.ID_TextureWidth));
- m_copiedProperties.SetFloat(ShaderUtilities.ID_TextureHeight, mat.GetFloat(ShaderUtilities.ID_TextureHeight));
- }
-
- EditorShaderUtilities.CopyMaterialProperties(m_copiedProperties, mat);
-
- // Copy ShaderKeywords from one material to the other.
- mat.shaderKeywords = m_copiedProperties.shaderKeywords;
-
- // Let TextMeshPro Objects that this mat has changed.
- TMPro_EventManager.ON_MATERIAL_PROPERTY_CHANGED(true, mat);
- }
-
-
- // Enable Resetting of Material properties without losing unique properties of the font atlas.
- [MenuItem("CONTEXT/Material/Reset", false, 2100)]
- static void ResetSettings(MenuCommand command)
- {
- Material mat = null;
- if (command.context.GetType() == typeof(Material))
- mat = (Material)command.context;
- else
- {
- mat = Selection.activeGameObject.GetComponent().GetMaterial();
- }
-
- Undo.RecordObject(mat, "Reset Material");
-
- ShaderUtilities.GetShaderPropertyIDs(); // Make sure we have valid Property IDs
- if (mat.HasProperty(ShaderUtilities.ID_GradientScale))
- {
- // Copy unique properties of the SDF Material
- var texture = mat.GetTexture(ShaderUtilities.ID_MainTex);
- var gradientScale = mat.GetFloat(ShaderUtilities.ID_GradientScale);
- var texWidth = mat.GetFloat(ShaderUtilities.ID_TextureWidth);
- var texHeight = mat.GetFloat(ShaderUtilities.ID_TextureHeight);
-
- var stencilId = 0.0f;
- var stencilComp = 0.0f;
-
- if (mat.HasProperty(ShaderUtilities.ID_StencilID))
- {
- stencilId = mat.GetFloat(ShaderUtilities.ID_StencilID);
- stencilComp = mat.GetFloat(ShaderUtilities.ID_StencilComp);
- }
-
- var normalWeight = mat.GetFloat(ShaderUtilities.ID_WeightNormal);
- var boldWeight = mat.GetFloat(ShaderUtilities.ID_WeightBold);
-
- // Reset the material
- Unsupported.SmartReset(mat);
-
- // Reset ShaderKeywords
- mat.shaderKeywords = new string[0]; // { "BEVEL_OFF", "GLOW_OFF", "UNDERLAY_OFF" };
-
- // Copy unique material properties back to the material.
- mat.SetTexture(ShaderUtilities.ID_MainTex, texture);
- mat.SetFloat(ShaderUtilities.ID_GradientScale, gradientScale);
- mat.SetFloat(ShaderUtilities.ID_TextureWidth, texWidth);
- mat.SetFloat(ShaderUtilities.ID_TextureHeight, texHeight);
-
- if (mat.HasProperty(ShaderUtilities.ID_StencilID))
- {
- mat.SetFloat(ShaderUtilities.ID_StencilID, stencilId);
- mat.SetFloat(ShaderUtilities.ID_StencilComp, stencilComp);
- }
-
- mat.SetFloat(ShaderUtilities.ID_WeightNormal, normalWeight);
- mat.SetFloat(ShaderUtilities.ID_WeightBold, boldWeight);
- }
- else
- {
- Unsupported.SmartReset(mat);
- }
-
- TMPro_EventManager.ON_MATERIAL_PROPERTY_CHANGED(true, mat);
- }
-
-
- //This function is used for debugging and fixing potentially broken font atlas links.
- [MenuItem("CONTEXT/Material/Copy Atlas", false, 2000)]
- static void CopyAtlas(MenuCommand command)
- {
- Material mat = command.context as Material;
-
- m_copiedAtlasProperties = new Material(mat);
- m_copiedAtlasProperties.hideFlags = HideFlags.DontSave;
- }
-
-
- // This function is used for debugging and fixing potentially broken font atlas links
- [MenuItem("CONTEXT/Material/Paste Atlas", false, 2001)]
- static void PasteAtlas(MenuCommand command)
- {
- Material mat = command.context as Material;
-
- if (mat == null)
- return;
-
- if (m_copiedAtlasProperties != null)
- {
- Undo.RecordObject(mat, "Paste Texture");
-
- ShaderUtilities.GetShaderPropertyIDs(); // Make sure we have valid Property IDs
-
- if (m_copiedAtlasProperties.HasProperty(ShaderUtilities.ID_MainTex))
- mat.SetTexture(ShaderUtilities.ID_MainTex, m_copiedAtlasProperties.GetTexture(ShaderUtilities.ID_MainTex));
-
- if (m_copiedAtlasProperties.HasProperty(ShaderUtilities.ID_GradientScale))
- {
- mat.SetFloat(ShaderUtilities.ID_GradientScale, m_copiedAtlasProperties.GetFloat(ShaderUtilities.ID_GradientScale));
- mat.SetFloat(ShaderUtilities.ID_TextureWidth, m_copiedAtlasProperties.GetFloat(ShaderUtilities.ID_TextureWidth));
- mat.SetFloat(ShaderUtilities.ID_TextureHeight, m_copiedAtlasProperties.GetFloat(ShaderUtilities.ID_TextureHeight));
- }
- }
- else if (m_copiedTexture != null)
- {
- Undo.RecordObject(mat, "Paste Texture");
-
- mat.SetTexture(ShaderUtilities.ID_MainTex, m_copiedTexture);
- }
-
- //DestroyImmediate(m_copiedAtlasProperties);
- }
-
-
- // Context Menus for TMPro Font Assets
- //This function is used for debugging and fixing potentially broken font atlas links.
- [MenuItem("CONTEXT/TMP_FontAsset/Extract Atlas", false, 2100)]
- static void ExtractAtlas(MenuCommand command)
- {
- TMP_FontAsset font = command.context as TMP_FontAsset;
-
- string fontPath = AssetDatabase.GetAssetPath(font);
- string texPath = Path.GetDirectoryName(fontPath) + "/" + Path.GetFileNameWithoutExtension(fontPath) + " Atlas.png";
-
- // Create a Serialized Object of the texture to allow us to make it readable.
- SerializedObject texprop = new SerializedObject(font.material.GetTexture(ShaderUtilities.ID_MainTex));
- texprop.FindProperty("m_IsReadable").boolValue = true;
- texprop.ApplyModifiedProperties();
-
- // Create a copy of the texture.
- Texture2D tex = Instantiate(font.material.GetTexture(ShaderUtilities.ID_MainTex)) as Texture2D;
-
- // Set the texture to not readable again.
- texprop.FindProperty("m_IsReadable").boolValue = false;
- texprop.ApplyModifiedProperties();
-
- Debug.Log(texPath);
- // Saving File for Debug
- var pngData = tex.EncodeToPNG();
- File.WriteAllBytes(texPath, pngData);
-
- AssetDatabase.Refresh();
- DestroyImmediate(tex);
- }
-
- ///
- ///
- ///
- ///
- [MenuItem("CONTEXT/TMP_FontAsset/Update Atlas Texture...", false, 2000)]
- static void RegenerateFontAsset(MenuCommand command)
- {
- TMP_FontAsset fontAsset = command.context as TMP_FontAsset;
-
- if (fontAsset != null)
- {
- TMPro_FontAssetCreatorWindow.ShowFontAtlasCreatorWindow(fontAsset);
- }
- }
-
- [MenuItem("CONTEXT/TMP_FontAsset/Force Upgrade To Version 1.1.0...", false, 2010)]
- static void ForceFontAssetUpgrade(MenuCommand command)
- {
- TMP_FontAsset fontAsset = command.context as TMP_FontAsset;
-
- if (fontAsset != null)
- {
- fontAsset.UpgradeFontAsset();
- TMPro_EventManager.ON_FONT_PROPERTY_CHANGED(true, fontAsset);
- }
- }
-
-
- ///
- /// Clear Dynamic Font Asset data such as glyph, character and font features.
- ///
- ///
- [MenuItem("CONTEXT/TMP_FontAsset/Reset", false, 100)]
- static void ClearFontAssetData(MenuCommand command)
- {
- TMP_FontAsset fontAsset = command.context as TMP_FontAsset;
-
- if (fontAsset != null && Selection.activeObject != fontAsset)
- {
- Selection.activeObject = fontAsset;
- }
-
- fontAsset.ClearFontAssetData(true);
-
- TMPro_EventManager.ON_FONT_PROPERTY_CHANGED(true, fontAsset);
- }
-
-
- [MenuItem("CONTEXT/TrueTypeFontImporter/Create TMP Font Asset...", false, 200)]
- static void CreateFontAsset(MenuCommand command)
- {
- TrueTypeFontImporter importer = command.context as TrueTypeFontImporter;
-
- if (importer != null)
- {
- Font sourceFontFile = AssetDatabase.LoadAssetAtPath(importer.assetPath);
-
- if (sourceFontFile)
- TMPro_FontAssetCreatorWindow.ShowFontAtlasCreatorWindow(sourceFontFile);
- }
- }
- }
-}
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMPro_ContextMenus.cs.meta b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMPro_ContextMenus.cs.meta
deleted file mode 100644
index f16753fe..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMPro_ContextMenus.cs.meta
+++ /dev/null
@@ -1,10 +0,0 @@
-fileFormatVersion: 2
-guid: 44e1d646473a40178712cb2150f54cec
-MonoImporter:
- serializedVersion: 2
- defaultReferences: []
- executionOrder: 0
- icon: {instanceID: 0}
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMPro_CreateObjectMenu.cs b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMPro_CreateObjectMenu.cs
deleted file mode 100644
index 99b83a66..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMPro_CreateObjectMenu.cs
+++ /dev/null
@@ -1,392 +0,0 @@
-using UnityEngine;
-using UnityEditor;
-using UnityEditor.Presets;
-using UnityEditor.SceneManagement;
-using UnityEditor.Experimental.SceneManagement;
-using UnityEngine.SceneManagement;
-using UnityEngine.UI;
-using UnityEngine.EventSystems;
-
-
-namespace TMPro.EditorUtilities
-{
- public static class TMPro_CreateObjectMenu
- {
-
- ///
- /// Create a TextMeshPro object that works with the Mesh Renderer
- ///
- ///
- [MenuItem("GameObject/3D Object/Text - TextMeshPro", false, 30)]
- static void CreateTextMeshProObjectPerform(MenuCommand command)
- {
- GameObject go = ObjectFactory.CreateGameObject("Text (TMP)");
-
- // Add support for new prefab mode
- StageUtility.PlaceGameObjectInCurrentStage(go);
-
- TextMeshPro textComponent = ObjectFactory.AddComponent(go);
-
- if (textComponent.m_isWaitingOnResourceLoad == false)
- {
- // Get reference to potential Presets for component
- #if UNITY_2019_3_OR_NEWER
- Preset[] presets = Preset.GetDefaultPresetsForObject(textComponent);
-
- if (presets == null || presets.Length == 0)
- {
- textComponent.text = "Sample text";
- textComponent.alignment = TextAlignmentOptions.TopLeft;
- }
- else
- {
- textComponent.renderer.sortingLayerID = textComponent._SortingLayerID;
- textComponent.renderer.sortingOrder = textComponent._SortingOrder;
- }
- #else
- if (Preset.GetDefaultForObject(textComponent) == null)
- {
- textComponent.text = "Sample text";
- textComponent.alignment = TextAlignmentOptions.TopLeft;
- }
- else
- {
- textComponent.renderer.sortingLayerID = textComponent._SortingLayerID;
- textComponent.renderer.sortingOrder = textComponent._SortingOrder;
- }
- #endif
-
- if (TMP_Settings.autoSizeTextContainer)
- {
- Vector2 size = textComponent.GetPreferredValues(TMP_Math.FLOAT_MAX, TMP_Math.FLOAT_MAX);
- textComponent.rectTransform.sizeDelta = size;
- }
- else
- {
- textComponent.rectTransform.sizeDelta = TMP_Settings.defaultTextMeshProTextContainerSize;
- }
- }
- else
- {
- textComponent.text = "Sample text";
- textComponent.alignment = TextAlignmentOptions.TopLeft;
- }
-
- Undo.RegisterCreatedObjectUndo(go, "Create " + go.name);
-
- GameObject contextObject = command.context as GameObject;
- if (contextObject != null)
- {
- GameObjectUtility.SetParentAndAlign(go, contextObject);
- Undo.SetTransformParent(go.transform, contextObject.transform, "Parent " + go.name);
- }
-
- Selection.activeGameObject = go;
- }
-
-
- ///
- /// Create a TextMeshPro object that works with the CanvasRenderer
- ///
- ///
- [MenuItem("GameObject/UI/Text - TextMeshPro", false, 2001)]
- static void CreateTextMeshProGuiObjectPerform(MenuCommand menuCommand)
- {
- GameObject go = TMP_DefaultControls.CreateText(GetStandardResources());
-
- // Override text color and font size
- TextMeshProUGUI textComponent = go.GetComponent();
-
- if (textComponent.m_isWaitingOnResourceLoad == false)
- {
- // Get reference to potential Presets for component
- #if UNITY_2019_3_OR_NEWER
- Preset[] presets = Preset.GetDefaultPresetsForObject(textComponent);
-
- if (presets == null || presets.Length == 0)
- {
- textComponent.fontSize = TMP_Settings.defaultFontSize;
- textComponent.color = Color.white;
- textComponent.text = "New Text";
- }
- #else
- if (Preset.GetDefaultForObject(textComponent) == null)
- {
- textComponent.fontSize = TMP_Settings.defaultFontSize;
- textComponent.color = Color.white;
- textComponent.text = "New Text";
- }
- #endif
-
- if (TMP_Settings.autoSizeTextContainer)
- {
- Vector2 size = textComponent.GetPreferredValues(TMP_Math.FLOAT_MAX, TMP_Math.FLOAT_MAX);
- textComponent.rectTransform.sizeDelta = size;
- }
- else
- {
- textComponent.rectTransform.sizeDelta = TMP_Settings.defaultTextMeshProUITextContainerSize;
- }
- }
- else
- {
- textComponent.fontSize = 36;
- textComponent.color = Color.white;
- textComponent.text = "New Text";
- }
-
- PlaceUIElementRoot(go, menuCommand);
- }
-
- [MenuItem("GameObject/UI/Button - TextMeshPro", false, 2031)]
- public static void AddButton(MenuCommand menuCommand)
- {
- GameObject go = TMP_DefaultControls.CreateButton(GetStandardResources());
-
- // Override font size
- TMP_Text textComponent = go.GetComponentInChildren();
- textComponent.fontSize = 24;
-
- PlaceUIElementRoot(go, menuCommand);
- }
-
-
-
- [MenuItem("GameObject/UI/Input Field - TextMeshPro", false, 2037)]
- static void AddTextMeshProInputField(MenuCommand menuCommand)
- {
- GameObject go = TMP_DefaultControls.CreateInputField(GetStandardResources());
- PlaceUIElementRoot(go, menuCommand);
- }
-
-
- [MenuItem("GameObject/UI/Dropdown - TextMeshPro", false, 2036)]
- public static void AddDropdown(MenuCommand menuCommand)
- {
- GameObject go = TMP_DefaultControls.CreateDropdown(GetStandardResources());
- PlaceUIElementRoot(go, menuCommand);
- }
-
-
- private const string kUILayerName = "UI";
-
- private const string kStandardSpritePath = "UI/Skin/UISprite.psd";
- private const string kBackgroundSpritePath = "UI/Skin/Background.psd";
- private const string kInputFieldBackgroundPath = "UI/Skin/InputFieldBackground.psd";
- private const string kKnobPath = "UI/Skin/Knob.psd";
- private const string kCheckmarkPath = "UI/Skin/Checkmark.psd";
- private const string kDropdownArrowPath = "UI/Skin/DropdownArrow.psd";
- private const string kMaskPath = "UI/Skin/UIMask.psd";
-
- private static TMP_DefaultControls.Resources s_StandardResources;
-
-
- private static TMP_DefaultControls.Resources GetStandardResources()
- {
- if (s_StandardResources.standard == null)
- {
- s_StandardResources.standard = AssetDatabase.GetBuiltinExtraResource(kStandardSpritePath);
- s_StandardResources.background = AssetDatabase.GetBuiltinExtraResource(kBackgroundSpritePath);
- s_StandardResources.inputField = AssetDatabase.GetBuiltinExtraResource(kInputFieldBackgroundPath);
- s_StandardResources.knob = AssetDatabase.GetBuiltinExtraResource(kKnobPath);
- s_StandardResources.checkmark = AssetDatabase.GetBuiltinExtraResource(kCheckmarkPath);
- s_StandardResources.dropdown = AssetDatabase.GetBuiltinExtraResource(kDropdownArrowPath);
- s_StandardResources.mask = AssetDatabase.GetBuiltinExtraResource(kMaskPath);
- }
- return s_StandardResources;
- }
-
-
- private static void SetPositionVisibleinSceneView(RectTransform canvasRTransform, RectTransform itemTransform)
- {
- // Find the best scene view
- SceneView sceneView = SceneView.lastActiveSceneView;
- if (sceneView == null && SceneView.sceneViews.Count > 0)
- sceneView = SceneView.sceneViews[0] as SceneView;
-
- // Couldn't find a SceneView. Don't set position.
- if (sceneView == null || sceneView.camera == null)
- return;
-
- // Create world space Plane from canvas position.
- Camera camera = sceneView.camera;
- Vector3 position = Vector3.zero;
- Vector2 localPlanePosition;
-
- if (RectTransformUtility.ScreenPointToLocalPointInRectangle(canvasRTransform, new Vector2(camera.pixelWidth / 2, camera.pixelHeight / 2), camera, out localPlanePosition))
- {
- // Adjust for canvas pivot
- localPlanePosition.x = localPlanePosition.x + canvasRTransform.sizeDelta.x * canvasRTransform.pivot.x;
- localPlanePosition.y = localPlanePosition.y + canvasRTransform.sizeDelta.y * canvasRTransform.pivot.y;
-
- localPlanePosition.x = Mathf.Clamp(localPlanePosition.x, 0, canvasRTransform.sizeDelta.x);
- localPlanePosition.y = Mathf.Clamp(localPlanePosition.y, 0, canvasRTransform.sizeDelta.y);
-
- // Adjust for anchoring
- position.x = localPlanePosition.x - canvasRTransform.sizeDelta.x * itemTransform.anchorMin.x;
- position.y = localPlanePosition.y - canvasRTransform.sizeDelta.y * itemTransform.anchorMin.y;
-
- Vector3 minLocalPosition;
- minLocalPosition.x = canvasRTransform.sizeDelta.x * (0 - canvasRTransform.pivot.x) + itemTransform.sizeDelta.x * itemTransform.pivot.x;
- minLocalPosition.y = canvasRTransform.sizeDelta.y * (0 - canvasRTransform.pivot.y) + itemTransform.sizeDelta.y * itemTransform.pivot.y;
-
- Vector3 maxLocalPosition;
- maxLocalPosition.x = canvasRTransform.sizeDelta.x * (1 - canvasRTransform.pivot.x) - itemTransform.sizeDelta.x * itemTransform.pivot.x;
- maxLocalPosition.y = canvasRTransform.sizeDelta.y * (1 - canvasRTransform.pivot.y) - itemTransform.sizeDelta.y * itemTransform.pivot.y;
-
- position.x = Mathf.Clamp(position.x, minLocalPosition.x, maxLocalPosition.x);
- position.y = Mathf.Clamp(position.y, minLocalPosition.y, maxLocalPosition.y);
- }
-
- itemTransform.anchoredPosition = position;
- itemTransform.localRotation = Quaternion.identity;
- itemTransform.localScale = Vector3.one;
- }
-
-
- private static void PlaceUIElementRoot(GameObject element, MenuCommand menuCommand)
- {
- GameObject parent = menuCommand.context as GameObject;
- bool explicitParentChoice = true;
- if (parent == null)
- {
- parent = GetOrCreateCanvasGameObject();
- explicitParentChoice = false;
-
- // If in Prefab Mode, Canvas has to be part of Prefab contents,
- // otherwise use Prefab root instead.
- PrefabStage prefabStage = PrefabStageUtility.GetCurrentPrefabStage();
- if (prefabStage != null && !prefabStage.IsPartOfPrefabContents(parent))
- parent = prefabStage.prefabContentsRoot;
- }
- if (parent.GetComponentInParent
");
-
- missingGlyphReport += "\n\nCharacters included: " + m_FontCharacterTable.Count + "/" + m_CharacterCount + "";
- missingGlyphReport += "\nMissing characters: " + m_MissingCharacters.Count + "";
- missingGlyphReport += "\nExcluded characters: " + m_ExcludedCharacters.Count + "";
-
- // Report characters missing from font file
- missingGlyphReport += "\n\nCharacters missing from font file:";
- missingGlyphReport += "\n----------------------------------------";
-
- m_OutputFeedback = missingGlyphReport;
-
- for (int i = 0; i < m_MissingCharacters.Count; i++)
- {
- missingGlyphReport += "\nID: " + m_MissingCharacters[i] + "\tHex: " + m_MissingCharacters[i].ToString("X") + "\tChar [" + (char)m_MissingCharacters[i] + "]";
-
- if (missingGlyphReport.Length < 16300)
- m_OutputFeedback = missingGlyphReport;
- }
-
- // Report characters that did not fit in the atlas texture
- missingGlyphReport += "\n\nCharacters excluded from packing:";
- missingGlyphReport += "\n----------------------------------------";
-
- for (int i = 0; i < m_ExcludedCharacters.Count; i++)
- {
- missingGlyphReport += "\nID: " + m_ExcludedCharacters[i] + "\tHex: " + m_ExcludedCharacters[i].ToString("X") + "\tChar [" + (char)m_ExcludedCharacters[i] + "]";
-
- if (missingGlyphReport.Length < 16300)
- m_OutputFeedback = missingGlyphReport;
- }
-
- if (missingGlyphReport.Length > 16300)
- m_OutputFeedback += "\n\nReport truncated.\nSee \"TextMesh Pro\\Glyph Report.txt\"";
-
- // Save Missing Glyph Report file
- if (Directory.Exists("Assets/TextMesh Pro"))
- {
- missingGlyphReport = System.Text.RegularExpressions.Regex.Replace(missingGlyphReport, @"<[^>]*>", string.Empty);
- File.WriteAllText("Assets/TextMesh Pro/Glyph Report.txt", missingGlyphReport);
- AssetDatabase.Refresh();
- }
- }
-
-
- void CreateFontAtlasTexture()
- {
- if (m_FontAtlasTexture != null)
- DestroyImmediate(m_FontAtlasTexture);
-
- m_FontAtlasTexture = new Texture2D(m_AtlasWidth, m_AtlasHeight, TextureFormat.Alpha8, false, true);
-
- Color32[] colors = new Color32[m_AtlasWidth * m_AtlasHeight];
-
- for (int i = 0; i < colors.Length; i++)
- {
- byte c = m_AtlasTextureBuffer[i];
- colors[i] = new Color32(c, c, c, c);
- }
-
- // Clear allocation of
- m_AtlasTextureBuffer = null;
-
- if ((m_GlyphRenderMode & GlyphRenderMode.RASTER) == GlyphRenderMode.RASTER || (m_GlyphRenderMode & GlyphRenderMode.RASTER_HINTED) == GlyphRenderMode.RASTER_HINTED)
- m_FontAtlasTexture.filterMode = FilterMode.Point;
-
- m_FontAtlasTexture.SetPixels32(colors, 0);
- m_FontAtlasTexture.Apply(false, false);
-
- // Saving File for Debug
- //var pngData = m_FontAtlasTexture.EncodeToPNG();
- //File.WriteAllBytes("Assets/Textures/Debug Font Texture.png", pngData);
- }
-
-
- ///
- /// Open Save Dialog to provide the option save the font asset using the name of the source font file. This also appends SDF to the name if using any of the SDF Font Asset creation modes.
- ///
- ///
- void SaveNewFontAsset(Object sourceObject)
- {
- string filePath;
-
- // Save new Font Asset and open save file requester at Source Font File location.
- string saveDirectory = new FileInfo(AssetDatabase.GetAssetPath(sourceObject)).DirectoryName;
-
- if (((GlyphRasterModes)m_GlyphRenderMode & GlyphRasterModes.RASTER_MODE_BITMAP) == GlyphRasterModes.RASTER_MODE_BITMAP)
- {
- filePath = EditorUtility.SaveFilePanel("Save TextMesh Pro! Font Asset File", saveDirectory, sourceObject.name, "asset");
-
- if (filePath.Length == 0)
- return;
-
- Save_Bitmap_FontAsset(filePath);
- }
- else
- {
- filePath = EditorUtility.SaveFilePanel("Save TextMesh Pro! Font Asset File", saveDirectory, sourceObject.name + " SDF", "asset");
-
- if (filePath.Length == 0)
- return;
-
- Save_SDF_FontAsset(filePath);
- }
- }
-
-
- ///
- /// Open Save Dialog to provide the option to save the font asset under the same name.
- ///
- ///
- void SaveNewFontAssetWithSameName(Object sourceObject)
- {
- string filePath;
-
- // Save new Font Asset and open save file requester at Source Font File location.
- string saveDirectory = new FileInfo(AssetDatabase.GetAssetPath(sourceObject)).DirectoryName;
-
- filePath = EditorUtility.SaveFilePanel("Save TextMesh Pro! Font Asset File", saveDirectory, sourceObject.name, "asset");
-
- if (filePath.Length == 0)
- return;
-
- if (((GlyphRasterModes)m_GlyphRenderMode & GlyphRasterModes.RASTER_MODE_BITMAP) == GlyphRasterModes.RASTER_MODE_BITMAP)
- {
- Save_Bitmap_FontAsset(filePath);
- }
- else
- {
- Save_SDF_FontAsset(filePath);
- }
- }
-
-
- void Save_Bitmap_FontAsset(string filePath)
- {
- filePath = filePath.Substring(0, filePath.Length - 6); // Trim file extension from filePath.
-
- string dataPath = Application.dataPath;
-
- if (filePath.IndexOf(dataPath, System.StringComparison.InvariantCultureIgnoreCase) == -1)
- {
- Debug.LogError("You're saving the font asset in a directory outside of this project folder. This is not supported. Please select a directory under \"" + dataPath + "\"");
- return;
- }
-
- string relativeAssetPath = filePath.Substring(dataPath.Length - 6);
- string tex_DirName = Path.GetDirectoryName(relativeAssetPath);
- string tex_FileName = Path.GetFileNameWithoutExtension(relativeAssetPath);
- string tex_Path_NoExt = tex_DirName + "/" + tex_FileName;
-
- // Check if TextMeshPro font asset already exists. If not, create a new one. Otherwise update the existing one.
- TMP_FontAsset fontAsset = AssetDatabase.LoadAssetAtPath(tex_Path_NoExt + ".asset", typeof(TMP_FontAsset)) as TMP_FontAsset;
- if (fontAsset == null)
- {
- //Debug.Log("Creating TextMeshPro font asset!");
- fontAsset = ScriptableObject.CreateInstance(); // Create new TextMeshPro Font Asset.
- AssetDatabase.CreateAsset(fontAsset, tex_Path_NoExt + ".asset");
-
- // Set version number of font asset
- fontAsset.version = "1.1.0";
-
- //Set Font Asset Type
- fontAsset.atlasRenderMode = m_GlyphRenderMode;
-
- // Reference to the source font file GUID.
- fontAsset.m_SourceFontFile_EditorRef = (Font)m_SourceFontFile;
- fontAsset.m_SourceFontFileGUID = AssetDatabase.AssetPathToGUID(AssetDatabase.GetAssetPath(m_SourceFontFile));
-
- // Add FaceInfo to Font Asset
- fontAsset.faceInfo = m_FaceInfo;
-
- // Add GlyphInfo[] to Font Asset
- fontAsset.glyphTable = m_FontGlyphTable;
-
- // Add CharacterTable[] to font asset.
- fontAsset.characterTable = m_FontCharacterTable;
-
- // Sort glyph and character tables.
- fontAsset.SortAllTables();
-
- // Get and Add Kerning Pairs to Font Asset
- if (m_IncludeFontFeatures)
- fontAsset.fontFeatureTable = GetKerningTable();
-
-
- // Add Font Atlas as Sub-Asset
- fontAsset.atlasTextures = new Texture2D[] { m_FontAtlasTexture };
- m_FontAtlasTexture.name = tex_FileName + " Atlas";
- fontAsset.atlasWidth = m_AtlasWidth;
- fontAsset.atlasHeight = m_AtlasHeight;
- fontAsset.atlasPadding = m_Padding;
-
- AssetDatabase.AddObjectToAsset(m_FontAtlasTexture, fontAsset);
-
- // Create new Material and Add it as Sub-Asset
- Shader default_Shader = Shader.Find("TextMeshPro/Bitmap"); // m_shaderSelection;
- Material tmp_material = new Material(default_Shader);
- tmp_material.name = tex_FileName + " Material";
- tmp_material.SetTexture(ShaderUtilities.ID_MainTex, m_FontAtlasTexture);
- fontAsset.material = tmp_material;
-
- AssetDatabase.AddObjectToAsset(tmp_material, fontAsset);
-
- }
- else
- {
- // Find all Materials referencing this font atlas.
- Material[] material_references = TMP_EditorUtility.FindMaterialReferences(fontAsset);
-
- // Set version number of font asset
- fontAsset.version = "1.1.0";
-
- // Special handling to remove legacy font asset data
- if (fontAsset.m_glyphInfoList != null && fontAsset.m_glyphInfoList.Count > 0)
- fontAsset.m_glyphInfoList = null;
-
- //Set Font Asset Type
- fontAsset.atlasRenderMode = m_GlyphRenderMode;
-
- // Add FaceInfo to Font Asset
- fontAsset.faceInfo = m_FaceInfo;
-
- // Add GlyphInfo[] to Font Asset
- fontAsset.glyphTable = m_FontGlyphTable;
-
- // Add CharacterTable[] to font asset.
- fontAsset.characterTable = m_FontCharacterTable;
-
- // Sort glyph and character tables.
- fontAsset.SortAllTables();
-
- // Get and Add Kerning Pairs to Font Asset
- if (m_IncludeFontFeatures)
- fontAsset.fontFeatureTable = GetKerningTable();
-
- // Destroy Assets that will be replaced.
- if (fontAsset.atlasTextures != null && fontAsset.atlasTextures.Length > 0)
- {
- for (int i = 1; i < fontAsset.atlasTextures.Length; i++)
- DestroyImmediate(fontAsset.atlasTextures[i], true);
- }
-
- fontAsset.m_AtlasTextureIndex = 0;
- fontAsset.atlasWidth = m_AtlasWidth;
- fontAsset.atlasHeight = m_AtlasHeight;
- fontAsset.atlasPadding = m_Padding;
-
- // Make sure remaining atlas texture is of the correct size
- Texture2D tex = fontAsset.atlasTextures[0];
- tex.name = tex_FileName + " Atlas";
-
- // Make texture readable to allow resizing
- bool isReadableState = tex.isReadable;
- if (isReadableState == false)
- FontEngineEditorUtilities.SetAtlasTextureIsReadable(tex, true);
-
- if (tex.width != m_AtlasWidth || tex.height != m_AtlasHeight)
- {
- tex.Resize(m_AtlasWidth, m_AtlasHeight);
- tex.Apply();
- }
-
- // Copy new texture data to existing texture
- Graphics.CopyTexture(m_FontAtlasTexture, tex);
-
- // Apply changes to the texture.
- tex.Apply(false, !isReadableState);
-
- // Special handling due to a bug in earlier versions of Unity.
- m_FontAtlasTexture.hideFlags = HideFlags.None;
- fontAsset.material.hideFlags = HideFlags.None;
-
- // Update the Texture reference on the Material
- //for (int i = 0; i < material_references.Length; i++)
- //{
- // material_references[i].SetFloat(ShaderUtilities.ID_TextureWidth, tex.width);
- // material_references[i].SetFloat(ShaderUtilities.ID_TextureHeight, tex.height);
-
- // int spread = m_Padding;
- // material_references[i].SetFloat(ShaderUtilities.ID_GradientScale, spread);
-
- // material_references[i].SetFloat(ShaderUtilities.ID_WeightNormal, fontAsset.normalStyle);
- // material_references[i].SetFloat(ShaderUtilities.ID_WeightBold, fontAsset.boldStyle);
- //}
- }
-
- // Add list of GlyphRects to font asset.
- fontAsset.freeGlyphRects = m_FreeGlyphRects;
- fontAsset.usedGlyphRects = m_UsedGlyphRects;
-
- // Save Font Asset creation settings
- m_SelectedFontAsset = fontAsset;
- m_LegacyFontAsset = null;
- fontAsset.creationSettings = SaveFontCreationSettings();
-
- AssetDatabase.SaveAssets();
-
- AssetDatabase.ImportAsset(AssetDatabase.GetAssetPath(fontAsset)); // Re-import font asset to get the new updated version.
-
- //EditorUtility.SetDirty(font_asset);
- fontAsset.ReadFontAssetDefinition();
-
- AssetDatabase.Refresh();
-
- m_FontAtlasTexture = null;
-
- // NEED TO GENERATE AN EVENT TO FORCE A REDRAW OF ANY TEXTMESHPRO INSTANCES THAT MIGHT BE USING THIS FONT ASSET
- TMPro_EventManager.ON_FONT_PROPERTY_CHANGED(true, fontAsset);
- }
-
-
- void Save_SDF_FontAsset(string filePath)
- {
- filePath = filePath.Substring(0, filePath.Length - 6); // Trim file extension from filePath.
-
- string dataPath = Application.dataPath;
-
- if (filePath.IndexOf(dataPath, System.StringComparison.InvariantCultureIgnoreCase) == -1)
- {
- Debug.LogError("You're saving the font asset in a directory outside of this project folder. This is not supported. Please select a directory under \"" + dataPath + "\"");
- return;
- }
-
- string relativeAssetPath = filePath.Substring(dataPath.Length - 6);
- string tex_DirName = Path.GetDirectoryName(relativeAssetPath);
- string tex_FileName = Path.GetFileNameWithoutExtension(relativeAssetPath);
- string tex_Path_NoExt = tex_DirName + "/" + tex_FileName;
-
-
- // Check if TextMeshPro font asset already exists. If not, create a new one. Otherwise update the existing one.
- TMP_FontAsset fontAsset = AssetDatabase.LoadAssetAtPath(tex_Path_NoExt + ".asset");
- if (fontAsset == null)
- {
- //Debug.Log("Creating TextMeshPro font asset!");
- fontAsset = ScriptableObject.CreateInstance(); // Create new TextMeshPro Font Asset.
- AssetDatabase.CreateAsset(fontAsset, tex_Path_NoExt + ".asset");
-
- // Set version number of font asset
- fontAsset.version = "1.1.0";
-
- // Reference to source font file GUID.
- fontAsset.m_SourceFontFile_EditorRef = (Font)m_SourceFontFile;
- fontAsset.m_SourceFontFileGUID = AssetDatabase.AssetPathToGUID(AssetDatabase.GetAssetPath(m_SourceFontFile));
-
- //Set Font Asset Type
- fontAsset.atlasRenderMode = m_GlyphRenderMode;
-
- // Add FaceInfo to Font Asset
- fontAsset.faceInfo = m_FaceInfo;
-
- // Add GlyphInfo[] to Font Asset
- fontAsset.glyphTable = m_FontGlyphTable;
-
- // Add CharacterTable[] to font asset.
- fontAsset.characterTable = m_FontCharacterTable;
-
- // Sort glyph and character tables.
- fontAsset.SortAllTables();
-
- // Get and Add Kerning Pairs to Font Asset
- if (m_IncludeFontFeatures)
- fontAsset.fontFeatureTable = GetKerningTable();
-
- // Add Font Atlas as Sub-Asset
- fontAsset.atlasTextures = new Texture2D[] { m_FontAtlasTexture };
- m_FontAtlasTexture.name = tex_FileName + " Atlas";
- fontAsset.atlasWidth = m_AtlasWidth;
- fontAsset.atlasHeight = m_AtlasHeight;
- fontAsset.atlasPadding = m_Padding;
-
- AssetDatabase.AddObjectToAsset(m_FontAtlasTexture, fontAsset);
-
- // Create new Material and Add it as Sub-Asset
- Shader default_Shader = Shader.Find("TextMeshPro/Distance Field");
- Material tmp_material = new Material(default_Shader);
-
- tmp_material.name = tex_FileName + " Material";
- tmp_material.SetTexture(ShaderUtilities.ID_MainTex, m_FontAtlasTexture);
- tmp_material.SetFloat(ShaderUtilities.ID_TextureWidth, m_FontAtlasTexture.width);
- tmp_material.SetFloat(ShaderUtilities.ID_TextureHeight, m_FontAtlasTexture.height);
-
- int spread = m_Padding + 1;
- tmp_material.SetFloat(ShaderUtilities.ID_GradientScale, spread); // Spread = Padding for Brute Force SDF.
-
- tmp_material.SetFloat(ShaderUtilities.ID_WeightNormal, fontAsset.normalStyle);
- tmp_material.SetFloat(ShaderUtilities.ID_WeightBold, fontAsset.boldStyle);
-
- fontAsset.material = tmp_material;
-
- AssetDatabase.AddObjectToAsset(tmp_material, fontAsset);
-
- }
- else
- {
- // Find all Materials referencing this font atlas.
- Material[] material_references = TMP_EditorUtility.FindMaterialReferences(fontAsset);
-
- // Set version number of font asset
- fontAsset.version = "1.1.0";
-
- // Special handling to remove legacy font asset data
- if (fontAsset.m_glyphInfoList != null && fontAsset.m_glyphInfoList.Count > 0)
- fontAsset.m_glyphInfoList = null;
-
- //Set Font Asset Type
- fontAsset.atlasRenderMode = m_GlyphRenderMode;
-
- // Add FaceInfo to Font Asset
- fontAsset.faceInfo = m_FaceInfo;
-
- // Add GlyphInfo[] to Font Asset
- fontAsset.glyphTable = m_FontGlyphTable;
-
- // Add CharacterTable[] to font asset.
- fontAsset.characterTable = m_FontCharacterTable;
-
- // Sort glyph and character tables.
- fontAsset.SortAllTables();
-
- // Get and Add Kerning Pairs to Font Asset
- // TODO: Check and preserve existing adjustment pairs.
- if (m_IncludeFontFeatures)
- fontAsset.fontFeatureTable = GetKerningTable();
-
- // Destroy Assets that will be replaced.
- if (fontAsset.atlasTextures != null && fontAsset.atlasTextures.Length > 0)
- {
- for (int i = 1; i < fontAsset.atlasTextures.Length; i++)
- DestroyImmediate(fontAsset.atlasTextures[i], true);
- }
-
- fontAsset.m_AtlasTextureIndex = 0;
- fontAsset.atlasWidth = m_AtlasWidth;
- fontAsset.atlasHeight = m_AtlasHeight;
- fontAsset.atlasPadding = m_Padding;
-
- // Make sure remaining atlas texture is of the correct size
- Texture2D tex = fontAsset.atlasTextures[0];
- tex.name = tex_FileName + " Atlas";
-
- // Make texture readable to allow resizing
- bool isReadableState = tex.isReadable;
- if (isReadableState == false)
- FontEngineEditorUtilities.SetAtlasTextureIsReadable(tex, true);
-
- if (tex.width != m_AtlasWidth || tex.height != m_AtlasHeight)
- {
- tex.Resize(m_AtlasWidth, m_AtlasHeight);
- tex.Apply();
- }
-
- // Copy new texture data to existing texture
- Graphics.CopyTexture(m_FontAtlasTexture, tex);
-
- // Apply changes to the texture.
- tex.Apply(false, !isReadableState);
-
- // Special handling due to a bug in earlier versions of Unity.
- m_FontAtlasTexture.hideFlags = HideFlags.None;
- fontAsset.material.hideFlags = HideFlags.None;
-
- // Update the Texture reference on the Material
- for (int i = 0; i < material_references.Length; i++)
- {
- material_references[i].SetFloat(ShaderUtilities.ID_TextureWidth, tex.width);
- material_references[i].SetFloat(ShaderUtilities.ID_TextureHeight, tex.height);
-
- int spread = m_Padding + 1;
- material_references[i].SetFloat(ShaderUtilities.ID_GradientScale, spread);
-
- material_references[i].SetFloat(ShaderUtilities.ID_WeightNormal, fontAsset.normalStyle);
- material_references[i].SetFloat(ShaderUtilities.ID_WeightBold, fontAsset.boldStyle);
- }
- }
-
- // Saving File for Debug
- //var pngData = destination_Atlas.EncodeToPNG();
- //File.WriteAllBytes("Assets/Textures/Debug Distance Field.png", pngData);
-
- // Add list of GlyphRects to font asset.
- fontAsset.freeGlyphRects = m_FreeGlyphRects;
- fontAsset.usedGlyphRects = m_UsedGlyphRects;
-
- // Save Font Asset creation settings
- m_SelectedFontAsset = fontAsset;
- m_LegacyFontAsset = null;
- fontAsset.creationSettings = SaveFontCreationSettings();
-
- AssetDatabase.SaveAssets();
-
- AssetDatabase.ImportAsset(AssetDatabase.GetAssetPath(fontAsset)); // Re-import font asset to get the new updated version.
-
- fontAsset.ReadFontAssetDefinition();
-
- AssetDatabase.Refresh();
-
- m_FontAtlasTexture = null;
-
- // NEED TO GENERATE AN EVENT TO FORCE A REDRAW OF ANY TEXTMESHPRO INSTANCES THAT MIGHT BE USING THIS FONT ASSET
- TMPro_EventManager.ON_FONT_PROPERTY_CHANGED(true, fontAsset);
- }
-
-
- ///
- /// Internal method to save the Font Asset Creation Settings
- ///
- ///
- FontAssetCreationSettings SaveFontCreationSettings()
- {
- FontAssetCreationSettings settings = new FontAssetCreationSettings();
-
- //settings.sourceFontFileName = m_SourceFontFile.name;
- settings.sourceFontFileGUID = AssetDatabase.AssetPathToGUID(AssetDatabase.GetAssetPath(m_SourceFontFile));
- settings.pointSizeSamplingMode = m_PointSizeSamplingMode;
- settings.pointSize = m_PointSize;
- settings.padding = m_Padding;
- settings.packingMode = (int)m_PackingMode;
- settings.atlasWidth = m_AtlasWidth;
- settings.atlasHeight = m_AtlasHeight;
- settings.characterSetSelectionMode = m_CharacterSetSelectionMode;
- settings.characterSequence = m_CharacterSequence;
- settings.referencedFontAssetGUID = AssetDatabase.AssetPathToGUID(AssetDatabase.GetAssetPath(m_ReferencedFontAsset));
- settings.referencedTextAssetGUID = AssetDatabase.AssetPathToGUID(AssetDatabase.GetAssetPath(m_CharactersFromFile));
- //settings.fontStyle = (int)m_FontStyle;
- //settings.fontStyleModifier = m_FontStyleValue;
- settings.renderMode = (int)m_GlyphRenderMode;
- settings.includeFontFeatures = m_IncludeFontFeatures;
-
- return settings;
- }
-
-
- ///
- /// Internal method to load the Font Asset Creation Settings
- ///
- ///
- void LoadFontCreationSettings(FontAssetCreationSettings settings)
- {
- m_SourceFontFile = AssetDatabase.LoadAssetAtPath(AssetDatabase.GUIDToAssetPath(settings.sourceFontFileGUID));
- m_PointSizeSamplingMode = settings.pointSizeSamplingMode;
- m_PointSize = settings.pointSize;
- m_Padding = settings.padding;
- m_PackingMode = (FontPackingModes)settings.packingMode;
- m_AtlasWidth = settings.atlasWidth;
- m_AtlasHeight = settings.atlasHeight;
- m_CharacterSetSelectionMode = settings.characterSetSelectionMode;
- m_CharacterSequence = settings.characterSequence;
- m_ReferencedFontAsset = AssetDatabase.LoadAssetAtPath(AssetDatabase.GUIDToAssetPath(settings.referencedFontAssetGUID));
- m_CharactersFromFile = AssetDatabase.LoadAssetAtPath(AssetDatabase.GUIDToAssetPath(settings.referencedTextAssetGUID));
- //m_FontStyle = (FaceStyles)settings.fontStyle;
- //m_FontStyleValue = settings.fontStyleModifier;
- m_GlyphRenderMode = (GlyphRenderMode)settings.renderMode;
- m_IncludeFontFeatures = settings.includeFontFeatures;
- }
-
-
- ///
- /// Save the latest font asset creation settings to EditorPrefs.
- ///
- ///
- void SaveCreationSettingsToEditorPrefs(FontAssetCreationSettings settings)
- {
- // Create new list if one does not already exist
- if (m_FontAssetCreationSettingsContainer == null)
- {
- m_FontAssetCreationSettingsContainer = new FontAssetCreationSettingsContainer();
- m_FontAssetCreationSettingsContainer.fontAssetCreationSettings = new List();
- }
-
- // Add new creation settings to the list
- m_FontAssetCreationSettingsContainer.fontAssetCreationSettings.Add(settings);
-
- // Since list should only contain the most 4 recent settings, we remove the first element if list exceeds 4 elements.
- if (m_FontAssetCreationSettingsContainer.fontAssetCreationSettings.Count > 4)
- m_FontAssetCreationSettingsContainer.fontAssetCreationSettings.RemoveAt(0);
-
- m_FontAssetCreationSettingsCurrentIndex = m_FontAssetCreationSettingsContainer.fontAssetCreationSettings.Count - 1;
-
- // Serialize list to JSON
- string serializedSettings = JsonUtility.ToJson(m_FontAssetCreationSettingsContainer, true);
-
- EditorPrefs.SetString(k_FontAssetCreationSettingsContainerKey, serializedSettings);
- }
-
- void DrawPreview()
- {
- Rect pixelRect;
- if (position.width > position.height && position.width > k_TwoColumnControlsWidth)
- {
- float minSide = Mathf.Min(position.height - 15f, position.width - k_TwoColumnControlsWidth);
-
- EditorGUILayout.BeginVertical(EditorStyles.helpBox, GUILayout.MaxWidth(minSide));
-
- pixelRect = GUILayoutUtility.GetRect(minSide, minSide, GUILayout.ExpandHeight(false), GUILayout.ExpandWidth(false));
- }
- else
- {
- EditorGUILayout.BeginVertical(EditorStyles.helpBox);
-
- pixelRect = GUILayoutUtility.GetAspectRect(1f);
- }
-
- if (m_FontAtlasTexture != null)
- {
- EditorGUI.DrawTextureAlpha(pixelRect, m_FontAtlasTexture, ScaleMode.StretchToFill);
- }
- else if (m_SavedFontAtlas != null)
- {
- EditorGUI.DrawTextureAlpha(pixelRect, m_SavedFontAtlas, ScaleMode.StretchToFill);
- }
-
- EditorGUILayout.EndVertical();
- }
-
-
- void CheckForLegacyGlyphRenderMode()
- {
- // Special handling for legacy glyph render mode
- if ((int)m_GlyphRenderMode < 0x100)
- {
- switch ((int)m_GlyphRenderMode)
- {
- case 0:
- m_GlyphRenderMode = GlyphRenderMode.SMOOTH_HINTED;
- break;
- case 1:
- m_GlyphRenderMode = GlyphRenderMode.SMOOTH;
- break;
- case 2:
- m_GlyphRenderMode = GlyphRenderMode.RASTER_HINTED;
- break;
- case 3:
- m_GlyphRenderMode = GlyphRenderMode.RASTER;
- break;
- case 6:
- case 7:
- m_GlyphRenderMode = GlyphRenderMode.SDFAA;
- break;
- }
- }
- }
-
-
- // Get Kerning Pairs
- public TMP_FontFeatureTable GetKerningTable()
- {
- GlyphPairAdjustmentRecord[] adjustmentRecords = FontEngine.GetGlyphPairAdjustmentTable(m_AvailableGlyphsToAdd.ToArray());
-
- if (adjustmentRecords == null)
- return null;
-
- TMP_FontFeatureTable fontFeatureTable = new TMP_FontFeatureTable();
-
- for (int i = 0; i < adjustmentRecords.Length && adjustmentRecords[i].firstAdjustmentRecord.glyphIndex != 0; i++)
- {
- fontFeatureTable.glyphPairAdjustmentRecords.Add(new TMP_GlyphPairAdjustmentRecord(adjustmentRecords[i]));
- }
-
- fontFeatureTable.SortGlyphPairAdjustmentRecords();
-
- return fontFeatureTable;
- }
- }
-}
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMPro_FontAssetCreatorWindow.cs.meta b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMPro_FontAssetCreatorWindow.cs.meta
deleted file mode 100644
index 4648857f..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMPro_FontAssetCreatorWindow.cs.meta
+++ /dev/null
@@ -1,10 +0,0 @@
-fileFormatVersion: 2
-guid: 383966e89d344865a36addd5d378ffd3
-MonoImporter:
- serializedVersion: 2
- defaultReferences: []
- executionOrder: 0
- icon: {instanceID: 0}
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMPro_FontPlugin.cs b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMPro_FontPlugin.cs
deleted file mode 100644
index 3b098ff2..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMPro_FontPlugin.cs
+++ /dev/null
@@ -1,115 +0,0 @@
-using UnityEngine;
-using UnityEditor;
-using System.Collections;
-using System;
-using System.Runtime.InteropServices;
-
-
-namespace TMPro.EditorUtilities
-{
- /*
- public class TMPro_FontPlugin
- {
- [UnmanagedFunctionPointer(CallingConvention.StdCall)]
- private delegate void DebugLog(string log);
- private static readonly DebugLog debugLog = DebugWrapper;
- private static readonly IntPtr functionPointer = Marshal.GetFunctionPointerForDelegate(debugLog);
-
- private static void DebugWrapper(string log)
- {
- Debug.Log(log);
- }
-
- public static void LinkDebugLog()
- {
- LinkDebug(functionPointer);
- }
-
- [DllImport("TMPro_Plugin")]
- private static extern void LinkDebug([MarshalAs(UnmanagedType.FunctionPtr)]IntPtr debugCall);
-
- [DllImport("TMPro_Plugin")]
- public static extern
- int Initialize_FontEngine();
-
- [DllImport("TMPro_Plugin")]
- public static extern
- int Destroy_FontEngine();
-
- [DllImport("TMPro_Plugin")]
- public static extern
- int Load_TrueType_Font(string fontPath);
-
- [DllImport("TMPro_Plugin")]
- public static extern
- int FT_Size_Font(int fontSize);
-
- [DllImport("TMPro_Plugin")]
- public static extern
- int Render_Character(byte[] buffer_fill, byte[] buffer_edge, int buffer_width, int buffer_height, int offset, int asc, FaceStyles style, float thickness, RenderModes rasterMode, ref FT_GlyphInfo glyphInfo);
-
- [DllImport("TMPro_Plugin")]
- public static extern
- int Render_Characters(byte[] buffer, int buffer_width, int buffer_height, int character_padding, int[] asc_set, int char_count, FaceStyles style, float style_mod, bool autoSize, RenderModes renderMode, int method, ref FT_FaceInfo fontData, FT_GlyphInfo[] Output);
-
- [DllImport("TMPro_Plugin")]
- public static extern
- int FT_GetKerningPairs(string fontPath, int[] characterSet, int setCount, FT_KerningPair[] kerningPairs);
-
- [DllImport("TMPro_Plugin")]
- public static extern
- float Check_RenderProgress();
-
- [DllImport("TMPro_Plugin")]
- internal static extern
- void SendCancellationRequest(CancellationRequestType request);
- }
-
- public enum FaceStyles { Normal, Bold, Italic, Bold_Italic, Outline, Bold_Sim };
- public enum RenderModes { HintedSmooth = 0, Smooth = 1, RasterHinted = 2, Raster = 3, DistanceField16 = 6, DistanceField32 = 7 }; // SignedDistanceField64 = 8
-
- internal enum CancellationRequestType : byte { None = 0x0, CancelInProgess = 0x1, WindowClosed = 0x2 };
-
- [StructLayout(LayoutKind.Sequential)]
- public struct FT_KerningPair
- {
- public int ascII_Left;
- public int ascII_Right;
- public float xAdvanceOffset;
- }
-
-
- [StructLayout(LayoutKind.Sequential)]
- public struct FT_GlyphInfo
- {
- public int id;
- public float x;
- public float y;
- public float width;
- public float height;
- public float xOffset;
- public float yOffset;
- public float xAdvance;
- }
-
-
- [StructLayout(LayoutKind.Sequential)]
- public struct FT_FaceInfo
- {
- [MarshalAs(UnmanagedType.ByValTStr, SizeConst = 64)]
- public string name;
- public int pointSize;
- public int padding;
- public float lineHeight;
- public float baseline;
- public float ascender;
- public float descender;
- public float centerLine;
- public float underline;
- public float underlineThickness;
- public int characterCount;
- public int atlasWidth;
- public int atlasHeight;
- }
- */
-}
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMPro_FontPlugin.cs.meta b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMPro_FontPlugin.cs.meta
deleted file mode 100644
index 66f3a87e..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMPro_FontPlugin.cs.meta
+++ /dev/null
@@ -1,10 +0,0 @@
-fileFormatVersion: 2
-guid: 9edc9283e7d6409fab242fe8fb6a822c
-MonoImporter:
- serializedVersion: 2
- defaultReferences: []
- executionOrder: 0
- icon: {instanceID: 0}
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMPro_SortingLayerHelper.cs b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMPro_SortingLayerHelper.cs
deleted file mode 100644
index c36f9f8c..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMPro_SortingLayerHelper.cs
+++ /dev/null
@@ -1,32 +0,0 @@
-using UnityEngine;
-
-
-namespace TMPro
-{
- // Helpers used by the different sorting layer classes.
- public static class SortingLayerHelper
- {
- // Gets an array of sorting layer names.
- public static string[] sortingLayerNames
- {
- get
- {
- return GetSortingLayerNames();
- }
- }
-
- static string[] GetSortingLayerNames()
- {
- int layerCount = SortingLayer.layers.Length;
-
- string[] layerNames = new string[layerCount];
-
- for (int i = 0; i < layerCount; i++)
- {
- layerNames[i] = SortingLayer.layers[i].name;
- }
-
- return layerNames;
- }
- }
-}
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMPro_SortingLayerHelper.cs.meta b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMPro_SortingLayerHelper.cs.meta
deleted file mode 100644
index 9d902b90..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMPro_SortingLayerHelper.cs.meta
+++ /dev/null
@@ -1,10 +0,0 @@
-fileFormatVersion: 2
-guid: 88ed537c17c34f339121fe9a7d6d7a0e
-MonoImporter:
- serializedVersion: 2
- defaultReferences: []
- executionOrder: 0
- icon: {instanceID: 0}
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMPro_TextContainerEditor.cs b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMPro_TextContainerEditor.cs
deleted file mode 100644
index 09fc6173..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMPro_TextContainerEditor.cs
+++ /dev/null
@@ -1,235 +0,0 @@
-using UnityEngine;
-using UnityEditor;
-using System.Collections;
-
-
-namespace TMPro.EditorUtilities
-{
- [CustomEditor(typeof(TextContainer)), CanEditMultipleObjects]
- public class TMPro_TextContainerEditor : Editor
- {
-
- // Serialized Properties
- private SerializedProperty anchorPosition_prop;
- private SerializedProperty pivot_prop;
- private SerializedProperty rectangle_prop;
- private SerializedProperty margins_prop;
-
-
- private TextContainer m_textContainer;
- //private Transform m_transform;
- //private Vector3[] m_Rect_handlePoints = new Vector3[4];
- //private Vector3[] m_Margin_handlePoints = new Vector3[4];
-
- //private Vector2 m_anchorPosition;
-
- //private Vector3 m_mousePreviousPOS;
- //private Vector2 m_previousStartPOS;
- //private int m_mouseDragFlag = 0;
-
- //private static Transform m_visualHelper;
-
-
- void OnEnable()
- {
-
- // Serialized Properties
- anchorPosition_prop = serializedObject.FindProperty("m_anchorPosition");
- pivot_prop = serializedObject.FindProperty("m_pivot");
- rectangle_prop = serializedObject.FindProperty("m_rect");
- margins_prop = serializedObject.FindProperty("m_margins");
-
- m_textContainer = (TextContainer)target;
- //m_transform = m_textContainer.transform;
-
-
- /*
- if (m_visualHelper == null)
- {
- m_visualHelper = GameObject.CreatePrimitive(PrimitiveType.Sphere).transform;
- m_visualHelper.localScale = new Vector3(0.25f, 0.25f, 0.25f);
- }
- */
- }
-
- void OnDisable()
- {
- /*
- if (m_visualHelper != null)
- DestroyImmediate (m_visualHelper.gameObject);
- */
- }
-
-
-
-
- public override void OnInspectorGUI()
- {
- serializedObject.Update();
-
- EditorGUI.BeginChangeCheck();
- EditorGUILayout.PropertyField(anchorPosition_prop);
- if (anchorPosition_prop.enumValueIndex == 9)
- {
- EditorGUI.indentLevel += 1;
- EditorGUILayout.PropertyField(pivot_prop, new GUIContent("Pivot Position"));
- EditorGUI.indentLevel -= 1;
- }
-
-
- DrawDimensionProperty(rectangle_prop, "Dimensions");
- DrawMaginProperty(margins_prop, "Margins");
- if (EditorGUI.EndChangeCheck())
- {
- // Re-compute pivot position when changes are made.
- if (anchorPosition_prop.enumValueIndex != 9)
- pivot_prop.vector2Value = GetAnchorPosition(anchorPosition_prop.enumValueIndex);
-
- m_textContainer.hasChanged = true;
- }
-
- serializedObject.ApplyModifiedProperties();
-
- EditorGUILayout.Space();
- }
-
-
- private void DrawDimensionProperty(SerializedProperty property, string label)
- {
- float old_LabelWidth = EditorGUIUtility.labelWidth;
- float old_FieldWidth = EditorGUIUtility.fieldWidth;
-
- Rect rect = EditorGUILayout.GetControlRect(false, 18);
- Rect pos0 = new Rect(rect.x, rect.y + 2, rect.width, 18);
-
- float width = rect.width + 3;
- pos0.width = old_LabelWidth;
- GUI.Label(pos0, label);
-
- Rect rectangle = property.rectValue;
-
- float width_B = width - old_LabelWidth;
- float fieldWidth = width_B / 4;
- pos0.width = fieldWidth - 5;
-
- pos0.x = old_LabelWidth + 15;
- GUI.Label(pos0, "Width");
-
- pos0.x += fieldWidth;
- rectangle.width = EditorGUI.FloatField(pos0, GUIContent.none, rectangle.width);
-
- pos0.x += fieldWidth;
- GUI.Label(pos0, "Height");
-
- pos0.x += fieldWidth;
- rectangle.height = EditorGUI.FloatField(pos0, GUIContent.none, rectangle.height);
-
- property.rectValue = rectangle;
- EditorGUIUtility.labelWidth = old_LabelWidth;
- EditorGUIUtility.fieldWidth = old_FieldWidth;
- }
-
-
- private void DrawMaginProperty(SerializedProperty property, string label)
- {
- float old_LabelWidth = EditorGUIUtility.labelWidth;
- float old_FieldWidth = EditorGUIUtility.fieldWidth;
-
- Rect rect = EditorGUILayout.GetControlRect(false, 2 * 18);
- Rect pos0 = new Rect(rect.x, rect.y + 2, rect.width, 18);
-
- float width = rect.width + 3;
- pos0.width = old_LabelWidth;
- GUI.Label(pos0, label);
-
- //Vector4 vec = property.vector4Value;
- Vector4 vec = Vector4.zero;
- vec.x = property.FindPropertyRelative("x").floatValue;
- vec.y = property.FindPropertyRelative("y").floatValue;
- vec.z = property.FindPropertyRelative("z").floatValue;
- vec.w = property.FindPropertyRelative("w").floatValue;
-
-
- float widthB = width - old_LabelWidth;
- float fieldWidth = widthB / 4;
- pos0.width = fieldWidth - 5;
-
- // Labels
- pos0.x = old_LabelWidth + 15;
- GUI.Label(pos0, "Left");
-
- pos0.x += fieldWidth;
- GUI.Label(pos0, "Top");
-
- pos0.x += fieldWidth;
- GUI.Label(pos0, "Right");
-
- pos0.x += fieldWidth;
- GUI.Label(pos0, "Bottom");
-
- pos0.y += 18;
-
- pos0.x = old_LabelWidth + 15;
- vec.x = EditorGUI.FloatField(pos0, GUIContent.none, vec.x);
-
- pos0.x += fieldWidth;
- vec.y = EditorGUI.FloatField(pos0, GUIContent.none, vec.y);
-
- pos0.x += fieldWidth;
- vec.z = EditorGUI.FloatField(pos0, GUIContent.none, vec.z);
-
- pos0.x += fieldWidth;
- vec.w = EditorGUI.FloatField(pos0, GUIContent.none, vec.w);
-
- //property.vector4Value = vec;
- property.FindPropertyRelative("x").floatValue = vec.x;
- property.FindPropertyRelative("y").floatValue = vec.y;
- property.FindPropertyRelative("z").floatValue = vec.z;
- property.FindPropertyRelative("w").floatValue = vec.w;
-
- EditorGUIUtility.labelWidth = old_LabelWidth;
- EditorGUIUtility.fieldWidth = old_FieldWidth;
- }
-
-
- Vector2 GetAnchorPosition(int index)
- {
- Vector2 anchorPosition = Vector2.zero;
-
- switch (index)
- {
- case 0: // TOP LEFT
- anchorPosition = new Vector2(0, 1);
- break;
- case 1: // TOP
- anchorPosition = new Vector2(0.5f, 1);
- break;
- case 2: // TOP RIGHT
- anchorPosition = new Vector2(1, 1);
- break;
- case 3: // LEFT
- anchorPosition = new Vector2(0, 0.5f);
- break;
- case 4: // MIDDLE
- anchorPosition = new Vector2(0.5f, 0.5f);
- break;
- case 5: // RIGHT
- anchorPosition = new Vector2(1, 0.5f);
- break;
- case 6: // BOTTOM LEFT
- anchorPosition = new Vector2(0, 0);
- break;
- case 7: // BOTTOM
- anchorPosition = new Vector2(0.5f, 0);
- break;
- case 8: // BOTTOM RIGHT
- anchorPosition = new Vector2(1, 0);
- break;
- }
-
- return anchorPosition;
- }
-
-
- }
-}
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMPro_TextContainerEditor.cs.meta b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMPro_TextContainerEditor.cs.meta
deleted file mode 100644
index bad78812..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMPro_TextContainerEditor.cs.meta
+++ /dev/null
@@ -1,10 +0,0 @@
-fileFormatVersion: 2
-guid: 02893ffb522b490a9fa28eedd2584309
-MonoImporter:
- serializedVersion: 2
- defaultReferences: []
- executionOrder: 0
- icon: {instanceID: 0}
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMPro_TexturePostProcessor.cs b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMPro_TexturePostProcessor.cs
deleted file mode 100644
index b822d47d..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMPro_TexturePostProcessor.cs
+++ /dev/null
@@ -1,91 +0,0 @@
-using System;
-using UnityEngine;
-using UnityEditor;
-using System.Collections;
-
-
-namespace TMPro.EditorUtilities
-{
-
- public class TMPro_TexturePostProcessor : AssetPostprocessor
- {
- void OnPostprocessTexture(Texture2D texture)
- {
- Texture2D tex = AssetDatabase.LoadAssetAtPath(assetPath, typeof(Texture2D)) as Texture2D;
-
- // Send Event Sub Objects
- if (tex != null)
- TMPro_EventManager.ON_SPRITE_ASSET_PROPERTY_CHANGED(true, tex);
- }
- }
-
- ///
- /// Asset post processor used to handle font assets getting updated outside of the Unity editor.
- ///
- class FontAssetPostProcessor : AssetPostprocessor
- {
- private static void OnPostprocessAllAssets(string[] importedAssets, string[] deletedAssets, string[] movedAssets, string[] movedFromAssetPaths)
- {
- foreach (var asset in importedAssets)
- {
- if (AssetDatabase.GetMainAssetTypeAtPath(asset) == typeof(TMP_FontAsset))
- {
- TMP_FontAsset fontAsset = AssetDatabase.LoadAssetAtPath(asset, typeof(TMP_FontAsset)) as TMP_FontAsset;
-
- if (fontAsset != null)
- TMP_EditorResourceManager.RegisterFontAssetForDefinitionRefresh(fontAsset);
- }
- }
- }
- }
-
- //public class TMPro_PackageImportPostProcessor : AssetPostprocessor
- //{
- // static void OnPostprocessAllAssets(string[] importedAssets, string[] deletedAssets, string[] movedAssets, string[] movedFromAssetPaths)
- // {
- // for (int i = 0; i < importedAssets.Length; i++)
- // {
- // if (importedAssets[i].Contains("TextMesh Pro/Resources/TMP Settings.asset"))
- // {
- // Debug.Log("New TMP Settings file was just imported.");
-
- // // TMP Settings file was just re-imported.
- // // Check if project already contains
- // }
-
-
- // if (importedAssets[i].Contains("com.unity.TextMeshPro/Examples"))
- // {
- // //Debug.Log("New TMP Examples folder was just imported.");
- // }
-
- // //Debug.Log("[" + importedAssets[i] + "] was just imported.");
- // }
-
-
-
- // //for (int i = 0; i < deletedAssets.Length; i++)
- // //{
- // // if (deletedAssets[i] == "Assets/TextMesh Pro")
- // // {
- // // //Debug.Log("Asset [" + deletedAssets[i] + "] has been deleted.");
- // // string currentBuildSettings = PlayerSettings.GetScriptingDefineSymbolsForGroup(EditorUserBuildSettings.selectedBuildTargetGroup);
-
- // // //Check for and inject TMP_PRESENT
- // // if (currentBuildSettings.Contains("TMP_PRESENT;"))
- // // {
- // // currentBuildSettings = currentBuildSettings.Replace("TMP_PRESENT;", "");
-
- // // PlayerSettings.SetScriptingDefineSymbolsForGroup(EditorUserBuildSettings.selectedBuildTargetGroup, currentBuildSettings);
- // // }
- // // else if (currentBuildSettings.Contains("TMP_PRESENT"))
- // // {
- // // currentBuildSettings = currentBuildSettings.Replace("TMP_PRESENT", "");
-
- // // PlayerSettings.SetScriptingDefineSymbolsForGroup(EditorUserBuildSettings.selectedBuildTargetGroup, currentBuildSettings);
- // // }
- // // }
- // //}
- // }
- //}
-}
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMPro_TexturePostProcessor.cs.meta b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMPro_TexturePostProcessor.cs.meta
deleted file mode 100644
index fb00b80f..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMPro_TexturePostProcessor.cs.meta
+++ /dev/null
@@ -1,10 +0,0 @@
-fileFormatVersion: 2
-guid: f4935fb862d54980b1bcbca942962642
-MonoImporter:
- serializedVersion: 2
- defaultReferences: []
- executionOrder: 0
- icon: {instanceID: 0}
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/Unity.TextMeshPro.Editor.asmdef b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/Unity.TextMeshPro.Editor.asmdef
deleted file mode 100644
index 437e2215..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/Unity.TextMeshPro.Editor.asmdef
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Unity.TextMeshPro.Editor",
- "references": [
- "Unity.TextMeshPro"
- ],
- "optionalUnityReferences": [],
- "includePlatforms": [
- "Editor"
- ],
- "excludePlatforms": []
-}
\ No newline at end of file
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/Unity.TextMeshPro.Editor.asmdef.meta b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/Unity.TextMeshPro.Editor.asmdef.meta
deleted file mode 100644
index 6ed76ad6..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/Unity.TextMeshPro.Editor.asmdef.meta
+++ /dev/null
@@ -1,7 +0,0 @@
-fileFormatVersion: 2
-guid: 6546d7765b4165b40850b3667f981c26
-AssemblyDefinitionImporter:
- externalObjects: {}
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Runtime.meta b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Runtime.meta
deleted file mode 100644
index 4b244150..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Runtime.meta
+++ /dev/null
@@ -1,8 +0,0 @@
-fileFormatVersion: 2
-guid: 5fc988a1d5b04aee9a5222502b201a45
-folderAsset: yes
-DefaultImporter:
- externalObjects: {}
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Runtime/AssemblyInfo.cs b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Runtime/AssemblyInfo.cs
deleted file mode 100644
index 52784935..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Runtime/AssemblyInfo.cs
+++ /dev/null
@@ -1,11 +0,0 @@
-using System.Runtime.CompilerServices;
-
-// Allow internal visibility for testing purposes.
-[assembly: InternalsVisibleTo("Unity.TextCore")]
-
-[assembly: InternalsVisibleTo("Unity.FontEngine.Tests")]
-
-#if UNITY_EDITOR
-[assembly: InternalsVisibleTo("Unity.TextCore.Editor")]
-[assembly: InternalsVisibleTo("Unity.TextMeshPro.Editor")]
-#endif
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Runtime/AssemblyInfo.cs.meta b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Runtime/AssemblyInfo.cs.meta
deleted file mode 100644
index cd527067..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Runtime/AssemblyInfo.cs.meta
+++ /dev/null
@@ -1,11 +0,0 @@
-fileFormatVersion: 2
-guid: 1c147d10db452eb4b854a35f84472017
-MonoImporter:
- externalObjects: {}
- serializedVersion: 2
- defaultReferences: []
- executionOrder: 0
- icon: {instanceID: 0}
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Runtime/FastAction.cs b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Runtime/FastAction.cs
deleted file mode 100644
index 62b378d8..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Runtime/FastAction.cs
+++ /dev/null
@@ -1,150 +0,0 @@
-using UnityEngine;
-using System.Collections;
-using System.Collections.Generic;
-
-
-namespace TMPro
-{
- public class FastAction
- {
-
- LinkedList delegates = new LinkedList();
-
- Dictionary> lookup = new Dictionary>();
-
- public void Add(System.Action rhs)
- {
- if (lookup.ContainsKey(rhs)) return;
-
- lookup[rhs] = delegates.AddLast(rhs);
- }
-
- public void Remove(System.Action rhs)
- {
- LinkedListNode node;
- if (lookup.TryGetValue(rhs, out node))
- {
- lookup.Remove(rhs);
- delegates.Remove(node);
- }
- }
-
- public void Call()
- {
- var node = delegates.First;
- while (node != null)
- {
- node.Value();
- node = node.Next;
- }
- }
- }
-
-
- public class FastAction
- {
-
- LinkedList> delegates = new LinkedList>();
-
- Dictionary, LinkedListNode>> lookup = new Dictionary, LinkedListNode>>();
-
- public void Add(System.Action rhs)
- {
- if (lookup.ContainsKey(rhs)) return;
-
- lookup[rhs] = delegates.AddLast(rhs);
- }
-
- public void Remove(System.Action rhs)
- {
- LinkedListNode> node;
- if (lookup.TryGetValue(rhs, out node))
- {
- lookup.Remove(rhs);
- delegates.Remove(node);
- }
- }
-
- public void Call(A a)
- {
- var node = delegates.First;
- while (node != null)
- {
- node.Value(a);
- node = node.Next;
- }
- }
- }
-
-
- public class FastAction
- {
-
- LinkedList> delegates = new LinkedList>();
-
- Dictionary, LinkedListNode>> lookup = new Dictionary, LinkedListNode>>();
-
- public void Add(System.Action rhs)
- {
- if (lookup.ContainsKey(rhs)) return;
-
- lookup[rhs] = delegates.AddLast(rhs);
- }
-
- public void Remove(System.Action rhs)
- {
- LinkedListNode> node;
- if (lookup.TryGetValue(rhs, out node))
- {
- lookup.Remove(rhs);
- delegates.Remove(node);
- }
- }
-
- public void Call(A a, B b)
- {
- var node = delegates.First;
- while (node != null)
- {
- node.Value(a, b);
- node = node.Next;
- }
- }
- }
-
-
- public class FastAction
- {
-
- LinkedList> delegates = new LinkedList>();
-
- Dictionary, LinkedListNode>> lookup = new Dictionary, LinkedListNode>>();
-
- public void Add(System.Action rhs)
- {
- if (lookup.ContainsKey(rhs)) return;
-
- lookup[rhs] = delegates.AddLast(rhs);
- }
-
- public void Remove(System.Action rhs)
- {
- LinkedListNode> node;
- if (lookup.TryGetValue(rhs, out node))
- {
- lookup.Remove(rhs);
- delegates.Remove(node);
- }
- }
-
- public void Call(A a, B b, C c)
- {
- var node = delegates.First;
- while (node != null)
- {
- node.Value(a, b, c);
- node = node.Next;
- }
- }
- }
-}
\ No newline at end of file
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Runtime/FastAction.cs.meta b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Runtime/FastAction.cs.meta
deleted file mode 100644
index fcd991e5..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Runtime/FastAction.cs.meta
+++ /dev/null
@@ -1,12 +0,0 @@
-fileFormatVersion: 2
-guid: 871f8edd56e84b8fb295b10cc3c78f36
-timeCreated: 1435956061
-licenseType: Store
-MonoImporter:
- serializedVersion: 2
- defaultReferences: []
- executionOrder: 0
- icon: {instanceID: 0}
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Runtime/ITextPreProcessor.cs b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Runtime/ITextPreProcessor.cs
deleted file mode 100644
index 5d3f57a2..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Runtime/ITextPreProcessor.cs
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-namespace TMPro
-{
- ///
- /// Interface used for preprocessing and shaping of text.
- ///
- public interface ITextPreprocessor
- {
- ///
- /// Function used for preprocessing of text
- ///
- /// Source text to be processed
- /// Processed text
- string PreprocessText(string text);
- }
-}
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Runtime/ITextPreProcessor.cs.meta b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Runtime/ITextPreProcessor.cs.meta
deleted file mode 100644
index 8dd70834..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Runtime/ITextPreProcessor.cs.meta
+++ /dev/null
@@ -1,11 +0,0 @@
-fileFormatVersion: 2
-guid: afc31ad767318c9488de260c166cd21d
-MonoImporter:
- externalObjects: {}
- serializedVersion: 2
- defaultReferences: []
- executionOrder: 0
- icon: {instanceID: 0}
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Runtime/MaterialReferenceManager.cs b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Runtime/MaterialReferenceManager.cs
deleted file mode 100644
index c1e05e98..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Runtime/MaterialReferenceManager.cs
+++ /dev/null
@@ -1,652 +0,0 @@
-using UnityEngine;
-using System.Collections;
-using System.Collections.Generic;
-
-
-namespace TMPro
-{
-
- public class MaterialReferenceManager
- {
- private static MaterialReferenceManager s_Instance;
-
- // Dictionaries used to track Asset references.
- private Dictionary m_FontMaterialReferenceLookup = new Dictionary();
- private Dictionary m_FontAssetReferenceLookup = new Dictionary();
- private Dictionary m_SpriteAssetReferenceLookup = new Dictionary();
- private Dictionary m_ColorGradientReferenceLookup = new Dictionary();
-
-
- ///
- /// Get a singleton instance of the registry
- ///
- public static MaterialReferenceManager instance
- {
- get
- {
- if (MaterialReferenceManager.s_Instance == null)
- MaterialReferenceManager.s_Instance = new MaterialReferenceManager();
- return MaterialReferenceManager.s_Instance;
- }
- }
-
-
-
- ///
- /// Add new font asset reference to dictionary.
- ///
- ///
- public static void AddFontAsset(TMP_FontAsset fontAsset)
- {
- MaterialReferenceManager.instance.AddFontAssetInternal(fontAsset);
- }
-
- ///
- /// Add new Font Asset reference to dictionary.
- ///
- ///
- private void AddFontAssetInternal(TMP_FontAsset fontAsset)
- {
- if (m_FontAssetReferenceLookup.ContainsKey(fontAsset.hashCode)) return;
-
- // Add reference to the font asset.
- m_FontAssetReferenceLookup.Add(fontAsset.hashCode, fontAsset);
-
- // Add reference to the font material.
- m_FontMaterialReferenceLookup.Add(fontAsset.materialHashCode, fontAsset.material);
- }
-
-
-
- ///
- /// Add new Sprite Asset to dictionary.
- ///
- ///
- ///
- public static void AddSpriteAsset(TMP_SpriteAsset spriteAsset)
- {
- MaterialReferenceManager.instance.AddSpriteAssetInternal(spriteAsset);
- }
-
- ///
- /// Internal method to add a new sprite asset to the dictionary.
- ///
- ///
- ///
- private void AddSpriteAssetInternal(TMP_SpriteAsset spriteAsset)
- {
- if (m_SpriteAssetReferenceLookup.ContainsKey(spriteAsset.hashCode)) return;
-
- // Add reference to sprite asset.
- m_SpriteAssetReferenceLookup.Add(spriteAsset.hashCode, spriteAsset);
-
- // Adding reference to the sprite asset material as well
- m_FontMaterialReferenceLookup.Add(spriteAsset.hashCode, spriteAsset.material);
- }
-
- ///
- /// Add new Sprite Asset to dictionary.
- ///
- ///
- ///
- public static void AddSpriteAsset(int hashCode, TMP_SpriteAsset spriteAsset)
- {
- MaterialReferenceManager.instance.AddSpriteAssetInternal(hashCode, spriteAsset);
- }
-
- ///
- /// Internal method to add a new sprite asset to the dictionary.
- ///
- ///
- ///
- private void AddSpriteAssetInternal(int hashCode, TMP_SpriteAsset spriteAsset)
- {
- if (m_SpriteAssetReferenceLookup.ContainsKey(hashCode)) return;
-
- // Add reference to Sprite Asset.
- m_SpriteAssetReferenceLookup.Add(hashCode, spriteAsset);
-
- // Add reference to Sprite Asset using the asset hashcode.
- m_FontMaterialReferenceLookup.Add(hashCode, spriteAsset.material);
-
- // Compatibility check
- if (spriteAsset.hashCode == 0) spriteAsset.hashCode = hashCode;
- }
-
-
- ///
- /// Add new Material reference to dictionary.
- ///
- ///
- ///
- public static void AddFontMaterial(int hashCode, Material material)
- {
- MaterialReferenceManager.instance.AddFontMaterialInternal(hashCode, material);
- }
-
- ///
- /// Add new material reference to dictionary.
- ///
- ///
- ///
- private void AddFontMaterialInternal(int hashCode, Material material)
- {
- // Since this function is called after checking if the material is
- // contained in the dictionary, there is no need to check again.
- m_FontMaterialReferenceLookup.Add(hashCode, material);
- }
-
-
- ///
- /// Add new Color Gradient Preset to dictionary.
- ///
- ///
- ///
- public static void AddColorGradientPreset(int hashCode, TMP_ColorGradient spriteAsset)
- {
- MaterialReferenceManager.instance.AddColorGradientPreset_Internal(hashCode, spriteAsset);
- }
-
- ///
- /// Internal method to add a new Color Gradient Preset to the dictionary.
- ///
- ///
- ///
- private void AddColorGradientPreset_Internal(int hashCode, TMP_ColorGradient spriteAsset)
- {
- if (m_ColorGradientReferenceLookup.ContainsKey(hashCode)) return;
-
- // Add reference to Color Gradient Preset Asset.
- m_ColorGradientReferenceLookup.Add(hashCode, spriteAsset);
- }
-
-
-
- ///
- /// Add new material reference and return the index of this new reference in the materialReferences array.
- ///
- ///
- ///
- ///
- //public int AddMaterial(Material material, int materialHashCode, TMP_FontAsset fontAsset)
- //{
- // if (!m_MaterialReferenceLookup.ContainsKey(materialHashCode))
- // {
- // int index = m_MaterialReferenceLookup.Count;
-
- // materialReferences[index].fontAsset = fontAsset;
- // materialReferences[index].material = material;
- // materialReferences[index].isDefaultMaterial = material.GetInstanceID() == fontAsset.material.GetInstanceID() ? true : false;
- // materialReferences[index].index = index;
- // materialReferences[index].referenceCount = 0;
-
- // m_MaterialReferenceLookup[materialHashCode] = index;
-
- // // Compute Padding value and store it
- // // TODO
-
- // int fontAssetHashCode = fontAsset.hashCode;
-
- // if (!m_FontAssetReferenceLookup.ContainsKey(fontAssetHashCode))
- // m_FontAssetReferenceLookup.Add(fontAssetHashCode, fontAsset);
-
- // m_countInternal += 1;
-
- // return index;
- // }
- // else
- // {
- // return m_MaterialReferenceLookup[materialHashCode];
- // }
- //}
-
-
- ///
- /// Add new material reference and return the index of this new reference in the materialReferences array.
- ///
- ///
- ///
- ///
- ///
- //public int AddMaterial(Material material, int materialHashCode, TMP_SpriteAsset spriteAsset)
- //{
- // if (!m_MaterialReferenceLookup.ContainsKey(materialHashCode))
- // {
- // int index = m_MaterialReferenceLookup.Count;
-
- // materialReferences[index].fontAsset = materialReferences[0].fontAsset;
- // materialReferences[index].spriteAsset = spriteAsset;
- // materialReferences[index].material = material;
- // materialReferences[index].isDefaultMaterial = true;
- // materialReferences[index].index = index;
- // materialReferences[index].referenceCount = 0;
-
- // m_MaterialReferenceLookup[materialHashCode] = index;
-
- // int spriteAssetHashCode = spriteAsset.hashCode;
-
- // if (!m_SpriteAssetReferenceLookup.ContainsKey(spriteAssetHashCode))
- // m_SpriteAssetReferenceLookup.Add(spriteAssetHashCode, spriteAsset);
-
- // m_countInternal += 1;
-
- // return index;
- // }
- // else
- // {
- // return m_MaterialReferenceLookup[materialHashCode];
- // }
- //}
-
-
- ///
- /// Function to check if the font asset is already referenced.
- ///
- ///
- ///
- public bool Contains(TMP_FontAsset font)
- {
- if (m_FontAssetReferenceLookup.ContainsKey(font.hashCode))
- return true;
-
- return false;
- }
-
-
- ///
- /// Function to check if the sprite asset is already referenced.
- ///
- ///
- ///
- public bool Contains(TMP_SpriteAsset sprite)
- {
- if (m_FontAssetReferenceLookup.ContainsKey(sprite.hashCode))
- return true;
-
- return false;
- }
-
-
-
- ///
- /// Function returning the Font Asset corresponding to the provided hash code.
- ///
- ///
- ///
- ///
- public static bool TryGetFontAsset(int hashCode, out TMP_FontAsset fontAsset)
- {
- return MaterialReferenceManager.instance.TryGetFontAssetInternal(hashCode, out fontAsset);
- }
-
- ///
- /// Internal Function returning the Font Asset corresponding to the provided hash code.
- ///
- ///
- ///
- ///
- private bool TryGetFontAssetInternal(int hashCode, out TMP_FontAsset fontAsset)
- {
- fontAsset = null;
-
- if (m_FontAssetReferenceLookup.TryGetValue(hashCode, out fontAsset))
- {
- return true;
- }
-
- return false;
- }
-
-
-
- ///
- /// Function returning the Sprite Asset corresponding to the provided hash code.
- ///
- ///
- ///
- ///
- public static bool TryGetSpriteAsset(int hashCode, out TMP_SpriteAsset spriteAsset)
- {
- return MaterialReferenceManager.instance.TryGetSpriteAssetInternal(hashCode, out spriteAsset);
- }
-
- ///
- /// Internal function returning the Sprite Asset corresponding to the provided hash code.
- ///
- ///
- ///
- ///
- private bool TryGetSpriteAssetInternal(int hashCode, out TMP_SpriteAsset spriteAsset)
- {
- spriteAsset = null;
-
- if (m_SpriteAssetReferenceLookup.TryGetValue(hashCode, out spriteAsset))
- {
- return true;
- }
-
- return false;
- }
-
-
- ///
- /// Function returning the Color Gradient Preset corresponding to the provided hash code.
- ///
- ///
- ///
- ///
- public static bool TryGetColorGradientPreset(int hashCode, out TMP_ColorGradient gradientPreset)
- {
- return MaterialReferenceManager.instance.TryGetColorGradientPresetInternal(hashCode, out gradientPreset);
- }
-
- ///
- /// Internal function returning the Color Gradient Preset corresponding to the provided hash code.
- ///
- ///
- ///
- ///
- private bool TryGetColorGradientPresetInternal(int hashCode, out TMP_ColorGradient gradientPreset)
- {
- gradientPreset = null;
-
- if (m_ColorGradientReferenceLookup.TryGetValue(hashCode, out gradientPreset))
- {
- return true;
- }
-
- return false;
- }
-
-
- ///
- /// Function returning the Font Material corresponding to the provided hash code.
- ///
- ///
- ///
- ///
- public static bool TryGetMaterial(int hashCode, out Material material)
- {
- return MaterialReferenceManager.instance.TryGetMaterialInternal(hashCode, out material);
- }
-
- ///
- /// Internal function returning the Font Material corresponding to the provided hash code.
- ///
- ///
- ///
- ///
- private bool TryGetMaterialInternal(int hashCode, out Material material)
- {
- material = null;
-
- if (m_FontMaterialReferenceLookup.TryGetValue(hashCode, out material))
- {
- return true;
- }
-
- return false;
- }
-
-
- ///
- /// Function to lookup a material based on hash code and returning the MaterialReference containing this material.
- ///
- ///
- ///
- ///
- //public bool TryGetMaterial(int hashCode, out MaterialReference materialReference)
- //{
- // int materialIndex = -1;
-
- // if (m_MaterialReferenceLookup.TryGetValue(hashCode, out materialIndex))
- // {
- // materialReference = materialReferences[materialIndex];
-
- // return true;
- // }
-
- // materialReference = new MaterialReference();
-
- // return false;
- //}
-
-
-
- ///
- ///
- ///
- ///
- ///
- //public int GetMaterialIndex(TMP_FontAsset fontAsset)
- //{
- // if (m_MaterialReferenceLookup.ContainsKey(fontAsset.materialHashCode))
- // return m_MaterialReferenceLookup[fontAsset.materialHashCode];
-
- // return -1;
- //}
-
-
- ///
- ///
- ///
- ///
- ///
- //public TMP_FontAsset GetFontAsset(int index)
- //{
- // if (index >= 0 && index < materialReferences.Length)
- // return materialReferences[index].fontAsset;
-
- // return null;
- //}
-
-
- ///
- ///
- ///
- ///
- ///
- ///
- //public void SetDefaultMaterial(Material material, int materialHashCode, TMP_FontAsset fontAsset)
- //{
- // if (!m_MaterialReferenceLookup.ContainsKey(materialHashCode))
- // {
- // materialReferences[0].fontAsset = fontAsset;
- // materialReferences[0].material = material;
- // materialReferences[0].index = 0;
- // materialReferences[0].isDefaultMaterial = material.GetInstanceID() == fontAsset.material.GetInstanceID() ? true : false;
- // materialReferences[0].referenceCount = 0;
- // m_MaterialReferenceLookup[materialHashCode] = 0;
-
- // // Compute Padding value and store it
- // // TODO
-
- // int fontHashCode = fontAsset.hashCode;
-
- // if (!m_FontAssetReferenceLookup.ContainsKey(fontHashCode))
- // m_FontAssetReferenceLookup.Add(fontHashCode, fontAsset);
- // }
- // else
- // {
- // materialReferences[0].fontAsset = fontAsset;
- // materialReferences[0].material = material;
- // materialReferences[0].index = 0;
- // materialReferences[0].referenceCount = 0;
- // m_MaterialReferenceLookup[materialHashCode] = 0;
- // }
- // // Compute padding
- // // TODO
-
- // m_countInternal = 1;
- //}
-
-
-
- ///
- ///
- ///
- //public void Clear()
- //{
- // //m_currentIndex = 0;
- // m_MaterialReferenceLookup.Clear();
- // m_SpriteAssetReferenceLookup.Clear();
- // m_FontAssetReferenceLookup.Clear();
- //}
-
-
- ///
- /// Function to clear the reference count for each of the material references.
- ///
- //public void ClearReferenceCount()
- //{
- // m_countInternal = 0;
-
- // for (int i = 0; i < materialReferences.Length; i++)
- // {
- // if (materialReferences[i].fontAsset == null)
- // return;
-
- // materialReferences[i].referenceCount = 0;
- // }
- //}
-
- }
-
-
- public struct TMP_MaterialReference
- {
- public Material material;
- public int referenceCount;
- }
-
-
- public struct MaterialReference
- {
-
- public int index;
- public TMP_FontAsset fontAsset;
- public TMP_SpriteAsset spriteAsset;
- public Material material;
- public bool isDefaultMaterial;
- public bool isFallbackMaterial;
- public Material fallbackMaterial;
- public float padding;
- public int referenceCount;
-
-
- ///
- /// Constructor for new Material Reference.
- ///
- ///
- ///
- ///
- ///
- ///
- public MaterialReference(int index, TMP_FontAsset fontAsset, TMP_SpriteAsset spriteAsset, Material material, float padding)
- {
- this.index = index;
- this.fontAsset = fontAsset;
- this.spriteAsset = spriteAsset;
- this.material = material;
- this.isDefaultMaterial = material.GetInstanceID() == fontAsset.material.GetInstanceID() ? true : false;
- this.isFallbackMaterial = false;
- this.fallbackMaterial = null;
- this.padding = padding;
- this.referenceCount = 0;
- }
-
-
- ///
- /// Function to check if a certain font asset is contained in the material reference array.
- ///
- ///
- ///
- ///
- public static bool Contains(MaterialReference[] materialReferences, TMP_FontAsset fontAsset)
- {
- int id = fontAsset.GetInstanceID();
-
- for (int i = 0; i < materialReferences.Length && materialReferences[i].fontAsset != null; i++)
- {
- if (materialReferences[i].fontAsset.GetInstanceID() == id)
- return true;
- }
-
- return false;
- }
-
-
- ///
- /// Function to add a new material reference and returning its index in the material reference array.
- ///
- ///
- ///
- ///
- ///
- ///
- public static int AddMaterialReference(Material material, TMP_FontAsset fontAsset, MaterialReference[] materialReferences, Dictionary materialReferenceIndexLookup)
- {
- int materialID = material.GetInstanceID();
- int index;
-
- if (materialReferenceIndexLookup.TryGetValue(materialID, out index))
- {
- return index;
- }
- else
- {
- index = materialReferenceIndexLookup.Count;
-
- // Add new reference index
- materialReferenceIndexLookup[materialID] = index;
-
- materialReferences[index].index = index;
- materialReferences[index].fontAsset = fontAsset;
- materialReferences[index].spriteAsset = null;
- materialReferences[index].material = material;
- materialReferences[index].isDefaultMaterial = materialID == fontAsset.material.GetInstanceID() ? true : false;
- //materialReferences[index].padding = 0;
- materialReferences[index].referenceCount = 0;
-
- return index;
- }
- }
-
-
- ///
- ///
- ///
- ///
- ///
- ///
- ///
- ///
- public static int AddMaterialReference(Material material, TMP_SpriteAsset spriteAsset, MaterialReference[] materialReferences, Dictionary materialReferenceIndexLookup)
- {
- int materialID = material.GetInstanceID();
- int index;
-
- if (materialReferenceIndexLookup.TryGetValue(materialID, out index))
- {
- return index;
- }
- else
- {
- index = materialReferenceIndexLookup.Count;
-
- // Add new reference index
- materialReferenceIndexLookup[materialID] = index;
-
- materialReferences[index].index = index;
- materialReferences[index].fontAsset = materialReferences[0].fontAsset;
- materialReferences[index].spriteAsset = spriteAsset;
- materialReferences[index].material = material;
- materialReferences[index].isDefaultMaterial = true;
- //materialReferences[index].padding = 0;
- materialReferences[index].referenceCount = 0;
-
- return index;
- }
- }
- }
-}
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Runtime/MaterialReferenceManager.cs.meta b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Runtime/MaterialReferenceManager.cs.meta
deleted file mode 100644
index 17ad5664..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Runtime/MaterialReferenceManager.cs.meta
+++ /dev/null
@@ -1,12 +0,0 @@
-fileFormatVersion: 2
-guid: 11a6a034ab84493cbed6af5ae7aae78b
-timeCreated: 1449743129
-licenseType: Pro
-MonoImporter:
- serializedVersion: 2
- defaultReferences: []
- executionOrder: 0
- icon: {instanceID: 0}
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Runtime/TMP_Asset.cs b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Runtime/TMP_Asset.cs
deleted file mode 100644
index 60ed878b..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Runtime/TMP_Asset.cs
+++ /dev/null
@@ -1,42 +0,0 @@
-using System;
-using UnityEngine;
-
-namespace TMPro
-{
-
- // Base class inherited by the various TextMeshPro Assets.
- [Serializable]
- public abstract class TMP_Asset : ScriptableObject
- {
- ///
- /// Instance ID of the TMP Asset
- ///
- public int instanceID
- {
- get
- {
- if (m_InstanceID == 0)
- m_InstanceID = GetInstanceID();
-
- return m_InstanceID;
- }
- }
- private int m_InstanceID;
-
- ///
- /// HashCode based on the name of the asset.
- ///
- public int hashCode;
-
- ///
- /// The material used by this asset.
- ///
- public Material material;
-
- ///
- /// HashCode based on the name of the material assigned to this asset.
- ///
- public int materialHashCode;
-
- }
-}
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Runtime/TMP_Asset.cs.meta b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Runtime/TMP_Asset.cs.meta
deleted file mode 100644
index 62e9ee7a..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Runtime/TMP_Asset.cs.meta
+++ /dev/null
@@ -1,12 +0,0 @@
-fileFormatVersion: 2
-guid: 3bda1886f58f4e0ab1139400b160c3ee
-timeCreated: 1459318952
-licenseType: Pro
-MonoImporter:
- serializedVersion: 2
- defaultReferences: []
- executionOrder: 0
- icon: {instanceID: 0}
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Runtime/TMP_Character.cs b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Runtime/TMP_Character.cs
deleted file mode 100644
index 6b4cc834..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Runtime/TMP_Character.cs
+++ /dev/null
@@ -1,70 +0,0 @@
-using System;
-using UnityEngine.TextCore;
-
-namespace TMPro
-{
- ///
- /// A basic element of text.
- ///
- [Serializable]
- public class TMP_Character : TMP_TextElement
- {
- ///
- /// Default constructor.
- ///
- public TMP_Character()
- {
- m_ElementType = TextElementType.Character;
- this.scale = 1.0f;
- }
-
- ///
- /// Constructor for new character
- ///
- /// Unicode value.
- /// Glyph
- public TMP_Character(uint unicode, Glyph glyph)
- {
- m_ElementType = TextElementType.Character;
-
- this.unicode = unicode;
- this.textAsset = null;
- this.glyph = glyph;
- this.glyphIndex = glyph.index;
- this.scale = 1.0f;
- }
-
- ///
- /// Constructor for new character
- ///
- /// Unicode value.
- /// The font asset to which this character belongs.
- /// Glyph
- public TMP_Character(uint unicode, TMP_FontAsset fontAsset, Glyph glyph)
- {
- m_ElementType = TextElementType.Character;
-
- this.unicode = unicode;
- this.textAsset = fontAsset;
- this.glyph = glyph;
- this.glyphIndex = glyph.index;
- this.scale = 1.0f;
- }
-
- ///
- /// Constructor for new character
- ///
- /// Unicode value.
- /// Glyph index.
- internal TMP_Character(uint unicode, uint glyphIndex)
- {
- m_ElementType = TextElementType.Character;
-
- this.unicode = unicode;
- this.textAsset = null;
- this.glyph = null;
- this.glyphIndex = glyphIndex;
- this.scale = 1.0f;
- }
- }
-}
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Runtime/TMP_Character.cs.meta b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Runtime/TMP_Character.cs.meta
deleted file mode 100644
index 55aea1b6..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Runtime/TMP_Character.cs.meta
+++ /dev/null
@@ -1,11 +0,0 @@
-fileFormatVersion: 2
-guid: 4ac5b6a65aaeb59478e3b78660e9f134
-MonoImporter:
- externalObjects: {}
- serializedVersion: 2
- defaultReferences: []
- executionOrder: 0
- icon: {instanceID: 0}
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Runtime/TMP_CharacterInfo.cs b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Runtime/TMP_CharacterInfo.cs
deleted file mode 100644
index 2a919f6c..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Runtime/TMP_CharacterInfo.cs
+++ /dev/null
@@ -1,220 +0,0 @@
-using System.Diagnostics;
-using UnityEngine;
-
-
-namespace TMPro
-{
- public struct TMP_Vertex
- {
- public Vector3 position;
- public Vector2 uv;
- public Vector2 uv2;
- public Vector2 uv4;
- public Color32 color;
-
- public static TMP_Vertex zero { get { return k_Zero; } }
-
- //public Vector3 normal;
- //public Vector4 tangent;
-
- static readonly TMP_Vertex k_Zero = new TMP_Vertex();
- }
-
- ///
- ///
- ///
- public struct TMP_Offset
- {
- public float left { get { return m_Left; } set { m_Left = value; } }
-
- public float right { get { return m_Right; } set { m_Right = value; } }
-
- public float top { get { return m_Top; } set { m_Top = value; } }
-
- public float bottom { get { return m_Bottom; } set { m_Bottom = value; } }
-
- public float horizontal { get { return m_Left; } set { m_Left = value; m_Right = value; } }
-
- public float vertical { get { return m_Top; } set { m_Top = value; m_Bottom = value; } }
-
- ///
- ///
- ///
- public static TMP_Offset zero { get { return k_ZeroOffset; } }
-
- // =============================================
- // Private backing fields for public properties.
- // =============================================
-
- float m_Left;
- float m_Right;
- float m_Top;
- float m_Bottom;
-
- static readonly TMP_Offset k_ZeroOffset = new TMP_Offset(0F, 0F, 0F, 0F);
-
- ///
- ///
- ///
- ///
- ///
- ///
- ///
- public TMP_Offset(float left, float right, float top, float bottom)
- {
- m_Left = left;
- m_Right = right;
- m_Top = top;
- m_Bottom = bottom;
- }
-
- ///
- ///
- ///
- ///
- ///
- public TMP_Offset(float horizontal, float vertical)
- {
- m_Left = horizontal;
- m_Right = horizontal;
- m_Top = vertical;
- m_Bottom = vertical;
- }
-
- public static bool operator ==(TMP_Offset lhs, TMP_Offset rhs)
- {
- return lhs.m_Left == rhs.m_Left &&
- lhs.m_Right == rhs.m_Right &&
- lhs.m_Top == rhs.m_Top &&
- lhs.m_Bottom == rhs.m_Bottom;
- }
-
- public static bool operator !=(TMP_Offset lhs, TMP_Offset rhs)
- {
- return !(lhs == rhs);
- }
-
- public static TMP_Offset operator *(TMP_Offset a, float b)
- {
- return new TMP_Offset(a.m_Left * b, a.m_Right * b, a.m_Top * b, a.m_Bottom * b);
- }
-
- public override int GetHashCode()
- {
- return base.GetHashCode();
- }
-
- public override bool Equals(object obj)
- {
- return base.Equals(obj);
- }
-
- public bool Equals(TMP_Offset other)
- {
- return base.Equals(other);
- }
- }
-
-
- ///
- ///
- ///
- public struct HighlightState
- {
- public Color32 color;
- public TMP_Offset padding;
-
- public HighlightState(Color32 color, TMP_Offset padding)
- {
- this.color = color;
- this.padding = padding;
- }
-
- public static bool operator ==(HighlightState lhs, HighlightState rhs)
- {
- return lhs.color.Compare(rhs.color) && lhs.padding == rhs.padding;
- }
-
- public static bool operator !=(HighlightState lhs, HighlightState rhs)
- {
- return !(lhs == rhs);
- }
-
- public override int GetHashCode()
- {
- return base.GetHashCode();
- }
-
- public override bool Equals(object obj)
- {
- return base.Equals(obj);
- }
-
- public bool Equals(HighlightState other)
- {
- return base.Equals(other);
- }
- }
- ///
- /// Structure containing information about individual text elements (character or sprites).
- ///
- [DebuggerDisplay("Unicode '{character}' ({((uint)character).ToString(\"X\")})")]
- public struct TMP_CharacterInfo
- {
- public char character; // Should be changed to an uint to handle UTF32
- ///
- /// Index of the character in the raw string.
- ///
- public int index; // Index of the character in the input string.
- public int stringLength;
- public TMP_TextElementType elementType;
-
- public TMP_TextElement textElement;
- public TMP_FontAsset fontAsset;
- public TMP_SpriteAsset spriteAsset;
- public int spriteIndex;
- public Material material;
- public int materialReferenceIndex;
- public bool isUsingAlternateTypeface;
-
- public float pointSize;
-
- //public short wordNumber;
- public int lineNumber;
- //public short charNumber;
- public int pageNumber;
-
-
- public int vertexIndex;
- public TMP_Vertex vertex_BL;
- public TMP_Vertex vertex_TL;
- public TMP_Vertex vertex_TR;
- public TMP_Vertex vertex_BR;
-
- public Vector3 topLeft;
- public Vector3 bottomLeft;
- public Vector3 topRight;
- public Vector3 bottomRight;
-
- public float origin;
- public float xAdvance;
- public float ascender;
- public float baseLine;
- public float descender;
- internal float adjustedAscender;
- internal float adjustedDescender;
-
- public float aspectRatio;
- public float scale;
- public Color32 color;
- public Color32 underlineColor;
- public int underlineVertexIndex;
- public Color32 strikethroughColor;
- public int strikethroughVertexIndex;
- public Color32 highlightColor;
- public HighlightState highlightState;
- public FontStyles style;
- public bool isVisible;
- //public bool isIgnoringAlignment;
- }
-}
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Runtime/TMP_CharacterInfo.cs.meta b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Runtime/TMP_CharacterInfo.cs.meta
deleted file mode 100644
index 9367a16e..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Runtime/TMP_CharacterInfo.cs.meta
+++ /dev/null
@@ -1,11 +0,0 @@
-fileFormatVersion: 2
-guid: 90fe1c65e6bb3bc4e90862df7297719e
-MonoImporter:
- externalObjects: {}
- serializedVersion: 2
- defaultReferences: []
- executionOrder: 0
- icon: {instanceID: 0}
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Runtime/TMP_ColorGradient.cs b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Runtime/TMP_ColorGradient.cs
deleted file mode 100644
index 8e8e38a8..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Runtime/TMP_ColorGradient.cs
+++ /dev/null
@@ -1,68 +0,0 @@
-using UnityEngine;
-using System.Collections;
-
-namespace TMPro
-{
- public enum ColorMode
- {
- Single,
- HorizontalGradient,
- VerticalGradient,
- FourCornersGradient
- }
-
- [System.Serializable][ExcludeFromPresetAttribute]
- public class TMP_ColorGradient : ScriptableObject
- {
- public ColorMode colorMode = ColorMode.FourCornersGradient;
-
- public Color topLeft;
- public Color topRight;
- public Color bottomLeft;
- public Color bottomRight;
-
- const ColorMode k_DefaultColorMode = ColorMode.FourCornersGradient;
- static readonly Color k_DefaultColor = Color.white;
-
- ///
- /// Default Constructor which sets each of the colors as white.
- ///
- public TMP_ColorGradient()
- {
- colorMode = k_DefaultColorMode;
- topLeft = k_DefaultColor;
- topRight = k_DefaultColor;
- bottomLeft = k_DefaultColor;
- bottomRight = k_DefaultColor;
- }
-
- ///
- /// Constructor allowing to set the default color of the Color Gradient.
- ///
- ///
- public TMP_ColorGradient(Color color)
- {
- colorMode = k_DefaultColorMode;
- topLeft = color;
- topRight = color;
- bottomLeft = color;
- bottomRight = color;
- }
-
- ///
- /// The vertex colors at the corners of the characters.
- ///
- /// Top left color.
- /// Top right color.
- /// Bottom left color.
- /// Bottom right color.
- public TMP_ColorGradient(Color color0, Color color1, Color color2, Color color3)
- {
- colorMode = k_DefaultColorMode;
- this.topLeft = color0;
- this.topRight = color1;
- this.bottomLeft = color2;
- this.bottomRight = color3;
- }
- }
-}
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Runtime/TMP_ColorGradient.cs.meta b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Runtime/TMP_ColorGradient.cs.meta
deleted file mode 100644
index 1d79d010..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Runtime/TMP_ColorGradient.cs.meta
+++ /dev/null
@@ -1,12 +0,0 @@
-fileFormatVersion: 2
-guid: 54d21f6ece3b46479f0c328f8c6007e0
-timeCreated: 1468187202
-licenseType: Pro
-MonoImporter:
- serializedVersion: 2
- defaultReferences: []
- executionOrder: 0
- icon: {instanceID: 0}
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Runtime/TMP_Compatibility.cs b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Runtime/TMP_Compatibility.cs
deleted file mode 100644
index 8484a5c3..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Runtime/TMP_Compatibility.cs
+++ /dev/null
@@ -1,74 +0,0 @@
-using UnityEngine;
-using System.Collections;
-
-
-namespace TMPro
-{
- // Class used to convert scenes and objects saved in version 0.1.44 to the new Text Container
- public static class TMP_Compatibility
- {
- public enum AnchorPositions { TopLeft, Top, TopRight, Left, Center, Right, BottomLeft, Bottom, BottomRight, BaseLine, None };
-
- ///
- /// Function used to convert text alignment option enumeration format.
- ///
- ///
- ///
- public static TextAlignmentOptions ConvertTextAlignmentEnumValues(TextAlignmentOptions oldValue)
- {
- switch ((int)oldValue)
- {
- case 0:
- return TextAlignmentOptions.TopLeft;
- case 1:
- return TextAlignmentOptions.Top;
- case 2:
- return TextAlignmentOptions.TopRight;
- case 3:
- return TextAlignmentOptions.TopJustified;
- case 4:
- return TextAlignmentOptions.Left;
- case 5:
- return TextAlignmentOptions.Center;
- case 6:
- return TextAlignmentOptions.Right;
- case 7:
- return TextAlignmentOptions.Justified;
- case 8:
- return TextAlignmentOptions.BottomLeft;
- case 9:
- return TextAlignmentOptions.Bottom;
- case 10:
- return TextAlignmentOptions.BottomRight;
- case 11:
- return TextAlignmentOptions.BottomJustified;
- case 12:
- return TextAlignmentOptions.BaselineLeft;
- case 13:
- return TextAlignmentOptions.Baseline;
- case 14:
- return TextAlignmentOptions.BaselineRight;
- case 15:
- return TextAlignmentOptions.BaselineJustified;
- case 16:
- return TextAlignmentOptions.MidlineLeft;
- case 17:
- return TextAlignmentOptions.Midline;
- case 18:
- return TextAlignmentOptions.MidlineRight;
- case 19:
- return TextAlignmentOptions.MidlineJustified;
- case 20:
- return TextAlignmentOptions.CaplineLeft;
- case 21:
- return TextAlignmentOptions.Capline;
- case 22:
- return TextAlignmentOptions.CaplineRight;
- case 23:
- return TextAlignmentOptions.CaplineJustified;
- }
-
- return TextAlignmentOptions.TopLeft;
- }
- }
-}
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Runtime/TMP_Compatibility.cs.meta b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Runtime/TMP_Compatibility.cs.meta
deleted file mode 100644
index e0c9caba..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Runtime/TMP_Compatibility.cs.meta
+++ /dev/null
@@ -1,11 +0,0 @@
-fileFormatVersion: 2
-guid: 21364f754cf9b9b47a60742332d4af56
-MonoImporter:
- externalObjects: {}
- serializedVersion: 2
- defaultReferences: []
- executionOrder: 0
- icon: {instanceID: 0}
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Runtime/TMP_CoroutineTween.cs b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Runtime/TMP_CoroutineTween.cs
deleted file mode 100644
index bec1f54e..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Runtime/TMP_CoroutineTween.cs
+++ /dev/null
@@ -1,246 +0,0 @@
-using UnityEngine;
-using UnityEngine.Events;
-using System.Collections;
-
-
-namespace TMPro
-{
- // Base interface for tweeners,
- // using an interface instead of
- // an abstract class as we want the
- // tweens to be structs.
- internal interface ITweenValue
- {
- void TweenValue(float floatPercentage);
- bool ignoreTimeScale { get; }
- float duration { get; }
- bool ValidTarget();
- }
-
- // Color tween class, receives the
- // TweenValue callback and then sets
- // the value on the target.
- internal struct ColorTween : ITweenValue
- {
- public enum ColorTweenMode
- {
- All,
- RGB,
- Alpha
- }
-
- public class ColorTweenCallback : UnityEvent { }
-
- private ColorTweenCallback m_Target;
- private Color m_StartColor;
- private Color m_TargetColor;
- private ColorTweenMode m_TweenMode;
-
- private float m_Duration;
- private bool m_IgnoreTimeScale;
-
- public Color startColor
- {
- get { return m_StartColor; }
- set { m_StartColor = value; }
- }
-
- public Color targetColor
- {
- get { return m_TargetColor; }
- set { m_TargetColor = value; }
- }
-
- public ColorTweenMode tweenMode
- {
- get { return m_TweenMode; }
- set { m_TweenMode = value; }
- }
-
- public float duration
- {
- get { return m_Duration; }
- set { m_Duration = value; }
- }
-
- public bool ignoreTimeScale
- {
- get { return m_IgnoreTimeScale; }
- set { m_IgnoreTimeScale = value; }
- }
-
- public void TweenValue(float floatPercentage)
- {
- if (!ValidTarget())
- return;
-
- var newColor = Color.Lerp(m_StartColor, m_TargetColor, floatPercentage);
-
- if (m_TweenMode == ColorTweenMode.Alpha)
- {
- newColor.r = m_StartColor.r;
- newColor.g = m_StartColor.g;
- newColor.b = m_StartColor.b;
- }
- else if (m_TweenMode == ColorTweenMode.RGB)
- {
- newColor.a = m_StartColor.a;
- }
- m_Target.Invoke(newColor);
- }
-
- public void AddOnChangedCallback(UnityAction callback)
- {
- if (m_Target == null)
- m_Target = new ColorTweenCallback();
-
- m_Target.AddListener(callback);
- }
-
- public bool GetIgnoreTimescale()
- {
- return m_IgnoreTimeScale;
- }
-
- public float GetDuration()
- {
- return m_Duration;
- }
-
- public bool ValidTarget()
- {
- return m_Target != null;
- }
- }
-
- // Float tween class, receives the
- // TweenValue callback and then sets
- // the value on the target.
- internal struct FloatTween : ITweenValue
- {
- public class FloatTweenCallback : UnityEvent { }
-
- private FloatTweenCallback m_Target;
- private float m_StartValue;
- private float m_TargetValue;
-
- private float m_Duration;
- private bool m_IgnoreTimeScale;
-
- public float startValue
- {
- get { return m_StartValue; }
- set { m_StartValue = value; }
- }
-
- public float targetValue
- {
- get { return m_TargetValue; }
- set { m_TargetValue = value; }
- }
-
- public float duration
- {
- get { return m_Duration; }
- set { m_Duration = value; }
- }
-
- public bool ignoreTimeScale
- {
- get { return m_IgnoreTimeScale; }
- set { m_IgnoreTimeScale = value; }
- }
-
- public void TweenValue(float floatPercentage)
- {
- if (!ValidTarget())
- return;
-
- var newValue = Mathf.Lerp(m_StartValue, m_TargetValue, floatPercentage);
- m_Target.Invoke(newValue);
- }
-
- public void AddOnChangedCallback(UnityAction callback)
- {
- if (m_Target == null)
- m_Target = new FloatTweenCallback();
-
- m_Target.AddListener(callback);
- }
-
- public bool GetIgnoreTimescale()
- {
- return m_IgnoreTimeScale;
- }
-
- public float GetDuration()
- {
- return m_Duration;
- }
-
- public bool ValidTarget()
- {
- return m_Target != null;
- }
- }
-
- // Tween runner, executes the given tween.
- // The coroutine will live within the given
- // behaviour container.
- internal class TweenRunner where T : struct, ITweenValue
- {
- protected MonoBehaviour m_CoroutineContainer;
- protected IEnumerator m_Tween;
-
- // utility function for starting the tween
- private static IEnumerator Start(T tweenInfo)
- {
- if (!tweenInfo.ValidTarget())
- yield break;
-
- var elapsedTime = 0.0f;
- while (elapsedTime < tweenInfo.duration)
- {
- elapsedTime += tweenInfo.ignoreTimeScale ? Time.unscaledDeltaTime : Time.deltaTime;
- var percentage = Mathf.Clamp01(elapsedTime / tweenInfo.duration);
- tweenInfo.TweenValue(percentage);
- yield return null;
- }
- tweenInfo.TweenValue(1.0f);
- }
-
- public void Init(MonoBehaviour coroutineContainer)
- {
- m_CoroutineContainer = coroutineContainer;
- }
-
- public void StartTween(T info)
- {
- if (m_CoroutineContainer == null)
- {
- Debug.LogWarning("Coroutine container not configured... did you forget to call Init?");
- return;
- }
-
- StopTween();
-
- if (!m_CoroutineContainer.gameObject.activeInHierarchy)
- {
- info.TweenValue(1.0f);
- return;
- }
-
- m_Tween = Start(info);
- m_CoroutineContainer.StartCoroutine(m_Tween);
- }
-
- public void StopTween()
- {
- if (m_Tween != null)
- {
- m_CoroutineContainer.StopCoroutine(m_Tween);
- m_Tween = null;
- }
- }
- }
-}
\ No newline at end of file
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Runtime/TMP_CoroutineTween.cs.meta b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Runtime/TMP_CoroutineTween.cs.meta
deleted file mode 100644
index 01cf5eb3..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Runtime/TMP_CoroutineTween.cs.meta
+++ /dev/null
@@ -1,12 +0,0 @@
-fileFormatVersion: 2
-guid: 658c1fb149e7498aa072b0c0f3bf13f0
-timeCreated: 1464850953
-licenseType: Pro
-MonoImporter:
- serializedVersion: 2
- defaultReferences: []
- executionOrder: 0
- icon: {instanceID: 0}
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Runtime/TMP_DefaultControls.cs b/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Runtime/TMP_DefaultControls.cs
deleted file mode 100644
index 45eac333..00000000
--- a/wb_unity_pro_2/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Runtime/TMP_DefaultControls.cs
+++ /dev/null
@@ -1,401 +0,0 @@
-using UnityEngine;
-using System.Collections;
-using UnityEngine.UI;
-
-#if UNITY_EDITOR
-using UnityEditor;
-#endif
-
-
-namespace TMPro
-{
-
- public static class TMP_DefaultControls
- {
- public struct Resources
- {
- public Sprite standard;
- public Sprite background;
- public Sprite inputField;
- public Sprite knob;
- public Sprite checkmark;
- public Sprite dropdown;
- public Sprite mask;
- }
-
- private const float kWidth = 160f;
- private const float kThickHeight = 30f;
- private const float kThinHeight = 20f;
- private static Vector2 s_TextElementSize = new Vector2(100f, 100f);
- private static Vector2 s_ThickElementSize = new Vector2(kWidth, kThickHeight);
- private static Vector2 s_ThinElementSize = new Vector2(kWidth, kThinHeight);
- //private static Vector2 s_ImageElementSize = new Vector2(100f, 100f);
- private static Color s_DefaultSelectableColor = new Color(1f, 1f, 1f, 1f);
- //private static Color s_PanelColor = new Color(1f, 1f, 1f, 0.392f);
- private static Color s_TextColor = new Color(50f / 255f, 50f / 255f, 50f / 255f, 1f);
-
-
- private static GameObject CreateUIElementRoot(string name, Vector2 size)
- {
- GameObject child = new GameObject(name);
- RectTransform rectTransform = child.AddComponent();
- rectTransform.sizeDelta = size;
- return child;
- }
-
- static GameObject CreateUIObject(string name, GameObject parent)
- {
- GameObject go = new GameObject(name);
- go.AddComponent();
- SetParentAndAlign(go, parent);
- return go;
- }
-
- private static void SetDefaultTextValues(TMP_Text lbl)
- {
- // Set text values we want across UI elements in default controls.
- // Don't set values which are the same as the default values for the Text component,
- // since there's no point in that, and it's good to keep them as consistent as possible.
- lbl.color = s_TextColor;
- lbl.fontSize = 14;
- }
-
- private static void SetDefaultColorTransitionValues(Selectable slider)
- {
- ColorBlock colors = slider.colors;
- colors.highlightedColor = new Color(0.882f, 0.882f, 0.882f);
- colors.pressedColor = new Color(0.698f, 0.698f, 0.698f);
- colors.disabledColor = new Color(0.521f, 0.521f, 0.521f);
- }
-
- private static void SetParentAndAlign(GameObject child, GameObject parent)
- {
- if (parent == null)
- return;
-
- child.transform.SetParent(parent.transform, false);
- SetLayerRecursively(child, parent.layer);
- }
-
- private static void SetLayerRecursively(GameObject go, int layer)
- {
- go.layer = layer;
- Transform t = go.transform;
- for (int i = 0; i < t.childCount; i++)
- SetLayerRecursively(t.GetChild(i).gameObject, layer);
- }
-
- // Actual controls
-
- public static GameObject CreateScrollbar(Resources resources)
- {
- // Create GOs Hierarchy
- GameObject scrollbarRoot = CreateUIElementRoot("Scrollbar", s_ThinElementSize);
-
- GameObject sliderArea = CreateUIObject("Sliding Area", scrollbarRoot);
- GameObject handle = CreateUIObject("Handle", sliderArea);
-
- Image bgImage = scrollbarRoot.AddComponent();
- bgImage.sprite = resources.background;
- bgImage.type = Image.Type.Sliced;
- bgImage.color = s_DefaultSelectableColor;
-
- Image handleImage = handle.AddComponent();
- handleImage.sprite = resources.standard;
- handleImage.type = Image.Type.Sliced;
- handleImage.color = s_DefaultSelectableColor;
-
- RectTransform sliderAreaRect = sliderArea.GetComponent();
- sliderAreaRect.sizeDelta = new Vector2(-20, -20);
- sliderAreaRect.anchorMin = Vector2.zero;
- sliderAreaRect.anchorMax = Vector2.one;
-
- RectTransform handleRect = handle.GetComponent();
- handleRect.sizeDelta = new Vector2(20, 20);
-
- Scrollbar scrollbar = scrollbarRoot.AddComponent();
- scrollbar.handleRect = handleRect;
- scrollbar.targetGraphic = handleImage;
- SetDefaultColorTransitionValues(scrollbar);
-
- return scrollbarRoot;
- }
-
- public static GameObject CreateButton(Resources resources)
- {
- GameObject buttonRoot = CreateUIElementRoot("Button", s_ThickElementSize);
-
- GameObject childText = new GameObject("Text (TMP)");
- childText.AddComponent();
- SetParentAndAlign(childText, buttonRoot);
-
- Image image = buttonRoot.AddComponent();
- image.sprite = resources.standard;
- image.type = Image.Type.Sliced;
- image.color = s_DefaultSelectableColor;
-
- Button bt = buttonRoot.AddComponent