File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- g xinzExi_2_n-mEsh
1+ g xinzexi_2_n-mesh
22v -1152.0 671.0 0.0
33v -1152.0 1343.0 0.0
44v -1440.0 1343.0 0.0
@@ -1447,7 +1447,7 @@ vt 0.64599609375 0.9661885499954224
14471447vt 0.64599609375 0.998975396156311
14481448vt 0.66162109375 0.998975396156311
14491449vt 0.66162109375 0.9661885499954224
1450- g xinzExi_2_n-mEsh_0
1450+ g xinzexi_2_n-mesh_0
14511451f 3/3/3 2/2/2 1/1/1
14521452f 1/1/1 4/4/4 3/3/3
14531453f 7/7/7 6/6/6 5/5/5
Original file line number Diff line number Diff line change @@ -19,8 +19,6 @@ def test_read_batch():
1919
2020
2121def test_texture2d ():
22- import UnityPy
23-
2422 for f in os .listdir (SAMPLES ):
2523 env = UnityPy .load (os .path .join (SAMPLES , f ))
2624 for obj in env .objects :
@@ -32,8 +30,6 @@ def test_texture2d():
3230
3331
3432def test_sprite ():
35- import UnityPy
36-
3733 for f in os .listdir (SAMPLES ):
3834 env = UnityPy .load (os .path .join (SAMPLES , f ))
3935 for obj in env .objects :
@@ -42,8 +38,6 @@ def test_sprite():
4238
4339
4440def test_audioclip ():
45- import UnityPy
46-
4741 env = UnityPy .load (os .path .join (SAMPLES , "char_118_yuki.ab" ))
4842 for obj in env .objects :
4943 if obj .type == "AudioClip" :
You can’t perform that action at this time.
0 commit comments