Skip to content
Snippets Groups Projects
Commit c5bdcc49 authored by Knuiman, Bart's avatar Knuiman, Bart
Browse files

Fixes for unity 2023.3

parent 90365b35
No related branches found
No related tags found
No related merge requests found
......@@ -481,7 +481,7 @@ namespace Wander
}
}
UnityEngine.Debug.Log( "Rasterize to texture took " + sw.ElapsedMilliseconds );
// UnityEngine.Debug.Log( "Rasterize to texture took " + sw.ElapsedMilliseconds );
return texture;
}
......
{
"name": "com.wurwander.vectortiles",
"version": "1.0.0",
"version": "1.0.1",
"displayName": "VectorTile",
"description": "Provides a way to download a vector tile from TMS service."
"unity": "2021.3",
"description": "Provides a way to download a vector tile from TMS service.",
"unity": "2023.3",
"keywords": [
"utility",
"library"
......@@ -16,6 +16,6 @@
"type": "sample",
"hideInEditor": false,
"dependencies": {
"com.unity.render-pipelines.high-definition": "12.1.7"
"com.unity.render-pipelines.high-definition": "17.0.2"
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment