URL: https://docs.unity3d.com/ScriptReference/../Manual/../ScriptReference/SparseTexture.UnloadTile.html
ataLayer-initialized', user: { user_unity_id: undefined, user_logged_in: 'no' }, environment: { environment_locale: 'en-us', environment_currency: undefined }});| Parameter | Description |
|---|---|
| tileX | Tile X coordinate. |
| tileY | Tile Y coordinate. |
| miplevel | Mipmap level of the texture. |
Unload sparse texture tile.
This function removes a tile at (tileX,tileY) coordinates from memory. If a tile is not present, then this function does nothing.
Additional resources: UpdateTile.