Skip to content
This repository was archived by the owner on Oct 28, 2025. It is now read-only.

Commit d07d150

Browse files
authored
Merge pull request #12 from Netherlands3D/Improve_IsInView
Invalidate Bounds on re-enable
2 parents a9fe8f0 + bd3250e commit d07d150

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to this package will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8+
## [1.5.2] - 07-06-2024
9+
10+
### Fixed
11+
- tile-locations were incorrect after re-enabeling tileLayer
12+
813
## [1.5.1] - 07-06-2024
914

1015
### Fixed

Runtime/Scripts/Read3DTileset.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ private void OnEnable()
117117
{
118118
if (root !=null)
119119
{
120+
InvalidateBounds();
120121
StartCoroutine(LoadInView());
121122
}
122123

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "eu.netherlands3d.tiles3d",
33
"displayName": "Netherlands 3D - 3DTiles",
4-
"version": "1.5.1",
4+
"version": "1.5.2",
55
"unity": "2022.2",
66
"type": "library",
77
"keywords": [

0 commit comments

Comments
 (0)