Search Issue Tracker
Fixed in 11.0.0
Votes
1
Found in [Package]
10.0.0-preview.27
Issue ID
1279750
Regression
No
Linux Visual Effect Graph compilation fails with a DirectoryNotFoundException when platform is set to Android, IOS or WebGL
How to reproduce:
1. Create a new 3D project
2. Press Ctrl+Shift+B to open the Build Settings window and switch the platform to Android
3. Open the Package Manager and install the "Visual Effect Graph" package
4. In the Project window create a new visual effect graph by right-clicking and going to "Create > Visual Effects > Visual Effect Graph"
5. Double click to open the created VFX asset
6. Press the "Compile" button located in the top left corner of the newly opened window
7. Observe the console output
Expected result: the console remains empty and the VFX graph is compiled successfully
Actual result: the graph compilation fails and a "DirectoryNotFoundException" is thrown in the console
Reproducible with package versions: 4.10.0 - preview (2018.4.28f1), 7.3.1(2019.4.12f1), 8.2.0 (2020.1.9f1), 10.0.0-preview.27 (2020.2.0b7)
Notes:
1. Reproducible on Ubuntu 18.04
2. Not reproducible on Windows 10
3. Reproduces when the platform is set to either Android, IOS or WebGL
4. Doesn't reproduce when the platform is set to Standalone
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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Resolution Note (fix version 11.0.0):
The error for this problem is pretty straightforward :
In `com.unity.visualeffectgraph/Editor/Compiler/VFXCodeGenerator.cs`, we had to replace UNITY_STANDALONE_LINUX by UNITY_EDITOR_LINUX.
Fixed in Visual Effect Graph 11.0.0