Etourneau Kévin

Results 6 comments of Etourneau Kévin

Same error with 2021.3.2f1 and ARFoundation 4.2.3

Same error with 2021.3.4f1 and with ARFoundation 5.0.0-pre.12 or ARFoundation 4.23 Has anyone managed to build Unity 2021.3.X and ARFoundation with Game-ci ?

It work now with 2021.3.10f1 and with ARFoundation 5.X

@LeftOfHere How do you build a macOS portable binaries with your fork ? I try command explain in readme but the cmake build result is not portable (there are symlink).

@LeftOfHere Ok thank you for your answer ! It seems good ! We got another error with "liblaszip.dylib" when we try to use build folder on another mac : `dyld[16103]:...

We find a solution by modifying library linking after build : `install_name_tool -change @rpath/liblaszip.dylib @executable_path/liblaszip.dylib PotreeConverter` We can now use PotreeConverter on another mac.