Topic: 30.0.0.31 Missing reference errors.

I just updated to your latest beta 30.0.0.31, and I am getting the following errors:

Assets\Infinity Code\Online maps\Scripts\Third-party Assets\OnlineMapsTouchScriptConnector.cs(8,7): error CS0246: The type or namespace name 'TouchScript' could not be found (are you missing a using directive or an assembly reference?)

Assets\Infinity Code\Online maps\Scripts\Third-party Assets\OnlineMapsTouchScriptConnector.cs(15,12): error CS0246: The type or namespace name 'ScreenTransformGesture' could not be found (are you missing a using directive or an assembly reference?)

Is there something I have to do, or install, to get this to work?

Re: 30.0.0.31 Missing reference errors.

Hello.

You have enabled integration with TouchScript.
Import TouchScript:
https://assetstore.unity.com/packages/t … cript-7394
Or remove key TOUCHSCRIPT from Edit / Project Settings / Player / Scripting Define Symbols.

Kind Regards,
Infinity Code Team.

Boost your productivity a lot and immediately using Ultimate Editor Enhancer. Trial and non-commerce versions available.

Re: 30.0.0.31 Missing reference errors.

Thanks. Including that Touch Script library did clear up those missing references.

Cheers.