Forum Discussion
sascha_ledinsky
5 years agoExplorer
Assemblies get compiled into separate C# DLLs. You can reference other DLLs in the .asmdef files (via Unity inspector).
You could also try to delete the .asmdef, this way all the scripts will become part of your main assembly (I haven't tried this, make sure you can revert).
You could also try to delete the .asmdef, this way all the scripts will become part of your main assembly (I haven't tried this, make sure you can revert).
Related Content
- 5 months ago
- 4 months ago
- 10 months ago
- 5 months ago