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

Build Pipeline visualization #21

Open
stan-osipov opened this issue Jul 26, 2021 · 1 comment · May be fixed by #31
Open

Build Pipeline visualization #21

stan-osipov opened this issue Jul 26, 2021 · 1 comment · May be fixed by #31
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@stan-osipov
Copy link
Contributor

stan-osipov commented Jul 26, 2021

Right now we only should our own registered tasks.
Would be nice to see all the scripts that are using:

  • IPreprocessBuildWithReport
  • PostProcessScene
  • PostProcessBuild
    This way we will be able to know when our tasks will be executed in the whole player build pipeline.
@stan-osipov stan-osipov added the enhancement New feature or request label Jul 26, 2021
@stan-osipov stan-osipov added this to the v1.0.0 milestone Jul 26, 2021
@pavlo-klymentenko-legacy pavlo-klymentenko-legacy changed the title Buil Pipeline visualization Build Pipeline visualization Jan 17, 2022
@aleh-patseyeu
Copy link

aleh-patseyeu commented Jan 18, 2022

Need to add support for method attributes

  • PreProcessBuild
  • PostProcessBuild
  • PostProcessScene

And also extend the Editor visualization

  • separate IBuildTask and UnityBuild tasks
  • use a GetType().FullName
  • display an callbackOrder for each step

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants