How do you compile Unity 6 source code?

QuantumTech 0 Reputation points
2025-02-23T07:32:01.33+00:00

How do you compile Unity 6 source code via the dotnet compiler?

Community Center Not monitored
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Bruce (SqlWork.com) 77,686 Reputation points Volunteer Moderator
    2025-02-23T22:58:29.4733333+00:00

    typically you don't. Unity compiles it. You can build a dll, that is imported into a unity project. see:

    https://docs.unity3d.com/6000.0/Documentation/Manual/plug-ins-managed.html

    if you meant the unity source code repo, it has build scripts.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.