H. Ibrahim Penekli
H. Ibrahim Penekli
Hi can you send me an example?
Thanks , I will look into this.
That should be nice. I will think about it.
@MattBell96 any updates?
Unity does not support .NET5/6: https://docs.unity3d.com/2021.3/Documentation/Manual/dotnetProfileSupport.html It depends on 'WindowsBase.dll' which is not available on iOS/macOS etc. But, it works fine on Editor/Windows.
Hi @hippogamesunity , We use `Application.OpenURL()` to open the browser in `DeepLinkBrowser` implementation. https://github.com/cdmvision/authentication-unity/blob/1f2b2ab4adb9fde7f5a6922e4f2cb27fb79f597d/Packages/com.cdm.authentication/Runtime/Browser/DeepLinkBrowser.cs#L29 I don't know why it omits the query parameters from the url. Are you sure that...
Maybe because of this: https://answers.unity.com/questions/846108/applicationopenurl-wont-open-url-with-custom-strin.html
Could you write your configuration? Are you sure your website is configured corretly? This error seems to be a problem with your website address.
Hi @mvriel , I was not aware of this issue. Maybe I can add an abstraction layer for http client implementation; so users can implement their http client. Please give...
Hi could you please share the csv file?