-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Milestone
Description
Describe the bug
During the build process, the __pycache__
directories are being copied over, which is unnecessary and can lead to issues with deployment and runtime environments.
To Reproduce
Steps to reproduce the behavior:
- Run the build process using the current configuration.
- Inspect the build output directory.
- Observe that
__pycache__
directories are present in the output.
Expected behavior
The build process should exclude __pycache__
directories from being copied over to the build output.
Screenshots
If applicable, add screenshots to help explain the problem.
Desktop (please complete the following information):
- OS: Windows 11
- GPU: RTX 3080
- Unity Version: 6.0.21
Additional context
This issue was observed while working on the "Tau" project. Ensuring that __pycache__
directories are not copied over will help maintain a clean and efficient build output.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed