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

ViewPresenter option to only generate views during run-time #69

Open
patrik-u opened this issue Sep 30, 2016 · 0 comments
Open

ViewPresenter option to only generate views during run-time #69

patrik-u opened this issue Sep 30, 2016 · 0 comments

Comments

@patrik-u
Copy link

Add an option to have the view-presenter only generate views during run-time. Suggested solution:

If OnlyGenerateDuringRuntime bool is set, then 1. still generate the views in editor but destroy them after initialization, this makes sure assets are loaded and errors are caught. 2. During run-time generate the views when the view-presenter awakes.

The reason for this feature is to improve the workflow so changes in XML don't lead to the scene having to be merged.

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

No branches or pull requests

1 participant