UnityCsReference .csproj Files
Category .csproj Overview Engine UnityEngine.csproj The managed C# side of the Unity Engine. It brings together code from Runtime/ , Modules/ , bindings, and related areas. → UnityEngine.dll Editor UnityEditor.csproj The managed C# side of the Unity Editor, including Editor UI, AssetDatabase, BuildPipeline, and related functionality. → UnityEditor.dll Assembly Analysis Unity.CecilTools.gen.csproj Helper library built around Unity.Cecil for working with managed DLLs and ECMA-335 metadata. → Unity.CecilTools.dll Serialization Unity.SerializationLogic.gen.csproj Contains logic for determining how Unity serializes C# types and fields. Uses the Cecil-related tools. → Unity.SerializationLogic.dll Build Common BeeBuildProgramCommon.Data.gen.csproj Common configuration data for the Bee build pipeline, including IL2CPP, UnityLinker, .NET, and Editor tool paths. → BeeBuildProgramCommon.Data.dll Player Build PlayerBuildProgramLibrary.Data.gen.csproj Configuration data for building the Playe...