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
- Opening Terrain Prefab in Prefab Editing Mode throws "NullReferenceException" error
- [Search] Dragging query pills put them behind the search text field
- A CustomPropertyDrawer that returns a PropertyField for a property named the same as a child field will not render all child fields
- Graphics Settings shows default values instead of the real values in the Rendering Debugger when Volume.profile is assigned via script
- Deleting multiple Tags throws “NullReferenceException”, and "Retrieving array element that was out of bounds" errors when holding the Enter key
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