FlowCanvas Forums › Support › Errors and Warnings on loading
Hello, I get lots of errors when loading this asset in unity 2018.2 and much more with the 2018.3 version.
Can you please fixe this erros and warnings:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 |
Assets\ParadoxNotion\FlowCanvas\Framework\Runtime\Variables\SyncBlackboard.cs(10,32): warning CS0618: 'NetworkBehaviour' is obsolete: 'The high level API classes are deprecated and will be removed in the future.' Assets\ParadoxNotion\FlowCanvas\Framework\Runtime\Variables\SyncBlackboard.cs(191,22): warning CS0618: 'NetworkMessage' is obsolete: 'The high level API classes are deprecated and will be removed in the future.' Assets\ParadoxNotion\FlowCanvas\Framework\Runtime\Variables\SyncBlackboard.cs(199,18): warning CS0618: 'NetworkMessage' is obsolete: 'The high level API classes are deprecated and will be removed in the future.' Assets\ParadoxNotion\FlowCanvas\Framework\Runtime\Variables\SyncBlackboard.cs(12,26): warning CS0618: 'MessageBase' is obsolete: 'The high level API classes are deprecated and will be removed in the future.' Assets\ParadoxNotion\FlowCanvas\Framework\Runtime\Variables\SyncBlackboard.cs(23,35): warning CS0618: 'NetworkWriter' is obsolete: 'The high level API classes are deprecated and will be removed in the future.' Assets\ParadoxNotion\FlowCanvas\Framework\Runtime\Variables\SyncBlackboard.cs(84,37): warning CS0618: 'NetworkReader' is obsolete: 'The high level API classes are deprecated and will be removed in the future.' Assets\ParadoxNotion\FlowCanvas\Framework\Runtime\Variables\SyncBlackboard.cs(154,4): warning CS0618: 'NetworkServer' is obsolete: 'The high level API classes are deprecated and will be removed in the future.' Assets\ParadoxNotion\FlowCanvas\Framework\Runtime\Variables\SyncBlackboard.cs(155,4): warning CS0618: 'NetworkServer' is obsolete: 'The high level API classes are deprecated and will be removed in the future.' Assets\ParadoxNotion\FlowCanvas\Framework\Runtime\Variables\SyncBlackboard.cs(161,5): warning CS0618: 'NetworkManager' is obsolete: 'The high level API classes are deprecated and will be removed in the future.' Assets\ParadoxNotion\FlowCanvas\Framework\Runtime\Variables\SyncBlackboard.cs(162,24): warning CS0618: 'NetworkManager' is obsolete: 'The high level API classes are deprecated and will be removed in the future.' Assets\ParadoxNotion\FlowCanvas\Framework\Runtime\Variables\SyncBlackboard.cs(163,5): warning CS0618: 'NetworkManager' is obsolete: 'The high level API classes are deprecated and will be removed in the future.' Assets\ParadoxNotion\FlowCanvas\Framework\Runtime\Variables\SyncBlackboard.cs(163,62): warning CS0618: 'IntegerMessage' is obsolete: 'The high level API classes are deprecated and will be removed in the future.' Assets\ParadoxNotion\FlowCanvas\Framework\Runtime\Variables\SyncBlackboard.cs(184,5): warning CS0618: 'NetworkServer' is obsolete: 'The high level API classes are deprecated and will be removed in the future.' Assets\ParadoxNotion\FlowCanvas\Framework\Runtime\Variables\SyncBlackboard.cs(187,5): warning CS0618: 'NetworkManager' is obsolete: 'The high level API classes are deprecated and will be removed in the future.' Assets\ParadoxNotion\FlowCanvas\Framework\Runtime\Variables\SyncBlackboard.cs(192,29): warning CS0618: 'IntegerMessage' is obsolete: 'The high level API classes are deprecated and will be removed in the future.' Assets\ParadoxNotion\FlowCanvas\Framework\Runtime\Variables\SyncBlackboard.cs(195,5): warning CS0618: 'NetworkServer' is obsolete: 'The high level API classes are deprecated and will be removed in the future.' Assets\ParadoxNotion\FlowCanvas\Framework\Runtime\Variables\SyncBlackboard.cs(195,5): warning CS0618: 'NetworkServer' is obsolete: 'The high level API classes are deprecated and will be removed in the future.' Assets\ParadoxNotion\FlowCanvas\Module\Nodes\Variables\GetVariable.cs(64,23): warning CS0618: 'PrefabType' is obsolete: 'PrefabType no longer tells everything about Prefab instance.' Assets\ParadoxNotion\FlowCanvas\Module\Nodes\Variables\GetVariable.cs(64,78): warning CS0618: 'PrefabType' is obsolete: 'PrefabType no longer tells everything about Prefab instance.' Assets\ParadoxNotion\FlowCanvas\Framework\Design\PartialEditor\Editors\BlackboardEditor.cs(372,13): warning CS0618: 'EditorGUILayout.EnumMaskPopup(GUIContent, Enum, params GUILayoutOption[])' is obsolete: 'EnumMaskPopup has been deprecated. Use EnumFlagsField instead.' Assets\ParadoxNotion\FlowCanvas\Module\Nodes\Functions\Reflected\Internal\Method\JitMethodNode.cs(25,13): error CS0246: The type or namespace name 'DynamicMethod' could not be found (are you missing a using directive or an assembly reference?) Assets\ParadoxNotion\FlowCanvas\Module\Nodes\Functions\Reflected\Internal\Method\JitMethodNode.cs(25,47): error CS0246: The type or namespace name 'DynamicMethod' could not be found (are you missing a using directive or an assembly reference?) Assets\ParadoxNotion\FlowCanvas\Module\Nodes\Functions\Reflected\Internal\Method\JitMethodNode.cs(26,13): error CS0246: The type or namespace name 'ILGenerator' could not be found (are you missing a using directive or an assembly reference?) Assets\ParadoxNotion\FlowCanvas\Module\Nodes\Functions\Reflected\Internal\Field\JitFieldNode.cs(27,17): error CS0246: The type or namespace name 'DynamicMethod' could not be found (are you missing a using directive or an assembly reference?) Assets\ParadoxNotion\FlowCanvas\Module\Nodes\Functions\Reflected\Internal\Field\JitFieldNode.cs(27,51): error CS0246: The type or namespace name 'DynamicMethod' could not be found (are you missing a using directive or an assembly reference?) Assets\ParadoxNotion\FlowCanvas\Module\Nodes\Functions\Reflected\Internal\Field\JitFieldNode.cs(28,17): error CS0246: The type or namespace name 'ILGenerator' could not be found (are you missing a using directive or an assembly reference?) Assets\ParadoxNotion\FlowCanvas\Module\Nodes\Functions\Reflected\Internal\Field\JitFieldNode.cs(100,17): error CS0246: The type or namespace name 'DynamicMethod' could not be found (are you missing a using directive or an assembly reference?) Assets\ParadoxNotion\FlowCanvas\Module\Nodes\Functions\Reflected\Internal\Field\JitFieldNode.cs(100,51): error CS0246: The type or namespace name 'DynamicMethod' could not be found (are you missing a using directive or an assembly reference?) Assets\ParadoxNotion\FlowCanvas\Module\Nodes\Functions\Reflected\Internal\Field\JitFieldNode.cs(101,17): error CS0246: The type or namespace name 'ILGenerator' could not be found (are you missing a using directive or an assembly reference?) Assets\ParadoxNotion\FlowCanvas\Module\Nodes\Functions\Reflected\Internal\Extractor\JitExtractorNode.cs(38,41): error CS0246: The type or namespace name 'DynamicMethod' could not be found (are you missing a using directive or an assembly reference?) Assets\ParadoxNotion\FlowCanvas\Framework\Runtime\Graphs\GraphOwner.cs(275,22): warning CS0618: 'PrefabUtility.GetPrefabType(Object)' is obsolete: 'Use GetPrefabAssetType and GetPrefabInstanceStatus to get the full picture about Prefab types.' Assets\ParadoxNotion\FlowCanvas\Framework\Runtime\Graphs\GraphOwner.cs(276,23): warning CS0618: 'PrefabType' is obsolete: 'PrefabType no longer tells everything about Prefab instance.' Assets\ParadoxNotion\FlowCanvas\Framework\Runtime\Graphs\GraphOwner.cs(288,50): warning CS0618: 'PrefabType' is obsolete: 'PrefabType no longer tells everything about Prefab instance.' Assets\ParadoxNotion\FlowCanvas\Module\Nodes\Functions\Reflected\Internal\Constructor\JitConstructorNode.cs(25,13): error CS0246: The type or namespace name 'DynamicMethod' could not be found (are you missing a using directive or an assembly reference?) Assets\ParadoxNotion\FlowCanvas\Module\Nodes\Functions\Reflected\Internal\Constructor\JitConstructorNode.cs(25,47): error CS0246: The type or namespace name 'DynamicMethod' could not be found (are you missing a using directive or an assembly reference?) Assets\ParadoxNotion\FlowCanvas\Module\Nodes\Functions\Reflected\Internal\Constructor\JitConstructorNode.cs(26,13): error CS0246: The type or namespace name 'ILGenerator' could not be found (are you missing a using directive or an assembly reference?) Assets\ParadoxNotion\FlowCanvas\Framework\_Commons\Design\PartialEditor\EditorUtils\EditorUtils_ReflectedInspector.cs(182,13): warning CS0618: 'EditorGUILayout.EnumMaskPopup(GUIContent, Enum, params GUILayoutOption[])' is obsolete: 'EnumMaskPopup has been deprecated. Use EnumFlagsField instead.' Assets\ParadoxNotion\FlowCanvas\Module\Nodes\Functions\Reflected\ReflectedExtractorNodeWrapper.cs(58,26): warning CS0649: Field 'ReflectedExtractorNodeWrapper<T>._selectedStaticMembers' is never assigned to, and will always have its default value null Assets\ParadoxNotion\FlowCanvas\Module\Nodes\Functions\Reflected\ReflectedExtractorNodeWrapper.cs(54,22): warning CS0649: Field 'ReflectedExtractorNodeWrapper<T>._isStatic' is never assigned to, and will always have its default value false Assets\ParadoxNotion\FlowCanvas\Module\Nodes\Events\Custom\UnityEventCallbackEvent.cs(19,16): warning CS0649: Field 'UnityEventCallbackEvent._autoHandleRegistration' is never assigned to, and will always have its default value false Assets\ParadoxNotion\FlowCanvas\Module\Nodes\Events\Custom\CSharpEventCallbackEvent.cs(18,16): warning CS0649: Field 'CSharpEventCallback._autoHandleRegistration' is never assigned to, and will always have its default value false |
Hello,
The new version 2.8.2 that went online a few days ago, fixes the Errors about JIT. This is a temporary fix and a more complete one will follow.
The warnings in 2018.3 are not yet fixed though since it’s still beta version, but I will of course do so very soon!
Thanks!
Join us on Discord: https://discord.gg/97q2Rjh
Hello,
I tried the new version 2.8.2 with the 2018.3.0b2, now it’s works with some warning about obsolete api usage
Thanks