Search Issue Tracker
Won't Fix
Votes
0
Found in [Package]
0.4.0-exp.2
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
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
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.