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

Move dependencies in scripts out of Resources folder #107

Open
gen3vra opened this issue Jul 26, 2019 · 0 comments
Open

Move dependencies in scripts out of Resources folder #107

gen3vra opened this issue Jul 26, 2019 · 0 comments
Assignees
Labels
enhancement future/low priority legacy Legacy bugs, may or may not be fixed due to their entaglement with an older engine.

Comments

@gen3vra
Copy link

gen3vra commented Jul 26, 2019

There are a large number of sprites and resources being loaded at runtime by using Resources.Load. This slows down the game's performance and leads to messy and hard to understand code. Future sprites should not go into the Resources folder by default, as Unity automatically includes everything in the Resources folder in the exported build, regardless of whether it's used or not.

@gen3vra gen3vra self-assigned this Jul 26, 2019
@gen3vra gen3vra added the legacy Legacy bugs, may or may not be fixed due to their entaglement with an older engine. label Jul 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement future/low priority legacy Legacy bugs, may or may not be fixed due to their entaglement with an older engine.
Development

No branches or pull requests

2 participants