Is it possible to make AR games with Defold?

Hello ! I made a thread about fighting games in Defold and everyone helped me a lot ! Thank you for that so much ! I was recently wondering if I could perhaps add AR to the game . I want the player to be able to draw his own level (on a piece of paper or something) and then the player and his/her friend can join in that level and play around … fight … etc. Is that possible in any way ?

1 Like

I think there was a camera extension made with some AR feature?

1 Like

I was checking the Asset Portal under the Camera section , thinking that it should be under that , but then I switched to Input and found it out . It’s called Gyro . Thank you for the help !

2 Likes

We have camera extension available: https://github.com/defold/extension-camera
With that, you’ll get access to the texture buffer, which you can then use to do AR

(Note: the Camera Extension on Android is currently a bit sluggish, but we’re working on fixing it. In the mean time, there’s a branch (dev-android2) that’s currently working better)

3 Likes

Oh , perfect ! I was really unhappy , because I saw the GitHub for the camera extension . And that there is a problem with the Android version . Thank you !

4 Likes