Commit bc1361f
Fix Attribute Error for some assets when loading mesh (K0lb3#65)
* fix: fix attribute error for some assets
* test: add test for mesh
* fix: handle possible attribute error for `path`
* replace try/except with hasattr
* try to fix assertion issues on github actions
* try fix assertion issues
remove '\r' from both side before comparing
* ci: skip publish if secrets are not available
Co-authored-by: Rudolf Kolbe <[email protected]>
Co-authored-by: qiushiyang <[email protected]>1 parent 01d26b0 commit bc1361f
5 files changed
Lines changed: 1846 additions & 11 deletions
File tree
- .github/workflows
- UnityPy/classes
- tests
- samples
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
519 | 519 | | |
520 | 520 | | |
521 | 521 | | |
522 | | - | |
523 | | - | |
524 | | - | |
525 | | - | |
526 | | - | |
527 | | - | |
528 | | - | |
529 | | - | |
| 522 | + | |
| 523 | + | |
| 524 | + | |
| 525 | + | |
| 526 | + | |
| 527 | + | |
| 528 | + | |
| 529 | + | |
| 530 | + | |
| 531 | + | |
| 532 | + | |
| 533 | + | |
| 534 | + | |
530 | 535 | | |
531 | 536 | | |
532 | 537 | | |
| |||
Binary file not shown.
0 commit comments