最新消息:Welcome to the puzzle paradise for programmers! Here, a well-designed puzzle awaits you. From code logic puzzles to algorithmic challenges, each level is closely centered on the programmer's expertise and skills. Whether you're a novice programmer or an experienced tech guru, you'll find your own challenges on this site. In the process of solving puzzles, you can not only exercise your thinking skills, but also deepen your understanding and application of programming knowledge. Come to start this puzzle journey full of wisdom and challenges, with many programmers to compete with each other and show your programming wisdom! Translated with DeepL.com (free version)

augmented reality - Unity Remote 5 does not test on the phone, it only shows it - Stack Overflow

matteradmin7PV0评论

I have to constantly test it on my phone for a project I'm working on about augmented reality. Remote 5 doesn't run the project on my phone, it runs it on the computer and reflects the results on my phone's screen. -This image is taken from my phone after getting the build.enter image description here

These are the images I took with Remote 5 and Runtime. enter image description here

As you can see from the fps values, the application runs on the PC and never opens my phone's camera. How can I reverse this? Is there any way to use my phone's camera and itself during runtime?

I don't know of any solutions to try.

I have to constantly test it on my phone for a project I'm working on about augmented reality. Remote 5 doesn't run the project on my phone, it runs it on the computer and reflects the results on my phone's screen. -This image is taken from my phone after getting the build.enter image description here

These are the images I took with Remote 5 and Runtime. enter image description here

As you can see from the fps values, the application runs on the PC and never opens my phone's camera. How can I reverse this? Is there any way to use my phone's camera and itself during runtime?

I don't know of any solutions to try.

Share Improve this question asked Nov 16, 2024 at 16:39 ApotheousApotheous 113 bronze badges 1
  • Afaik Remote always behaves like that .. it is just for quick prototyping .. you probably have to build and deploy to the phone instead .. alternatively you could use a webcam and attach it to your phone .. a bit clunky but should do the trick – derHugo Commented Nov 17, 2024 at 19:19
Add a comment  | 

1 Answer 1

Reset to default 0

As far as I know, You need to pay for Unity Mars for a decent workflow for mobile AR development. It lets you build a simulated real world environment that you can test features in the editor on. And even then it's not the best.

There's also a good asset I've had success with in the past, but it's been a year or two since I've used it. But... it's $150!

AR Foundation Remote: https://assetstore.unity/packages/tools/utilities/ar-foundation-remote-2-0-201106?srsltid=AfmBOor4zcjzlPf1oVkPCZWCbgJYtLbwh2ylPXQxOZfoa7pZaigfSGmS

In all honestly, I've had better luck buying a used quest3 for development (passthrough mode), then porting it to my phone afterwards once the project is mature enough to warrant the hassle. Just make sure quest supports the feature set you're targeting.

Post a comment

comment list (0)

  1. No comments so far