Skip to content
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

ResourceManager support findResourcesByType #1700

Merged
merged 4 commits into from Aug 16, 2023

Conversation

GuoLei1990
Copy link
Member

Please check if the PR fulfills these requirements

  • The commit message follows our guidelines
  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)

@GuoLei1990 GuoLei1990 added enhancement New feature or request resource Resource-related functions labels Aug 14, 2023
@GuoLei1990 GuoLei1990 added this to the 1.1 milestone Aug 14, 2023
@codecov
Copy link

codecov bot commented Aug 14, 2023

Codecov Report

❗ No coverage uploaded for pull request base (dev/1.1@a933568). Click here to learn what that means.
Patch has no changes to coverable lines.

❗ Current head 0914b39 differs from pull request most recent head 7180f17. Consider uploading reports for the commit 7180f17 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##             dev/1.1    #1700   +/-   ##
==========================================
  Coverage           ?   61.38%           
==========================================
  Files              ?      410           
  Lines              ?    21834           
  Branches           ?     3140           
==========================================
  Hits               ?    13403           
  Misses             ?     7241           
  Partials           ?     1190           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@GuoLei1990 GuoLei1990 merged commit ef443a3 into galacean:dev/1.1 Aug 16, 2023
5 checks passed
zhuxudong added a commit to zhuxudong/engine that referenced this pull request Aug 17, 2023
* dev/1.1: (66 commits)
  build: fix pnpm lock file
  build: fix pnpm-lock file
  build: fix pnpm-lock file
  build: fix build error
  `ResourceManager` support `findResourcesByType` (galacean#1700)
  fix: memory leak of Transform (galacean#1701)
  fix: file name error
  "v1.1.0-alpha.1"
  test(RenderTarget): fix `getColorTexture` error
  Fix ktx2 loader can't throw error (galacean#1699)
  Enhance type for `LoadItem` & `Entity.getComponent` (galacean#1696)
  types: opt getComponent return type
  types: fix lint
  Fix ci test (galacean#1677)
  Shader Lab support `RenderState` (galacean#1664)
  feat: enhance type for `LoadItem` & `Entity.getComponent`
  fix: variable error (galacean#1693)
  `SkinnedMeshRenderer` support immediate initialization of `rootBone` and `bones` (galacean#1672)
  Support camera depth texture (galacean#1658)
  "v1.0.0-beta.18"
  ...

# Conflicts:
#	packages/loader/src/gltf/parser/GLTFSceneParser.ts
#	packages/loader/src/gltf/parser/GLTFSkinParser.ts
#	tests/src/loader/GLTFLoader.test.ts
@GuoLei1990 GuoLei1990 deleted the pr/resource-getbyType branch September 18, 2023 14:01
@GuoLei1990 GuoLei1990 linked an issue Oct 7, 2023 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request resource Resource-related functions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ResourceManager support get all resource instance by generic type
2 participants