Problems with Unity 2018.3.0b1
Posted: Wed Sep 12, 2018 3:35 am
Hi,
Dialogue System seems to be not working with the latest Unity beta:
Error 1:
Assets\Plugins\Pixel Crushers\Common\Scripts\Misc\RuntimeTypeUtility.cs(46,130): error CS0234: The type or namespace name 'ModuleBuilder' does not exist in the namespace 'System.Reflection.Emit' (are you missing an assembly reference?)
Error 2:
Assets\Plugins\Pixel Crushers\Common\Scripts\Misc\RuntimeTypeUtility.cs(47,42): error CS1579: foreach statement cannot operate on variables of type '?' because '?' does not contain a public definition for 'GetEnumerator'
It seems like Error 2 happens because of Error 1. Unity has removed ModuleBuilder from System.Reflection.Emit?
Dialogue System seems to be not working with the latest Unity beta:
Error 1:
Assets\Plugins\Pixel Crushers\Common\Scripts\Misc\RuntimeTypeUtility.cs(46,130): error CS0234: The type or namespace name 'ModuleBuilder' does not exist in the namespace 'System.Reflection.Emit' (are you missing an assembly reference?)
Error 2:
Assets\Plugins\Pixel Crushers\Common\Scripts\Misc\RuntimeTypeUtility.cs(47,42): error CS1579: foreach statement cannot operate on variables of type '?' because '?' does not contain a public definition for 'GetEnumerator'
It seems like Error 2 happens because of Error 1. Unity has removed ModuleBuilder from System.Reflection.Emit?