-
-
Notifications
You must be signed in to change notification settings - Fork 313
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support main thread ktx2 parse #1745
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #1745 +/- ##
==========================================
- Coverage 65.10% 61.89% -3.21%
==========================================
Files 470 464 -6
Lines 23556 20933 -2623
Branches 3339 3386 +47
==========================================
- Hits 15336 12957 -2379
+ Misses 7020 6783 -237
+ Partials 1200 1193 -7
☔ View full report in Codecov by Sentry. |
packages/core/package.json
Outdated
@@ -1,6 +1,6 @@ | |||
{ | |||
"name": "@galacean/engine-core", | |||
"version": "1.1.0-alpha.1", | |||
"version": "0.0.0-experimental-ktx2.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
merge latest main and revert version
* main: (23 commits) Support entity reference (galacean#1417) feat: log physics version (galacean#1769) Fix Script destroy bug (galacean#1770) Fix collider shape bug (galacean#1768) fix: physics unit test timeout (galacean#1766) Fix `viewportPointToRay` triggers precision issues when the depth value is 1 (galacean#1767) fix: project loader not exported (galacean#1758) "v1.1.0-beta.4" Opt SpriteBatch code (galacean#1760) Fix light shader data abnormal when multiple scenes are activated (galacean#1759) Fix BlendShape anim compatible with multiple SkinMeshRenderer in on… (galacean#1756) refactor: clear code and opt memory (galacean#1757) test: add physx unit timeout (galacean#1755) "v1.1.0-beta.3" Fix charactor controller error (galacean#1754) test: fix unit test timeout "v1.1.0-beta.2" Fix clone error (galacean#1753) Support main thread ktx2 (galacean#1745) "v1.1.0-beta.1" ...
Please check if the PR fulfills these requirements