Unity: 6000.1.2f1
How to reproduce:
1. Import Logic Toolkit 1.10.0 into a new project
2. See compile error message in the log window
Code: Select all
Packages\com.caitsithware.logictoolkit\Builtin\Editor\Tasks\SwitchExecuteTaskCreator.cs(8,35): error CS0234: The type or namespace name 'Messaging' does not exist in the namespace 'System.Runtime.Remoting' (are you missing an assembly reference?)
1. Removing the use of the `System.Runtime.Remoting.Messaging` namespace in SwitchExecuteTaskCreator.cs.
2. Changing the API Compatibility level to .NET Framework.
Removing it doesn't seem to effect the functionality of the script. It might have been accidentally included?