mlxyz / hello-ar-maui

1 stars 1 forks source link

All .obj Files missing (Gitignore issue) #1

Open CRI-IGH opened 1 month ago

CRI-IGH commented 1 month ago

In the folder hello-ar-maui-master\ArMauiApp\Resources\Raw, according to the .csproj file, there is an andy.obj file that is used in the CustomGLSurfaceView class at line 107, which is missing and causes the app to crash. I assume that the remaining .obj files, such as andy_shadow.obj, also are missing. The issue may lie in the .gitignore file, where it states that .obj files should be ignored.

image

image

image

mlxyz commented 1 month ago

Hi @CRI-IGH, you can find the relevant files here: https://github.com/xamarin/XamarinComponents/tree/main/Android/ARCore/samples/HelloAR/Assets I will push them to this repo too later.

CRI-IGH commented 1 month ago

Thank you for your quick response. I have already imported the files from this sample project.

Screenshot_20240916-132319