-
Updated
Dec 1, 2020 - Kotlin
ktx
Here are 76 public repositories matching this topic...
-
Updated
Oct 29, 2020 - TypeScript
-
Updated
Aug 22, 2017 - Kotlin
-
Updated
Feb 6, 2020 - C++
-
Updated
Oct 25, 2020 - C
-
Updated
Nov 13, 2020 - C#
-
Updated
May 15, 2019 - Kotlin
-
Updated
Jul 5, 2020 - Ada
-
Updated
Dec 1, 2020 - C#
-
Updated
Oct 28, 2020 - C
-
Updated
Jun 12, 2019 - Kotlin
Describe the bug
Images don't get deleted on deleting marker. Only the Uri gets deleted but not the actual image in the disk thus leading to duplicates and waste of space.
To Reproduce
Steps to reproduce the behavior:
- Add drawing
- Delete drawing
or - Add Marker with images
- Delete marker.
Expected behavior
On deletion of drawing > All drawing image and all nested
-
Updated
Jun 9, 2020 - Kotlin
-
Updated
Dec 7, 2020 - Python
-
Updated
Nov 1, 2020 - HTML
-
Updated
Apr 19, 2020 - Kotlin
-
Updated
Dec 6, 2020 - Kotlin
Improve this page
Add a description, image, and links to the ktx topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ktx topic, visit your repo's landing page and select "manage topics."
Hello @atteneder ,
it would be great to get notified whenever an gltf-file is loaded, which has an extras property in one of its node objects. Maybe fire an event when that happens and pass a reference to the corresponding unity gameobject/node and the extras data as json-string. Another way could be to create a monobehaviour and attach it to the gameobject and pass the json-string in there. Af