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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
MooncellWiki
/
UnityPy
Public
forked from
K0lb3/UnityPy
Notifications
You must be signed in to change notification settings
Fork
5
Star
24
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
export
Texture2DConverter.py
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Mar 6, 2025
Texture2D - add padding handling for Textures and improve swizzle support
K0lb3
committed
3f9da9c
View commit details
Copy full SHA for 3f9da9c
View code at this point
Browse repository at this point
Commits on Feb 3, 2025
fix: reduce astc context lock scope
isHarryh
authored and
K0lb3
committed
8b9a8a7
View commit details
Copy full SHA for 8b9a8a7
View code at this point
Browse repository at this point
fix: type hint use Optional
isHarryh
authored and
K0lb3
committed
859b742
View commit details
Copy full SHA for 859b742
View code at this point
Browse repository at this point
fix: concurrent issue of astc context
isHarryh
authored and
K0lb3
committed
2d3d2c2
View commit details
Copy full SHA for 2d3d2c2
View code at this point
Browse repository at this point
fix: incorrect type hint in Texture2DConverter
isHarryh
authored and
K0lb3
committed
440b003
View commit details
Copy full SHA for 440b003
View code at this point
Browse repository at this point
fix: type errors in Texture2DConverter
isHarryh
authored and
K0lb3
committed
8a1f527
View commit details
Copy full SHA for 8a1f527
View code at this point
Browse repository at this point
Commits on Nov 20, 2024
1.20.16 - Texture2DConverter - astc decompress - fix decompress import by checking length
K0lb3
committed
13e102b
View commit details
Copy full SHA for 13e102b
View code at this point
Browse repository at this point
Commits on Oct 20, 2024
Texture2DConverter - use astc_encoder for astc decoding
K0lb3
committed
d38b5f6
View commit details
Copy full SHA for d38b5f6
View code at this point
Browse repository at this point
Commits on Oct 14, 2024
Texture2DConverter - extend compression with BC4, BC5, BC7 and LDR ASTC
K0lb3
committed
40487fc
View commit details
Copy full SHA for 40487fc
View code at this point
Browse repository at this point
fix Switch texture deswizzling
K0lb3
committed
fa26e22
View commit details
Copy full SHA for fa26e22
View code at this point
Browse repository at this point
Commits on Sep 22, 2024
Texture2DConverter - format import, add missing type hints
K0lb3
committed
5da7d0b
View commit details
Copy full SHA for 5da7d0b
View code at this point
Browse repository at this point
use generated classes and patch compatiblity
K0lb3
committed
8393ec3
View commit details
Copy full SHA for 8393ec3
View code at this point
Browse repository at this point
Commits on Jan 13, 2024
1.10.11 - add texture2darray support (#225)
Show description for a090a09
K0lb3
authored
a090a09
View commit details
Copy full SHA for a090a09
View code at this point
Browse repository at this point
Commits on Jan 1, 2024
Switch Swizzle Support (#219)
Show description for c731cb0
K0lb3
authored
c731cb0
View commit details
Copy full SHA for c731cb0
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 Nov 25, 2022
Fix #151 (#162)
Show description for c347354
K0lb3
authored
c347354
View commit details
Copy full SHA for c347354
View code at this point
Browse repository at this point
Commits on Aug 25, 2022
Changed BC5 image mode argument (#130)
Show description for 3c87f86
Ai0796
authored
3c87f86
View commit details
Copy full SHA for 3c87f86
View code at this point
Browse repository at this point
Commits on May 20, 2022
fix type hint Image to Image.Image (#108)
Show description for cefcb22
yuanyan3060
and
yuanyan
authored
cefcb22
View commit details
Copy full SHA for cefcb22
View code at this point
Browse repository at this point
Commits on Nov 10, 2021
1.7.22 fix Image.tobytes in Texture2DConverter
Show description for 61ab4fc
K0lb3
committed
61ab4fc
View commit details
Copy full SHA for 61ab4fc
View code at this point
Browse repository at this point
Commits on Oct 19, 2021
1.7.18 - "correct" Texture2D format selection for replacement & DXT/ETC compression added
K0lb3
committed
0bb34ed
View commit details
Copy full SHA for 0bb34ed
View code at this point
Browse repository at this point
Commits on Aug 3, 2021
Allow non-PIL image sources (#64)
Show description for 5b0a688
UserUnknownFactor
authored
5b0a688
View commit details
Copy full SHA for 5b0a688
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
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 Jan 6, 2021
PVRTC fix
K0lb3
committed
2b749f9
View commit details
Copy full SHA for 2b749f9
View code at this point
Browse repository at this point
Commits on Oct 27, 2020
Texture2D/Sprite/PPtr serialization
UserUnknownFactor
committed
c2aae1c
View commit details
Copy full SHA for c2aae1c
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 23, 2020
1.4.5
Show description for 9a4cfba
K0lb3
committed
9a4cfba
View commit details
Copy full SHA for 9a4cfba
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 Aug 10, 2020
Version as tuple for easier reading
Show description for 5c07a62
UserUnknownFactor
committed
5c07a62
View commit details
Copy full SHA for 5c07a62
View code at this point
Browse repository at this point
Commits on Jun 27, 2020
Fix ETC_RGB4 export
squaresmile
authored and
K0lb3
committed
2eb2c98
View commit details
Copy full SHA for 2eb2c98
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
Commits on Mar 30, 2020
1.3.0
Show description for f157a27
K0lb3
committed
f157a27
View commit details
Copy full SHA for f157a27
View code at this point
Browse repository at this point
Commits on Mar 3, 2020
ETC(2)_RGB mode fix
K0lb3
committed
0182226
View commit details
Copy full SHA for 0182226
View code at this point
Browse repository at this point
Commits on Mar 2, 2020
use etcpack instead of basisu
K0lb3
committed
cb2ee07
View commit details
Copy full SHA for cb2ee07
View code at this point
Browse repository at this point
Commits on Feb 11, 2020
tex2img
K0lb3
committed
3c6a880
View commit details
Copy full SHA for 3c6a880
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.