FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Commits · K0lb3/UnityPy · GitHub
K0lb3
/
UnityPy
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
191
Star
1.4k
Code
Issues
17
Pull requests
3
Actions
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Wiki
Security and quality
Insights
Commits
Branch selector
User selector
Datepicker
Commit history
Commits on Aug 1, 2026
fix(TypeTreeHelper.py): array of TypelessData was using read_bytes instead of read_byte_array (non critical, as this path likely never gets hit)
K0lb3
committed
79dfc74
View commit details
Copy full SHA for 79dfc74
Browse repository at this point
release: 1.25.3
K0lb3
committed
38a1b90
View commit details
Copy full SHA for 38a1b90
Browse repository at this point
fix(TypeTree - clean_name): remove dead clean_name copy, change starting * handling
K0lb3
committed
06b10bc
View commit details
Copy full SHA for 06b10bc
Browse repository at this point
chore(LICENSE): update copyright years
K0lb3
committed
2081f83
View commit details
Copy full SHA for 2081f83
Browse repository at this point
chore(gitignore): update
K0lb3
committed
a3fa5f6
View commit details
Copy full SHA for a3fa5f6
Browse repository at this point
chore: update tpk file
K0lb3
committed
8196d88
View commit details
Copy full SHA for 8196d88
Browse repository at this point
feat(tpk): replace internal tpk parser with moved out project, use @cache instead of dict caches
K0lb3
committed
68c7469
View commit details
Copy full SHA for 68c7469
Browse repository at this point
Commits on Jul 9, 2026
feat(mesh): speedup vertex data unpacking
K0lb3
committed
5567c5e
View commit details
Copy full SHA for 5567c5e
Browse repository at this point
chore(UnityPyBoost): replace all NULL with nullptr
K0lb3
committed
e5c30db
View commit details
Copy full SHA for e5c30db
Browse repository at this point
fix(Texture2DConverter): use RGB for BC6
Show description for 9a7c0ab
K0lb3
committed
9a7c0ab
View commit details
Copy full SHA for 9a7c0ab
Browse repository at this point
release: 1.25.2
K0lb3
committed
d06d6d7
View commit details
Copy full SHA for d06d6d7
Browse repository at this point
feat: read preload table to get path id (#372)
Show description for 3dda24b
StarHeartHunt
authored
3dda24b
View commit details
Copy full SHA for 3dda24b
Browse repository at this point
refractor(tpk.py): load tpk blob via importlib.resources (#373)
Show description for 59af5e2
TedyonGit
and
K0lb3
authored
59af5e2
View commit details
Copy full SHA for 59af5e2
Browse repository at this point
chore(typetreehelper.cpp): replace all NULL with nullptr
K0lb3
committed
7c265e8
View commit details
Copy full SHA for 7c265e8
Browse repository at this point
Fix(typetreehelper.cpp): replace remaining PyErr_Format(s) with PyErr_SetString and return null in their place
K0lb3
committed
02cf4cf
View commit details
Copy full SHA for 02cf4cf
Browse repository at this point
Remove exhausted flag, fix PyErr_Format return pattern
SNWCreations
authored and
K0lb3
committed
1e6d18a
View commit details
Copy full SHA for 1e6d18a
Browse repository at this point
Fix segfault in TypeTreeHelper boost when reading past buffer end
Show description for 129b187
SNWCreations
authored and
K0lb3
committed
129b187
View commit details
Copy full SHA for 129b187
Browse repository at this point
Commits on Apr 7, 2026
release: 1.25.1
K0lb3
committed
3472646
View commit details
Copy full SHA for 3472646
Browse repository at this point
fix(UnityVersion): handle optional postfixes, fixes #369
K0lb3
committed
cc20a65
View commit details
Copy full SHA for cc20a65
Browse repository at this point
Commits on Feb 23, 2026
chore: ruff format
K0lb3
committed
e473974
View commit details
Copy full SHA for e473974
Browse repository at this point
release: 1.25
K0lb3
committed
ce3daf8
View commit details
Copy full SHA for ce3daf8
Browse repository at this point
fix(environment): stream file in load_assets if not splitsfile instead of reading to memory
K0lb3
committed
76d24e0
View commit details
Copy full SHA for 76d24e0
Browse repository at this point
fix(TpkClassGenerator)!: map char to int instead of str
Show description for 7f3153a
K0lb3
committed
7f3153a
View commit details
Copy full SHA for 7f3153a
Browse repository at this point
chore(TpkClassGenerator): sort Union fields
K0lb3
committed
fed3d11
View commit details
Copy full SHA for fed3d11
Browse repository at this point
refractor(Tpk): use lzma.tpk instead of uncompressed.tpk to reduce wheel and sdist size
K0lb3
committed
636e264
View commit details
Copy full SHA for 636e264
Browse repository at this point
chore: use git-lfs for samples and resources
K0lb3
committed
28de417
View commit details
Copy full SHA for 28de417
Browse repository at this point
fix(ImportHelper): try/excapt file parsers, stream gzip WebFile check
Show description for d4b08e1
K0lb3
committed
d4b08e1
View commit details
Copy full SHA for d4b08e1
Browse repository at this point
feat(EndianBinaryReader): add seek and tell
K0lb3
committed
6758812
View commit details
Copy full SHA for 6758812
Browse repository at this point
Fixed loading assets from current directory.
egormanga
authored and
K0lb3
committed
861e207
View commit details
Copy full SHA for 861e207
Browse repository at this point
fix: skip read_vertex_data when VertexData is empty
Show description for f72e5df
dv1x3r
authored and
K0lb3
committed
f72e5df
View commit details
Copy full SHA for f72e5df
Browse repository at this point
chore: update tpk and generated.py
K0lb3
committed
fed451f
View commit details
Copy full SHA for fed451f
Browse repository at this point
chore!(cli-update_tpk): update the generated.py when updating the tpk
K0lb3
committed
4d18cd8
View commit details
Copy full SHA for 4d18cd8
Browse repository at this point
refractor!(Tpk): slightly optimize Tpk, fix indents and usage of TpkClassGenerator
K0lb3
committed
d4b78ff
View commit details
Copy full SHA for d4b78ff
Browse repository at this point
chore: move ClassesGenerator from generators to UnityPy/tools
K0lb3
committed
5f575ef
View commit details
Copy full SHA for 5f575ef
Browse repository at this point
Commits on Feb 19, 2026
fix(BundleFile): support UnityWeb version 6 saving (not just reading)
K0lb3
committed
b0f91ed
View commit details
Copy full SHA for b0f91ed
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL