Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
YumeMichi
/
UnityPy
Public
forked from
K0lb3/UnityPy
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
UnityPy
UnityPy
environment.py
on
master
User selector
All users
All time
Commit history
Commits on Feb 23, 2026
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
View code at this point
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
View code at this point
Browse repository at this point
Commits on Jun 14, 2025
fix(environment)!: path & container
K0lb3
committed
8eb6a5e
View commit details
Copy full SHA for 8eb6a5e
View code at this point
Browse repository at this point
chore(ruff): apply and enforce EFBI ruff lint styles
K0lb3
committed
dc5332a
View commit details
Copy full SHA for dc5332a
View code at this point
Browse repository at this point
Commits on May 20, 2025
chore: ruff format all files
K0lb3
committed
aeca810
View commit details
Copy full SHA for aeca810
View code at this point
Browse repository at this point
Commits on Apr 7, 2025
reformat with ruff and set py syntax check to p37
K0lb3
committed
82d9c6a
View commit details
Copy full SHA for 82d9c6a
View code at this point
Browse repository at this point
Commits on Feb 17, 2025
TypeTreeGenerator impl
K0lb3
committed
2da57a3
View commit details
Copy full SHA for 2da57a3
View code at this point
Browse repository at this point
Commits on Feb 13, 2025
Environment - fix find_file and extend type hints
K0lb3
committed
eb6a83d
View commit details
Copy full SHA for eb6a83d
View code at this point
Browse repository at this point
Commits on Jul 26, 2024
Add split file reading (#243)
Show description for f0a9212
EoF-1141
authored
f0a9212
View commit details
Copy full SHA for f0a9212
View code at this point
Browse repository at this point
Commits on Sep 30, 2023
Handle relative and case insensitive file paths (#191)
Show description for 289ec62
sparr
and
K0lb3
authored
289ec62
View commit details
Copy full SHA for 289ec62
View code at this point
Browse repository at this point
Commits on Jun 5, 2023
1.10.0 - virtual filesystem, better dependency resolving, not breaking ContainerDict (#186)
Show description for 737deb9
K0lb3
authored
737deb9
View commit details
Copy full SHA for 737deb9
View code at this point
Browse repository at this point
Commits on Jun 4, 2023
AttributeError: 'EndianBinaryReader_Memoryview_BigEndian' object has no attribute 'is_changed' (#185)
Show description for f813f6c
AhmedAhmedEG
and
K0lb3
authored
f813f6c
View commit details
Copy full SHA for f813f6c
View code at this point
Browse repository at this point
Commits on Apr 9, 2023
1.9.27 - BundleFile - alignment fix for Unity 2019.4.X
Show description for 10346b4
K0lb3
authored
10346b4
View commit details
Copy full SHA for 10346b4
View code at this point
Browse repository at this point
Commits on Aug 19, 2022
1.9.14 - improve c typetreereader and fix loading for old Unity versions (#128)
Show description for ded81ef
K0lb3
authored
ded81ef
View commit details
Copy full SHA for ded81ef
View code at this point
Browse repository at this point
Commits on Jun 7, 2022
improve splitfile handling
K0lb3
committed
906012e
View commit details
Copy full SHA for 906012e
View code at this point
Browse repository at this point
Commits on Apr 22, 2022
improve folder splitfile handling
K0lb3
committed
0fee975
View commit details
Copy full SHA for 0fee975
View code at this point
Browse repository at this point
improve zip loader
K0lb3
committed
7b7a26c
View commit details
Copy full SHA for 7b7a26c
View code at this point
Browse repository at this point
Commits on Mar 14, 2022
1.7.42 - fix asset finding of PPtr
K0lb3
committed
24fdf83
View commit details
Copy full SHA for 24fdf83
View code at this point
Browse repository at this point
Commits on Mar 10, 2022
Sometimes, the split file number starts at 0 (#94)
Show description for 6a9e604
ablegao
and
K0lb3
authored
6a9e604
View commit details
Copy full SHA for 6a9e604
View code at this point
Browse repository at this point
Commits on Feb 27, 2022
1.7.35 - better splitfile handling
Show description for bc1c28b
K0lb3
committed
bc1c28b
View commit details
Copy full SHA for bc1c28b
View code at this point
Browse repository at this point
Commits on Nov 21, 2021
better PPtr resolving
K0lb3
committed
d61dfac
View commit details
Copy full SHA for d61dfac
View code at this point
Browse repository at this point
Commits on Nov 17, 2021
fix TypeTreeError prints (#75)
Show description for 265b142
K0lb3
authored
265b142
View commit details
Copy full SHA for 265b142
View code at this point
Browse repository at this point
Commits on Oct 29, 2021
fix missing name for bytes and streamable Environment inputs
K0lb3
committed
b8548c1
View commit details
Copy full SHA for b8548c1
View code at this point
Browse repository at this point
Commits on Oct 11, 2021
Keep file names for convenience (#70)
Show description for 573ccbc
UserUnknownFactor
authored
573ccbc
View commit details
Copy full SHA for 573ccbc
View code at this point
Browse repository at this point
Commits on Aug 20, 2021
1.7.11 improved apk handling and fixed apk/zip detection
K0lb3
committed
01d26b0
View commit details
Copy full SHA for 01d26b0
View code at this point
Browse repository at this point
Commits on Apr 9, 2021
minor adjustments
K0lb3
committed
0a8e866
View commit details
Copy full SHA for 0a8e866
View code at this point
Browse repository at this point
Commits on Apr 7, 2021
Env: exception for error during APK asset parsing
K0lb3
committed
797389f
View commit details
Copy full SHA for 797389f
View code at this point
Browse repository at this point
Commits on Mar 6, 2021
1.6.5.6 - getter& Texture save fix
K0lb3
committed
b3677a5
View commit details
Copy full SHA for b3677a5
View code at this point
Browse repository at this point
Commits on Mar 3, 2021
1.6.5.4 - cleanup & some minor fixes
K0lb3
committed
3316f38
View commit details
Copy full SHA for 3316f38
View code at this point
Browse repository at this point
Commits on Jan 20, 2021
1.6.0.1 load_files fix
K0lb3
committed
303291e
View commit details
Copy full SHA for 303291e
View code at this point
Browse repository at this point
backwards compatibility fix
K0lb3
committed
edfc2f6
View commit details
Copy full SHA for edfc2f6
View code at this point
Browse repository at this point
1.6
Show description for d3a4512
K0lb3
committed
d3a4512
View commit details
Copy full SHA for d3a4512
View code at this point
Browse repository at this point
Commits on Sep 4, 2020
1.4.6
Show description for 291f8e8
K0lb3
committed
291f8e8
View commit details
Copy full SHA for 291f8e8
View code at this point
Browse repository at this point
Commits on Aug 13, 2020
1.4.4
Show description for be616e2
K0lb3
committed
be616e2
View commit details
Copy full SHA for be616e2
View code at this point
Browse repository at this point
Commits on Jun 25, 2020
1.4.0
Show description for 3e7f76b
K0lb3
committed
3e7f76b
View commit details
Copy full SHA for 3e7f76b
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.