Search Issue Tracker
Fixed
Votes
0
Found in [Package]
1.7.5
Issue ID
UVSB-2000
Regression
Yes
[Linux] Builds failing due to Visual Scripting package errors when ran from command line
How to reproduce:
1. Download attached project
2. Open Linux machine terminal and go to existing Unity location (/home/<user>/Unity/Hub/Editor/2021.2.2f1/Editor)
3. Enter command
ProjectPath=<path to downloaded project>
4. Enter command
./Unity -projectPath $ProjectPath -buildLinux64Player $ProjectPath/LinuxBuild -batchmode -logfile $ProjectPath/Editor.log -cleanedLogFile $ProjectPath/Cleaned.log -quit
or you can run tests, that will provide same results
./Unity -runTests -projectPath $ProjectPath -testResults $ProjectPath/results.xml -testPlatform StandaloneLinux64 -batchmode -logfile $ProjectPath/Editor.log -cleanedLogFile $ProjectPath/Cleaned.log
5. Observe editor logs
Reproduced with: 2021.2.2f1 (1.7.5), 2022.1.0a15
Does not reproduce with: 2021.1
Note: Does not reproduce when ran from Editor or Test Runner UI
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
- [Quest] Pitch Shifter causes audio degradation on Quest 2 devices when sped up
- "GUI Error: Invalid GUILayout" and "NullReferenceException" are thrown when adding Scenes to "Scenes in Baking Set" in Adaptive Probe Volumes
- Inspector window not updating when switching GameObjects in Play Mode while having a VR headset connected
- "UnityException: GetName can only be called from the main thread." erors are thrown when the Shortcuts window is opened and entering Play Mode with a shortcut
- [Android] Light2D visuals stacking over frames when using RenderGraph
Resolution Note:
PR https://github.cds.internal.unity3d.com/unity/com.unity.visualscripting/pull/469