- Home /
Keep assemblies in separated dll instead of GameAssembly.dll
Hello team !
I'de like to use the assemblies not only to reduce the compile time of the script during development but also to reduce the initial load time of the application on console when the project becomes significantly bigger.
I expect to cut boot time of the application by starting a scene with the minimal unity dependencies to show a loader and asynchronously start loading the rest of the dlls and required first asset.
Is there a way I can compile the final application without all my assemblies dlls being merged into GameAssembly.dll ?
Regards JP
Your answer
Follow this Question
Related Questions
Can/should mcs.rsp files be used to reference my own class libraries? 0 Answers
The Assembly is referenced, But the dll is not allowed to be included or could not be found 0 Answers
IL2CPP mod support 1 Answer
[iOS] Managed DLL cannot find references to .Net framework DLLs 1 Answer
Distribute terrain in zones 3 Answers