Gwaredd

Results 20 comments of Gwaredd

Thanks. I'm unable to create iOS builds but if you create a pull request I'll merge it in :)

Hey, I have been giving this some thought and it should be possible as-is without any modification. Appium and Unium can already [work together](https://youtu.be/UbPk2VljW78) to give you the benefits of...

It's a good approach, and would also work with iOS. It would make tests less portable though. Port forwarding on android is not complicated via adb. I haven't looked into...

I don't think it will hurt to add. Unium has always been created from the view of a game developer first, tester second and everyone else ignored - so some...

Hey, sounds pretty cool! I don't know enough about the inner workings of appium or it's drivers to comment but sounds feasible to me 😀 Let me know how you...

It's just a bit spamming, if you just want to connect a pipe grab a log file it generates more noise than necessary. Could be made to be optional though.

Think of `/bind` like `/q`. It is a search of the (abstract) tree to select objects. What follows `/bind` is the query (GQL). In the [TestScene](https://github.com/gwaredd/unium/tree/master/Assets/TestScene) included with the library...

I haven't looked at this. Also, I can no longer create iOS builds so it's unlikely I will be able to anytime soon.

Yes, the best place would probably be to set the root URL as a property of the [HandlerImages](https://github.com/gwaredd/UnityMarkdownViewer/blob/ba4203635b555e30b76dd24438271843d5e78e83/Editor/Scripts/MarkdownViewer.cs#L35) object when the document is created and then update `RemapURL()` accordingly. Note...

This works for me in 2020.2.1, which Unity version are you using?