Welcome to .NET 6.0!
---------------------
SDK Version: 6.0.100
----------------
Installed an ASP.NET Core HTTPS development certificate.
To trust the certificate run 'dotnet dev-certs https --trust' (Windows and macOS only).
Learn about HTTPS: https://aka.ms/dotnet-https
----------------
Write your first app: https://aka.ms/dotnet-hello-world
Find out what's new: https://aka.ms/dotnet-whats-new
Explore documentation: https://aka.ms/dotnet-docs
Report issues and find source on GitHub: https://github.com/dotnet/core
Use 'dotnet --help' to see available commands or visit: https://aka.ms/dotnet-cli
--------------------------------------------------------------------------------------
Package source with Name: nuget.org disabled successfully.
Package source with Name: local added successfully.
/home/5XSTb3/Project/Program.cs(1,7): error CS0246: The type or namespace name 'UnityEngine' could not be found (are you missing a using directive or an assembly reference?) [/home/5XSTb3/Project/Project.csproj]
/home/5XSTb3/Project/Program.cs(3,33): error CS0246: The type or namespace name 'MonoBehaviour' could not be found (are you missing a using directive or an assembly reference?) [/home/5XSTb3/Project/Project.csproj]
/home/5XSTb3/Project/Program.cs(8,13): error CS0246: The type or namespace name 'Transform' could not be found (are you missing a using directive or an assembly reference?) [/home/5XSTb3/Project/Project.csproj]
/home/5XSTb3/Project/Program.cs(1,7): error CS0246: The type or namespace name 'UnityEngine' could not be found (are you missing a using directive or an assembly reference?) [/home/5XSTb3/Project/Project.csproj]
/home/5XSTb3/Project/Program.cs(3,33): error CS0246: The type or namespace name 'MonoBehaviour' could not be found (are you missing a using directive or an assembly reference?) [/home/5XSTb3/Project/Project.csproj]
/home/5XSTb3/Project/Program.cs(8,13): error CS0246: The type or namespace name 'Transform' could not be found (are you missing a using directive or an assembly reference?) [/home/5XSTb3/Project/Project.csproj]
0 Warning(s)
3 Error(s)
Time Elapsed 00:00:04.71