Keiwan Donyagard

Results 21 comments of Keiwan Donyagard

I at least didn't manage to find a way to make it work without it causing an entire app restart.

No, I don't think there is a way to force it to do that. Even if there was, it wouldn't be something that I would add to this plugin. Not...

If you want to change the scene when a file is opened from outside of the app, you need to do it manually. Only you know whether and how to...

Hi! Do you still have this issue? If so, on which platform?

Thanks for reporting this. Do you have a save file in which the creatures reliably fall off of the platform?

That might be difficult to provide on mobile. The mobile platforms don't give you a persistent URL to a file that you could read from at a later point in...

Yes, that might be one of the few ways to make it work. The Android version already does that for files that were opened from outside of the app. It's...

@bhupiister The problem is that each `OpenedFile` instance that gets passed into the `FilesWereOpened` delegate has already loaded the entire file contents into memory. Preventing that would have to happen...

Hello James! Thank you for the detailed request and for reading my FAQ entry about this before posting. I'm going to have to keep my answer short due to a...

From a quick glance at the code it seems like you are ending up with `uri` being `null` here for some reason: https://github.com/keiwando/nativefileso/blob/47d2c3f8ccfcd8ca04f46c7d6c7cfdc77b996c56/Plugin-Projects/Android/NativeFileSO/lib_nativefileso/src/main/java/com/keiwando/lib_nativefileso/NativeFileOpenURLBuffer.java#L125 Maybe there need to be explicit `null`...