I installed Unity( tutorial How can I install Unity 3D game engine for Ubuntu ?). It worked, but when I try to edit c# script, it does not work. When I double-click the script in my Project view, nothing happens.
Asked
Active
Viewed 255 times
1
-
You could install Visual Studio Code manually if Unity didn't install it for you. – SurvivalMachine Dec 06 '18 at 18:37
-
I installed it but it does not work – Joonas Manninen Dec 08 '18 at 15:52
-
Can you run this C# console app from the terminal: https://askubuntu.com/questions/1100537/how-can-i-compile-run-and-decompile-c-code-in-ubuntu-terminal/1100539#1100539 ? – karel Jan 20 '19 at 18:41