How to use native android file-open-dialog in Unity? - c#

I've seen this dialog to pick/open a file on android in some apps and it seems to me as the native one. But I can't find a way to use it in my own apps. The language of the attached screenshot is German, but I'm sure someone will recognize it. Screenshot of the file-dialog
.in Unity3d its possible open native file Dialog in game with Unity3d c# code?
Thanks for your guide. (sorry for my bad English)

I have found the solution to my problem and I want to guide others who have this problem
Go to the site below and use the free plugin.
Unity Native Gallery Plugin

Related

Anybody knows how to embed UWP/WPF in Unity?

I am building a disability service in Unity that will let paralyzed people move mouse cursor with their head movement only. Whatever is in Unity is just a function so im wondering if its possible to embed it in UWP software.
So someone would launch UWP software, click on "Start Unity" button and then the software would wrap itself into unity and function is now accessible (embedded software is clickable). There are a few examples of embedding browsers in Unity (example below), but can this be done with a software. Assuming I have access to software's code.
Thank you!

Embedding UWP in Unity and vice versa?

I am building a disability service in Unity that will let paralyzed people move mouse cursor with their head movement only. Whatever is in Unity is just a function so im wondering if its possible to embed it in UWP software.
So someone would launch UWP software, click on "Start Unity" button and then the software would wrap itself into unity and function is now accessible (embedded software is clickable). There are a few examples of embedding browsers in Unity (example below), but can this be done with a software. Assuming I have access to software's code.
Browser example
Thank you!

Open Unity3D game in Xamarin Form / Xamarin App in Unity3D

I'm trying to integrate Unity3D game into Xamarin Forms.
If it is possible how to manage the Unity assets in Xamarin...?
Is it possible unity game/xamarin app as a library and open in Xamarin/Unity...?
Thanks in Advance..
Maybe this answer helps you.
If your game it's a web game it's very easy just use a webview, but I assume is not the case.
In my opinion you should do a build per OS, it's very easy with unity editor, you will save time and useless problems.
Hope I helped you.

Microsoft Cognitive Services: Bing Speech Recognition XAML

I am trying to develop a humble AI to help the daily routines of my family.
Voice recognition is a must, and commands can not be limited to a command library.
so command library mode is out of the table
I tried dictation mode, which already has a terrible recognition with headset, wont be able to understand anything with a room mic.
So I am trying to use Microsoft Cognitive Services: Bing Speech Recognition:
I downloaded the documents and the example, I see everything is in XAML form. I don't understand why.
I am asking some guidance from those who are experienced in this, is it possible to make it in console app or windows form? (I am using .Net 4.6).
If not do you have any suggestion for me to solve my problem?
Thank you for your time and patience.
You can use NuGets to achieve the same. Find sample over here https://github.com/Azure-Samples/Cognitive-Speech-STT-Windows
Further details about BingSpeechSDK -> https://learn.microsoft.com/en-us/azure/cognitive-services/Speech/GetStarted/GetStartedCSharpDesktop
You can use the same for Console App also just need to define the input segment from MicIn.

How to get WiFi-Signal Strength with Unity engine and C# on Android?

I need the WiFi strength of nearly access points to triangulate the position of the Android device user and show him the part of the building, he is located at the moment. It's for a location based game for new students at my university. There are easy ways with Java or Xamarin and C#, but i couldn't find a way to solve the problem using the Unity engine and C#. It there a way to get it?
I have a complete Android solution in Java from a fellow student and i tried to use AndroidJavaObjects to use that in my program, but without success. It seems to be too complex for that. Are there maybe other ways to use that Java Android code in Unity?
Thanks in advance for the help.

Categories

Resources