To be specific. I need to cast a string to an enum. I have tried Type.GetType() but it doesn't seem to work in Unity or I need some complex assembly code. I know of ways to cast a Type to a string but not a nice method the other way around. I am using Unity and C#. I have looked at many answers here with no avail.
Side note : This wont be needed to answer if someone knows how to use an enum as as parameter. Again I scoured google but only found code that picks apart enums to send them or the answer no. Any light on this would be great also.
eg. Load(enumType);