Thanks, thatās good to hear
all the blu links try to play a video player video names the same as the linkā¦ i.e. WebXR
by user 563549194137239552
but they also open VS codeā¦ i suspe3ct VS code is interpreting the message as trying to opemn a video and not the scriptā¦ VS code doesnāt open the script
by user 563549194137239552
Ok internally we tell unity to open the file using the default application do you happen to have
.ts
files set to open with VSC or something?
VSCode is opened because we also try to open the nearest vscode workspace so youāre already in the full dev environment hehe
yesā¦ probablyā¦ yesā¦ VS Code opene the correct workspaceā¦ let me shut down VS code and confirm
by user 563549194137239552
interestingā¦
by user 563549194137239552
it was set to Visual Studio 2019 even through it was opening VS code
by user 563549194137239552
never mindā¦ i was looking at .cs filke ā¦ .ts file is set top open with movies and TV!!
by user 563549194137239552
haha ok that explains that
now it works fineā¦ at least you know if anyone else reports this
by user 563549194137239552
also wanted to mention the latest build fixes a toktx version problem where toktx didnāt like the arguments you were supplying
by user 563549194137239552
Which version did you use before? We updated to latest gltf-transform and did a bunch of other things which now allows to use more recent toktx versions too (I think that was changed 3 or 4 minor versions ago)
Hmmā¦ it wasnāt that loing agoā¦ maybe three weeks? I think I got the initial code from githubā¦ let me check the git history
by user 563549194137239552
Ah ok thatās long ago for me haha yea then youāve been using the old toktx (glTF-transform) version
glad itās been fixed too
$ git log
commit 924d8f4b08eda7cf1f0a95ad9c2673a7d2f62750 (HEAD ā main, origin/main, origin/HEAD)
Author: hybridherbst felix.herbst@gmail.com
Date: Tue Sep 20 16:51:53 2022 +0200
by user 563549194137239552
in which repo is that?
this is in my clone of your repo so i assume itās the date of when i got it
by user 563549194137239552