Search Issue Tracker

By Design

Votes

0

Found in

2019.4

2020.3

2020.3.14f1

2021.1

2021.2

2022.1

Issue ID

1368927

Regression

No

Color transformation values behaves differently after performing arithmetic operations

Graphics - LowLevel

-

How to reproduce it:
1. Open the attached project "New Unity Project (5).zip"
2. Load the "SampleScene"
3. Enter the Play Mode
4. Observe the Console logs

Expected results: "Integer1: 70" and "Integer2: 70" messages appear
Actual results: "Integer1: 70" and "Integer2: 69" messages appear

Reproducible with: 2019.4.31f1, 2020.3.20f1, 2021.1.24f1, 2021.2.0b14, 2022.1.0a12

  1. Resolution Note:

    Expected behaviour due to precision difference between constant folding (compile time) and actual multiplication (runtime)

Add comment

Log in to post comment