A Unity ID allows you to buy and/or subscribe to Unity products and services, shop in the Asset Store and participate in the Unity community.
Yeah i'm not sure either. It just wouldn't find your script while inside Plugins. Odd thing lol.
I found the issue. It was placing the AndroidRuntimePermission folder inside Plugins. I just removed it and placed it in Asset Folder and it worked.
C:\Users\shawn\OneDrive\Desktop\Test social\Temp\gradleOut\launcher\build\reports\lint-results-release-fatal I deleted the Build folder.
I did what I described above.
I see your script in Plugins/Android/AndroidRuntimePermissions labeled AndroidRuntimePermissions
But im not. I imported your package. Then when a user wants to use thier device cam it should run your above code...
There is no error. When I use the reference AndroidRuntimePermissions as instructed, it says that it csnt find ant assembly reference to...
Yas, I tried importing the asset through the asset store and through git and both times I get AndroidRuntimePermissions null reference. Is there...
This is also my current Manifest file <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android"...
I have an issue with Runtime Permissions being asked on start of my app. I put in the manifest to not ask for permissions using - <meta-data...
If you want to use "Caching" i suggest integrating Davinci. This is a great way to save images to easily pull them up at runtime. It also takes...
I'm using TMP input field (IF) with the hidden keyboard feature. So when the IF is selected and active i move the IF up to match the hidden device...
The issue was the name i was giving it "Squad Pic"+ System.DateTime.Now woldnt save for some reason, so i just removed that and made it image.png....
Its all working now
So i changed it to this for images. Still not working on device. I dont get a pop up message for a network error or anything but im also not...
I use Unitywebrequest to download a video from firebase. Thats how i get all my videos into my app, that part i know. But i couldnt find where...
Cant seem to get SaveImageTo Gallery working or Videos saved. these are my functions public void DownloadImage() {...
As they have stated above, contact Uni-Bit at assets@uni-bit.com Very simple process.
Not sure how to even do that. But here is my whole Script for hyperlinks and such. This is attached to the TMP Text. When i run it in editor, it...
Hey Stephan, this is my code. I did reference the camera and clickPosition is for another function. int linkIndex =...