Unity iOS and Android Builds failing even though working before

Description of issue: The Android and iOS builds are not building, but they were building just a few days ago. I do not know if its a plugin error, but I did delete a plugin folder then put it back in.

Unity version: 5.4.0f3

XCode version: 8.2

Source control: GIT

Local build platform: Tried on both Windows 10 and Mac OSX Maveriks

Build target: iOS & Android (fails on both)

Relevant plugins being used: PlayFab, SVG Importer, and FMOD

Project name: Project OA

Build log (relevant chunk):
iOS Build Log

1919: [Unity] -----CompilerOutput:-stdout–exitcode: 1–compilationhadfailure: True–outfile: Temp/Assembly-CSharp.dll
1920: [Unity] Compilation failed: 128 error(s), 1 warnings
1921: [Unity] Assets/DotDream/UI/UIElements/DDButton.cs(4,19): error CS0234: The type or namespace name UI' does not exist in the namespace UnityEngine’. Are you missing an assembly reference?
1922: [Unity] Assets/DotDream/UI/Views/DDScrollCell.cs(3,19): error CS0234: The type or namespace name UI' does not exist in the namespace UnityEngine’. Are you missing an assembly reference?
1923: [Unity] Assets/DotDream/UI/Views/DDScrollView.cs(3,19): error CS0234: The type or namespace name UI' does not exist in the namespace UnityEngine’. Are you missing an assembly reference?
1924: [Unity] Assets/DotDream/UI/Views/DDScrollView.cs(4,19): error CS0234: The type or namespace name EventSystems' does not exist in the namespace UnityEngine’. Are you missing an assembly reference?
1925: [Unity] Assets/DotDream/Utilities/DDExtensionMethods.cs(3,19): error CS0234: The type or namespace name UI' does not exist in the namespace UnityEngine’. Are you missing an assembly reference?
1926: [Unity] Assets/IniFile/Demo/IniFile_DemoScript.cs(4,19): error CS0234: The type or namespace name UI' does not exist in the namespace UnityEngine’. Are you missing an assembly reference?
1927: [Unity] Assets/OA/Scripts/Gameplay/Blacksmith/Hammering and Temperature/Hammering.cs(4,19): error CS0234: The type or namespace name UI' does not exist in the namespace UnityEngine’. Are you missing an assembly reference?
1928: [Unity] Assets/OA/Scripts/Gameplay/Blacksmith/Sharpening.cs(6,19): error CS0234: The type or namespace name UI' does not exist in the namespace UnityEngine’. Are you missing an assembly reference?
1929: [Unity] Assets/OA/Scripts/Gameplay/Civilians/BarterCivilian.cs(7,19): error CS0234: The type or namespace name UI' does not exist in the namespace UnityEngine’. Are you missing an assembly reference?
1930: [Unity] Assets/OA/Scripts/Managers/LogInManager.cs(7,19): error CS0234: The type or namespace name UI' does not exist in the namespace UnityEngine’. Are you missing an assembly reference?
1931: [Unity] Assets/OA/Scripts/Test/TestAdd.cs(4,19): error CS0234: The type or namespace name UI' does not exist in the namespace UnityEngine’. Are you missing an assembly reference?
1932: [Unity] Assets/OA/Scripts/UI/Blacksmith/OreImageChanger.cs(4,19): error CS0234: The type or namespace name UI' does not exist in the namespace UnityEngine’. Are you missing an assembly reference?
1933: [Unity] Assets/OA/Scripts/UI/Blacksmith/OreScrollCell.cs(3,19): error CS0234: The type or namespace name UI' does not exist in the namespace UnityEngine’. Are you missing an assembly reference?
1934: [Unity] Assets/OA/Scripts/UI/Blacksmith/OreScrollView.cs(6,19): error CS0234: The type or namespace name UI' does not exist in the namespace UnityEngine’. Are you missing an assembly reference?
1935: [Unity] Assets/OA/Scripts/UI/Blacksmith/OreSelectionManager.cs(5,19): error CS0234: The type or namespace name UI' does not exist in the namespace UnityEngine’. Are you missing an assembly reference?
1936: [Unity] Assets/OA/Scripts/UI/Blacksmith/OreSelectionManagerOriginal.cs(5,19): error CS0234: The type or namespace name UI' does not exist in the namespace UnityEngine’. Are you missing an assembly reference?
1937: [Unity] Assets/OA/Scripts/UI/Blacksmith/TBAScrollCell.cs(3,19): error CS0234: The type or namespace name UI' does not exist in the namespace UnityEngine’. Are you missing an assembly reference?
1938: [Unity] Assets/OA/Scripts/UI/Blacksmith/TBAScrollView.cs(6,19): error CS0234: The type or namespace name UI' does not exist in the namespace UnityEngine’. Are you missing an assembly reference?
1939: [Unity] Assets/OA/Scripts/UI/General/CharacterScrollCell.cs(4,19): error CS0234: The type or namespace name UI' does not exist in the namespace UnityEngine’. Are you missing an assembly reference?
1940: [Unity] Assets/OA/Scripts/UI/General/CharacterScrollView.cs(6,19): error CS0234: The type or namespace name UI' does not exist in the namespace UnityEngine’. Are you missing an assembly reference?
1941: [Unity] Assets/OA/Scripts/UI/General/Friend List/FriendListScrollCell.cs(2,19): error CS0234: The type or namespace name UI' does not exist in the namespace UnityEngine’. Are you missing an assembly reference?
1942: [Unity] Assets/OA/Scripts/UI/General/Friend List/FriendListScrollView.cs(6,19): error CS0234: The type or namespace name UI' does not exist in the namespace UnityEngine’. Are you missing an assembly reference?
1943: [Unity] Assets/OA/Scripts/UI/General/Friend List/FriendListUI.cs(3,19): error CS0234: The type or namespace name UI' does not exist in the namespace UnityEngine’. Are you missing an assembly reference?
1944: [Unity] Assets/OA/Scripts/UI/General/InventoryScrollCell.cs(3,19): error CS0234: The type or namespace name UI' does not exist in the namespace UnityEngine’. Are you missing an assembly reference?
1945: [Unity] Assets/OA/Scripts/UI/General/InventoryScrollView.cs(6,19): error CS0234: The type or namespace name UI' does not exist in the namespace UnityEngine’. Are you missing an assembly reference?
1946: [Unity] Assets/OA/Scripts/UI/General/MailboxScrollCell.cs(3,19): error CS0234: The type or namespace name UI' does not exist in the namespace UnityEngine’. Are you missing an assembly reference?
1947: [Unity] Assets/OA/Scripts/UI/General/MailboxScrollView.cs(6,19): error CS0234: The type or namespace name UI' does not exist in the namespace UnityEngine’. Are you missing an assembly reference?
1948: [Unity] Assets/OA/Scripts/UI/General/SwordInfo.cs(3,19): error CS0234: The type or namespace name UI' does not exist in the namespace UnityEngine’. Are you missing an assembly reference?
1949: [Unity] Assets/OA/Scripts/UI/General/SwordScrollCell.cs(3,19): error CS0234: The type or namespace name UI' does not exist in the namespace UnityEngine’. Are you missing an assembly reference?
1950: [Unity] Assets/OA/Scripts/UI/General/SwordScrollView.cs(6,19): error CS0234: The type or namespace name UI' does not exist in the namespace UnityEngine’. Are you missing an assembly reference?
1951: [Unity] Assets/OA/Scripts/UI/Mining/MineScrollCell.cs(3,19): error CS0234: The type or namespace name UI' does not exist in the namespace UnityEngine’. Are you missing an assembly reference?
1952: [Unity] Assets/OA/Scripts/UI/Mining/MineScrollView.cs(6,19): error CS0234: The type or namespace name UI' does not exist in the namespace UnityEngine’. Are you missing an assembly reference?
1953: [Unity] Assets/SVG Importer/Example Project/Curves Demo/Scripts/Animation/AnimationActions.cs(6,19): error CS0234: The type or namespace name EventSystems' does not exist in the namespace UnityEngine’. Are you missing an assembly reference?
1954: [Unity] Assets/SVG Importer/Example Project/Curves Demo/Scripts/Audio/AudioEvent.cs(6,19): error CS0234: The type or namespace name EventSystems' does not exist in the namespace UnityEngine’. Are you missing an assembly reference?
1955: [Unity] Assets/SVG Importer/Example Project/Curves Demo/Scripts/Layout/Instanced.cs(6,19): error CS0234: The type or namespace name EventSystems' does not exist in the namespace UnityEngine’. Are you missing an assembly reference?
1956: [Unity] Assets/SVG Importer/Example Project/Realtime Import Demo/Scripts/RealtimeImportDemo.cs(2,19): error CS0234: The type or namespace name UI' does not exist in the namespace UnityEngine’. Are you missing an assembly reference?
1957: [Unity] Assets/SVG Importer/Plugins/Core/SVGAsset.cs(6,19): error CS0234: The type or namespace name UI' does not exist in the namespace UnityEngine’. Are you missing an assembly reference?
1958: [Unity] Assets/SVG Importer/Plugins/Core/SVGImage.cs(8,19): error CS0234: The type or namespace name UI' does not exist in the namespace UnityEngine’. Are you missing an assembly reference?
1959: [Unity] Assets/SVG Importer/Plugins/Core/SVGImage.cs(10,19): error CS0234: The type or namespace name EventSystems' does not exist in the namespace UnityEngine’. Are you missing an assembly reference?
1960: [Unity] Assets/SVG Importer/Plugins/Core/SVGRenderer.cs(6,19): error CS0234: The type or namespace name UI' does not exist in the namespace UnityEngine’. Are you missing an assembly reference?
1961: [Unity] Assets/SVG Importer/Plugins/Core/SVGRenderer.cs(8,19): error CS0234: The type or namespace name EventSystems' does not exist in the namespace UnityEngine’. Are you missing an assembly reference?
1962: [Unity] Assets/SmartLocalization/Scripts/uGUI/LocalizedText.cs(4,19): error CS0234: The type or namespace name UI' does not exist in the namespace UnityEngine’. Are you missing an assembly reference?
1963: [Unity] Assets/TouchScript/Examples/Photos/Scripts/SetColor.cs(6,19): error CS0234: The type or namespace name UI' does not exist in the namespace UnityEngine’. Are you missing an assembly reference?
1964: [Unity] Assets/TouchScript/Scripts/Behaviors/TouchScriptInputModule.cs(8,19): error CS0234: The type or namespace name EventSystems' does not exist in the namespace UnityEngine’. Are you missing an assembly reference?
1965: [Unity] Assets/TouchScript/Scripts/Behaviors/Visualizer/TouchProxy.cs(7,19): error CS0234: The type or namespace name UI' does not exist in the namespace UnityEngine’. Are you missing an assembly reference?
1966: [Unity] Assets/TouchScript/Scripts/Gestures/UI/UIGesture.cs(8,19): error CS0234: The type or namespace name EventSystems' does not exist in the namespace UnityEngine’. Are you missing an assembly reference?
1967: [Unity] Assets/TouchScript/Scripts/Hit/TouchHit.cs(6,19): error CS0234: The type or namespace name EventSystems' does not exist in the namespace UnityEngine’. Are you missing an assembly reference?
1968: [Unity] Assets/TouchScript/Scripts/Layers/UILayer.cs(10,19): error CS0234: The type or namespace name EventSystems' does not exist in the namespace UnityEngine’. Are you missing an assembly reference?
1969: [Unity] Assets/TouchScript/Scripts/Layers/UILayer.cs(11,19): error CS0234: The type or namespace name UI' does not exist in the namespace UnityEngine’. Are you missing an assembly reference?
1970: [Unity] Assets/SVG Importer/Plugins/Core/SVGImage.cs(23,29): error CS0246: The type or namespace name MaskableGraphic' could not be found. Are you missing an assembly reference? 1971: [Unity] Assets/SVG Importer/Plugins/Core/SVGImage.cs(23,46): error CS0246: The type or namespace name ILayoutElement’ could not be found. Are you missing an assembly reference?
1972: [Unity] Assets/SVG Importer/Plugins/Core/SVGRenderer.cs(21,32): error CS0246: The type or namespace name UIBehaviour' could not be found. Are you missing an assembly reference? 1973: [Unity] Assets/TouchScript/Scripts/Behaviors/TouchScriptInputModule.cs(18,43): error CS0246: The type or namespace name BaseInputModule’ could not be found. Are you missing an assembly reference?
1974: [Unity] Assets/DotDream/Actions/DDTutorial.cs(200,28): error CS0234: The type or namespace name UI' does not exist in the namespace UnityEngine’. Are you missing an assembly reference?
1975: [Unity] Assets/DotDream/UI/Views/DDScrollView.cs(16,16): error CS0246: The type or namespace name ScrollRect' could not be found. Are you missing an assembly reference? 1976: [Unity] Assets/IniFile/Demo/IniFile_DemoScript.cs(10,9): error CS0246: The type or namespace name Button’ could not be found. Are you missing an assembly reference?
1977: [Unity] Assets/IniFile/Demo/IniFile_DemoScript.cs(11,9): error CS0246: The type or namespace name HorizontalLayoutGroup' could not be found. Are you missing an assembly reference? 1978: [Unity] Assets/IniFile/Demo/IniFile_DemoScript.cs(12,9): error CS0246: The type or namespace name InputField’ could not be found. Are you missing an assembly reference?
1979: [Unity] Assets/OA/Scripts/Managers/LogInManager.cs(13,12): error CS0246: The type or namespace name Text' could not be found. Are you missing an assembly reference? 1980: [Unity] Assets/OA/Scripts/Managers/LogInManager.cs(190,29): error CS0246: The type or namespace name InputField’ could not be found. Are you missing an assembly reference?
1981: [Unity] Assets/OA/Scripts/SerializableItems/MineItem.cs(49,19): warning CS0114: MineItem.ToString()' hides inherited member object.ToString()‘. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword
1982: [Unity] /UNITY_PATH/Unity/Unity-5_5_0f3/Unity.app/Contents/MonoBleedingEdge/lib/mono/unity/mscorlib.dll (Location of the symbol related to previous warning)
1983: [Unity] Assets/OA/Scripts/Test/AddAllItems.cs(9,24): error CS0234: The type or namespace name UI' does not exist in the namespace UnityEngine’. Are you missing an assembly reference?
1984: [Unity] Assets/OA/Scripts/UI/Blacksmith/OreScrollCell.cs(10,12): error CS0246: The type or namespace name Text' could not be found. Are you missing an assembly reference? 1985: [Unity] Assets/OA/Scripts/UI/Blacksmith/OreScrollCell.cs(11,12): error CS0246: The type or namespace name Text’ could not be found. Are you missing an assembly reference?
1986: [Unity] Assets/OA/Scripts/UI/Blacksmith/TBAScrollCell.cs(11,12): error CS0246: The type or namespace name Text' could not be found. Are you missing an assembly reference? 1987: [Unity] Assets/OA/Scripts/UI/General/CharacterScrollCell.cs(20,12): error CS0246: The type or namespace name Image’ could not be found. Are you missing an assembly reference?
1988: [Unity] Assets/OA/Scripts/UI/General/CharacterScrollCell.cs(25,12): error CS0246: The type or namespace name Text' could not be found. Are you missing an assembly reference? 1989: [Unity] Assets/OA/Scripts/UI/General/Friend List/FriendListScrollCell.cs(7,12): error CS0246: The type or namespace name Text’ could not be found. Are you missing an assembly reference?
1990: [Unity] Assets/OA/Scripts/UI/General/Friend List/FriendListScrollCell.cs(8,12): error CS0246: The type or namespace name Text' could not be found. Are you missing an assembly reference? 1991: [Unity] Assets/OA/Scripts/UI/General/Friend List/FriendListUI.cs(8,12): error CS0246: The type or namespace name Button’ could not be found. Are you missing an assembly reference?
1992: [Unity] Assets/OA/Scripts/UI/General/Friend List/FriendListUI.cs(9,12): error CS0246: The type or namespace name Button' could not be found. Are you missing an assembly reference? 1993: [Unity] Assets/OA/Scripts/UI/General/Friend List/FriendListUI.cs(19,12): error CS0246: The type or namespace name Button’ could not be found. Are you missing an assembly reference?
1994: [Unity] Assets/OA/Scripts/UI/General/Friend List/FriendListUI.cs(21,12): error CS0246: The type or namespace name Text' could not be found. Are you missing an assembly reference? 1995: [Unity] Assets/OA/Scripts/UI/General/Friend List/FriendListUI.cs(65,35): error CS0246: The type or namespace name InputField’ could not be found. Are you missing an assembly reference?
1996: [Unity] Assets/OA/Scripts/UI/General/InventoryScrollCell.cs(13,12): error CS0246: The type or namespace name Text' could not be found. Are you missing an assembly reference? 1997: [Unity] Assets/OA/Scripts/UI/General/InventoryScrollCell.cs(16,12): error CS0246: The type or namespace name Text’ could not be found. Are you missing an assembly reference?
1998: [Unity] Assets/OA/Scripts/UI/General/InventoryScrollCell.cs(17,12): error CS0246: The type or namespace name Text' could not be found. Are you missing an assembly reference? 1999: [Unity] Assets/OA/Scripts/UI/General/InventoryScrollCell.cs(18,12): error CS0246: The type or namespace name Text’ could not be found. Are you missing an assembly reference?
2000: [Unity] Assets/OA/Scripts/UI/General/InventoryScrollCell.cs(19,12): error CS0246: The type or namespace name Text' could not be found. Are you missing an assembly reference? 2001: [Unity] Assets/OA/Scripts/UI/General/InventoryScrollCell.cs(20,12): error CS0246: The type or namespace name Text’ could not be found. Are you missing an assembly reference?
2002: [Unity] Assets/OA/Scripts/UI/General/InventoryScrollCell.cs(21,12): error CS0246: The type or namespace name Text' could not be found. Are you missing an assembly reference? 2003: [Unity] Assets/OA/Scripts/UI/General/InventoryScrollCell.cs(22,12): error CS0246: The type or namespace name Text’ could not be found. Are you missing an assembly reference?
2004: [Unity] Assets/OA/Scripts/UI/General/InventoryScrollCell.cs(23,12): error CS0246: The type or namespace name Button' could not be found. Are you missing an assembly reference? 2005: [Unity] Assets/OA/Scripts/UI/General/InventoryScrollCell.cs(24,12): error CS0246: The type or namespace name Button’ could not be found. Are you missing an assembly reference?
2006: [Unity] Assets/OA/Scripts/UI/General/InventoryScrollCell.cs(27,12): error CS0246: The type or namespace name Text' could not be found. Are you missing an assembly reference? 2007: [Unity] Assets/OA/Scripts/UI/General/MailboxScrollCell.cs(10,12): error CS0246: The type or namespace name Text’ could not be found. Are you missing an assembly reference?
2008: [Unity] Assets/OA/Scripts/UI/General/SwordScrollCell.cs(19,12): error CS0246: The type or namespace name Image' could not be found. Are you missing an assembly reference? 2009: [Unity] Assets/OA/Scripts/UI/General/SwordScrollCell.cs(20,12): error CS0246: The type or namespace name Image’ could not be found. Are you missing an assembly reference?
2010: [Unity] Assets/OA/Scripts/UI/General/SwordScrollCell.cs(21,12): error CS0246: The type or namespace name Image' could not be found. Are you missing an assembly reference? 2011: [Unity] Assets/OA/Scripts/UI/Mining/MineScrollCell.cs(10,9): error CS0246: The type or namespace name Text’ could not be found. Are you missing an assembly reference?
2012: [Unity] Assets/SVG Importer/Example Project/Realtime Import Demo/Scripts/RealtimeImportDemo.cs(10,12): error CS0246: The type or namespace name InputField' could not be found. Are you missing an assembly reference? 2013: [Unity] Assets/SVG Importer/Plugins/Core/SVGImage.cs(73,33): error CS0115: SVGImporter.SVGImage.Awake()’ is marked as an override but no suitable method found to override
2014: [Unity] Assets/SVG Importer/Plugins/Core/SVGImage.cs(167,30): error CS0115: SVGImporter.SVGImage.SetNativeSize()' is marked as an override but no suitable method found to override 2015: [Unity] Assets/SVG Importer/Plugins/Core/SVGImage.cs(181,34): error CS0115: SVGImporter.SVGImage.defaultMaterial’ is marked as an override but no suitable property found to override
2016: [Unity] Assets/SVG Importer/Plugins/Core/SVGImage.cs(261,30): error CS0115: SVGImporter.SVGImage.SetMaterialDirty()' is marked as an override but no suitable method found to override 2017: [Unity] Assets/SVG Importer/Plugins/Core/SVGImage.cs(367,48): error CS0246: The type or namespace name VertexHelper’ could not be found. Are you missing an assembly reference?
2018: [Unity] Assets/SVG Importer/Plugins/Core/SVGImage.cs(609,33): error CS0115: SVGImporter.SVGImage.UpdateMaterial()' is marked as an override but no suitable method found to override 2019: [Unity] Assets/SVG Importer/Plugins/Core/SVGRenderer.cs(315,33): error CS0115: SVGImporter.SVGRenderer.Awake()’ is marked as an override but no suitable method found to override
2020: [Unity] Assets/SVG Importer/Plugins/Core/SVGRenderer.cs(325,33): error CS0115: SVGImporter.SVGRenderer.OnEnable()' is marked as an override but no suitable method found to override 2021: [Unity] Assets/SVG Importer/Plugins/Core/SVGRenderer.cs(820,33): error CS0115: SVGImporter.SVGRenderer.OnDisable()’ is marked as an override but no suitable method found to override
2022: [Unity] Assets/SmartLocalization/Scripts/uGUI/LocalizedText.cs(11,2): error CS0246: The type or namespace name Text' could not be found. Are you missing an assembly reference? 2023: [Unity] Assets/TouchScript/Scripts/Behaviors/Visualizer/TouchProxy.cs(20,16): error CS0246: The type or namespace name Text’ could not be found. Are you missing an assembly reference?
2024: [Unity] Assets/TouchScript/Scripts/Behaviors/TouchScriptInputModule.cs(69,35): error CS0246: The type or namespace name PointerEventData' could not be found. Are you missing an assembly reference? 2025: [Unity] Assets/TouchScript/Scripts/Behaviors/TouchScriptInputModule.cs(90,17): error CS0246: The type or namespace name MoveDirection’ could not be found. Are you missing an assembly reference?
2026: [Unity] Assets/TouchScript/Scripts/Behaviors/TouchScriptInputModule.cs(98,30): error CS0115: TouchScript.Behaviors.TouchScriptInputModule.IsModuleSupported()' is marked as an override but no suitable method found to override 2027: [Unity] Assets/TouchScript/Scripts/Behaviors/TouchScriptInputModule.cs(104,30): error CS0115: TouchScript.Behaviors.TouchScriptInputModule.ShouldActivateModule()’ is marked as an override but no suitable method found to override
2028: [Unity] Assets/TouchScript/Scripts/Behaviors/TouchScriptInputModule.cs(119,30): error CS0115: TouchScript.Behaviors.TouchScriptInputModule.IsPointerOverGameObject(int)' is marked as an override but no suitable method found to override 2029: [Unity] Assets/TouchScript/Scripts/Behaviors/TouchScriptInputModule.cs(128,30): error CS0115: TouchScript.Behaviors.TouchScriptInputModule.ActivateModule()’ is marked as an override but no suitable method found to override
2030: [Unity] Assets/TouchScript/Scripts/Behaviors/TouchScriptInputModule.cs(149,30): error CS0115: TouchScript.Behaviors.TouchScriptInputModule.DeactivateModule()' is marked as an override but no suitable method found to override 2031: [Unity] Assets/TouchScript/Scripts/Behaviors/TouchScriptInputModule.cs(166,30): error CS0115: TouchScript.Behaviors.TouchScriptInputModule.Process()’ is marked as an override but no suitable method found to override
2032: [Unity] Assets/TouchScript/Scripts/Behaviors/TouchScriptInputModule.cs(203,39): error CS0246: The type or namespace name PointerEventData' could not be found. Are you missing an assembly reference? 2033: [Unity] Assets/TouchScript/Scripts/Behaviors/TouchScriptInputModule.cs(216,19): error CS0246: The type or namespace name PointerEventData’ could not be found. Are you missing an assembly reference?
2034: [Unity] Assets/TouchScript/Scripts/Behaviors/TouchScriptInputModule.cs(236,38): error CS0246: The type or namespace name PointerEventData' could not be found. Are you missing an assembly reference? 2035: [Unity] Assets/TouchScript/Scripts/Behaviors/TouchScriptInputModule.cs(278,19): error CS0246: The type or namespace name PointerEventData’ could not be found. Are you missing an assembly reference?
2036: [Unity] Assets/TouchScript/Scripts/Behaviors/TouchScriptInputModule.cs(293,36): error CS0246: The type or namespace name PointerEventData' could not be found. Are you missing an assembly reference? 2037: [Unity] Assets/TouchScript/Scripts/Behaviors/TouchScriptInputModule.cs(331,35): error CS0246: The type or namespace name PointerEventData’ could not be found. Are you missing an assembly reference?
2038: [Unity] Assets/TouchScript/Scripts/Behaviors/TouchScriptInputModule.cs(374,51): error CS0246: The type or namespace name PointerEventData' could not be found. Are you missing an assembly reference? 2039: [Unity] Assets/TouchScript/Scripts/Behaviors/TouchScriptInputModule.cs(392,42): error CS0246: The type or namespace name PointerEventData’ could not be found. Are you missing an assembly reference?
2040: [Unity] Assets/TouchScript/Scripts/Behaviors/TouchScriptInputModule.cs(402,19): error CS0246: The type or namespace name PointerEventData' could not be found. Are you missing an assembly reference? 2041: [Unity] Assets/TouchScript/Scripts/Behaviors/TouchScriptInputModule.cs(431,77): error CS0246: The type or namespace name BaseEventData’ could not be found. Are you missing an assembly reference?
2042: [Unity] Assets/TouchScript/Scripts/Gestures/UI/UIGesture.cs(198,20): error CS0246: The type or namespace name PointerEventData' could not be found. Are you missing an assembly reference? 2043: [Unity] Assets/TouchScript/Scripts/Gestures/UI/UIGesture.cs(205,53): error CS0246: The type or namespace name PointerEventData’ could not be found. Are you missing an assembly reference?
2044: [Unity] Assets/TouchScript/Scripts/Hit/TouchHit.cs(82,16): error CS0246: The type or namespace name RaycastResult' could not be found. Are you missing an assembly reference? 2045: [Unity] Assets/TouchScript/Scripts/Hit/TouchHit.cs(137,17): error CS0246: The type or namespace name RaycastResult’ could not be found. Are you missing an assembly reference?
2046: [Unity] Assets/TouchScript/Scripts/Hit/TouchHit.cs(181,25): error CS0246: The type or namespace name RaycastResult' could not be found. Are you missing an assembly reference? 2047: [Unity] Assets/TouchScript/Scripts/Layers/UILayer.cs(31,22): error CS0246: The type or namespace name RaycastResult’ could not be found. Are you missing an assembly reference?
2048: [Unity] Assets/TouchScript/Scripts/Layers/UILayer.cs(35,17): error CS0246: The type or namespace name PointerEventData' could not be found. Are you missing an assembly reference? 2049: [Unity] Assets/TouchScript/Scripts/Layers/UILayer.cs(36,17): error CS0246: The type or namespace name EventSystem’ could not be found. Are you missing an assembly reference?
2050: [Unity] Assets/TouchScript/Scripts/Layers/UILayer.cs(153,47): error CS0246: The type or namespace name RaycastResult' could not be found. Are you missing an assembly reference? 2051: [Unity] Assets/DotDream/UI/UIElements/DDButton.cs(4,19): error CS0234: The type or namespace name UI’ does not exist in the namespace UnityEngine'. Are you missing an assembly reference? 2052: [Unity] Assets/DotDream/UI/Views/DDScrollCell.cs(3,19): error CS0234: The type or namespace name UI’ does not exist in the namespace UnityEngine'. Are you missing an assembly reference? 2053: [Unity] Assets/DotDream/UI/Views/DDScrollView.cs(3,19): error CS0234: The type or namespace name UI’ does not exist in the namespace UnityEngine'. Are you missing an assembly reference? 2054: [Unity] Assets/DotDream/UI/Views/DDScrollView.cs(4,19): error CS0234: The type or namespace name EventSystems’ does not exist in the namespace UnityEngine'. Are you missing an assembly reference? 2055: [Unity] Assets/DotDream/Utilities/DDExtensionMethods.cs(3,19): error CS0234: The type or namespace name UI’ does not exist in the namespace UnityEngine'. Are you missing an assembly reference? 2056: [Unity] Assets/IniFile/Demo/IniFile_DemoScript.cs(4,19): error CS0234: The type or namespace name UI’ does not exist in the namespace UnityEngine'. Are you missing an assembly reference? 2057: [Unity] Assets/OA/Scripts/Gameplay/Blacksmith/Hammering and Temperature/Hammering.cs(4,19): error CS0234: The type or namespace name UI’ does not exist in the namespace UnityEngine'. Are you missing an assembly reference? 2058: [Unity] Assets/OA/Scripts/Gameplay/Blacksmith/Sharpening.cs(6,19): error CS0234: The type or namespace name UI’ does not exist in the namespace UnityEngine'. Are you missing an assembly reference? 2059: [Unity] Assets/OA/Scripts/Gameplay/Civilians/BarterCivilian.cs(7,19): error CS0234: The type or namespace name UI’ does not exist in the namespace UnityEngine'. Are you missing an assembly reference? 2060: [Unity] Assets/OA/Scripts/Managers/LogInManager.cs(7,19): error CS0234: The type or namespace name UI’ does not exist in the namespace UnityEngine'. Are you missing an assembly reference? 2061: [Unity] Assets/OA/Scripts/Test/TestAdd.cs(4,19): error CS0234: The type or namespace name UI’ does not exist in the namespace UnityEngine'. Are you missing an assembly reference? 2062: [Unity] Assets/OA/Scripts/UI/Blacksmith/OreImageChanger.cs(4,19): error CS0234: The type or namespace name UI’ does not exist in the namespace UnityEngine'. Are you missing an assembly reference? 2063: [Unity] Assets/OA/Scripts/UI/Blacksmith/OreScrollCell.cs(3,19): error CS0234: The type or namespace name UI’ does not exist in the namespace UnityEngine'. Are you missing an assembly reference? 2064: [Unity] Assets/OA/Scripts/UI/Blacksmith/OreScrollView.cs(6,19): error CS0234: The type or namespace name UI’ does not exist in the namespace UnityEngine'. Are you missing an assembly reference? 2065: [Unity] Assets/OA/Scripts/UI/Blacksmith/OreSelectionManager.cs(5,19): error CS0234: The type or namespace name UI’ does not exist in the namespace UnityEngine'. Are you missing an assembly reference? 2066: [Unity] Assets/OA/Scripts/UI/Blacksmith/OreSelectionManagerOriginal.cs(5,19): error CS0234: The type or namespace name UI’ does not exist in the namespace UnityEngine'. Are you missing an assembly reference? 2067: [Unity] Assets/OA/Scripts/UI/Blacksmith/TBAScrollCell.cs(3,19): error CS0234: The type or namespace name UI’ does not exist in the namespace UnityEngine'. Are you missing an assembly reference? 2068: [Unity] Assets/OA/Scripts/UI/Blacksmith/TBAScrollView.cs(6,19): error CS0234: The type or namespace name UI’ does not exist in the namespace UnityEngine'. Are you missing an assembly reference? 2069: [Unity] Assets/OA/Scripts/UI/General/CharacterScrollCell.cs(4,19): error CS0234: The type or namespace name UI’ does not exist in the namespace UnityEngine'. Are you missing an assembly reference? 2070: [Unity] Assets/OA/Scripts/UI/General/CharacterScrollView.cs(6,19): error CS0234: The type or namespace name UI’ does not exist in the namespace UnityEngine'. Are you missing an assembly reference? 2071: [Unity] Assets/OA/Scripts/UI/General/Friend List/FriendListScrollCell.cs(2,19): error CS0234: The type or namespace name UI’ does not exist in the namespace UnityEngine'. Are you missing an assembly reference? 2072: [Unity] Assets/OA/Scripts/UI/General/Friend List/FriendListScrollView.cs(6,19): error CS0234: The type or namespace name UI’ does not exist in the namespace UnityEngine'. Are you missing an assembly reference? 2073: [Unity] Assets/OA/Scripts/UI/General/Friend List/FriendListUI.cs(3,19): error CS0234: The type or namespace name UI’ does not exist in the namespace UnityEngine'. Are you missing an assembly reference? 2074: [Unity] Assets/OA/Scripts/UI/General/InventoryScrollCell.cs(3,19): error CS0234: The type or namespace name UI’ does not exist in the namespace UnityEngine'. Are you missing an assembly reference? 2075: [Unity] Assets/OA/Scripts/UI/General/InventoryScrollView.cs(6,19): error CS0234: The type or namespace name UI’ does not exist in the namespace UnityEngine'. Are you missing an assembly reference? 2076: [Unity] Assets/OA/Scripts/UI/General/MailboxScrollCell.cs(3,19): error CS0234: The type or namespace name UI’ does not exist in the namespace UnityEngine'. Are you missing an assembly reference? 2077: [Unity] Assets/OA/Scripts/UI/General/MailboxScrollView.cs(6,19): error CS0234: The type or namespace name UI’ does not exist in the namespace UnityEngine'. Are you missing an assembly reference? 2078: [Unity] Assets/OA/Scripts/UI/General/SwordInfo.cs(3,19): error CS0234: The type or namespace name UI’ does not exist in the namespace UnityEngine'. Are you missing an assembly reference? 2079: [Unity] Assets/OA/Scripts/UI/General/SwordScrollCell.cs(3,19): error CS0234: The type or namespace name UI’ does not exist in the namespace UnityEngine'. Are you missing an assembly reference? 2080: [Unity] Assets/OA/Scripts/UI/General/SwordScrollView.cs(6,19): error CS0234: The type or namespace name UI’ does not exist in the namespace UnityEngine'. Are you missing an assembly reference? 2081: [Unity] Assets/OA/Scripts/UI/Mining/MineScrollCell.cs(3,19): error CS0234: The type or namespace name UI’ does not exist in the namespace UnityEngine'. Are you missing an assembly reference? 2082: [Unity] Assets/OA/Scripts/UI/Mining/MineScrollView.cs(6,19): error CS0234: The type or namespace name UI’ does not exist in the namespace UnityEngine'. Are you missing an assembly reference? 2083: [Unity] Assets/SVG Importer/Example Project/Curves Demo/Scripts/Animation/AnimationActions.cs(6,19): error CS0234: The type or namespace name EventSystems’ does not exist in the namespace UnityEngine'. Are you missing an assembly reference? 2084: [Unity] Assets/SVG Importer/Example Project/Curves Demo/Scripts/Audio/AudioEvent.cs(6,19): error CS0234: The type or namespace name EventSystems’ does not exist in the namespace UnityEngine'. Are you missing an assembly reference? 2085: [Unity] Assets/SVG Importer/Example Project/Curves Demo/Scripts/Layout/Instanced.cs(6,19): error CS0234: The type or namespace name EventSystems’ does not exist in the namespace UnityEngine'. Are you missing an assembly reference? 2086: [Unity] Assets/SVG Importer/Example Project/Realtime Import Demo/Scripts/RealtimeImportDemo.cs(2,19): error CS0234: The type or namespace name UI’ does not exist in the namespace UnityEngine'. Are you missing an assembly reference? 2087: [Unity] Assets/SVG Importer/Plugins/Core/SVGAsset.cs(6,19): error CS0234: The type or namespace name UI’ does not exist in the namespace UnityEngine'. Are you missing an assembly reference? 2088: [Unity] Assets/SVG Importer/Plugins/Core/SVGImage.cs(8,19): error CS0234: The type or namespace name UI’ does not exist in the namespace UnityEngine'. Are you missing an assembly reference? 2089: [Unity] Assets/SVG Importer/Plugins/Core/SVGImage.cs(10,19): error CS0234: The type or namespace name EventSystems’ does not exist in the namespace UnityEngine'. Are you missing an assembly reference? 2090: [Unity] Assets/SVG Importer/Plugins/Core/SVGRenderer.cs(6,19): error CS0234: The type or namespace name UI’ does not exist in the namespace UnityEngine'. Are you missing an assembly reference? 2091: [Unity] Assets/SVG Importer/Plugins/Core/SVGRenderer.cs(8,19): error CS0234: The type or namespace name EventSystems’ does not exist in the namespace UnityEngine'. Are you missing an assembly reference? 2092: [Unity] Assets/SmartLocalization/Scripts/uGUI/LocalizedText.cs(4,19): error CS0234: The type or namespace name UI’ does not exist in the namespace UnityEngine'. Are you missing an assembly reference? 2093: [Unity] Assets/TouchScript/Examples/Photos/Scripts/SetColor.cs(6,19): error CS0234: The type or namespace name UI’ does not exist in the namespace UnityEngine'. Are you missing an assembly reference? 2094: [Unity] Assets/TouchScript/Scripts/Behaviors/TouchScriptInputModule.cs(8,19): error CS0234: The type or namespace name EventSystems’ does not exist in the namespace UnityEngine'. Are you missing an assembly reference? 2095: [Unity] Assets/TouchScript/Scripts/Behaviors/Visualizer/TouchProxy.cs(7,19): error CS0234: The type or namespace name UI’ does not exist in the namespace UnityEngine'. Are you missing an assembly reference? 2096: [Unity] Assets/TouchScript/Scripts/Gestures/UI/UIGesture.cs(8,19): error CS0234: The type or namespace name EventSystems’ does not exist in the namespace UnityEngine'. Are you missing an assembly reference? 2097: [Unity] Assets/TouchScript/Scripts/Hit/TouchHit.cs(6,19): error CS0234: The type or namespace name EventSystems’ does not exist in the namespace UnityEngine'. Are you missing an assembly reference? 2098: [Unity] Assets/TouchScript/Scripts/Layers/UILayer.cs(10,19): error CS0234: The type or namespace name EventSystems’ does not exist in the namespace UnityEngine'. Are you missing an assembly reference? 2099: [Unity] Assets/TouchScript/Scripts/Layers/UILayer.cs(11,19): error CS0234: The type or namespace name UI’ does not exist in the namespace UnityEngine'. Are you missing an assembly reference? 2100: [Unity] Assets/SVG Importer/Plugins/Core/SVGImage.cs(23,29): error CS0246: The type or namespace name MaskableGraphic’ could not be found. Are you missing an assembly reference?
2101: [Unity] Assets/SVG Importer/Plugins/Core/SVGImage.cs(23,46): error CS0246: The type or namespace name ILayoutElement' could not be found. Are you missing an assembly reference? 2102: [Unity] Assets/SVG Importer/Plugins/Core/SVGRenderer.cs(21,32): error CS0246: The type or namespace name UIBehaviour’ could not be found. Are you missing an assembly reference?
2103: [Unity] Assets/TouchScript/Scripts/Behaviors/TouchScriptInputModule.cs(18,43): error CS0246: The type or namespace name BaseInputModule' could not be found. Are you missing an assembly reference? 2104: [Unity] Assets/DotDream/Actions/DDTutorial.cs(200,28): error CS0234: The type or namespace name UI’ does not exist in the namespace UnityEngine'. Are you missing an assembly reference? 2105: [Unity] Assets/DotDream/UI/Views/DDScrollView.cs(16,16): error CS0246: The type or namespace name ScrollRect’ could not be found. Are you missing an assembly reference?
2106: [Unity] Assets/IniFile/Demo/IniFile_DemoScript.cs(10,9): error CS0246: The type or namespace name Button' could not be found. Are you missing an assembly reference? 2107: [Unity] Assets/IniFile/Demo/IniFile_DemoScript.cs(11,9): error CS0246: The type or namespace name HorizontalLayoutGroup’ could not be found. Are you missing an assembly reference?
2108: [Unity] Assets/IniFile/Demo/IniFile_DemoScript.cs(12,9): error CS0246: The type or namespace name InputField' could not be found. Are you missing an assembly reference? 2109: [Unity] Assets/OA/Scripts/Managers/LogInManager.cs(13,12): error CS0246: The type or namespace name Text’ could not be found. Are you missing an assembly reference?
2110: [Unity] Assets/OA/Scripts/Managers/LogInManager.cs(190,29): error CS0246: The type or namespace name InputField' could not be found. Are you missing an assembly reference? 2111: [Unity] Assets/OA/Scripts/SerializableItems/MineItem.cs(49,19): warning CS0114: MineItem.ToString()’ hides inherited member object.ToString()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword 2112: [Unity] Assets/OA/Scripts/Test/AddAllItems.cs(9,24): error CS0234: The type or namespace name UI’ does not exist in the namespace UnityEngine'. Are you missing an assembly reference? 2113: [Unity] Assets/OA/Scripts/UI/Blacksmith/OreScrollCell.cs(10,12): error CS0246: The type or namespace name Text’ could not be found. Are you missing an assembly reference?
2114: [Unity] Assets/OA/Scripts/UI/Blacksmith/OreScrollCell.cs(11,12): error CS0246: The type or namespace name Text' could not be found. Are you missing an assembly reference? 2115: [Unity] Assets/OA/Scripts/UI/Blacksmith/TBAScrollCell.cs(11,12): error CS0246: The type or namespace name Text’ could not be found. Are you missing an assembly reference?
2116: [Unity] Assets/OA/Scripts/UI/General/CharacterScrollCell.cs(20,12): error CS0246: The type or namespace name Image' could not be found. Are you missing an assembly reference? 2117: [Unity] Assets/OA/Scripts/UI/General/CharacterScrollCell.cs(25,12): error CS0246: The type or namespace name Text’ could not be found. Are you missing an assembly reference?
2118: [Unity] Assets/OA/Scripts/UI/General/Friend List/FriendListScrollCell.cs(7,12): error CS0246: The type or namespace name Text' could not be found. Are you missing an assembly reference? 2119: [Unity] Assets/OA/Scripts/UI/General/Friend List/FriendListScrollCell.cs(8,12): error CS0246: The type or namespace name Text’ could not be found. Are you missing an assembly reference?
2120: [Unity] Assets/OA/Scripts/UI/General/Friend List/FriendListUI.cs(8,12): error CS0246: The type or namespace name Button' could not be found. Are you missing an assembly reference? 2121: [Unity] Assets/OA/Scripts/UI/General/Friend List/FriendListUI.cs(9,12): error CS0246: The type or namespace name Button’ could not be found. Are you missing an assembly reference?
2122: [Unity] Assets/OA/Scripts/UI/General/Friend List/FriendListUI.cs(19,12): error CS0246: The type or namespace name Button' could not be found. Are you missing an assembly reference? 2123: [Unity] Assets/OA/Scripts/UI/General/Friend List/FriendListUI.cs(21,12): error CS0246: The type or namespace name Text’ could not be found. Are you missing an assembly reference?
2124: [Unity] Assets/OA/Scripts/UI/General/Friend List/FriendListUI.cs(65,35): error CS0246: The type or namespace name InputField' could not be found. Are you missing an assembly reference? 2125: [Unity] Assets/OA/Scripts/UI/General/InventoryScrollCell.cs(13,12): error CS0246: The type or namespace name Text’ could not be found. Are you missing an assembly reference?
2126: [Unity] Assets/OA/Scripts/UI/General/InventoryScrollCell.cs(16,12): error CS0246: The type or namespace name Text' could not be found. Are you missing an assembly reference? 2127: [Unity] Assets/OA/Scripts/UI/General/InventoryScrollCell.cs(17,12): error CS0246: The type or namespace name Text’ could not be found. Are you missing an assembly reference?
2128: [Unity] Assets/OA/Scripts/UI/General/InventoryScrollCell.cs(18,12): error CS0246: The type or namespace name Text' could not be found. Are you missing an assembly reference? 2129: [Unity] Assets/OA/Scripts/UI/General/InventoryScrollCell.cs(19,12): error CS0246: The type or namespace name Text’ could not be found. Are you missing an assembly reference?
2130: [Unity] Assets/OA/Scripts/UI/General/InventoryScrollCell.cs(20,12): error CS0246: The type or namespace name Text' could not be found. Are you missing an assembly reference? 2131: [Unity] Assets/OA/Scripts/UI/General/InventoryScrollCell.cs(21,12): error CS0246: The type or namespace name Text’ could not be found. Are you missing an assembly reference?
2132: [Unity] Assets/OA/Scripts/UI/General/InventoryScrollCell.cs(22,12): error CS0246: The type or namespace name Text' could not be found. Are you missing an assembly reference? 2133: [Unity] Assets/OA/Scripts/UI/General/InventoryScrollCell.cs(23,12): error CS0246: The type or namespace name Button’ could not be found. Are you missing an assembly reference?
2134: [Unity] Assets/OA/Scripts/UI/General/InventoryScrollCell.cs(24,12): error CS0246: The type or namespace name Button' could not be found. Are you missing an assembly reference? 2135: [Unity] Assets/OA/Scripts/UI/General/InventoryScrollCell.cs(27,12): error CS0246: The type or namespace name Text’ could not be found. Are you missing an assembly reference?
2136: [Unity] Assets/OA/Scripts/UI/General/MailboxScrollCell.cs(10,12): error CS0246: The type or namespace name Text' could not be found. Are you missing an assembly reference? 2137: [Unity] Assets/OA/Scripts/UI/General/SwordScrollCell.cs(19,12): error CS0246: The type or namespace name Image’ could not be found. Are you missing an assembly reference?
2138: [Unity] Assets/OA/Scripts/UI/General/SwordScrollCell.cs(20,12): error CS0246: The type or namespace name Image' could not be found. Are you missing an assembly reference? 2139: [Unity] Assets/OA/Scripts/UI/General/SwordScrollCell.cs(21,12): error CS0246: The type or namespace name Image’ could not be found. Are you missing an assembly reference?
2140: [Unity] Assets/OA/Scripts/UI/Mining/MineScrollCell.cs(10,9): error CS0246: The type or namespace name Text' could not be found. Are you missing an assembly reference? 2141: [Unity] Assets/SVG Importer/Example Project/Realtime Import Demo/Scripts/RealtimeImportDemo.cs(10,12): error CS0246: The type or namespace name InputField’ could not be found. Are you missing an assembly reference?
2142: [Unity] Assets/SVG Importer/Plugins/Core/SVGImage.cs(73,33): error CS0115: SVGImporter.SVGImage.Awake()' is marked as an override but no suitable method found to override 2143: [Unity] Assets/SVG Importer/Plugins/Core/SVGImage.cs(167,30): error CS0115: SVGImporter.SVGImage.SetNativeSize()’ is marked as an override but no suitable method found to override
2144: [Unity] Assets/SVG Importer/Plugins/Core/SVGImage.cs(181,34): error CS0115: SVGImporter.SVGImage.defaultMaterial' is marked as an override but no suitable property found to override 2145: [Unity] Assets/SVG Importer/Plugins/Core/SVGImage.cs(261,30): error CS0115: SVGImporter.SVGImage.SetMaterialDirty()’ is marked as an override but no suitable method found to override
2146: [Unity] Assets/SVG Importer/Plugins/Core/SVGImage.cs(367,48): error CS0246: The type or namespace name VertexHelper' could not be found. Are you missing an assembly reference? 2147: [Unity] Assets/SVG Importer/Plugins/Core/SVGImage.cs(609,33): error CS0115: SVGImporter.SVGImage.UpdateMaterial()’ is marked as an override but no suitable method found to override
2148: [Unity] Assets/SVG Importer/Plugins/Core/SVGRenderer.cs(315,33): error CS0115: SVGImporter.SVGRenderer.Awake()' is marked as an override but no suitable method found to override 2149: [Unity] Assets/SVG Importer/Plugins/Core/SVGRenderer.cs(325,33): error CS0115: SVGImporter.SVGRenderer.OnEnable()’ is marked as an override but no suitable method found to override
2150: [Unity] Assets/SVG Importer/Plugins/Core/SVGRenderer.cs(820,33): error CS0115: SVGImporter.SVGRenderer.OnDisable()' is marked as an override but no suitable method found to override 2151: [Unity] Assets/SmartLocalization/Scripts/uGUI/LocalizedText.cs(11,2): error CS0246: The type or namespace name Text’ could not be found. Are you missing an assembly reference?
2152: [Unity] Assets/TouchScript/Scripts/Behaviors/Visualizer/TouchProxy.cs(20,16): error CS0246: The type or namespace name Text' could not be found. Are you missing an assembly reference? 2153: [Unity] Assets/TouchScript/Scripts/Behaviors/TouchScriptInputModule.cs(69,35): error CS0246: The type or namespace name PointerEventData’ could not be found. Are you missing an assembly reference?
2154: [Unity] Assets/TouchScript/Scripts/Behaviors/TouchScriptInputModule.cs(90,17): error CS0246: The type or namespace name MoveDirection' could not be found. Are you missing an assembly reference? 2155: [Unity] Assets/TouchScript/Scripts/Behaviors/TouchScriptInputModule.cs(98,30): error CS0115: TouchScript.Behaviors.TouchScriptInputModule.IsModuleSupported()’ is marked as an override but no suitable method found to override
2156: [Unity] Assets/TouchScript/Scripts/Behaviors/TouchScriptInputModule.cs(104,30): error CS0115: TouchScript.Behaviors.TouchScriptInputModule.ShouldActivateModule()' is marked as an override but no suitable method found to override 2157: [Unity] Assets/TouchScript/Scripts/Behaviors/TouchScriptInputModule.cs(119,30): error CS0115: TouchScript.Behaviors.TouchScriptInputModule.IsPointerOverGameObject(int)’ is marked as an override but no suitable method found to override
2158: [Unity] Assets/TouchScript/Scripts/Behaviors/TouchScriptInputModule.cs(128,30): error CS0115: TouchScript.Behaviors.TouchScriptInputModule.ActivateModule()' is marked as an override but no suitable method found to override 2159: [Unity] Assets/TouchScript/Scripts/Behaviors/TouchScriptInputModule.cs(149,30): error CS0115: TouchScript.Behaviors.TouchScriptInputModule.DeactivateModule()’ is marked as an override but no suitable method found to override
2160: [Unity] Assets/TouchScript/Scripts/Behaviors/TouchScriptInputModule.cs(166,30): error CS0115: TouchScript.Behaviors.TouchScriptInputModule.Process()' is marked as an override but no suitable method found to override 2161: [Unity] Assets/TouchScript/Scripts/Behaviors/TouchScriptInputModule.cs(203,39): error CS0246: The type or namespace name PointerEventData’ could not be found. Are you missing an assembly reference?
2162: [Unity] Assets/TouchScript/Scripts/Behaviors/TouchScriptInputModule.cs(216,19): error CS0246: The type or namespace name PointerEventData' could not be found. Are you missing an assembly reference? 2163: [Unity] Assets/TouchScript/Scripts/Behaviors/TouchScriptInputModule.cs(236,38): error CS0246: The type or namespace name PointerEventData’ could not be found. Are you missing an assembly reference?
2164: [Unity] Assets/TouchScript/Scripts/Behaviors/TouchScriptInputModule.cs(278,19): error CS0246: The type or namespace name PointerEventData' could not be found. Are you missing an assembly reference? 2165: [Unity] Assets/TouchScript/Scripts/Behaviors/TouchScriptInputModule.cs(293,36): error CS0246: The type or namespace name PointerEventData’ could not be found. Are you missing an assembly reference?
2166: [Unity] Assets/TouchScript/Scripts/Behaviors/TouchScriptInputModule.cs(331,35): error CS0246: The type or namespace name PointerEventData' could not be found. Are you missing an assembly reference? 2167: [Unity] Assets/TouchScript/Scripts/Behaviors/TouchScriptInputModule.cs(374,51): error CS0246: The type or namespace name PointerEventData’ could not be found. Are you missing an assembly reference?
2168: [Unity] Assets/TouchScript/Scripts/Behaviors/TouchScriptInputModule.cs(392,42): error CS0246: The type or namespace name PointerEventData' could not be found. Are you missing an assembly reference? 2169: [Unity] Assets/TouchScript/Scripts/Behaviors/TouchScriptInputModule.cs(402,19): error CS0246: The type or namespace name PointerEventData’ could not be found. Are you missing an assembly reference?
2170: [Unity] Assets/TouchScript/Scripts/Behaviors/TouchScriptInputModule.cs(431,77): error CS0246: The type or namespace name BaseEventData' could not be found. Are you missing an assembly reference? 2171: [Unity] Assets/TouchScript/Scripts/Gestures/UI/UIGesture.cs(198,20): error CS0246: The type or namespace name PointerEventData’ could not be found. Are you missing an assembly reference?
2172: [Unity] Assets/TouchScript/Scripts/Gestures/UI/UIGesture.cs(205,53): error CS0246: The type or namespace name PointerEventData' could not be found. Are you missing an assembly reference? 2173: [Unity] Assets/TouchScript/Scripts/Hit/TouchHit.cs(82,16): error CS0246: The type or namespace name RaycastResult’ could not be found. Are you missing an assembly reference?
2174: [Unity] Assets/TouchScript/Scripts/Hit/TouchHit.cs(137,17): error CS0246: The type or namespace name RaycastResult' could not be found. Are you missing an assembly reference? 2175: [Unity] Assets/TouchScript/Scripts/Hit/TouchHit.cs(181,25): error CS0246: The type or namespace name RaycastResult’ could not be found. Are you missing an assembly reference?
2176: [Unity] Assets/TouchScript/Scripts/Layers/UILayer.cs(31,22): error CS0246: The type or namespace name RaycastResult' could not be found. Are you missing an assembly reference? 2177: [Unity] Assets/TouchScript/Scripts/Layers/UILayer.cs(35,17): error CS0246: The type or namespace name PointerEventData’ could not be found. Are you missing an assembly reference?
2178: [Unity] Assets/TouchScript/Scripts/Layers/UILayer.cs(36,17): error CS0246: The type or namespace name EventSystem' could not be found. Are you missing an assembly reference? 2179: [Unity] Assets/TouchScript/Scripts/Layers/UILayer.cs(153,47): error CS0246: The type or namespace name RaycastResult’ could not be found. Are you missing an assembly reference?
2180: [Unity] BCW0000: WARNING: Could not load types from ‘DOTween46, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null’: System.TypeLoadException: Could not load type ‘DG.Tweening.ShortcutExtensions46+<>c__DisplayClass1_0’ from assembly ‘DOTween46, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null’.
2181: [Unity] System.TypeLoadException: Could not load type ‘DG.Tweening.ShortcutExtensions46+<>c__DisplayClass2_0’ from assembly ‘DOTween46, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null’.
2182: [Unity] System.TypeLoadException: Could not load type ‘DG.Tweening.ShortcutExtensions46+<>c__DisplayClass3_0’ from assembly ‘DOTween46, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null’.
2183: [Unity] System.TypeLoadException: Could not load type ‘DG.Tweening.ShortcutExtensions46+<>c__DisplayClass4_0’ from assembly ‘DOTween46, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null’.
2184: [Unity] System.TypeLoadException: Could not load type ‘DG.Tweening.ShortcutExtensions46+<>c__DisplayClass5_0’ from assembly ‘DOTween46, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null’.
2185: [Unity] System.TypeLoadException: Could not load type ‘DG.Tweening.ShortcutExtensions46+<>c__DisplayClass7_0’ from assembly ‘DOTween46, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null’.
2186: [Unity] System.TypeLoadException: Could not load type ‘DG.Tweening.ShortcutExtensions46+<>c__DisplayClass8_0’ from assembly ‘DOTween46, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null’.
2187: [Unity] System.TypeLoadException: Could not load type ‘DG.Tweening.ShortcutExtensions46+<>c__DisplayClass9_0’ from assembly ‘DOTween46, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null’.
2188: [Unity] System.TypeLoadException: Could not load type ‘DG.Tweening.ShortcutExtensions46+<>c__DisplayClass10_0’ from assembly ‘DOTween46, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null’.
2189: [Unity] System.TypeLoadException: Could not load type ‘DG.Tweening.ShortcutExtensions46+<>c__DisplayClass11_0’ from assembly ‘DOTween46, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null’.
2190: [Unity] System.TypeLoadException: Could not load type ‘DG.Tweening.ShortcutExtensions46+<>c__DisplayClass12_0’ from assembly ‘DOTween46, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null’.
2191: [Unity] System.TypeLoadException: Could not load type ‘DG.Tweening.ShortcutExtensions46+<>c__DisplayClass27_0’ from assembly ‘DOTween46, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null’.
2192: [Unity] System.TypeLoadException: Could not load type ‘DG.Tweening.ShortcutExtensions46+<>c__DisplayClass28_0’ from assembly ‘DOTween46, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null’.
2193: [Unity] System.TypeLoadException: Could not load type ‘DG.Tweening.ShortcutExtensions46+<>c__DisplayClass29_0’ from assembly ‘DOTween46, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null’.
2194: [Unity] System.TypeLoadException: Could not load type ‘DG.Tweening.ShortcutExtensions46+<>c__DisplayClass30_0’ from assembly ‘DOTween46, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null’.
2195: [Unity] System.TypeLoadException: Could not load type ‘DG.Tweening.ShortcutExtensions46+<>c__DisplayClass31_0’ from assembly ‘DOTween46, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null’.
2196: [Unity] System.TypeLoadException: Could not load type ‘DG.Tweening.ShortcutExtensions46+<>c__DisplayClass32_0’ from assembly ‘DOTween46, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null’.
2197: [Unity] System.TypeLoadException: Could not load type ‘DG.Tweening.ShortcutExtensions46+<>c__DisplayClass33_0’ from assembly ‘DOTween46, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null’.
2198: [Unity] System.TypeLoadException: Could not load type ‘DG.Tweening.ShortcutExtensions46+<>c__DisplayClass34_0’ from assembly ‘DOTween46, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null’.
2199: [Unity] System.TypeLoadException: Could not load type ‘DG.Tweening.ShortcutExtensions46+<>c__DisplayClass35_0’ from assembly ‘DOTween46, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null’.
2200: [Unity] System.TypeLoadException: Could not load type ‘DG.Tweening.ShortcutExtensions46+<>c__DisplayClass36_0’ from assembly ‘DOTween46, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null’.
2201: [Unity] Error building Player because scripts had compiler errors
2202: [Unity] Player export failed. Reason: 129 errors

Android Build Log

: [Unity] Uncaught translation error: java.lang.IllegalArgumentException: already added: Landroid/support/annotation/AnimRes;
2341: [Unity] Uncaught translation error: java.lang.IllegalArgumentException: already added: Landroid/support/annotation/AnimatorRes;
2342: [Unity] Uncaught translation error: java.lang.IllegalArgumentException: already added: Landroid/support/annotation/AnyRes;
2343: [Unity] Uncaught translation error: java.lang.IllegalArgumentException: already added: Landroid/support/annotation/ArrayRes;
2344: [Unity] Uncaught translation error: java.lang.IllegalArgumentException: already added: Landroid/support/annotation/AttrRes;
2345: [Unity] Uncaught translation error: java.lang.IllegalArgumentException: already added: Landroid/support/annotation/BinderThread;
2346: [Unity] Uncaught translation error: java.lang.IllegalArgumentException: already added: Landroid/support/annotation/BoolRes;
2347: [Unity] Uncaught translation error: java.lang.IllegalArgumentException: already added: Landroid/support/annotation/CallSuper;
2348: [Unity] Uncaught translation error: java.lang.IllegalArgumentException: already added: Landroid/support/annotation/CheckResult;
2349: [Unity] java.lang.RuntimeException: Translation has been interrupted
2350: [Unity] Caused by: java.lang.InterruptedException: Too many errors
2351: [Unity] at UnityEditor.Android.Command.Run (System.Diagnostics.ProcessStartInfo psi, UnityEditor.Android.WaitingForProcessToExit waitingForProcessToExit, System.String errorMsg) [0x00000] in :0
2352: [Unity] at UnityEditor.Android.AndroidSDKTools.RunCommandInternal (System.String javaExe, System.String sdkToolsDir, System.String[ ] sdkToolCommand, Int32 memoryMB, System.String workingdir, UnityEditor.Android.WaitingForProcessToExit waitingForProcessToExit, System.String errorMsg) [0x00000] in :0
2353: [Unity] at UnityEditor.Android.AndroidSDKTools.RunCommandSafe (System.String javaExe, System.String sdkToolsDir, System.String[ ] sdkToolCommand, Int32 memoryMB, System.String workingdir, UnityEditor.Android.WaitingForProcessToExit waitingForProcessToExit, System.String errorMsg) [0x00000] in :0
2354: [Unity] Uncaught translation error: java.lang.IllegalArgumentException: already added: Landroid/support/annotation/AnimRes;
2355: [Unity] Uncaught translation error: java.lang.IllegalArgumentException: already added: Landroid/support/annotation/AnimatorRes;
2356: [Unity] Uncaught translation error: java.lang.IllegalArgumentException: already added: Landroid/support/annotation/AnyRes;
2357: [Unity] Uncaught translation error: java.lang.IllegalArgumentException: already added: Landroid/support/annotation/ArrayRes;
2358: [Unity] Uncaught translation error: java.lang.IllegalArgumentException: already added: Landroid/support/annotation/AttrRes;
2359: [Unity] Uncaught translation error: java.lang.IllegalArgumentException: already added: Landroid/support/annotation/BinderThread;
2360: [Unity] Uncaught translation error: java.lang.IllegalArgumentException: already added: Landroid/support/annotation/BoolRes;
2361: [Unity] Uncaught translation error: java.lang.IllegalArgumentException: already added: Landroid/support/annotation/CallSuper;
2362: [Unity] Uncaught translation error: java.lang.IllegalArgumentException: already added: Landroid/support/annotation/CheckResult;
2363: [Unity] java.lang.RuntimeException: Translation has been interrupted
2364: [Unity] Caused by: java.lang.InterruptedException: Too many errors
2365: [Unity] at UnityEditor.Android.Command.Run (System.Diagnostics.ProcessStartInfo psi, UnityEditor.Android.WaitingForProcessToExit waitingForProcessToExit, System.String errorMsg) [0x00000] in :0
2366: [Unity] at UnityEditor.Android.AndroidSDKTools.RunCommandInternal (System.String javaExe, System.String sdkToolsDir, System.String[ ] sdkToolCommand, Int32 memoryMB, System.String workingdir, UnityEditor.Android.WaitingForProcessToExit waitingForProcessToExit, System.String errorMsg) [0x00000] in :0
2367: [Unity] at UnityEditor.Android.AndroidSDKTools.RunCommandSafe (System.String javaExe, System.String sdkToolsDir, System.String[ ] sdkToolCommand, Int32 memoryMB, System.String workingdir, UnityEditor.Android.WaitingForProcessToExit waitingForProcessToExit, System.String errorMsg) [0x00000] in :0
2368: [Unity] WARNING: ETC2 texture format is not supported, decompressing texture
2369: [Unity] WARNING: ETC2 texture format is not supported, decompressing texture
2370: [Unity] WARNING: ETC2 texture format is not supported, decompressing texture
2371: [Unity] WARNING: ETC2 texture format is not supported, decompressing texture
2372: [Unity] WARNING: ETC2 texture format is not supported, decompressing texture
2373: [Unity] WARNING: ETC2 texture format is not supported, decompressing texture
2374: [Unity] WARNING: ETC2 texture format is not supported, decompressing texture
2375: [Unity] Player export failed. Reason: CommandInvokationFailure: Unable to convert classes into dex format.
2376: [Unity] Uncaught translation error: java.lang.IllegalArgumentException: already added: Landroid/support/annotation/AnimRes;
2377: [Unity] Uncaught translation error: java.lang.IllegalArgumentException: already added: Landroid/support/annotation/AnimatorRes;
2378: [Unity] Uncaught translation error: java.lang.IllegalArgumentException: already added: Landroid/support/annotation/AnyRes;
2379: [Unity] Uncaught translation error: java.lang.IllegalArgumentException: already added: Landroid/support/annotation/ArrayRes;
2380: [Unity] Uncaught translation error: java.lang.IllegalArgumentException: already added: Landroid/support/annotation/AttrRes;
2381: [Unity] Uncaught translation error: java.lang.IllegalArgumentException: already added: Landroid/support/annotation/BinderThread;
2382: [Unity] Uncaught translation error: java.lang.IllegalArgumentException: already added: Landroid/support/annotation/BoolRes;
2383: [Unity] Uncaught translation error: java.lang.IllegalArgumentException: already added: Landroid/support/annotation/CallSuper;
2384: [Unity] Uncaught translation error: java.lang.IllegalArgumentException: already added: Landroid/support/annotation/CheckResult;
2385: [Unity] java.lang.RuntimeException: Translation has been interrupted
2386: [Unity] Caused by: java.lang.InterruptedException: Too many errors
2387: ! build of ‘default-android’ failed. compile failed
2388: publishing finished successfully.
2389: Finished: FAILURE

Does it build locally from a fresh checkout? YES

Hello,

The errors that you’re getting would cause a failure to compile locally, too. Are you sure that everything is checked into your source control?

  • Sophia

I’ve started a couple of clean builds on your project

So I did a clean build of both iOS and Android on your account- Android was successful, and it looks like iOS is failing for different reasons. Progress!

  • Sophia

Hi! Sorry for the late response, but the iOS build seems to be working on the cloud now! Weird though, you said the Android succeeded on the cloud, but it shows that only the iOS has succeeded.

Oh yep sorry, got them the wrong way round!

Oh ok, yeah I think I MIGHT know the reason why but don’t know how to fix it. The error that the build is giving for Android is a class path error. Something along the lines of “Unable to convert classes into dex format”. This is happening on my local build too, but my local build finishes building just logging the error on the console. Do you know what this error means?

Also, thanks a lot for your help on the iOS build! That’s a huge relief cause building an iOS App takes forever usually!