Search Issue Tracker
Fixed in 2018.2.X
Fixed in 2017.3.X, 2018.1.X
Votes
15
Found in
2017.2.0f3
Issue ID
965608
Regression
No
[WebGl][Tilemap] Tilemap.SetTile does not set the tile on WebGl build
Steps to reproduce:
1. Open user attached project
2. Play the scene notice that the tile generated by code appears
3. Make a WebGL build and run it
4. Notice that the tile generated by code does not appear
Expected result: setting tiles through code should work on WebGL builds
Reproduced in: 2018.1.0a3, 2017.3.0b8, 2017.2.0p1, 2017.2.0b1
Does not reproduce on Windows & OSX
Tested in: Chrome 61.0, Firefox 56.0
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
- Crash on ScriptableRenderLoopDraw when rendering a specific VFX in Play Mode
- The script is not renamed in the Project window when renaming and a compilation Error is present
- Average FPS in Play Mode degradation on a newly created BiRP project when it's upgraded from 2020.3.48f1 to a newer Editor version
- DecoratorDrawer indentation is incorrect when it is called with EditorGUI
- "Unable to get the list of approved APIs." is thrown when testing the App Packages with Windows App Certification Kit
Ughuuu
Mar 06, 2018 22:47
Hello Unity People. The issue is not fixed. It is still reproduceable in the latest beta, that is Unity 2018.1.0b9. Please look into this. If it will not be fixed and this will be still reported as fixed I will create a new BUG report similar to this one.
Jay-Pavlina
Mar 03, 2018 05:59
I can confirm that this is not fixed in 2017.3.1p2 even though it says it was fixed in 2017.3.1p1. Tested in WebGL.
bastiduong
Mar 02, 2018 11:49
I have the same issue for iOS builds, which I have tested on the iPhone SE.
Mac, Windows and Android Builds (Sony Z3, HTC M9) are fine.
wkunker
Feb 28, 2018 16:27
Same thing is happening to me. Why does this say it's fixed, when it's clearly not fixed?
soulinhki
Feb 27, 2018 13:31
This was listed as fixed in build 2017.3.1p1 but I can also confirm that the issue described still persists (at least on iOS). Code stripping issue seems to be fixed though. Priority for fixing this should be elevated as it pretty much renders the whole tilemap unusable on iOS.
Stacktrace I get when setting tiles via Tilemap.SetTile()
Error running RefreshTile for previous TileNullReferenceException: A null value was found where an object instance was required.
at UnityEngine.Tilemaps.TileBase.RefreshTile (Vector3Int position, UnityEngine.Tilemaps.ITilemap tilemap) [0x00000] in <filename unknown>:0
at UnityEngine.Tilemaps.Tilemap.SetTile (Vector3Int position, UnityEngine.Tilemaps.TileBase tile) [0x00000] in <filename unknown>:0
hammackj
Feb 16, 2018 22:34
When will this get fixed? I am still having the issue in 2017.3.1f1.
Jay-Pavlina
Feb 04, 2018 05:01
It says fixed in future release but it does not say which one. I checked release notes for all 2017.3 patches (patch 4 is most current) and did not see it so fix does not seem available yet.
unity_wxrce1I-hrP38g
Feb 03, 2018 04:06
I am still experiencing this problem on the most up to date Unity version with WebGL builds. Anyone else still having problems?
jocyf
Jan 30, 2018 19:11
This issue also appears on 2017.3.0 and 2017.2.1in WebGL builds (In Windows Standalone everything works fine). The tile doesn't just "not appear".
SetTile throws an error: "NullReferenceException: A null (value was found where an object instance was required.) "
Darkscream
Jan 09, 2018 08:19
i would also be interested in a workaround which "Severity: 3" suggest to exist.