Search Issue Tracker
Won't Fix
Votes
0
Found in
2018.2.0b4
Issue ID
1041278
Regression
No
float4 component access via index operator [] is 10x slower than accessing via name like .x
Steps to reproduce:
1) Open the attached project.
2) Run the test scene.
In the console, messages, indicating access times of float4 components via indices and via names. Example:
Slow access took: 0.2612138
Fast access took: 0.02339911
The access time when accessing via indices is around 10 times slower. This behaviour can be observed on both the editor and standalone.
Reproduced on :
2018.3.0a1, 2018.2.0b4
Tested on macOS and 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
- Inspector elements are rendered twice when the script component is added via drag-and-drop while the HideFlags.HideInInspector property is set
- Error "Light baking failed with error code 5 (Convergence data not available while rendering lightmaps)" thrown in Console when generating lighting for specific GameObjects
- Copy and Paste options for an Animation Property value are disabled in the Right click contextual menu
- Asset is not found when searching the Label "NewLabel" in Search Window
- "Compute dispatch: missing texture ID..." and "Compute dispatch: missing UAV ID..." warnings are thrown after changing the platform in High Definition 3D template
Resolution Note (2019.1.X):
Won't fix, the fact that it is much slower outside of burst cannot be avoided, cannot be optimized and is not meant to