Search Issue Tracker
Won't Fix
Won't Fix in 0.4.X
Votes
0
Found in [Package]
Issue ID
GTFB-1447
Regression
Yes
Multiple errors thrown in the Console after installing Graph Toolkit package
Steps to reproduce:
1. Create new Unity project
2. Open Package Manager window
3. Install Graph Toolkit package by name (use com.unity.graphtoolkit)
4. Once installed, observe Console window
Actual results: Multiple warnings are thrown in the Console window after package installation
Expected results: No warnings thrown after package installation
Reproducible with versions: 0.4.0-exp.2 (6000.4.0a2 (79bd4f638ac0))
Can’t test with versions: 0.4.0-exp.2 (6000.3.0b6, 6000.4.0a1 (b27b8eafe426))
Tested on (OS): macOS Silicon, Tahoe 26.0 (M1)
Errors:
- Failed to find entry-points:
Mono.Cecil.AssemblyResolutionException: Failed to resolve assembly: 'Unity.GraphToolkit.Editor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' ---> System.Exception: Failed to resolve assembly 'Unity.GraphToolkit.Editor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' in directories: /Applications/Unity/Hub/Editor/6000.4.0a2/Unity.app/Contents/Resources/Scripting/MonoBleedingEdge/lib/mono/unityjit-macos
/Applications/Unity/Hub/Editor/6000.4.0a2/Unity.app/Contents/Resources/Scripting/MonoBleedingEdge/lib/mono/unityjit-macos/Facades
- Library/PackageCache/com.unity.graphtoolkit@d558729b58df/InternalBridge/EventCommandNamesBridge.cs(8,35): error CS0122: 'EventCommandNames' is inaccessible due to its protection level
- Library/PackageCache/com.unity.graphtoolkit@d558729b58df/InternalBridge/Editor/ToolShortcutDiscoveryProvider.cs(71,50): error CS0538: 'IDiscoveryShortcutProvider' in explicit interface declaration is not an interface
- Library/PackageCache/com.unity.graphtoolkit@d558729b58df/CommandStateObserver/Commands/CommandHandlerFunctor.cs(13,6): error CS0433: The type 'UnityRestrictedAttribute' exists in both 'Unity.GraphToolkit.UnityRestricted, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' and 'UnityEditor.GraphToolkitModule, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- "Shader warning in 'Hidden/Light2D': implicit truncation of vector type" is thrown when building Universal 2D template
- AI Assistant breaks compilation of packages using System.Runtime.CompilerServices.Unsafe via auto-referencing
- Unity Hub checks the "Documentation" module by default on the 6.4 and 6.5 streams despite that it was unchecked with the previous installs
- Shortcut that toggles between Dopesheet and Curves Views in the Animation Window's Timeline is mislabed
- Property List Items Overlap onto the Property List's top edge when scrolling through a long Property List
Resolution Note:
Graph Toolkit is a module in Unity 6.4. The experimental package should not be installed in 6.4 as it will collide with the module.
Resolution Note (0.4.X):
Graph Toolkit is a module in Unity 6.4. The experimental package should not be installed in 6.4 as it will collide with the module.