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

Can I use __init__.py with dynamic reload? #66

Closed
hueypark opened this issue Oct 30, 2016 · 2 comments
Closed

Can I use __init__.py with dynamic reload? #66

hueypark opened this issue Oct 30, 2016 · 2 comments

Comments

@hueypark
Copy link
Contributor

hueypark commented Oct 30, 2016

If I use init.py UnrealEngine can't reload module dynamically

Can you handle this?

@hueypark hueypark changed the title - If I use __init__.py UnrealEngine can't reload module dynamically Can I use __init__.py with dynamic reload? Oct 30, 2016
@Amorano
Copy link

Amorano commented Oct 30, 2016

If you have code you need to hot reload, you should put it inside another module, and reload that module when needed/code changes.

This is not an issue with the library, that is just fundamental python use.

@hueypark
Copy link
Contributor Author

@Amorano Thank you for your support.

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

2 participants