Search results for query: *

  1. Duvyanshu

    Answered Why am I unable to locate font files(.ttf) in unity android game in persistentDataPath?

    I fixed it. For anyone who wants to find it Simply use Unity Web Request to download fonts from streaming assets path to persistent data path(Don't forget to dispose the request). For Itext7 or above users to create localized pdf in android make sure you put i18n.dll and i18n.west.dll in your...
  2. Duvyanshu

    Answered Why am I unable to locate font files(.ttf) in unity android game in persistentDataPath?

    @Skydiver i think you have heard of localisation? If you have, that is exactly what I am trying to do with local language font files but file.exist(fontpath) is not detectig the font in the persistent data path.
  3. Duvyanshu

    Answered Why am I unable to locate font files(.ttf) in unity android game in persistentDataPath?

    Listen, mr @Skydiver ... I tried using unity assets but I think you are well aware that when packed as apk he location of files change that location and I need to get the path of the font files.
  4. Duvyanshu

    Answered Why am I unable to locate font files(.ttf) in unity android game in persistentDataPath?

    Can somebody guide me in the right direction? My android game that I made on unity 2018.4.9 using C# on VS 2017 is unable to detect files at persistent data path. The two font files are located in the persistent data path directory. This is a screenshot of app persistent data folder. This is...
  5. Duvyanshu

    Resolved How do I detect usb storage in unity android?

    I am grateful to all here for clearing my doubts and bringing me concrete information to resolve my issue with an alternate. I will refer in future for other issues. Thanks a lot again One Last thing, I am new to this forum. Do I close this thread from somewhere? Or you guys will do it?
  6. Duvyanshu

    Resolved How do I detect usb storage in unity android?

    @Sheepings Finally God has spoken. Yes it is created in unity but coded with VS 2017 COmmunity edition. I get it now, the process is not efficient and effective. I will get that to clients. Still hoping you could see your knowledge base from 20 years of experience and find out a way to work the...
  7. Duvyanshu

    Resolved How do I detect usb storage in unity android?

    Only permissions I have addes is to access external storage. I dont think anymore will be required.
  8. Duvyanshu

    Resolved How do I detect usb storage in unity android?

    Maybe in upcoming versions. For now, client demands the Security through USB. I can't deny, He can't Afford U2F keys so I promised to make one in regular storages.
  9. Duvyanshu

    Resolved How do I detect usb storage in unity android?

    Yes @Sheepings I said it earlier that it is a game. Sorry for that my misunderstanding, I didn't knew calling it a game or an app would make that big a difference. It is an app made in GameDevelopment Studio with VS2017 community edition. I mentioned earlier it is not being uploaded on play...
  10. Duvyanshu

    Resolved How do I detect usb storage in unity android?

    @Skydiver I have been so patient since I posted this thread. Now that all has been cleared out please help me do it the right way. I will send you all a post-production release as well, as a Token of Gratitude.
  11. Duvyanshu

    Resolved How do I detect usb storage in unity android?

    You got me. Economy makes people do crazy things.
  12. Duvyanshu

    Resolved How do I detect usb storage in unity android?

    IMPORTANT!! I think I forgot to mention that I can't afford U2F keys in my current budget so I am making one in a normal storage. The way it works is: Software detects the specific textfile in the USB Storage location and if the text in it matches with the string inside the software, the...
  13. Duvyanshu

    Resolved How do I detect usb storage in unity android?

    Alright I will try GetExternalStorageDirectory. I believe it can read the external USB storage. Any ideas?
  14. Duvyanshu

    Resolved How do I detect usb storage in unity android?

    I appreciate it. Finally someone talking some sense. Sir I wanted to make the whole process online so we can allow online updates as well(obviously when requested by user) but client asked to keep it USB locked for first 20 Build distribution. The App data persistence between android and PC is...
  15. Duvyanshu

    Resolved How do I detect usb storage in unity android?

    I I am using VS2017 but using unity because of its IDE.
  16. Duvyanshu

    Resolved How do I detect usb storage in unity android?

    Why can't I do that? To create data persistence between android and windows build of the app I am saving some data to textfiles in usb storage so that it can be passed from windows to android and vice versa. How do I make you believe its nothing unethical?
  17. Duvyanshu

    Resolved How do I detect usb storage in unity android?

    Has anybody made up their mind to help me out with this? If yes, I will share my code or close the question if no one can help me so I can finally give up. Hopes can be dangerous.
  18. Duvyanshu

    Resolved How do I detect usb storage in unity android?

    Sir, I respect your authority and by all means, if everyone has made up their mind that it is not ethical, go ahead close it and block me off this forum but I have really coded a simple utility software on unity(I know it's for games). It uses visual studio so I thought to make a simple...
  19. Duvyanshu

    Resolved How do I detect usb storage in unity android?

    Oh My god dear sir please, there are no virus or spams in this app made on unity(yes, I coded it on unity, (It was a risk but I took it anyways to see where it leads.) Software is complete and it is setup to ask for external storage permissions in my manifest as well. I didn't knew dong...
Back
Top Bottom