Search Issue Tracker
Won't Fix
Votes
0
Found in
6000.0.38f1
6000.1.0b7
6000.2.0a3
Issue ID
UUM-97623
Regression
No
Unsupported Orient modes can be selected and throw errors when using Strip VFX
How to reproduce:
1. Create a new Unity project
2. Make sure the Visual Effects Graph package is installed
3. In the Project window, right-click -> Create -> Visual Effects -> Visual Effect Graph -> Simple Trail
4. Open the VFX Graph and zoom on the "Output Particle Strip"
5. In the "Orient" block, select the "Face Camera Plane" mode
6. Observe the Console
Expected results: No errors are thrown
Actual results: "Unity cannot compile the VisualEffectAsset at path "Assets/New VFX 2.vfx" because of the following exception:
System.NotImplementedException: This orient mode (FaceCameraPlane) is not available for strips" error is thrown
Reproducible with: 6000.0.38f1, 6000.1.0b7, 6000.2.0a3
Reproducible on: macOS Sequoia 15.3 (M1)
Not reproducible on: No other environment tested
Note: Reproducible with "Face Camera Plane", "Fixed Axis" and "Along Velocity" orients
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
- Channel remapping dropdown in the Terrain Layer does not open when clicked on the title
- The Editor freezes indefinitely when a large number of elements are entered in the Subgraphs or Categories lists
- Some Visual Effects package Assets links to documentation are not working
- Heatmap asset’s documentation button in the Inspector window leads to “Sorry... that page seems to be missing!” page when clicked
- Crash on MonoBehaviour::CallMethodIfAvailable when performing various actions
Resolution Note:
We cannot easily filter out enumerators. There's an error tag generated in graph explaning exactly what is the error in addition to console exceptions. We don't plan on improving this workflow as the error is already self explanatory and presented to users