Package .Runtime directory
I noticed a `.Runtime` directory in packages like [Burst][1] and from what it looks like it is used to get around conflicting with dependencies from other packages? I would like to do the same. I have...
View ArticleNew Unity projects won't compile Assembly Definition Files
Assembly for Assembly Definition File 'Packages/com.unity.visualscripting/Editor/VisualScripting.Flow/Unity.VisualScripting.Flow.Editor.asmdef' will not be compiled, because it has no scripts...
View ArticleAuto referencing an asmdef from packages in predefined assembly
Hi, I am using a [glTFast][1] to load and export GLTF files. To export them at runtime I need to include their gltfFast.Export assembly definition in my assembly definition, [as per their...
View ArticleInheriting Assembly definitions
I have an external assembly definition which references all of the assemblies from downloaded packages. ![alt text][1] But my dialogue assembly still shows that it is missing some assembly definitions...
View ArticleReload Script Assemblies taking a very long time
I'm having issues with my Unity 2020.3.25f1 editor taking a very long time to ReloadAssemblies after every script recompile, about ~2 mins, and it's a serious productivity killer. ---------- I have a...
View Article