[Selected Unity Open Source Projects] The C# part of the Unity engine source code

Hongliu Academy will make you a few steps faster. Hello, I am Zheng Hongzhi, your technology pathfinder, you can call me Dazhi.

Today I will share with you a Unity open source project, let's take a look!

The C# part of the Unity engine source code

The C# portion of the Unity engine and editor source code is for reference learning purposes only.

For terms of use see:
https://unity3d.com/legal/licenses/Unity_Reference_Only_License

The terms of use do not allow you to modify or redistribute the C# code (in source or binary form). If you want to modify Unity's source code (C# and C++), please contact the Unity reseller for a commercial source code license :
https://store.unity.com/contact?type=source-code

The C# solution file is located at
Projects/CSharp/UnityReferenceSource.sln

Source address :
https://github.com/Unity-Technologies/UnityCsReference

Note : The source code of uGUI is not included in the source code library above. For the source code of uGUI, see the following description.

Unity uGUI source code

Unity 2019.2 and later uGUI source code is located in the Unity installation directory :
Data\Resources\PackageManager\BuiltInPackages\com.unity.ugui

Unity 2019.1 and earlier version uGUI source code address :
https://github.com/Unity-Technologies/uGUI

If the above link cannot be downloaded or the download is too slow, you can reply to the Hongliu Academy official account Unity源码to obtain the network disk link.

further reading


I'm Dazhi (vx: zhz11235), your technology pathfinder, see you next time!

don't go! Like it , collect it!

OK, you can go.

Guess you like

Origin blog.csdn.net/zhenghongzhi6/article/details/111151956