Jason Jarvis
Jason Jarvis
@tannergooding could you elaborate on how to specify the native library path? I tried installing standalone LLVM, but it also gets installed to a location not compatible with these default...
@onehundredfeet are you able to share your Unity specific branch?
Thanks for the feedback @Ralith! Will dig into it soon.
Thanks for kicking this off! Perhaps we can collaborate on this in a proper Stride branch at some point. Couple points of initial feedback: - We should avoid hardcoding TargetFramework...
> Small detail: I think your indentation settings for csproj doesn't match I will adjust my formatting to match the Stride style.
@emilk since this upgrade some of my jpeg images are no longer loading properly. I suspect it is this bug in image/upstream, as they changed jpeg decoders in 0.25: [Certain...
fixed the cranky errors. Will look at making this optional and disabled for Wasm.
I'm hitting this as well now. Is anyone knowledgable about this tool able to investigate / fix this issue? This seems to be affecting all / most templates (bevy, egui,...
Note if I just build the dylib via cargo it succeeds: ``` cargo build --target aarch64-apple-ios ``` So is it something up with the xcode wrapper project?
Ok figured out a simple solution to this. Open the xcode project and add the SystemConfiguration.framework. 