Search Issue Tracker
Won't Fix
Votes
0
Found in [Package]
0.14.5
Issue ID
1155398
Regression
Yes
Exception: Failed to update dependencies is thrown when Importing Samples in the Tiny Mode
How to reproduce:
1. Open the attached Test.zip project
2. Go to Menu bar-> Tiny-> Import Samples
3. Inspect the errors thrown in the Console window
Expected: Samples are imported
Actual: Errors are thrown
Reproducible with: 2018.3.14f1
Regression found in: 0.14.4 Tiny Mode package version
Error:
Tiny: Your mono install location (/Applications/2018.3/Unity 2018.3.0b10_6677d031dfe5/Unity.app/Contents/MonoBleedingEdge/bin) contains spaces, which will result in export errors.
You can fix this by removing the spaces in the path, or installing mono to a different location with no spaces and setting the path in the Tiny Preferences.
UnityEngine.Debug:LogError(Object)
Unity.Tiny.TinyPreferences:LogErrorMonoPathWhiteSpaces() (at Library/PackageCache/com.unity.tiny@0.14.5-preview/Editor/Windows/TinyPreferences.cs:342)
Unity.Tiny.TinyPreferences:get_MonoDirectory() (at Library/PackageCache/com.unity.tiny@0.14.5-preview/Editor/Windows/TinyPreferences.cs:321)
Unity.Tiny.TinyRuntimeInstaller:UpdateToolchain(Boolean) (at Library/PackageCache/com.unity.tiny@0.14.5-preview/Editor/Export/TinyRuntimeInstaller.cs:416)
Unity.Tiny.TinyRuntimeInstaller:Install(Boolean, Boolean) (at Library/PackageCache/com.unity.tiny@0.14.5-preview/Editor/Export/TinyRuntimeInstaller.cs:439)
Unity.Tiny.TinyRuntimeInstaller:LazyInstall() (at Library/PackageCache/com.unity.tiny@0.14.5-preview/Editor/Export/TinyRuntimeInstaller.cs:40)
Exception:
Failed to update dependencies:
TINY SHELL> /Users/vita/Downloads/New Unity Project (14)/Tiny/Dist
export PATH="/Applications/2018.3/Unity 2018.3.0b10_6677d031dfe5/Unity.app/Contents/MonoBleedingEdge/bin":$PATH
mono bee.exe
[E] DAG generator driver failed: mono --debug bee.exe build --beemode=ToCreateBuildGraph --root-artifacts-path=artifacts --bee-driver-buildprogramroot=.
[ 0s] Build frontend of artifacts/buildprogram/tundra_buildprogram.dag ran (no suitable previous build dag file)
Note: Could not reproduce on the earlier versions because of thrown errors
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
- Editor crash on "PPtr<Shader>::operator Shader*() const" when checking in changes with a very long comment in Unity Version Control window
- [Ubuntu] Toolbar and menu items for Version Control lack spaces in text on Linux
- Unity Version Control window Pending Changes tab’s Item checkbox is unresponsive when clicked and the item list is empty
- Audio stuttering occurs when heavy processing is performed while OnAudioFilterRead is in use
- Inconsistent Node search results in VFX Graph
Resolution Note:
This error message is unfortunately the best thing we can do to workaround a path-handling error in one of our dependencies. This behavior has been corrected in the development version.