Search Issue Tracker
Fixed in 2017.2.X
Votes
0
Found in
5.6.0p4
Issue ID
910070
Regression
Yes
Material.SetTextureScale/SetTextureOffset is ignored when using with Graphics.Blit
To reproduce:
1. Download and open attached "repro910070.zip" project.
2. Open "Test scene" scene.
3. Enter Play mode.
4. Select "Plane (blit)" Game Object and try changing it's "Blitting(script)" component's Scale or Offset values.
Expected result: Texture on the left plane is changing accordingly with the Scale and offset values.
Actual result: Changing Scale or offset values have no effect on the texture.
Reproduced with: 2017.2.0a1, 2017.1.0b7, 5.6.1p2, 5.6.0p2.
Not reproduced with: 5.6.0p1, 5.5.4f1, 5.4.5p1.
Notes: There is a possible workaround by changing some of the code. Uncomment 31 line and Comment lines 26 and 27 in blitting.cs script. Also, in GroundCompute.shader shader comment 55 line and uncomment line 59. After recompiling enter play mode and notice that everything works.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [Android][iOS][UnityPlayerActivity] Legacy InputField.onEndEdit is not called when ending text edit
- Transform corruption and/or crash on PhysX::CreateCharacterController when spawning physics objects into Prefab stages
- UNITY_EDITOR data is Serialized into AssetBundle when building on the active Build Target
- "TLS Allocator ALLOC_TEMP_TLS, underlying allocator ALLOC_TEMP_MAIN has unfreed allocations..." error when changing the Packages "Cache Location" folder
- CompilationPipeline.assemblyCompilationFinished() hangs unity when reloading domain
Add comment