Skip to content

Commit 607fcc5

Browse files
committed
1.7.13 - mesh test fix
1 parent 76f5156 commit 607fcc5

2 files changed

Lines changed: 2 additions & 8 deletions

File tree

tests/samples/xinzexi_2_n_tex_mesh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
g xinzExi_2_n-mEsh
1+
g xinzexi_2_n-mesh
22
v -1152.0 671.0 0.0
33
v -1152.0 1343.0 0.0
44
v -1440.0 1343.0 0.0
@@ -1447,7 +1447,7 @@ vt 0.64599609375 0.9661885499954224
14471447
vt 0.64599609375 0.998975396156311
14481448
vt 0.66162109375 0.998975396156311
14491449
vt 0.66162109375 0.9661885499954224
1450-
g xinzExi_2_n-mEsh_0
1450+
g xinzexi_2_n-mesh_0
14511451
f 3/3/3 2/2/2 1/1/1
14521452
f 1/1/1 4/4/4 3/3/3
14531453
f 7/7/7 6/6/6 5/5/5

tests/test_main.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ def test_read_batch():
1919

2020

2121
def 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

3432
def 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

4440
def 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":

0 commit comments

Comments
 (0)