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
- UI Builder can't set a background image to a sprite from a multi-sprite spritesheet in the Resources folder
- Light2D freeform does not render the internal part when rendered in certain shapes
- Using AddCopyPass causes an incorrect merging of passes.
- Negative Enum value is not pasted correctly when copying from another array
- Silent Crash when generating Lightmap UVs for a model with a large object scale
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.