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

feat(loaders): add 'prefab' option #1601

Open
wants to merge 14 commits into
base: main
Choose a base branch
from

Conversation

DaoxingHuang
Copy link

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)

What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)

What is the current behavior? (You can also link to an open issue here)

What is the new behavior (if this is a feature change)?

Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?)

Other information:

@luzhuang
Copy link
Contributor

link playground demo

@codecov
Copy link

codecov bot commented Jun 28, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (916043f) 0.00% compared to head (d99d0bd) 0.00%.
Report is 45 commits behind head on dev/1.1.

❗ Current head d99d0bd differs from pull request most recent head f27dca4. Consider uploading reports for the commit f27dca4 to get more accurate results

Additional details and impacted files
@@       Coverage Diff       @@
##   dev/1.1   #1601   +/-   ##
===============================
===============================

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

@LuciferChiu LuciferChiu mentioned this pull request Jul 2, 2023
3 tasks
@LuciferChiu
Copy link
Member

LuciferChiu commented Jul 3, 2023

@DaoxingHuang DaoxingHuang force-pushed the feat_prefab_loader branch 2 times, most recently from 4f50594 to dbd6d02 Compare July 22, 2023 04:14
}
}

constructor(public readonly context: ParserContext<T, IPrefabFile>) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这里为什么是IprefabFIle

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IScene extends IPrefabFile

@luzhuang luzhuang mentioned this pull request Aug 3, 2023
3 tasks
@GuoLei1990 GuoLei1990 changed the base branch from dev/1.1 to main September 15, 2023 09:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants