#šŸ¤Æā”ƒaugmented-reality

1 messages Ā· Page 14 of 1

nimble fossil
#

is your arsession persistent throughout the scenes? otherwise it will just lose the connection and give a literallly null object

still bane
#

Hello, anyone familiar with passthrough can help me? I'm trying to make an AR app and I'm having a problem in which my scene isn't transparent when loading in the quest. What I mean is that if I play one of the oculus scenes, it works as intended, but when I play mine, it is all dark, and I can't see my surroundings, despite me having copied the lightning and camera settings. Any help is appreciated

still bane
#

Okay I solved my problem, I accidentaly deleted my source light and that's why it didn't work šŸ˜…

lyric moat
#

not quite ar, but closest thing i could find. does anyone know of a good guide for setting up projection mapping in unity? all i need is a guide for setting up the projector and aligning the virtual camera. i do not have a camera for it, or a kinect.

robust sluice
#

hello could someone explain what aranchormanager from ar foundation does, ive tried it out using in a sample project that uses it but I still dont really get what is happening or if its even really needed alot of the material ive looked at online looks like stuff doesnt really need it but im not sure?

nimble fossil
twilit stratus
#

I found the solution tho, I was working with OpenXR plugin 1.0.3 and that version seems to have an issue. In 1.0.2 everything works fine

vagrant root
#

I'm seeing a recurring theme here with Unity, whether I use ARMeshManager.cs or ARPlaneManager.cs the depth is exactly x (I believe 1 meter irl space) amount off on the human occlusion calculation and I need some assistance with it. I had an underwater scene which worked fine. But I'm now realising it was fine since it was a transparent material with caustic highlights.

#

I am occluded about 1 meter in, whilst the scanning of the room is accurate, the occlusion of the person in the scene is not

#

The ARKit background material is occluding fine as you can see behind the transparent planes which is present in some of the video examples here

dark thunder
#

Hi, I'm making an application for Android with vuforia, it turns out that I've been getting some errors for days, I'm using Unity 2020.3.0f1 and Vuforia 10.2.5. When trying to turn on the pc camera to test the AR (second photo), and When exporting the project to APK (first photo). I've been looking for solutions online and none of them work for me. I tried to install Vuforia 9.8 and the project gets corrupted, with the export to APK I tried renaming the project.

nimble fossil
dark thunder
hybrid perch
#

Try building to a folder without the Ć” in it @dark thunder

lime lotus
modern chasm
#

Hello, I want to ask something. I am using AR Foundation to create a simple tap on a plane to place an object. But I have a drifting issue. What is the best way to solve this? I have seen there are multiple ways to place an object on a plane such as using SessionOrigin.MakeContentAppearAt() or Anchors. I have tried using Anchors but I still have the drifting issue.

nimble fossil
modern chasm
nimble fossil
#

The problem with continuous feature points is that it might add more to your plane making it change size. Are you placing anchors correctly?

shy nova
#

So I’m planning on making something AR related for VR use, of course I’d need two cameras for each eye but how would I use webcams for this? Most things I see only say phones but I’d assume it’s possible

half basin
#

Hello, I am using image tracking to play a video in AR, what I want to do is that after the video has started playing I want it to follow the phone's camera, how can I do this?

modern chasm
spring grove
#

Good afternoon everyone! I'm new with Unity and I've been doing a project that I've got stuck for a few days now and so I joined here to see if anyone could help! But also I want to show it around to see what people think of it
The Project is an AR app where you can place a 3D object made of several parts and you could "explode view" it, with text appearing over each piece as you do so to explain it.
So far I've been able to do the following:

#

Have an object explode by clicking a button labelled explode

#

And now I'm trying to integrate this to the AR itself, which has been unsuccessful thus far

#

If I have it as a prefab spawn in the world, it functions fine

#

But if I try to implement as a "Place object and drag around" and then the explode button is pressed, it doesn't do nothing

#

Here it as a "Spawn in world" type of object

#

Here it is as a "tap and drag around" type of object

#

When I press the Explode button, it doesn't work weirdly enough

vagrant root
#

Are your button events hooked up properly? If they are, add a Debug.LogError("Explode button pressed");

In your build settings enable development mode to bring up the console in the bottom left and you can see whether the button press is being handled when you press it šŸ‘ . Your debug journey can continue from there

half basin
#

Hello, I want to display a button in my marker based AR app, when the marker is scanned a button should pop up on the marker, I will use that button to play a video in the app, How do I do this?

half basin
#

Whats the difference between AR and VR?

vagrant root
#

Applying textures / materials to AR Mesh Manager prefab?

#

ANYONE have a remote idea of how to do this?

trim dune
#

Well it's a prefab right?

#

so just change the prefabs material

#

alternative

#

GetComponent<ARMeshManager>().meshPrefab.GetComponent<MeshRenderer>().material I would assume for during runtime

spring grove
#

I think that instead of just dragging around I'll do it so you place it once and a button to replace it elsewhere, so that accidental taps don't drag the whole object across the screen

tranquil drum
#

Hello, I am new, but I want to make text from external devices appear in realtime on AR glasses. Does anyone have an idea whats the best way/ in general what ways are existing to do this or knows nice tutorials/ documentations? I already googled a lot, but I can't get any further.

hybrid perch
#

Your question is way too broad, there's no single tutorial for that whole package. You should segment your requirements into sections. So first, manage to build a unity project onto these glasses. Then work on sticking a 3D object in place. Then figure out how to get your data into unity in the first place, and lastly put it all together

tranquil drum
#

Thank you for your answer! Thats actually what I did, I already managed to build the project onto the glasses and am able to see a text I created as a placeholder, but now I am stuck at the point, how to get the data in realtime into my unity project from an external device.

hybrid perch
#

That depends a lot on the external device. If it has bluetooth that might be possible, alternatively you'd need to send the data through a router or server

tranquil drum
#

Okay, thank you! Do you spontaneously know whether there is an unity documentation on the website or a video that covers this? Otherwise I will try to google my way through it, at least I have a general idea of what could be possible now.

hybrid perch
obsidian coral
#

Hello Guys,
Besides Easy AR Vuforia and Arfoundation.
do you guys know any other sdk for ar development?

vagrant root
#

I'm guessing the UV's are wrong / not the desired calculation

vocal bluff
#

Hey everyone, hope you are well.
Quick question from a high school teacher: If my students are developing for the HoloLens 2, do you think they need to start from scratch for their project to be valid or if I give them a preconstructed template that just has the MRTK, project setup, and a basic interactable cube that I know can be built and deployed to the HL2 as a starting point that they can develop extensions and independent functionality in is that okay? With limited time in the K12 classroom with the hardware and limited hardware for students to test on I'd like to know, from professional developers, just how much my kids need to know while they are still in high school.

vagrant root
#

If it's out there as templates that you can use then yes. If people are asking their name be referenced, that's also okay, as long as you reference them. That's what academia is all about, all ideas come from somewhere and in University studies, it is the responsibility of academics to make known where their information and basis on their thesis has come from. I think It's totally okay to build upon frameworks so long as the original author is referenced where possible or even necessary. Good practice to citing where the information came from!

Good luck in your project šŸ™‚

hybrid perch
#

Setting up for the HL2 can be a pain, I would probably let them play with the demo scene with all the interactable stuff and then go from there

trim dune
# vagrant root

yeah that's definitely a mesh issue if you're generating that yourself

#

I would bet the uv is just one small corner of the actual image, or maybe even only picking up one pixel worth of data

vagrant root
#

I'm guessing so too

#

Gaah

#

I'm okay with shaders but for me this is a level up

merry aurora
south grotto
#

Hi all. Is it in any way possible to configure/improve plane detection for AR foundation for Android?

queen phoenix
#

I am dealing with an issue on plane detection as well, horizontal planes are spawning while on vertical detection mode , any tips ?

sturdy knoll
half basin
#

Hi, I have never made something like this before or seen what someone made. I do know what it means, but can someone explain how you can make it and for what ? Thanks!

#

Sorry for the question above. It’s not formulated right, but hopefully you get what I am trying to ask :)

copper socket
#

What is your actual question?

half basin
copper socket
#

Lol, what is it.

#

Did you mean to post an example of something?

half basin
#

Yeah, like I know people made PokĆ©mon go of it, but I don’t expect everyone is making a Shrek character out of it, so more like what do people do more with it

copper socket
#

Are you asking what AR is?

marsh bramble
thick arch
#

Strong "accidentally the whole bottle" vibes

marsh bramble
#

like lsd in ar but in 3d in a club

#

this would be so nice

half basin
merry aurora
#

lol, that's the dream!

half basin
merry aurora
#

step one, take lsd...

marsh bramble
merry aurora
#

step 2 record inside of eyeballs

half basin
#

@copper socket I don’t think you understand me, but nvm.

thick arch
#

Still unclear what "it" means.
"I do know what __ means, but can someone explain how you can make __ and for what ? "
Replace __ with a word that you mean, do not use "it"

merry aurora
#

step 3 demoparty!

copper socket
#

Just repeat your question and instead of saying "it", replace it with what you're actually talking about.

half basin
#

I only know augmented reality is used for placing a character in screens, but is it used for other things then just that

copper socket
#

So you're referring to AR after all.

marsh bramble
half basin
#

Wouldn’t be in this channel if I didn’t, would I ?

copper socket
#

It's used for placing thing in the world. What you use that for is entirely up to you. Silly games, serious medical applications, engineering blueprints, etc.

#

That's a silly excuse. It could refer to any number of things despite this channel.

half basin
#

Ohh no I was talking about AR. Sorry for the confusion.

merry aurora
#

watch 3rd act of 2001: A Space Odyssey (1968), LSD invented like 2 years prior or something crazy

marsh bramble
#

i think i program this ar party with dancing geometrics now and make it trippy af

and randomly theres a dancing tarno (the dude on my profile picture of animal crossing)

merry aurora
#

@half basin people have different definitions and expectations of what AR really is, for some it's pokemon go, for others it's hololens/magic leap, AR everywhere, for others like me, it's tabletop localized AR like Tilt Five

#

Try to see AR tech the same way as you would a regular computer monitor, the display tech don't nearly matter as much as the art you make to show on it

marsh bramble
#

how long do yall work with unity / program

half basin
merry aurora
#

I been at it since Unity 4, but took a break, ironically to work in the AAA computeer games industry! lol

#

look at Tilt Five next bro

#

scroll up a page and look at the pink flower video

#

i made this demo to demonstrate the capabilities od Tabletop AR

marsh bramble
#

is it hard to work in the computer games industry? im 23 and a 'more advanced beginner' in programming, im working since 1 year with Unity and learned programming with it

merry aurora
#

it's hard and stressful, tight deadlines, low pay, but fun to be surrounded by like minded creative people

#

it can be constraining creatively to work at a big studio also

#

most all will request to sign NDA and non compete contracts, restricting you from developing/profiting from indy game titles

marsh bramble
#

did you study or did you teach yourself everything :o

marsh bramble
half basin
#

That thing almost looks like just glasses

#

That’s sick

#

The flower video really is a lsd trip šŸ˜‚šŸ˜‚šŸ˜‚

#

Looks really cool

merry aurora
#

bit of both... i thought myself to code as a kid (i'm old) on commodore 64, bit more in college, bit more working in industry, finance, banking, bit more in open source hardware, firmware in c, and a bit more in unity c# and games/VFX industry

#

thanks, that flower was a kinda happy accident

half basin
#

You did that all by yourself ?

merry aurora
#

mike geig once told me that head mount displays love particle effects

#

yeah

half basin
#

Damn

#

That’s talented as hell

merry aurora
#

tnx

#

I'm in process of making games for it too, based on 8 bit games with good gameplay, but extended from 2D gameplay to 3D volumatric

half basin
#

What is it actually that the AR community is striving for ? Like for example just RayBen glasses that are AR ? Or something else

merry aurora
#

hmmm

merry aurora
#

there's all kinds of competing tech, all with their advantages and disadvantages, strengths and constraints

#

Tilt Five tabletop AR is constrained in the area you got to play with, but has mad high FOV, the solved the convergence problem very elegantly (everything always in focus) and it's pretty cheap for what you get

half basin
#

Is the HoloLens a competing company against the tilt five ?

merry aurora
#

competing is a strong word, as they are very different systems with different uses

#

i generally never liked the fanboi vibe in tech, apple vs windows, sega vs nintendo, playstation vs xbox

#

use the thing that's right for you

#

you gotta figure out what it is you wanna make and then pick the best tech to implement it

half basin
#

Good point

#

Appreciate the tech we have this time :D

merry aurora
#

if you wanna sell it, you gotta remember not a lot of customers have this gear yet

#

but if you wanna make something people never seen before, this tech is a good place to start, it's the wild west in the young AR space

half basin
half basin
marsh bramble
#

@merry aurora will the companys restrict me to develop a indy game at lifetime or only for how long i work at the company

merry aurora
#

companies differ, I worked at Starbreze, where as long as i worked there, they owned whatever i developed in my own time!

marsh bramble
#

lol

merry aurora
#

there was a workaround where you write up a spec of your indy game and submit it to the CEO, and he could sign an all clear for you, but i didn't like asking while giving my ideas away

merry aurora
#

all the big studios have similar contracts, EA, DICE, Ubi, Blizz, Activision etc.

half basin
#

I always knew working at game compagnies weren’t very good, but didn’t know it could be this bad

merry aurora
#

you can probably negotiate it before you start, it's written by lawyers to cover their asses to the max

marsh bramble
#

it reminds me on the music business, the labels restrict you to release music or work with other artists together if in your contract is defined that you have to release a few amount of albums/songs

merry aurora
#

but still, it but me off my unity hobby for as long as i was working there

#

there's also burnout to consider, the last thing you wanna do after spending 10-12 hours a day writing code is writing more code for an indy title

half basin
#

Pretty scary that there are so many ā€˜dark’ sides to these ā€˜dream’ companies

merry aurora
#

well they know they are 'dream' companies and respond to demand accordingly

#

I got paid well there because i was providing specialized expertise in infrastructure

#

but creative staff got less pay, holiday days, benefits etc.

marsh bramble
#

yes

#

i love creative work

merry aurora
#

places like Blizzard got girls getting harassed etc. which sucks a lot

marsh bramble
#

my dream is to live a independent live as a music producer and indie developer

marsh bramble
#

but why

merry aurora
#

because video game industry is a massive sausage fest already, last thing it needs is a culture that drives out remaining female tallent

#

i thing game industry is to guys what fashion industry is to girls

#

big brands take on unpaid or poorly paid workers and exploit them

#

it's not all bad though as i said, there's a lot to be learned from like minded colleagues

marsh bramble
#

in which industry do you have the 'relaxed' work as a programmer?

merry aurora
#

and you can learn a load and go do you're own thing alone or as a small group

#

none really! lol

marsh bramble
#

:D lol

merry aurora
#

I worked in finance

#

that's relaxed, well paid, but also attracts lazy uninspired people

#

same for civil service

#

code is boiler plate database scripting and by the book security

#

but you can get in easy and make a lot of OT when young

marsh bramble
#

what does OT mean?

merry aurora
#

but get out before u lose your passion for code!

#

overtime

#

get in, make money a couple of years, get out

marsh bramble
#

okey :o

merry aurora
#

i'd say there's similar industries you can code in and make scratch

#

energy industry for example

marsh bramble
#

how long do you need to work productive in those industrys as a beginner?

merry aurora
#

defense, if you don't have ethical concerns

marsh bramble
#

i have the 'fear' that i join a company and they think tf r u doing because i only worked with unity

#

i can program and understand and know a few algorithms but idk i never had projects or something for others

#

and design patterns

merry aurora
#

well here's the thing about being successful in tech industry... it doesn't really matter how long you work at something, because tech is so diverse and changing... when companies say thay are looking for experience thay are not looking for 5 years C# on your CV and a reference, any schmuck can write whatever they want on their CVs and they do...

#

...what they are really looking for is people who have made stuff that they can show!

#

Hi My name is Rayle, and I made this game, or demo, or AR video player, or VR whiteboard!

marsh bramble
#

thanks for this advices :o

merry aurora
#

the job could be for something else, but they see that you can take an idea and make it real

#

that's what you're selling

marsh bramble
#

okey :o nice

merry aurora
#

i came out of college with a bank internship, and could only get work in other banks

#

it's only when i started making and showing AR demos that i was employable in games industry

#

The demo above DX266 i brought to Deadline demo party 2 week ago in berlin, demoscene programmers are the best graphics programmers in the world, and I managed to melt their minds šŸ˜„

marsh bramble
#

are you german?

merry aurora
#

Irish

#

šŸ‡®šŸ‡Ŗ

#

šŸ˜„

marsh bramble
#

ok nice im german :o

i made a corona statistic in AR where you can see the daily new infections and deads and the 7 day average of the towns of the states and towns of germany for fun when i was in quarantine, do you think if i show this to a company and few other projects its enought to get employed?

merry aurora
#

yeah, absolutely, build your port folio and show you got chops

#

another thing i did was make a 1 page CV...

#

but make it in inkscape (like adobe illustrator)

#

lots of style/graphics

marsh bramble
#

my CV is only 1 page too

merry aurora
#

very minimal, but refer to linkedin for all the details

#

i made the whole thing a graphic

#

so that it can't be parsed for keywords

#

this is the opposite of what people recommend

marsh bramble
#

but why :o

merry aurora
#

because I only apply for jobs i want

#

and i don't wanna be called because i matched a keyxord, i made my CV an expression of my kind of creativity

#

and i want to be called by people who see and respond to it

marsh bramble
#

thats really cool :o

merry aurora
#

I'm doing to companies what they are doing to us

#

filtering them

#

some people hate my CV and recruiters ask me to change it, include a txt file for parsing

#

I keep it as it is

#

once i'm in interview , anyone asks me about CV, I say it's designed to get me in the door, and show them what i've done, have a discussion about what they need, and how i might help

marsh bramble
#

thats a cool idea :o

merry aurora
#

anyway, target only the jobs you want, avoid huge studios if you can, a good 10-20 man studio should be perfect for learning from others while providing a good, enjoyable vibe

eager orbit
#

Does AR Foundation have an extended tracking feature like from Vitoria where you can still track 3D object without directly looking at the image target?

naive marten
#

Is it possible to use a QR code to define a plane and spawn an object into that plane (create an anchor at QR code location?), and then use Point Cloud to keep track of it even when the QR code is out of the view of the camera?
I'm not sure how the different AR components interact together, to they feed off eachother to help track things, or are they "separate"?

naive marten
#

Basically trying to solve the same problem, but detect QR codes dynamically in the camera feed instead of a "static" image target.

#

So you'd automatically create an anchor on the detected image, and then use point cloud to track it even when it's out of view.

covert canyon
#

I do not have the option to add a new AR Session Origin.

#

Any clue what I missed?

tranquil drum
#

Have you tried to right click an empty space of the hierarchy window and go to the XR part there?

hexed condor
#

HI all. i have one problem. i have 2 XR plugin. Arcore and Google Cardbord XR plugin.
When they both selected(ARcore is before the Cardboard),
XRGeneralSettings.Instance.Manager.StartSubsystems(), initialize only ARcore.

When i uncheck the AR core. Cardboard works great.

Question. How to Initialize each plugin separatelly. Thanks

wanton turtle
#

Do you want them at the same time? We used OpenCV for floor tracking with cardboard.

#

But there are conflicts woth arcore and cardboard ull need to fix

hexed condor
tranquil drum
#

Hello, is there an AR Tool in Unity, which supports Android Versions older than Android 6?

barren mirage
#

When you start AR Foundation, the session origin (world zero) is where the device is on start. Is there anyway to change that to something else in runtime? I would like to point my camera at an image (using image tracking manager) and make that my new zero

wanton turtle
wanton turtle
#

Your choices are pretty much ARFoundation - which is a less functional version of ARKit and ARCore. Wikitude, vuforia, easyar, maxst, and openCV. Likely some other options I missed.

hexed condor
wanton turtle
# hexed condor because of Arfoundation v4

Im assuming you are only targeting Android.

I would have gone a different path. I would use ARCore & Cardboard. Technically using both is not supported but you can modify the packs to work together.

When you use ARFoundation, you are using a less feature complete version of ARCore that handles the java libraries for you. Which also will likely interfere with your XR order...

You can try enabling both via code and debug logging to read the results over ADB. But I cant help you with ARFoundation involved I am afraid

#

I shall withdraw and let someone who uses ARfoundation help :)

hexed condor
#

i realized howXR manager works

#

and was able to initizalize the Cardbord when i need it

#

and it works

#

it just freezing to long in begining

wanton turtle
hexed condor
# crystal dawn What feature(s) are missing?

My project was on Unity 2018, in player settings there was Virtual Reality devices.
So when using ARFoundation, i was able to use XRSettings.Loaddevicebyname ("Cardboard), and make AR view separate for each eye(for carboard)

After updating to Unity 2020, that option gone. And i just lately found that Google has XR plugin for that.

Main problem was to initialize the XR plugin whenever i need. and today i find it(activeloaders[index].initialize)

Just one bug(maybe), in XR management when Initialize on start is selected. and when you have multiple XR plugin selected, only 1st one will be initialized.

crystal dawn
#

Was interested in this statement: "When you use ARFoundation, you are using a less feature complete version of ARCore that handles the java libraries for you." -- what feature is missing from AR Foundation that ARCore provides? @wanton turtle

wanton turtle
crystal dawn
modern sparrow
#

Play store now only accepts .aab files, so if the build exceeds 150mb we have to use the "new" split binary version that generates the UnityDataAssetPack

#

I've tried the export to android studio workaround to manually delete the duplicated file, but I'm having hard time with building it afterwards. Looks like the build doesn't include the asset pack and only the base apk when using run build option

#

however, when I generate .aab instead of running and check the files, it will show both packs

crystal dawn
wanton turtle
#

I’ve shared my story enough times I don’t want to repeat it. ARFoundation is getting better than it was - but doesn’t do anything better than ARCore or ARKit. Once it supports OpenCV, EasyAR, MaxST, Wikitude, even Vuforia maybe as a fall back if might do something somewhat unique. But right now it is just an excuse for Microsoft to pay Unity for Hololens support, and rewriting what existing kit & core already do - just making it harder to get at what are already simple frameworks. Imho of course.

#

As for feature issues, even if you can upgrade a project to the latest unity without breaking everything - you still are going to have issues with environmental probes not working right, lighting not looking as good, and lots of deep features in the existing frameworks you can no longer access or modify to make innovative works. It doesn’t do feature parity, and the frameworks it copies aren’t terribly complex as it is. We use our own AR wrapper so we aren’t limited to the frameworks Unity decided we should be using.

#

But, we’ve also been moving our projects away from Unity, so my opinion isn’t of the highest value on the subject

crystal dawn
wanton turtle
crystal dawn
heady lava
#

Is it possible to unlock FPS and set to 60 on android devices with ARCore?

tawny pollen
#

What's the difference between augmented reality and vr? They sound the same to me

wanton turtle
#

In one you are adding small objects to the world in front of you. In the other you are building that entire world. Generally speakingm

tawny pollen
#

autocorrect :(

#

how...

wanton turtle
heady lava
still bane
#

Hello, I'm trying to run a AR passthrough game which I haven't worked in in a couple weeks and I'm having some trouble. I was able to get it to build correctly and play normally on my quest 2, but after trying it out today passthrough didn't seem to work, and all I got was a black screen. I opened the OVRlint to see issues and it told me to upgrade to android sdk 26. Thing is, I have installed it and it still says the SDK is not installed. Has anyone else had this problem?

#

Screenshot of the error and proof of the installed sdk

still bane
#

Okay I went back on a previous commit and the problem is gone, I'll keep looking into it but I think I don't need help anymore šŸ˜„

broken bramble
#

Hello! I want to use Google Cardboard for AR, and I found some good examples of that. Is it possible to switch from using the phone camera for the video feed to some other camera (i.e. via livestream or something like that)?

foggy pewter
#

Hello guys! We are doing a project in AR using AR Foundation. Need help in the implementation, its working, but we are having some issues. If you are available to help please send me DM. Cheers!

barren mirage
#

Is there a way to set world zero in runtime? Is that by shifting AR Session Origin?

vapid rampart
#

Is there any way to get the rear true depth texture from ARKit? It seems to be giving me the relative one- it isn’t 1-1 scale

hexed condor
#

Hi all. im back after expo and have question. @crystal dawn i think it is only you who can help. I know you are too busy, but anyway:)

Im using ARfoundation for AR, now added Google Cardboard XR plugin. Everything works great except switching the VR mode.
When ARfoundation camera working, im initialising the Google Cardboard XR plugin. after that my screen goes full black. When i lock my phone then unlock, i can see the AR camera working in VR view, which is the perfect result. just dont know which is causing the issue of black screen. like application must be refocused to update cmaera view, or something like that.

fickle nymph
#

Does someone know a good reference for the rest api? Id like to know how to start and stop apps on the Hololens device from a computer over a usb cable.

quick ibex
#

Hi!

My Device isn't compatible to ARCore. What should I do?

#

Can anyone tell what should be used for Final product

Vuforia or ARCore or ArFoundation!

hexed condor
hexed condor
vagrant root
#

Is anyone familiar with rendering the human shape through people occlusion and applying values to the colour either through colour values or a texture?

fossil flower
#

@graceful cargo Don't post executable packages if they are not published.

graceful cargo
hexed condor
grim tide
#

Hi, I'm making an application for Android with vuforia, it turns out that I've been getting some errors I'm using Unity 2017.2.0f3 . When exporting the project to APK i got unable to convert classes into dex format ,I've been looking for solutions online and none of them work for me.

scarlet dome
#

Hey! Just set up a mobile AR app. Used only standard AR assets by Unity. Simple plane detection + object spawning. I've set up the forward render in the graphic settings and described the camera usage.
AR functionality is working, planes getting detected and spawning works. But the camera feed stays black. I've checked the default AR camera and it's rendering to a solid black color. Is that on purpose?

Unity 2020.3.21 (LTS)
AR Foundation (AR Kit, AR Core) 4.1.7

warm abyss
scarlet dome
warm abyss
#

Ah nice!

supple carbon
#

Hi guys, does anyone know/have ever developed webXR app for HoloLens ?
Does anyone know/have ever developed photon with WebXR?

tranquil drum
#

Hello, has anyone worked with the HoloLens 2? I am still at the very beginning and have three questions. First, does anyone know what reasons there can be, why I can't see the canvas I created when building for the HL2. (It should be in the right angle to the camera and I also checked the background colour). Second, after building to the HL 2 the screen is flickering, but I have no idea why. And third, what are easy ways to connect the project to a database, to get external real-time data? Sorry for the long text, I would really appreciate any help!

robust sluice
#

@tranquil drum are you using an actual hololens or the one that appears when you hit play

#

to connect to a database via the web

#

but im not sure if thats exactly what your looking for

#

flickering I have never seen but I have also only used it in the context of the unity editor

#

canvas has always worked inside unity, but for mrtk specifically they provide their own kind of canvas I think? I could be really wrong

modern crow
#

I have a Raspberry pi that is streaming video(frames) to script on android phone, my question is can i use that video i recieve for AR Core

#

So i want to se video stream from Raspberry Pi camera with ar features on my phone

#

Could someone help me?

crystal dawn
tranquil drum
#

I also already came across UnityWebRequests, but I am not sure how to implement it. To begin I just want to have the functionality, that as soon as I adjust data in the database, the new data is displayed in real-time on the HL 2 - the get-part of the UnityWebRequest so to speak.

robust sluice
#

@tranquil drum im not too familiar with unity web requests myself, but as a small suggestion, u could keep it in a couroutine that checks every couple seconds or async, im not terribly familiar with unity myself also so ud have to look up more, the flickering actually does happen on

#

Oh u know what

#

Flickering what? Like what do mean the screen is flickering like a menu is flickering or everything?

#

In my case, the menu items were flickering because of a component added onto the main object

#

That sort of acted as like a barrier where once u were past it or outside of it, no more flickering

#

If u could post a pic or describe more, i might be able to suggest a bit more

#

But see if its a particular component on an object or something in ur logic that allows it to happen

tranquil drum
#

@robust sluice Okay, thank you very much! I will try it, do you know if a database like the one firebase provides is working with it? I know that firebase rt database is not designed for UWP, but maybe I could use the database for the UnityWebRequest?

#

I think the whole screen was flickering. Thats a good point, I will look it up, right now I don't have the HL 2 here, but when I have I will describe it in more detail.

robust sluice
#

Im not sure about the web request stuff @tranquil drum, im not capable of answering thay

#

The flickering was because a material attached to a component, once that was taken out, it worked

drifting kayak
#

I'm doing some research into accurate occlusion methods for HMD Mixed Reality.

I see, generally, there is 1. Mesh based occlusion (using LiDAR sensors to generate mesh), 2. Depth Occlusion (using IR or another sensor) and 3. Image based Occlusion (using ML to generate the silhouette of an object).

So my question is which approach would be best for a case study where you can use an Airsoft weapon to shoot at MR targets accurately? So using the Iron sights for example. Or is this a more future thing?

modern crow
#

can wikitude sdk dectect planes?

oblique cape
#

so not all language APIs can do it, I think

pale charm
#

hello everyone, i have some questions. how do i make my AR objects touchable and able to pop a panel into the phone screen(non AR)? i want to fill the panel with information(text and image)

thanks in advance

grim tide
#

Hi, I'm making an application for Android with vuforia, it turns out that I've been getting some errors I'm using Unity 2017.2.0f3 . When exporting the project to APK i got unable to convert classes into dex format ,I've been looking for solutions online and none of them work for me.

uneven hollow
#

Hello Guys, i'm working on a project to take pictures with an ar App i made and then being able to mesure stuff on the said picture with a desktop version of it where i can send the photo/picture. And i'm having issue with it.
just to quick explain the situation. on the app where i take the picture, i store in the picture (as pixels) some data, like Camera position, Camera Rotation, there is also a plan that i place in AR on the ground in front of the surface where i want to mesure stuff so i give also it's rotation, and position to the data. also the FOV of the camera.

#

Then on the desktop i'm loading the image, but i'm having issue getting the right mesure in CM when i click on the image

#

anyone familiar with that kind of things ?

#

it's some advanced stuff and a bit tricky, and i think that i was too much in my code to see the problems myself, so if anyone can help on that would be really appreciated

wanton turtle
#

@grim tide that won’t work on Android anyway, 2017 doesn’t do 64bit Android for Google play iirc….

#

But that error is usually your Android SDK version

#

Expand the second error and it should show you the full commands and errors

fresh wing
#

I am using galaxy A21s and apparently ARCore not supported on A21s just to make our life harder but anyway, is there is any way at all i can run AR project using something else ?

#

on the same phone i mean

warm abyss
#

(if this link isnt allowed please let me know or delete it. The software is free on Play and used for ARCore)

grim tide
#

@wanton turtle should i use latest Android version to fix it?

wanton turtle
# grim tide <@229302061840203786> should i use latest Android version to fix it?

It really depends on your goals! But the short answer is to download and install the Android SDK that your version of Unity wants to use. It should be somewhere in the preferences where you specify the Android SDK path.

Personally, I would make sure the project is backed up. And then move it to 2019.4 LTS - which has the build options for Google Play but is also very stable. However once you upgrade that far it will be too far to go back. So I would upgrade, try and get it running on my phone. If everything is successful only then commit to keeping it running on 2019

fresh wing
warm abyss
royal oak
#

Hi guys anyone here have any experience with the AR Foundation Object Tracking feature. I have it working which i great. the only issue I have is that I am trying to play an animation on the instantiated prefab but I'm really struggling to do so. Hoping someone will have an idea that i've not tried yete. Thanks

wanton turtle
#

We've done lots of animations that way, just keep in mind it might disappear and reappear, and you want to manage that animation appropriately

heady lava
#

Any tips how can i solve this error in Unity 2021.2.3f?

trail steppe
#

Can anyone help

#

Stuck at blendshape mapping

#

Added arkit blendshape visualizer component on the 3d mesh object .. but now how do i connect blendshapes so it can be seen as per my face movement

coral star
#

Did someone have a good tutorial to connect the hololens 2 with Unity?

viscid flicker
#

After I build my Unity project and send it to the Hololens, I have the following problem: The splash screen appear followed by a debugging window on the bottom. In the background is a white net. Does someone habe a idea?

glossy flare
#

Post for Spanish Speakers
Como crear una aplicacion de realidad aumentada.
šŸ”° Capitulo uno: Capitulo uno: Arquitectura basada en eventos → https://youtu.be/TI599JorZ5M
šŸ”° Capitulo dos: DiseƱo de Interfaz → https://youtu.be/97d-2bPKhgk
šŸ’” Proximo Capitulo: Visualización, detección de planos y nube de puntos en Realidad Aumentada
Thanks

šŸ“² Creando una aplicación de Realidad Aumentada desde cero
āœ”ļø Capitulo uno: Arquitectura basa en eventos.
šŸ’” Proximo Capitulo: DiseƱo de Interfaz
šŸ”° Links:
šŸ”¹ Configuracion de Realidad Aumentada para Unity 2019 → https://youtu.be/pF6o7ckk7O8
šŸ”¹ Eventos → https://youtu.be/OuZrhykVytg
šŸ”¹ Singelton → https://youtu.be/g1fbpipqg3E
Esta aplicación esta insp...

ā–¶ Play video

šŸ“² Creando una aplicación de Realidad Aumentada desde cero

āœ”ļø Capitulo uno: Arquitectura basada en eventos → https://youtu.be/TI599JorZ5M
āœ”ļø Capitulo dos: DiseƱo de Interfaz.
šŸ’” Proximo Capitulo: Visualización, detección de planos y nube de puntos en Realidad Aumentada

šŸ”° Links:
šŸ”¹ Descargar Iconos Package → https://drive.google.com/uc?export=do...

ā–¶ Play video
dapper comet
#

can anyone suggest a good unity ar tutorial??

velvet fox
#

hello, has anyone worked here with hololens2+vuforia? my spawned object has a quite interesting offset bug, sometimes the offset is just a few centimeters from the center, sometimes it's almost half a meter, the behaviour changes from start to start...
the marker is a generated AR market (5 stars) with a IRL size of 17cm, and in the vuforia database the image is set to 0.175

steep cosmos
#

Hey. What is the best way of passing the position of an Tracked AR Image to an Anchor after the image is tracked?

#

When I use the position of the image to create an "Anchor" and assign its position to the 3D object, the object is not being set correctly at all!

#

about 8cm becomes lower than it was supposed to be.

shell python
#

Guys, is it normal that the tracked content isn't scaling with the size of the tracking image?

#

If I have a bigger tracking image, I expect the content to scale accordingly.

upbeat ermine
#

hello, i've got this problem with ARCamera that shows a "tinted blue" filter on my app when I finished building it. Any advise?.
Thanks in advance šŸ™‚

charred oar
upbeat ermine
#

It happens only when I built the apk, in Unity's "game" tab everything's normal
edit: Im using a Xiaomi, some friend told me it was my phone

shell python
#

Anyone can help me?....

shell python
#

How can I make the tracked content scale with different sizes of the tracking image?

dapper comet
tame drift
#

Anyone who has managed to run an AR Foundation apk on the Android Emulator ? What was the steps you followed caused everything I saw so far doesn't work.

pale charm
#

can anyone help me? i cant rotate, drag, and scale my 3d model

#

#Unity #AR #Tutorial
In this tutorial you can learn how to scale, rotate And Drag a 3D object in augmented reality using Lean Touch in Unity with Vuforia.

Subscribe to my channel and press the bell button to never miss the my next video:
https://www.youtube.com/channel/UCogNt9cFEHML6ZzW95GEiag/featured

Instagram: https://www.instagram.com/cm_...

ā–¶ Play video
#

i was following that tutorial, and tried using free 3d model from asset store and it worked

#

but when i tried to use my 3d model, it didnt work

#

unity version is 2020.3.22f1 , using vuforia and platform is android

median obsidian
#

I tried installing the Vuforia package, but ran into an error. Anyone ever run into this?

#

Library\PackageCache\com.ptc.vuforia.engine@f3bddc12d5bc-1635979565000\Vuforia\Editor\Scripts\OpenSourceInitializer.cs(29,27): error CS0012: The type 'Editor' is defined in an assembly that is not referenced. You must add a reference to assembly 'UnityEditor.CoreModule, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'.

#

I barely know Unity, I just wanted to try out some AR

wanton turtle
#

Vuforia is notoriously uncomfortable to work with - it’s one of the least supported frameworks imho. I’d start with ARFoundation first, or ARCore & ARKit directly

plucky knoll
crystal dawn
#

No

wanton turtle
# plucky knoll Is there any way that I can generate data on RaspberryPi(camera feed, IMU inform...

ARCore needs to run on the on-device Android camera. Google says it's because they need to do some very picky math with ARCors catered to the camera on the phone to avoid warping etc.

Which, unfortunately, means RPI camera feeds will always be rejected by ARCore itself.

Now, unfortunately, that's the only AR framework supported at all by ARfoundation on Android... So that won't work for you either.

You could look at 8th Wall, EasyAR, Vuforia, or Wikitude. Personally though for a RPI I'd use OpenCV.

#

Tbh though, not all AR is a good fit for Unity anyway. I'd look at some other lightweight options (i.e. not use Unity at all). But if you do go down that path, you can use a web socket to feed your Pi camera to the Android device, and then convert it to an image into a Unity app and run it through one of those frameworks. I should note some (Vuforia) are not easy to override the image and bypass the camera.

#

If you have more specifics on your goals, please share, and hopefully I can be more specific in my recommendations.

heady lava
#

Hello. Our team have some problems with AR.

  1. As we understood system which responsible for floor height doesn't guarantees that found floor height level same as real world floor?
  2. We have render problems with large objects.
    a) Objects "shaking"
    b) sometimes if camera too close to any object then Render freeze and "snap" to screen and move with phone
  3. Sometimes we have effect that object flying under floor and not laying on it. How to properly show to user floor
wanton turtle
#

What AR framework are you using?

#

And what devices? (I.e. Google Pixel 2's with ARCore, or iPad mini with ARFoundation etc)

heady lava
#

we have a lot of devices if it necessary ill check devices on which was problems

#

our app for both android/ios

wanton turtle
#

Ok, I'll just say that stability of AR and functionality depends a lot on the devices.

Floor height is usually the first detected flat plane. So if they are at a table, it won't know a floor is there, and calibrates off the table.

You'll know code wise there is a problem as the phones world position is not significantly higher than the planes position.

#

Assuming you can replicate the problem, I'd test your models without going through ARFoundation. It's really just a wrapper, so it shouldnt interfere. But I wouldn't be surprised to see it adds a bunch of unnecessary overhead. I'd try direct to ARcore or ARkit examples to see if ARfoundation is the issue - but I suspect it isn't.

#

Make sure ARFoundation is up to date

#

Make sure your app isn't laggy

#
  1. you control which plane is treated as the floor, it depends on the accuracy of the device and what the first planes are that are detected

2 a) sometimes when I find it shaky, I smooth the location, or lock the rotations somewhat so it can't bounce around so much. Only show the object when the AR quality is high. Don't be afraid to sample two plane locations to get more of an average location. And don't overdue the polygons - if the phone runs slow on the GPU it wont have enough overhead to process the camera views properly.

2 b) is just how you implemented it when tracking is lost.

  1. you should be able to periodically resample. If the floor is too low, and the sample says the floor is correct, the question becomes is ARfound at fault - ARCore or ARkit at faultm... or is the problem in the code. I'd try resampling every so often though if possible and smooth the difference - so your objects aren't popping around every refresh.
#

In my humble opinion anyway :)

heady lava
#

thank you very much for answer.

2 b) but why rendering freeze and any tips how can i influence this?

heady lava
#

does VSync should be enabled or AR control itself ?

old bloom
#

hi, anyone know how to get shadow for URP in unity 2021?

#

I got it on unity 2020 but seem the old shader for shadow doesn't work in unity 2021

prisma turtle
#

https://www.youtube.com/watch?v=R3OCUE9TwZk&list=PLg4X1YeKpK3ZBM8q8bzQIMj__Wqk1NW2c&index=34

I'm following this tutorial here in render pipeline he has a rendere pipeline , i started my project as a AR template and i don't have any renderer pipeline, am i doing something wrong

This video will show you how to get started with making an augmented reality game in Unity 2020 by setting up AR Foundation for Google's AR Core for Android, Apple's AR Kit for iOS, Windows Mixed Reality Devices, Magic Leap, and other augmented reality devices that work with Unity3d. Just choose your appropriate AR Plugin from the XR Plugin Mana...

ā–¶ Play video
warm abyss
prisma turtle
#

i know i tried that but still i get no option for render pipeline

warm abyss
prisma turtle
warm abyss
prisma turtle
#

okay wait

#

Here this the ss from my project

warm abyss
simple wigeon
#

i downloaded AR Foundation, AR CORE Xkit plugin, ARKit Facetracking, and ARKit plugin but i'm not given the option to select a new AR session origin

#

what am i doing wrong?

#

i really really need help with this

nimble fossil
prisma turtle
simple wigeon
raw star
#

I want a 3D Model to appear at a certain location using GPS when the user is near. Like I have the location of the user, the location I want the 3D model to be present, the distance between the two(approximately) at every given time and ar foundation. Any guidance on how to achieve this, will be deeply appreciated.

nimble fossil
still siren
hybrid perch
raw star
# nimble fossil Do you have any experience with ARFoundation?

@nimble fossil yeap ! @still siren looking it up now @hybrid perch this seems perfect, just tried the demo app. Thinking if it's justifiable to get this asset instead of implementing it myself. Though I'm under pressure so I think it's the right call for now. After all programming is based on using other people's work. Then I can study and implement my own solution in my own pace.

still siren
#

really depends what you need this for

raw star
#

It's not like I have any other options. Like I can implement it myself but my experience, knowledge is lacking(though I'm willing and do improve every day) but time is really lacking.

#

And apparently it must be a hard problem to solve sufficiently thus so many companies making complete product on this and charging for it.

hybrid perch
#

When I used this in our area in a city in Norway we usually got around 1.5-2 meter error, up to 5 meters at most

#

We also added a simple UI to adjust position. So you'd have your 2m error and then you could shuffle it into place. Worked well enough four our use case

#

We're gonna be testing it with 5G positioning in 2022

keen plaza
raw star
#

@keen plaza can you provide a link to this "eggstone" ? For some reason I can't find anything.

fallow pine
#

i visited the website and did according to the instructions given there! but still this error occurs!

keen plaza
raw star
#

@keen plaza thanks ! So regarding the "one or two", like ther are three parks in a city that I want to place something and when the player visits they will be there.

fallow pine
#

Anyone?

cerulean ibex
#

Hi all,
I am facing an issue with my AR app on iOS using AR Foundation. When I use the Human Segmentation Stencil Mode (set to 'Fastest' on the XROcclusionManger script), it crashes after some time, sometimes after few minutes, sometimes after 1 or 2 hours. The issue XCode is reporting is a bad memory access (see screenshot attached as an example).
With the Human Segmentation Stencil Mode is set to 'Disabled', the app is running fine for hours or even days without problem.
I'm using Unity 2020.3.f1 and ARFoundation 4.1.7 and run the app on an iPad 10.2" 8th Gen (A2270).

Did anyone have the same issue before and/or have any idea what is going on here?

Thank you

hybrid perch
#

Maybe @jagged patio is aware of it?

half basin
#

arcore gives black screen and these errors

crystal wren
#

Hey guys I have a question about Vuforia , what I want to do is that when the Image Target is found by vuforia, a certain part of the map will appear, for example the width of the ImageTarget.But when the character moves, I'm trying to keep the Image target and the character in the same place, only the big invisible world slides underneath.
I mean, when the phone is always looking at the same place, when we move with the joystick, I want to move the character around the world as if it were moving around the world, what kind of way should I follow for this?
If u can't understand just think about like side scrolling to AR world scrolling šŸ˜„

stoic oar
#

Have your input move the world, not the character.

crystal wren
#

Doesn't this make mistakes in the future while jumping etc. @stoic oar

nimble fossil
nimble fossil
# crystal wren Hey guys I have a question about Vuforia , what I want to do is that when the I...

Now that I think about it more, you want it to work like a visual screen, right? So place the camera image above the imagetarget and inside of that you play the character on his world. You can just use a second camera that renders the world and act like a standard non AR game. Then render to a texture and show that texture in your maincamera that only renders that plane with the rendertexture on it.

half basin
#

Someone needs to bring back minecraft earth

#

I’m trying but ain’t succeeding

#

If someone does it, they will be a [BIG SHOT]

#

I’m too busy with appx development these days

wary elk
#

Hey guys I am getting a grade build error of my simple AR application when I am trying to build it

#

And also in console it's written that BuildplayerWindow+ Buildplayerexceptions like this

#

Can someone help me ?

languid flint
languid flint
#

Can anyone guide me from where I can learn code for "Unity's Augmented Reality"?

wary elk
hollow igloo
wary elk
south grotto
#

Hey all, I'm trying AR with Lightship. Detected planes on demos I tried before with AR Foundation was having colliders so when I had my objects thrown around they would stand on things like floor or bed. But on lightship detected planes don't seem like to have a collider. I tried to change the plane prefab that comes with the Lightship but failed to achieve the same. Can someone help me on this please?

fickle maple
#

Can anyone tell how do i begin with Vuforia Cloud Reco?

fickle maple
#

Help pls!

primal sphinx
#

Hi! I’m currently a senior/master’s student who is doing research for major’s thesis about multiuser XR experiences and holographs. If you have 5-10 minutes to fill out this quick survey that would be amazing. Thanks in advance for your help!!

Link to survey: https://forms.gle/rK1CyFubeB24tzuA6

tawdry zinc
#

guys why this pattern is not good

#

this is my pattern

stoic oar
#

It's not very abstract, simple box shapes, lots of vacant space. You'll only get tracking points at each corner of each rectangle.

#

LOTS of triangles works really well.

tawdry zinc
#

you are right

stoic oar
#

That still doesn't look particularly great.

tawdry zinc
#

@stoic oar bro the camera is blurry and not focused

#

public class CameraFocusController : MonoBehaviour
{

    void Start()
    {

        bool focusModeSet = VuforiaBehaviour.Instance.CameraDevice.SetFocusMode(FocusMode.FOCUS_MODE_CONTINUOUSAUTO);
        if (!focusModeSet)
        {
            Debug.Log("Failed to set focus mode" + focusModeSet);
        }
        VuforiaApplication.Instance.OnVuforiaStarted += OnVuforiaStarted;
        VuforiaApplication.Instance.OnVuforiaPaused += OnPaused;
    }

    private void OnVuforiaStarted()
    {
        VuforiaBehaviour.Instance.CameraDevice.SetFocusMode(
            FocusMode.FOCUS_MODE_CONTINUOUSAUTO);
        VuforiaBehaviour.Instance.CameraDevice.SetCameraMode(Vuforia.CameraMode.MODE_DEFAULT);
    }



    private void OnPaused(bool paused)
    {
        if (!paused) // Resumed
        {
            // Set again autofocus mode when app is resumed
            VuforiaBehaviour.Instance.CameraDevice.SetFocusMode(
                FocusMode.FOCUS_MODE_CONTINUOUSAUTO);
        }
    }

}
``` added this script  still not working what you say
stoic oar
#

You can try changing MODE_DEFAULT for MODE_OPTIMIZE_QUALITY

#

You may also want to target a 30 FPS framerate.

grim tide
tawdry zinc
soft sable
#

Hello Discord- first post. I don't know if return is going to send or carriage return...

#

I have an AR app building for iOS, and I would like to change the FOV- when the app starts on the device I see a frame of the FOV I want, the FOV I see in camera view in Unity, but it snaps to a more zoomed in view. I'm sniffing around the ARCameraBackground script, but I don't know what to try. Thanks for any help!

tawdry zinc
#

guys i added particles system for rocket , but the position of particles is not world geometry to the device when image tracking

hybrid perch
soft sable
tawdry zinc
#

how can i change the render mode to ar camera

tawdry zinc
#

okay i fixed it

north apex
#

Hello 😃

#

Some with Vuforia? I need help

static idol
#

Hi everyone,

I am completely new to AR and want to start with it. What's the recommended pathway?

lean hedge
lean hedge
#

here it is for proof

#

Very blur

north apex
#

@tawdry zinc Can you help me? Or someone else?
I have a pair of nReal Light glasses and I want to use them with Vuforia. Can that be done?

tawdry zinc
hybrid perch
trim dune
#

I don't know why you would want to do that since it has a built in framework for AR that works just fine

#

Let me think about it

#

You probably could, but the tracking in NReal glasses ramework are way better(consistent tracking and placement), and if you're planning on making applications for it I'd recommend using the native framework they have

#

I recommend putting the SDK for Vuforia in and see if it works

#

Shouldn't take that long to try out

tawdry zinc
#

guys why its hard to detect the virtual button from image target , i have to position my hand 2-3 times to work correctly

north apex
#

@trim dune I have problems with tracking. Using nrsdk. The light conditions are bad? Or the camera is sh*tty? Or I do something erong? I've tryed with QR codes, same thing.. some help/tips?

trim dune
#

It can't track what it can't see

#

I haven't tried image tracking with it yet, just general tracking

#

Could be General camera quality but not completely sure

#

If you're using Vuforia did your sticker have a good rating?

north apex
#

@trim dune I dont know how to use vuforia,thats why I asked 😁
Vuforia uses main camera. But glasses have external camera

proud thunder
#

Hi. Could someone help me out with that strange app crash? So when i put the .apk on my android device and start it, i get the common notification to allow the app to use my camera. After that the app instantly crashs... I've no idea what I'm doing wrong 😩 Struggling for 3 days now...

keen marsh
#

https://play.google.com/store/apps/details?id=com.candela.ardraw

Hi everyone, I uploaded an Augmented Reality drawing application on play store, so I would love you all to check out and review it for some valuable criticism and improvements. I'm a solo developer at Candela Apps - https://candela-apps.web.app/ and looking for some team members in art and music. If anyone is interested give me message, I have many ideas for future apps and games.

jagged oyster
#

anyone know any way to remote test AR Foundation apps? I can't find anything

hybrid perch
jagged oyster
#

thanks

lofty nest
rancid kettle
#

Hello everyone. Quick question. Does anyone know any AR library/SDK for WebGL?

merry sphinx
#

any AR experts here? i have a few questions

#

also whats a good place to start about AR limitations

wind void
#

Don't ask to ask, just ask

slim hornet
#

Hello everyone,

I want to achieve something like Teams and Google Meet, where to user can blurs their background or put any image they want and pretend they are at a pool party at 7 am.

I want to add this to my app (iOS/Android) that uses ARFoundation. The user is being filmed by someone during the game and I would like to have be able to accurately (or not) detect the user's body to do the background removal.

Anyone has experience with something similar ? What tools or technique would I need to use ? I don't mind buying something off the Asset Store if needed.

Thank you ! Any help is appreciated.

maiden valve
#

Hi everyone! We're working on an AR experience for iOS / Android that uses multiple cameras (AR and non-AR) and have utilized the Mars tool set for some of the sequences.

We have been struggling to make Mars play nice with us switching cameras. Has anyone had any luck doing this?

Mars with non and AR cameras in the same scene? Any suggestions are appreciated! #mars #šŸ¤Æā”ƒaugmented-reality #AR

tranquil drum
#

Hello everyone, I have a question about Bluetooth Beacons. I hope this is the right channel to post in, but I want to integrate it into an AR App, so I hope it is fine. My problem is, that no matter how much I search in the internet, I dont get, how to simply watch for a specific Bluetooth Beacon near my device. I have a Bluetooth Beacon and a PC with Bluetooth. And the PC is recognizing the beacon in the device manager, so everything is fine. But now I want to trigger an event, when the Unity App (UWP) I am building is recognizing this specific Beacon. I dont want to read anything, just watch for this specific beacon and if it is recognized, I want something to happen. I already tried a lot of code snippets I found on the internet, but nothing worked.
Maybe I am thinking of it way to easy.
I appreciate any help or feedback.

trim dune
tranquil drum
#

Thank you very much for your answer! Ok that sounds good. Does Android Plugin/ Android Profile mean, it is for android development or for android bluetooth devices? Or isnt this important when I am writing an UWP App?

mighty kiln
#

Hey everyone, so I'm trying to create an augmented reality multiplayer shooting game using ar foundation and photon, but i need some help

#

So this is what I'm trying to achive, i want players to join a room where they can play with eachother and when a player joins their name to be displayed on their head and you be able to shoot them and see them when they move around through the ar camera?

#

So is this hard to achive and what i need for this ?

#

I'm using ar foundation and photon, is there any other technologies that i need to include it ??

#

Do i need gps and map box for this ?

rancid epoch
#

with vuforia ?

trim dune
#

basically like a calibration setting that says "Hey, this is the middle of the field, and this is where it's located in real life"

mighty kiln
#

But my problem is since it's a fps i have to spawn the camera. And if i want to spawn that object in the postion of the camera it doesn't make any sence because how can you spawn something to the postion of something that doesn't exists yet!!

#

What i mean is that i want to spawn the ar camera at its position on the real world and i have zero idea how to make that work!!!!!

trim dune
#

Well you won't be able to get an exact location from actually in the real world without a lot of workarounds and other things, and probably security issues

#

Which is why you have to have the player define a play area beforehand and have some sort of reference point to use as the center of the game

#

A lot of games who use any tech like this usually have some sort of sensor or object the phone camera can pick up on the player from the camera

mighty kiln
#

What if i use world scale location based gps ? Will it work ?

rancid epoch
#

hello anyone ever experienced with this ?

mighty kiln
mighty kiln
trim dune
#

but the issue is GPS isn't usually THAT specific

#

That's why on snapmaps, or google maps you're not able to tell if they're in the living room or not, it's a slightly wider area than that

upper merlin
#

Is there any way of getting Vuforia to work with the new unity input system?

mighty kiln
#

But you are right, i feel like what I created is not very accurate so maybe I'm gonna tru map boxes gps system and see how it goes.

cursive fractal
#

Has anyone worked with hololens before? I got this error when i installed MRTK foundation:
The type or namespace name 'OpenXRCameraSettingsProfile' could not be found
Full error: Library\PackageCache\com.microsoft.mixedreality.toolkit.foundation@d3c57d4e7a16-1642738810896\Providers\OpenXR\Editor\OpenXRCameraSettingsProfileInspector.cs(12,26): error CS0246: The type or namespace name 'OpenXRCameraSettingsProfile' could not be found (are you missing a using directive or an assembly reference?)
I have also installed mrtk extensions, standard assets and examples. Any idea what i missed?

void elm
#

anyone with an experience with AR foundation? i want to get the distance between me and an object from the real world, how can i do that?

mighty kiln
#

Is it possible to spawn an ar camera???

#

Every time i try this it sticks the orgin position (0,0,0) ????

hybrid perch
hybrid perch
#

That depends, what are you tracking?

#

If it's an AR plane you can just raycast against it

urban shoal
#

How do i enable xr settings options in project settings?

#

In unity 2020.3.24f1

rigid bison
#

hey all, so im trying to manually add arkit in my build script for my ci/cd using the xr-plugin-management api. but for whatever reason. although it reads arkit as enabled once compiled xcode does not add arkit in the unity.framework for the final build to create the ipa. any ideas?

rigid bison
#

😦

#

anyone? its been like 3 days and im running out of ideas

#

i used unity xcode api to add arkit manually postprocess but then i am recieving some linker errors

dusk robin
#

Does anyone have experience briniging #Cesium data into a Unity scene? Data as is city scale geometry.

hybrid perch
#

I don't, but that sounds really interesting

rich bison
#

hi people, someone knows why this erros happends? camera_image_stream.cc:270] FAILED_PRECONDITION: Failed to extract the native metadata, status=DEADLINE_EXCEEDED: Timed out waiting for metadata.

#

i'm using AR Foundation

#

this time I deactivate the AR Camera to stop using it

#

I just wanted to do what pokemon GO does when deactivating the camera to play without camera

#

this error does not happend immediatly, happends after a while and I don't know if the turn off of the camera does that

#

somethimes I get this error when the app is running even with the camera active

E/ACameraMetadata: getConstEntry: cannot find metadata tag 65578
muted trellis
#

Any idea if vuforia's 3D scanning is suitable for large buildings? Would phone camera be any good?

muted trellis
#

or another question - any approach for building detection other than image target, since building looks can change

rigid bison
#

anyone have experience using unity command line or a ci/cd within unity particularly regard arkit
will literally pay you to help me solve my problem lol

cursive fractal
flat notch
#

can someone help me here ?

#

I need to find a way to access files on the Hololens2

pure vortex
#

hi could someone help me understand where im going wrong with deleting a created instance of an object using raycasting? if so dm please or i can post here if i can

flat notch
#

how are you deleting the object?
I just use destroy() and it works 😁
Still a beginner so idk if you're somewhere specific

pure vortex
#

Yeah I used Destroy() turns out it was some issue with my prefab and it wasnt detecting it even though it had a mesh collider and raycast was returning the tag() through Debug.Log - I just encapsulated the whole object with a 3D sphere and added another mesh collider no idea if its good practice or not but it worked for now

pure vortex
#

I am now facing a new issue, my plane tracking (?) seems to be very inaccurate. As you can see on the screenshot, the mesh is drawn on the table, but when i attempt to place an object on that area nothing happens, although it does let me place objects above the mesh, i.e on the wall. this happens in every room, different lighting scenarios etc.

#

I cloned a sampleAR project from unity dev to check if maybe its my hardware but it worked fine

indigo stratus
#

which one of these do I pick

woven crescent
indigo stratus
woven crescent
# indigo stratus ios

You will likely want to install the ARKit XR Plugin via the Package Manager and select that one when it appears in that list

indigo stratus
#

ty

muted trellis
#

Any idea how do I open temporary AR scene without removing contents of previous scene? Or is it possible to have standard 3D and AR in one scene, swapping between standard and AR camera etc. when needed

rigid bison
#

any idea why arkit wouldn't be generated with the project in xcode? arkit is selected in plugin mangement

pure vortex
#

any idea why my program never enters into the if statement on line 45?

#

the else if and else work as expected, just cant enter that first if clause

obtuse star
pure vortex
north apex
#

Hello. Can someone help me with vuforia? I'm trying to combine with nrsdk šŸ˜…(nreal light)

half basin
#

Can someone please tell me if a minecraft earth remake is possible using Unity?

obtuse prawn
#

I guess you just have to try it and see

#

but i guess it would work if you did it correctly

copper socket
valid viper
#

So I'm trying to make an alternative to Vuforia's Area Targets (the license is veeeery expensive and they don't make it cheaper for smaller projects) using Unity + AR Foundation using RealityKit for iOS devices. I'd like to know if you know of an already available alternative for that in the market. My whole idea is to get 3D scans of a place and put some marks there. I've been investigating ARWorldMaps but I'm lost at the export an existing model to an ARWorldMap (so I can place anchors later), or to scan within the App and extract the ARWorldMap in a format I can work with and obtain the relative coordinates to put the transforms there. Hopefully I haven't explained myself too badly, as english isn't my first language. Thank you very much!

brave geyser
#

Is there a way to do custom boundsControl boxes? I want handles on the corners of a board to tilt it diagonally

distant kraken
static idol
#

Is there a way to use Google MLKit, or any other ML alternative, with unity android apps? Basically, I want to get the video feed (through ARCamera) and want to classify objects in the feed.

muted trellis
valid viper
worldly citrus
#

How do I access the AR Planes generated by the AR Plane Manager? I'm struggling to find good API references online.

worldly citrus
gilded wagon
#

is AR easy to use?

worldly citrus
#

I don't feel it's too difficult. While I'm new to both Unity (coming from UE) and AR dev, within 24 hours I got a character to stand on my room's floor and play an animation.

brave geyser
#

@distant kraken thank you very much, yeah I am using mrtk and I found the boundsControl box - it just seems pretty rigid to me at first glance, guess I have to take a better look^^

north apex
worldly citrus
#

LocationService sounds like GPS to me šŸ¤”

scenic talon
#

Hi! I have an issue with AR Core, when splitting app binary the AR scenes have issues rotating the camera. I got image detections in the scenes, but the model on target image is fixed to the camera or not rotating. when unchecking split app, the scenes runs perfect. please help!

ashen oriole
quaint ruin
#

Hello I would like to add an embedded Unity app inside my Android native app, I tried with an aar file and I tried to import directly my Unity project but it didn't work. Do you know what is the best way to do this ? And do you have any tutorial on how to do this ?

ashen oriole
quaint ruin
ashen oriole
worn vector
#

Is there a way to access the actual depth sensor of the Hololens 2 using MRTK? All I can find is using the spatial mesh, however that is updated quite slowly for objects in motion. Since I already know the objects positions (using OpenCV), I would like to get the current actual depth from the sensor. I don't mind if this value is raw and needs to be converted to something useful first. I just need a way to access it in the first place.
(A ping on reply would be appreciated)

muted trellis
#

i have vuforia / AR core integration question: i made sample vuforia image target application and it works on phone with AR core and on phone without...

#

I wonder if AR Core is used at all and if not, should it get activated somehow for phone with AR Core support to improve how image targets work?

coral star
#

Hi guys i have an error message coming when I go on play mode

'Unable to register IMixedRealityInputDeviceManager data provider (Windows Mixed Reality Device Manager) because the value of concreteType is null.
This may be caused by code being stripped during linking. The link.xml file in the MixedRealityToolkit.Generated folder is used to control code preservation.'

Could someone help me to know what can be wrong with that pls and where i have to search to solve that ?

wanton turtle
acoustic rapids
#

Hello,
How do I use OpenCV in Unity?
Is there an alternative to use Object Tracking & Object Detection?

worn vector
# acoustic rapids Hello, How do I use OpenCV in Unity? Is there an alternative to use Object Track...

We use this plugin: https://assetstore.unity.com/packages/tools/integration/opencv-for-unity-21088
There are other OpenCV plugins too, just be sure that the one you choose comes with OpenCV binaries for your target platform (for example we needed a windows ARM compatible plugin as we use the Hololens 2).

As for alternatives:

unkempt crow
#

Question: i am working on an AR mobile game and the game is building successfully for iOS and Android. Android works fine but i end up getting a black screen when it comes to the AR part on iOS (splash, menu etc. is working). I have double checked that AR Foundation, AR Kit is installed, ARKit is initialised on project start and i have every AR related ticked for iOS, what could cause the black screen? šŸ¤”

acoustic rapids
worn vector
acoustic rapids
# worn vector I don't have experience with AR Foundation, but you can see a support table here...

https://youtu.be/SWaYRyi0TTs
I want do this in unity for Android.
What is best option for me?

Train and classify Traffic Signs using Convolutional neural networks This will be done using OPENCV in real time using a simple webcam . CNNs have been gaining popularity in the past couple of years due to their ability to generalize and classify the data with high accuracy. In this video we will train traffic signs with over 35000 images of 43...

ā–¶ Play video
worn vector
#

I don't know, as I said I only have experience with the Hololens.

acoustic rapids
worldly citrus
wanton turtle
#

I’d probably use OpenCV, ARCore, AR Foundation, EasyAR. Small chance I’d use Vuforia. But virtually all AR frameworks do image recognition. I’d likely use OpenCV though, I like the control. We store company templates for the frameworks though so it’s a lot quicker if we need to do AR for something.

#

I didn’t watch the link though, signs are a bit more predictable and I don’t think you’d need a neural net for it. But if you did, tensor flow would work too

viral ingot
#

what is this

wanton turtle
#

Discord is a chat app

viral ingot
#

ik

#

what is this chanel abbout

#

how do i make my player walk using the steamvr plugin on unity

wanton turtle
#

Augmented reality (AR) is an interactive experience of a real-world environment where the objects that reside in the real world are enhanced by computer-generated perceptual information, sometimes across multiple sensory modalities, including visual, auditory, haptic, somatosensory and olfactory. AR can be defined as a system that incorporates t...

viral ingot
#

oh

wanton turtle
tranquil drum
#

Hello everyone, does anyone know if it is possible to fix a canvas on the hololens 2 at a certain position so that you can read the text on it even when walking? So far I have the render mode of the canvas on worldspace and it is fixed, but if you move your head just slightly you can't read the text anymore due to the movement. When trying to set the setting to Screen space - overlay, my canvas disappears and I can't find the error or a solution.

hybrid perch
#

The default screen space canvas distance is 100 meters @tranquil drum. Make sure it's not that much

unkempt crow
#

Is there a way to switch between a static camera to show a cutscene and then turn back into AR camera?

wanton turtle
#

Yes, there are a few ways. The lazy way is just to overlay the screen with the cutscene the same as you would a menu UI etc

steady current
#

Lazy is good

#

Anyone familiar here with getting the native video resolution to play back on android?

ashen badge
#

Hello
Does anyone work with holoscene plugin (from holoforge) cause i need to create a gesture who make scene Switch but idk what apply on the script

steady current
#

Raw image is stuck on hd

obtuse merlin
#

hi has anyone made an ar app for android/ios?

copper socket
#

Ask your question with details, please. Don't bait people into solving your issues without knowing what they are.

dawn sequoia
#

I did, locally,

obtuse merlin
#

i want to make an app which uses your camera and applies filters on your face, like instagram, snapchat.... if anyone has done this kond of work before please reply

copper socket
#

AR Foundation seems to have this capability:
https://www.youtube.com/watch?v=Wnu0zm0elHU

AR Foundation Face Tracking with Unity3d is used to create an augmented reality scene where I walk you through the implementation and all the components required to use AR to perform face mask swapping and also toggle of face tracking. We also go through the code and I explain to you how everything is configured and how the source code works.

N...

ā–¶ Play video
obtuse merlin
#

thnx i got it working now

#

lets go

#

LETS GO

wanton turtle
#

There are about 6 or so frameworks that do this well, I don't recommend AR foundation as that will only run on a few devices. But ymmv

obtuse merlin
#

when i hit play right

#

well say i have a cap that i want to be shown instead of my hat

#

how will i do that?

#

basically i want the snapchat filter scroll

wanton turtle
#

You should be able to just use a 3D hat model and parent it to the AR face prefab

fresh bay
#

Hi everybody, I just finished learning unity and c# through the unity pathway anyone could advise me on some courses to learn AR?

tranquil drum
#

@hybrid perch Thank you for the reply, unfortunately I could not check the distance earlier. But the distance should fit, however in screen space I can't change the coordinates (which is probably the problem as they are around 225 and 117) as they seem to be determined by a canvas instance. No matter how I adjusted it in the hierarchy, I can't manage to change them.

worldly citrus
crystal dawn
wanton turtle
#

Every other AR framework doesn't. I'd recommend going with that option ;). There is literally no advantage to picking a framework like ARFoundation, it more or less just wraps two other frameworks with missing functional parity between both sides.

If I'm building AR for a sports event, I'm sure not putting up posters saying you need a phone newer than 2015 on apple, or one of these specific devices in order to participate. :P. And I'm sure not giving them a degraded experience because I'm too lazy to use one of the other 8 AR frameworks with a fallback SLAM etc.

I think you live in a box where you think the significant of majority consumers have an up to date cell phone. I think you are ignoring anywhere from 40 to 60% of the users with that approach (in the sporting event example) not to mention when we look at less 'rich' counties where your supported devices is likely to drop to 20% or less at an event. I suppose I did argue a bit oops.

crystal dawn
wanton turtle
crystal dawn
#

That doesn't answer my question

wanton turtle
crystal dawn
#

You made a specific point. Please provide a specific example.

wanton turtle
#

You and I both know ARFoundations glaring holes. Vendor lock. Limited device support. Missing feature parity.

#

I don't care if you pretend it doesn't exist

#

I am still absolutely shocked how long it took to stitch a framework together to unify just two AR frameworks

#

I can't list a single sports AR app, in this example, that even uses ARFoundation :D

#

Educational product for school? Sure ARFoundation. Tech event? Sure AR Foundation. Consumer level? Yeah no that's a bad idea.

#

Now, all of that aside, in this SPECIFIC example, we are talking about FaceTracking. Does that even support non-iOS devices at all??

#

Anyway, I digress

#

If you want to think your product is great - good for you, I think that's important. To new users, I absolutely hope they set their standards higher than only using ARFoundation.

#

If that's not specific enough 🤷

crystal dawn
#

You make statements but when pressed for details, you say it isn't your responsibility to provide evidence to support your claims. If your goal is to affect change, please be specific. Provide examples. Don't talk in generalities.

wanton turtle
#

I don't even know what evidence you want? And why should I care if you improve AR Foundation? My advice is to sidestep it completely.

#

What examples do you need that aren't covered by generalities ?

#

Do you actually expect me to list the 7400 or so Android devices NOT supported by AR Foundation?

#

Or go through your docs showing you your missing feature parity and listing frameworks that don't have this problem?

#

Why do you think I owe you something more in this conversation?

crystal dawn
#

Anything specific would be great, yes.

wanton turtle
#

Yeah see I'm not putting that time into this for you.

#

I couldn't careless if you agree. Sit blind then :D

#

I'm not compiling lists and documents to appease you

#

I've been more than specific enough in my opinion, if that isn't good enough for you, that is a you problem.

#

How many Android tablets do you support with ARFoundation? Specifically? Isn't it 1 model?

#

That seems specific enough to me.

#

How about meshing? Isn't that still iOS only? Face tracking, iOS only right? Mmm is there a single thing ARFoundation does that ARKit and ARCore can't do together in a project?

#

Do you finally have all of the ARCore and ARKit functionality used? Or is a lot of it still abstracted away in the latest releases? Does it matter?

obtuse merlin
#

how do you attach objects above the faace while using facetracking, like attach a hat

wanton turtle
#

That'll be a bit more complex

wanton turtle
#

As you'd need to go through the output and find the location. Last time I looked the AR Foundation face tracking didn't have a lot of examples or details on how to go deeper than the samples.

wanton turtle
#

If I get time tomorrow and your still stuck I'll try and make a sample for you

#

But my days pretty chaotic and I don't use ARFoundation much :( so no promises.

crystal dawn
wanton turtle
crystal dawn
# wanton turtle How about meshing? Isn't that still iOS only? Face tracking, iOS only right? M...

Meshing is supported by ARKit, Magic Leap, and HoloLens, so that's what AR Foundation supports.

is there a single thing ARFoundation does that ARKit and ARCore can't do together in a project?
The point of AR Foundation is to provide an abstraction over several AR frameworks, so no, it doesn't add functionality where it isn't already provided by those SDK vendors. Perhaps that is where AR Foundation fails your expectation.

wanton turtle
crystal dawn
#

That's (one reason) why I don't recommend ARFoundation.
What's another one? I'm really curious to know what is lacking other than support for an iPhone that Apple doesn't support with ARKit.

wanton turtle
#

The AR discussion in the VR Devs slack has quite a lot of folks talking about the ARCore limitations they don't like. I don't like its lack of device support.

#

But that makes them dislike ARFoundation by extension. I don't like it because it's too limiting on Android versus all other options on Android

crystal dawn
#

Depends on what the goal is
That seems like the entire crux of the argument here. If you want to do something that ARKit doesn't support, then you're going to need a different solution, but AR Foundation isn't trying to provide that solution. Perhaps that's why I am perpetually confused by statements like "don't use AR Foundation 'cause it has limited support" followed by "I'm not going to tell you what it's missing b/c you should already know".

wanton turtle
#

If it's run in the valley, folks will likely say who cares everyone uses apple... If you hit up Europe, they will say who uses apple? It's regional, and subjective.

I don't hate ARFoundation. I just don't like the ARCore limitations for Android devices for consumers that ARFoundation is bound to.

crystal dawn
#

Well, we have 100s of "random guys" giving feedback :). But you're a particularly vocal "random guy" who is paradoxically very scant on details most of the time. I'm glad to finally understand you a bit better; thanks for engaging.

wanton turtle
#

Well, I'll say it this way maybe, it's not ARFoundations limitations that I don't like - it's the fact it relies on ARCore for Android

crystal dawn
#

Sure, okay that makes more sense to me now.

wanton turtle
#

What I do really like is ARFoundation at least tried to begin setting a standard. Something that should have happened in Unity VR back in 2016, and is only now finally coming to light. But I should try and make it clear to people that I don't fault ARFoundation for the ARCore limitations

#

But I avoid it because of it

#

I'm sure me always pushing back against AR Foundation is exhausting though and I need to think about that.

crystal dawn
#

If you are expecting AR Foundation to be an independent AR solution you might be in for a surprise. But that wasn't ever really the goal; the goal was to abstract the existing platform-provided AR SDKs. So if you want something other than, e.g., ARCore on Android, it would be an unsatisfying realization to find out that's all AR Foundation is on that platform.

wanton turtle
#

What would have made me happy is if there was a way for the community to connect their own SLAM of the week to AR Foundation to extend it to more frameworks. I can't complain when it's public source as its on us then to improve it.

crystal dawn
#

Oh, well then you're in luck. AR Foundation is just a framework. Anyone can write their own SLAM backend.

#

The ARKit/ARCore/Magic Leap/HoloLens support are all plugins to that framework.

#

In fact, some people have already. Generally, its AR platform vendors who do that, but if you had your own SLAM solution, you could hook it up to AR Foundation.

wanton turtle
#

If it's doable, I would happily rewrite our internal OpenCV SLAM for it. In which case I wouldnt be allowing myself to complain

#

The last time I tried engaging unity on anything proprietary plugin related was quite costly (licensing) but I'm suspecting/hoping that era is long gone.

#

We are debating going full unreal though, but that's a me decision not an ARFoundation problem

crystal dawn
#

It's (almost all) just C#. Generally, there's an abstract class to implement for each feature. Think people have made Editor-based simulation type things for their own purposes.

wanton turtle
#

Thank you for sharing that, it does change my stance

crystal dawn
#

Glad to hear it :).

#

And thanks for sharing more details; I think I understand where you're coming from better now, too.

wanton turtle
#

Me too

ivory furnace
#

how to measure an object multi-target?

fresh bay
gray juniper
#

Hi there, I tried the whole day, finally I figure it out, when I use the AR Foundation, the app crash after uploaded on the google play console.

  1. build a blank scene
  2. delete the camera
  3. add the ar session and ar session origin into the scene
  4. build aab file for the google play console
  5. upload the aab file and download the apk file from google play console
  6. install the apk file and it crashed...
#

any help would be thankful

worldly citrus
#

Have you tried the AR starter project? It should have a blank AR scene ready to build and play.

wanton turtle
#

It sounds like the AAB file is creating the wrong package for your device

gray juniper
#

still testing

acoustic rapids
wanton turtle
#

But the one we used as a base package has pretty good instructions with it

half basin
#

augmented reality is literally irl DLC

inner lance
half basin
#

yes šŸ—æ

timber scaffold
#

hello everyone, I was wondering if I could ask some advice? I'm pausing developing my videogame for Lent, and would like to know if anyone could help me fix the code? I have it built to Android, however I'm using the MicroFPS asset, and it's using too many scripts. I need someone to help me take out the unneccesary code so it will run at a higher framerate on my dev phone

wanton turtle
tiny shuttle
#

Hi guys!, im looking for a way to develop webAr content, any one Knows a package or some to achieve that?

wanton turtle
prisma turtle
#

can i place object in AR space with help of button inputs, if yes can someone help me i can't seem to find any reference for it on the internet

wanton turtle
#

You can, it's just using buttons to instantiate AR objects. I think that's more of a Unity getting started with UI tutorial. And then learning how AR prefabs work and instantiating those

rugged finch
#

Hi guys newbie in AR here, How can I make the animated objects instantly appear in the new scene without any target image or tapping the screen?

#

like it automatically detects a flat surface then puts the object there

pliant briar
untold eagle
#

Hi there, i have a question
I am trying to build an ar app in unity but i want a functionality within unity which lets user click a picture from their camera and send it to a server via sockets

Does anyone know how i can achieve this?
Thank you

wanton turtle
# pliant briar What ARFramework do you recommend right now? ARCore is simply lagging behind so ...

Oh my, it is tough. I switch often... But it's important to me that it has a fall back for unsupported ARCore devices. As much as I don't like it, I've actually been starting to revert to Vuforia. But we have mostly used

  • OpenCV (we use this a lot, versitile, we use this for things like kiosks at events)
  • MaxST (sometimes, pricey, somewhat reliable)
  • EasyAR (old easyAR was good, use only for prototypes as license server goes down)
  • 8thWall (free, SLAM, little buggy and abandoned)
  • Vuforia (upgrades are a nightmare, support nonexistent, finally a nongougy pricing model though)
  • ARFoundation (limited device support, we only use it if we have full control of the hardware)
  • ARCore/ARKit direct (we do this a lot as well, when we control the hardware, i.e. tablet at a museum)
    I've been tempted with Wikitude.
pliant briar
#

Wikitude is very pricey and all the cool features are hide behind expert edition steep pay wall(which you need to contact support for price). I use the professional edition because its marker/object tracking support most devices on the market.

north apex
#

Can someone help me with a script for placing and manipulating objects? šŸ˜„
Without ARFoundation

acoustic rapids
#

How can I use Depth Sensor in Android Mobile for Distance Measurement?

warm abyss
warm abyss
wanton turtle
#

I'll check it out, we have 3 new AR projects coming in fast that I need to test out on something šŸ™‚

slow sluice
#

I'm making a game that uses Passthrough API on the Oculus Quest 2. However, instead of seeing my passthrough cameras, I see a dark blue background. I've been trying to fix this for hours, help is much appreciated.

polar egret
#

How do you guys debug ar apps? Building and looking at logcat is a hassle. There is a asset in the asset store that acts like unity remote for ar but Im not confident in it.

delicate cedar
#

Hi, for educational purpose I need to write the code to realize the same things described here:
https://github.com/viromedia/viro/issues/408

I have a budget to do that, but it's relatively urgent. Are someone able here to write clean code (so students can understand easily)?

Thanks in advance

GitHub

Development OS: Mac Device OS & Version: iOS 11.4 Version: ViroReact: 2.10.0 and React Native: 0.55.1 Device(s): iPhone 7 Description Hi there! Thanks to you folks for creating an incredibl...

wanton turtle
# delicate cedar Hi, for educational purpose I need to write the code to realize the same things ...

A) yes, a lot of that is just baked into the AR frameworks, not a problem to implement. You could also do it fairly easily without any AR framework and parsing the image if you wanted.

B) however I'm extremely busy, and our studio is quite expensive. I'd look at other options.

C) this discord doesn't allow job postings, they will send you to the other discord or the unity forums or somewhere. Also not many folks on a Unity support channel are going to be able to help you with React embedded non Unity AR.

delicate cedar
#

Thank you @wanton turtle. I'm looking for some similar project and it's ok also on Unity (not only w/ React). What I mean is to realize something like the Amazon App (try to search a tv 55" and use the "See on your room" function)

wanton turtle
#

Skimming the thread it looks like they just need to translate the position (offset) based on the AR reference point. Which means if the other code is complete it should be fairly easy to finish up

wanton turtle
delicate cedar
#

I'd avoid the vertical plane detection in which with a non lidar device vertical planes are to hard to find. So the best is to recognize the horizontal planes (the floor) and create a virtual vertical plane on which we can drag the object

wanton turtle
#

Although in the sample code they are doing that one heck of a hard way :D

#

Yeah that's fine, if you are using any of the AR frameworks the bulk of that is done for you

delicate cedar
#

Thank you for your effort @wanton turtle

glad linden
#

Hello can someone help me with the following problem?

I have a project at my university that uses an AR Foundation and PUN as MP framework.

When I test the app on a Pixel 6 (Android 12), the AR APP freezes after ~ 30 minutes. When I play the AR app under that time frame, everything works fine. But around that time frame, the app spontaneously freezes (camera no longer updates). After a touch input, the APP crashes. The only Unity logs are the following (these logs appear permanently).

Logs:
First entry:
Warn UnityMain type=1400 audit(0.0:119875): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c252,c256,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=

Second Entry:
Error native E0313 10:26:44.559058 16554 jni_helper.cc:109] Attempt to get JNIEnv* on thread not attached to JVM
Third Entry:
Warn native W0313 10:26:44.559163 16554 scoped_global_ref.cc:29] Unable to delete global reference, JNIEnv* missing

glad linden
wanton turtle
#

I'd venture a guess it's probably a memory leak

#

I'd say upgrade your unity version, but we don't use 2021 at our studio as it hasn't passed out stability tests and I don't have a 2021 I can recommend

tropic rose
#

hello everyone
my final year project is ar try on clothes
and I know ar foundation for ios device could do that
I wanna someone to guide me, please
thanks

wanton turtle
#

Also guidance is what your school is for @tropic rose

heady anvil
#

hey,
does anyone know how to add shadows with light estimation?

nimble fossil
heady anvil
#

Like if I move the light source in real life, it should move in ar too

nimble fossil
heady anvil
nimble fossil
heady anvil
#

Well I was given this task by my professor, so whichever is easiest

#

šŸ˜…

nimble fossil
#

Oh well, interesting task. šŸ˜„ So you have an AR Scene and a realworld object as light that should affect the shadows in the AR Scene, right?

heady anvil
#

Yes

#

If it work only on 1 object, even if its a cube then I guess it will work

nimble fossil
#

Okay, so you have to get the real world position. You could do that with an image marker, but at that point, your object needs to be in vision of your AR Camera to update position.

merry apex
#

when i try to build my game i get this:

CommandWithNoStdoutInvokationFailure: Gradle initialization failed.
UnityEditor.Android.Command.RunWithShellExecute (System.String command, System.String args, System.String workingdir, System.String errorMsg) (at <88d21eb47e9140ec923e611cfb8095cb>:0)
UnityEditor.Android.AndroidJavaTools.RunJavaWithShellExecute (System.String args, System.String workingdir, System.String error) (at <88d21eb47e9140ec923e611cfb8095cb>:0)
UnityEditor.Android.GradleWrapper.WarmupGradle (UnityEditor.Android.AndroidJavaTools javaTools, System.String workingDir, System.String baseCommand) (at <88d21eb47e9140ec923e611cfb8095cb>:0)
Rethrow as GradleInvokationException: Gradle initialization failed.
UnityEditor.Android.GradleWrapper.WarmupGradle (UnityEditor.Android.AndroidJavaTools javaTools, System.String workingDir, System.String baseCommand) (at <88d21eb47e9140ec923e611cfb8095cb>:0)
UnityEditor.Android.PostProcessAndroidPlayer+<>c__DisplayClass3_0.<ExecuteWarmup>b__0 () (at <88d21eb47e9140ec923e611cfb8095cb>:0)
System.Threading.ThreadHelper.ThreadStart_Context (System.Object state) (at <eae584ce26bc40229c1b1aa476bfa589>:0)
System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) (at <eae584ce26bc40229c1b1aa476bfa589>:0)
System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) (at <eae584ce26bc40229c1b1aa476bfa589>:0)
System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state) (at <eae584ce26bc40229c1b1aa476bfa589>:0)
System.Threading.ThreadHelper.ThreadStart () (at <eae584ce26bc40229c1b1aa476bfa589>:0)
UnityEngine.<>c:<RegisterUECatcher>b__0_0(Object, UnhandledExceptionEventArgs)
#

any ideas on how to fix it

#

i have been trying for 2 days

merry apex
#

ye that is for ar

#

mobile ar

nimble fossil
merry apex
#

Builds

nimble fossil
#

...

merry apex
#

^ context

nimble fossil
#

Is that on a network drive or other restricted folder?

merry apex
#

its on my e drive

#

its not restricted

nimble fossil
#

Hm, okay. What unity version?

merry apex
#

2019.4.32f

nimble fossil
#

Seems to happen now and then. You got anrdoi sdk and stuff installed, I guess

merry apex
#

i got them installed

nimble fossil
#

Did you update everything in SDK like gradle

merry apex
#

no i have unity's default

#

i just updated the gradle

nimble fossil
#

look at that big triangle issue there šŸ˜‰

merry apex
#

if i use unity's it still gives an error

nimble fossil
#

The same or another?

merry apex
#

and also recommends me to update to a newer gradle

merry apex
nimble fossil
#

And also, you got two SDKs now installed?

merry apex
merry apex
nimble fossil
merry apex
#

and heres the error

nimble fossil
#

Can you check Settings > Player > Build > Custom Gradle Template

merry apex
nimble fossil
#

And file -> build settings -> player settings -> under other settings section(Bundle Version Code)

#

What is your number?

merry apex
nimble fossil
#

That is fine

#

file > build settings > player settings > minimun API Level , what does that say?

merry apex
nimble fossil
#

So about your second SDK. Are you using that for anything?

merry apex
#

not really

#

everything is from unity

nimble fossil
#

Yeah but you do have another studio installed

merry apex
#

i only have 1 version of android studio

nimble fossil
#

Hm, I am just confused by your error: Observed package id 'platforms;android-30' in inconsistent location 'C:\Program Files\Unity\Hub\Editor\2019.4.32f1\Editor\Data\PlaybackEngines\AndroidPlayer\SDK\platforms\android-11' (Expected 'C:\Program Files\Unity\Hub\Editor\2019.4.32f1\Editor\Data\PlaybackEngines\AndroidPlayer\SDK\platforms\android-30')

merry apex
#

hmm

#

i have no android 30

#

oh i think i should get 30

nimble fossil
#

You could try at least

merry apex
#

wait

#

when i download version android-30

#

it exports to android-S

#

(the one that i currently have)

nimble fossil
#

Let me check what I got

#

Oh, hm, no windows, maybe the same path

#

So I got 29 for example. 11 is super out of date I guess

merry apex
#

when i got android-30:
Observed package id 'platforms;android-S' in inconsistent location 'C:\Program Files\Unity\Hub\Editor\2019.4.32f1\Editor\Data\PlaybackEngines\AndroidPlayer\SDK\platforms\android-30' (Expected 'C:\Program Files\Unity\Hub\Editor\2019.4.32f1\Editor\Data\PlaybackEngines\AndroidPlayer\SDK\platforms\android-S')

#

now it wants S?

#

and its there

nimble fossil
#

How did you install it now?

merry apex
#

this is an sdk manager

#

i download it from here

nimble fossil
#

Why not use android studio?

merry apex
#

they are the same i think

nimble fossil
#

Okay wait, dont install random SDK versions into your unity šŸ˜„

merry apex
#

fair enough šŸ˜…

nimble fossil
#

Tbh I would reinstall your Unity version with Hub including android and see if that fixes it. This sounds like you messed up some android settings there šŸ˜„

#

Or a simple bug and try a newer unity version

merry apex
#

i think i have 2020 but i have no android module there

#

2021**

nimble fossil
#

Then just add it šŸ˜‰

#

or use a newer 2019.x.x version as you are working with 2019

merry apex
#

like this or am i missing something

#

i have a new version of 2019

nimble fossil
#

Yes, like this

merry apex
#

2gb will take a while

#

until then ig

nimble fossil
#

later šŸ˜‰

merry apex
#

thanks for your time šŸ˜„

nimble fossil
#

I am really interested in how you get this going over to AR topic šŸ˜‰

merry apex
#

its weird cuz i can build to normal android app, but when i tried with ar it didn't work

nimble fossil
#

Lets first test the new version šŸ™‚

merry apex
#

ye lol

glossy flare
#

Hello,
I have a question, how does ARFoundation scale the image coming from the camera to the size of the phone screen?
In my case, the camera takes images at 640x480 and the phone screen size is 1080x2400.

nimble fossil
glossy flare
# nimble fossil Not sure what you mean. If the camera that is visible is the same the system is ...

Hello, Thank you for your reply
This is the context, I am using XRCpuImage to take an image and be analyzed, that image is taken at 640x480, when the image is analyzed it gives me back some points, but those points do not match the image that is being displayed, because the screen is 1080x2400. What I am trying to find out, is how does ARFounfation match the image that is taken, with the size of the screen.

nimble fossil
# glossy flare Hello, Thank you for your reply This is the context, I am using XRCpuImage to ta...

Well basically you gotta do some projection to the screen size to fit it correctly. Just imagine low left being 0,0, then the screen full height goes from 0 to 1 which is 0 - 2400px. So the camera projection would be 640 camera image refers to 2400 screen image. I hope you get what I mean. You gotta recalculate your positions to fit the aspect ratio of your screen in relation to the proportions

merry apex
#

@nimble fossil ok it installed, now do i change the project version and build or setup a new project

nimble fossil
#

Just open with the new version and hit build. Lets see what happens.

merry apex
#

okay :D

glossy flare
merry apex
#

it didn't work sadly and i got this new error

Starting a Gradle Daemon, 1 incompatible and 2 stopped Daemons could not be reused, use --status for details
> Task :launcher:preBuild UP-TO-DATE
> Task :unityLibrary:preBuild UP-TO-DATE
> Task :unityLibrary:preReleaseBuild UP-TO-DATE
> Task :launcher:prepareLintJar
> Task :unityLibrary:checkReleaseManifest
> Task :unityLibrary:processReleaseManifest
> Task :unityLibrary:compileReleaseAidl NO-SOURCE
> Task :unityLibrary:packageReleaseRenderscript NO-SOURCE
> Task :unityLibrary:compileReleaseRenderscript NO-SOURCE
> Task :unityLibrary:generateReleaseBuildConfig
> Task :unityLibrary:generateReleaseResValues
> Task :unityLibrary:generateReleaseResources
> Task :launcher:preReleaseBuild
> Task :launcher:compileReleaseAidl NO-SOURCE
> Task :launcher:compileReleaseRenderscript NO-SOURCE
> Task :launcher:checkReleaseManifest
> Task :launcher:generateReleaseBuildConfig
> Task :launcher:generateReleaseSources
> Task :unityLibrary:packageReleaseResources
> Task :launcher:mainApkListPersistenceRelease
> Task :launcher:generateReleaseResValues
> Task :launcher:generateReleaseResources
> Task :unityLibrary:generateReleaseRFile
> Task :unityLibrary:prepareLintJar
> Task :unityLibrary:generateReleaseSources
> Task :unityLibrary:javaPreCompileRelease
> Task :launcher:mergeReleaseResources
> Task :launcher:createReleaseCompatibleScreenManifests

> Task :launcher:processReleaseManifest FAILED

See http://g.co/androidstudio/manifest-merger for more information about the manifest merger.


> Task :unityLibrary:compileReleaseJavaWithJavac

Deprecated Gradle features were used in this build, making it incompatible with Gradle 6.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/5.1.1/userguide/command_line_interface.html#sec:command_line_warnings
18 actionable tasks: 18 executed

UnityEngine.GUIUtility:ProcessEvent (int,intptr)
merry apex
#

thank you @nimble fossil for your help it worked!!

#

rip my phone doesn't support ar

nimble fossil
nova creek
#

Hello guys, is it possible to do an AR game on an oculus quest 2 for example ?
I would like to do an irl poker assistant which scans the cards on a table and makes some 3D object generation in AR, is it possible by using for example oculus quest 2 cameras ? Thanks a lot !

nimble fossil
hybrid perch
#

You're gonna struggle with that on Quest 2 most like, due to the limited resolution of the cameras @nova creek

nova creek
cloud lily
#

is there a way to make an AR app like this

#

because i didn't find any resources about virtual swipe touch

hybrid perch
#

Image recognition would get you some of the way but you would need some sort of natural image processing to handle the interactions

#

There’s a reason why you see these videos as prof of concepts but never in practical use

tropic rose
wanton turtle
wanton turtle
swift zephyr
#

is there any way to sorta

#

"scan" a irl environment if someones using an oculus quest 2 with a passthrough api coded

#

so, if im in a room and then idk a replica of the room would be created for physics stuff?

#

or is that way too advanced for indie

#

like an example:

#

a project allows people to throw cubes in an ar environment

nimble fossil
half basin
swift zephyr
#

oh, thanks guys, i found a tutorial

#

for plane detection

swift zephyr
#

one time thing

nimble fossil
swift zephyr
#

it seems to be very difficult to make a good-looking ar game

#

*ar games that use the environment

cloud lily
#

is there a way to make multiple virtual buttons in one image target ?

nimble fossil
wanton turtle
#

For Pico it's no problem

#

But quest cameras are relatively restricted

swift zephyr
#

turns out that, well, first of all

#

first problem is that oculus passthrough cameras are only in grayscale

#

so that really removes all the good looks/graphics (if possible)

swift zephyr
#

How did you have the headset see the camera feed?

wanton turtle
# swift zephyr How did you have the headset see the camera feed?

In our case it's for a client doing warehouse style VR (kind of like laser tag). To achieve it, we used the Oculus Quest 2 with a custom snap-on faceplate we created that mounts a small real sense camera on the front. We use the real sense for depth, QR codes, and additional scanning with our multiplayer framework and headsets doing some of the player syncing

#

But in essence we just connected the real sense via the USB C port. The RealSense library for Android wasn't working for us, so we had to modify and rebuild it to get it working reliably.

#

Once we moved the client to Pico's though we didn't need the quest and camera workarounds anymore

#

But the real sense gives you about 6 camera feeds you'll care about, one being a depth map (so you can see how far things are) and one being a normal camera view. It makes it much easier to map out real-world in VR. But we were using it for obstacle avoidance.

We mixed that with some OpenCV stuff so we could translate the real world into the VR space - but we were replacing the walls with their game environment models instead

#

It was fun, lot of work

swift zephyr
#

thanks for the detailed explanation!

ashen spear
#

Hello Everyone ! I wanted to create an AR indoor navigation using unity i need help for creating Ar view unity .[I am an unity Beginner (T_T)] Can anybody help !?

nimble fossil
ashen spear
#

thanks will look into it

clear sleet
#

Is there a way to make two image targets collide with each other using Vuforia in Unity?

#

I’m trying to make a game using AR that involves a player and enemies and if the player collides with an enemy it’ll send him back to the starting position or trigger an end screen

#

Everything I’ve tried doesn’t detect the two image targets colliding

earnest knoll
#

Hi all, I'm figuring out how to do AR Body tracking on Unity with the front-camera. Many articles online mention that ARKit doesn't work for body tracking for the front-facing camera. Has anyone done any workarounds for it, or what other libraries do you recommend?

fresh bay
#

Hey Everybody, I'm new in the field and I just finish to learn Vuforia and I have a question for u. How can I integrate the Computer Vision algorithm with Unity for AR?

peak sigil
#

Hi Everybody! Is someone know how to fadeout a GameObject On Target Lost in Vuforia? And also fadein On Target Found? Thanks!

vagrant root
#

Anyone know where to put this code?
Is it in update, is it in a callback for AsynGPUReadback? doesn't really say here...

silk lark
fervent viper
#

Hi all, I'm looking for someone who knows how to import a HDRI cube map into glTF and GLB file formats properly. I am working on an augmented reality model and the export will be handled by Blender. Is there anyone here with this knowledge? Basically, the idea is to make sure the model as a single file is always lit the same and has the same reflections on each mobile device since modern devices has SDK implemented already.

#

I am working on some automotive stuff and I think it will be essential for such projects in the future. I'd appreciate any advice šŸ™‚

mighty kiln
#

Does anyone know anything about MRTK here ? I need some help
I'll also pay

mighty kiln
#

hey agian, i have an object (a quad) i want to change its scale when the screen clicked, it works fine on the editor but when i run it on mobile nothing happens

vital void
#

generally speaking, what distance is augmented reality in iphones/android phones capable of detecting surfaces? is there any way to extend its range?

warm abyss
wanton turtle
#

If you go to OpenCV, you can go as far as you like. But then you are writing your own slam :)

normal wagon
#

Anyone here used Microsoft Azure DK kinect? Im having trouble bringing the kinect across scenes.

sonic kindle
#

Hey guys, so when I try fake AR with my app it lags very hard. What could be the reasons for this?

#

I have an android phone

#

Also, when I try true AR it crashes.

ashen oriole
#

I understand ARFoundation is just a wrapper for ARKit and ARCore for unified interface. But, are there any cases where I need to use ARKit or ARCore plugins instead of ARFoundation?

What is the most common popular workflow for AR Apps on mobile?

novel wasp
#

Guys, what resource can I use to test the augmented reality projects from my smartphone, without having to compile the game into an apk ?