Nitwel / Immersive-Home

Mixed reality experience for interacting with your smart home in a new dimension.
Apache License 2.0
454 stars 18 forks source link

ConstrainedTriangulation class missing #139

Closed goatchurchprime closed 4 months ago

goatchurchprime commented 4 months ago

First error that occurs when I clone and run in Godot4.2.1

  var cdt: ConstrainedTriangulation = ConstrainedTriangulation.new()

It's not listed in the assetlib, so is it a file you forgot to check in?

Nitwel commented 4 months ago

https://github.com/Nitwel/Immersive-Home/tree/main/app/addons/godot-cdt is the extension that adds this functionality. It seems that it doesn't come with builds for mac (and a few other native extensions I'm using neither sadly), so if that's the case you would have to build the extensions for mac first.

Sorry for the hassle!

Nitwel commented 4 months ago

You mentioned on Discord that this was related to your NixOS setup so I'm gonna close this for now as the extension builds should work fine on linux normally.