Remember the message window that Director has? Very useful if you just want to quickly try out something. Do it while your game is running or not running, it’s all good.
It’s one of the few Director features that I’ve missed in Unity for a while. When Miguel de Icaza announced an interactive c# program, [...]
This is my “Things not to forget when building mono on windows” list. Hopefully it will be of use to somebody else too.
Remember that this always takes a lot longer than you like.
Read this first http://www.mono-project.com/Compiling_Mono_on_Windows.
use this:
cd mono
make get-monolite-latest
to get a mcs compiler installed that you will need to compile some mono components.
Do not forget [...]
Mono is the software that powers the scripting functionality in Unity3D.
Why this is so exciting? Mono is a free, open source implementation of:
A C# compiler
A .NET CIL Virtual Machine
The .NET class libraries.
Why is that so exciting?
C# is a great language. I think it has a great mix of flexibility, static typing and managing my memory.
C# [...]