xamarin / XamarinComponents

Plugins for Xamarin
MIT License
1.99k stars 696 forks source link

HelloSceneForm.sln Not Compiling #927

Open patvin80 opened 4 years ago

patvin80 commented 4 years ago

I Followed instructions to open the HelloSceneForm.sln solution and ran the cake build with target externals. However the ARFragment compilation continues to fail in the solution.

WouterStraver commented 4 years ago

I have the same problem, it seems that the 14.0 and 15.0 packages of Sceneform in Xamarin do not work. If you use 11.0 it works.

M1tiens commented 4 years ago

Hey can you guys Help with the cake build process? I'm kind of new with this stuff.. I'm having 3 errors while doing the build for SceneForm :

"/Users/andre/Downloads/XamarinComponents-master/Android/SceneForm/SceneForm.sln" (Restore;Build target) (1) -> "/Users/andre/Downloads/XamarinComponents-master/Android/SceneForm/source/Animation/Animation.csproj" (default target) (2:6) -> "/Users/andre/Downloads/XamarinComponents-master/Android/SceneForm/source/Rendering/Rendering.csproj" (default target) (7:9) -> (CoreCompile target) -> obj/Release/monoandroid90/generated/src/Google.AR.Sceneform.Rendering.ModelRenderable.cs(108,70): error CS0426: The type name 'Builder' does not exist in the type 'Renderable' [/Users/andre/Downloads/XamarinComponents-master/Android/SceneForm/source/Rendering/Rendering.csproj] obj/Release/monoandroid90/generated/src/Google.AR.Sceneform.Rendering.ViewRenderable.cs(101,70): error CS0426: The type name 'Builder' does not exist in the type 'Renderable' [/Users/andre/Downloads/XamarinComponents-master/Android/SceneForm/source/Rendering/Rendering.csproj] obj/Release/monoandroid90/generated/src/Google.AR.Sceneform.Rendering.EnvironmentalHdrLightEstimate.cs(148,93): error CS0426: The type name 'CubeMapImage' does not exist in the type 'EnvironmentalHdrLightEstimate' [/Users/andre/Downloads/XamarinComponents-master/Android/SceneForm/source/Rendering/Rendering.csproj]

Andrec-Dxs commented 4 years ago

@patvin80 did you manage to solve your issue of the ARFragment??

JorgeKleber commented 1 year ago

I have the same issue over here... :(