Search Issue Tracker
By Design
Votes
0
Found in [Package]
7.0.1
Issue ID
1178036
Regression
No
[Visual Effect Graph] Input field values are clipped in ArcCone & Color node
Input field values are clipped in ArcCone & Color node, Color property.
Steps to repro:
1. Create a new project.
2. Windows > Package Manager > Visual Effects Graph > Install.
3. Packages > Visual Effect Graph > Editor > Templates > Open Empty Particle System.
4. Right-click in Graph window > Create Node > ArcCone > Change value of Arc(Angle) using slider .
5. Right-click in Graph window > Create Node > Color > change color using color picker.
Actual Result:
Input field values are clipped in ArcCone & Color node, and Float property.
Expected Result:
Input field values do not clip.
Reproducible in:
2019.3.0a12, 2019.3.0a10.
NOTE:
1. Visual Effects introduced in 2019.3.0a10.
2. Could not test on Mac due to https://fogbugz.unity3d.com/f/cases/1174796/
3. Values are also clipped for:
- Float property.
- ArCircle, ArSphere, ArTorus.
- Cellular Noise 1D(Roughness).
- Cellular Noise 2D(Roughness).
- Cellular Noise 3D(Roughness).
- Color Luma.
Environment:
Only on Windows.
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
- A Console error is not handled correctly when using #pragma kernel with the Kernel name not provided
- L(a,b) expression in float fields has erratic behaviour when ordering due to using instanceID as an index
- InvalidOperationException is thrown when switching to a custom Debug Draw Mode in Scene View
- [Android][Vulkan] Skybox and Environment effects flicker in the Player when using the Vulkan Graphics API
- "Shortcuts conflict" warning pops up when the shortcuts are different ("Shift + Mouse 2" and "Mouse 2")
Resolution Note:
Float Fields have a fixed width in the design and Show as much of their value as possible. If the float value is bigger that the assigned space for the field it will indeed clip.