Dharmesh Prajapati

Results 9 comments of Dharmesh Prajapati

Hi @sschmid, I'm thrilled about the progress in Entitas 2.0-beta and the significant improvements you've made. I've been testing it and experiencing positive results so far. Considering its stability and...

Hi @Thaina We implemented your package but facing issues. `Library/PackageCache/com.google.signin@57a9a9a253/GoogleSignIn/Impl/GoogleSignInImplEditor.cs(105,33): error CS1069: The type name 'HttpUtility' could not be found in the namespace 'System.Web'. This type has been forwarded to...

Are you able to build for Android?

I am using Unity 2022.3.10 also tried netstandard 2.1 and IL2CPP with Mac OS. Still facing the issue. But when I switch to iOS it's working fine. Let me try...

Tried in Unity 2023.1 but still had the same issue. Not understand what caused the issue?

Now it's working fine in Unity 2022.3.10 with netstandard 2.1. Maybe I made a mistake in changing from net-framework to net-standard.

Thank you for the quick response and for addressing the issue in the README example. In our case, we encountered the misplacement of the configuration directives in the NGINX configuration...

Thank you for the prompt response and for addressing the configuration issue. I appreciate your assistance. I'm also interested in enhancing the security of my NGINX configuration and would like...

Hi @tiredofit Thanks for the solution. I implemented your recommended solution and it's working fine. Have done some modifications to your script. ``` #!/bin/bash source /assets/functions/20-php-fpm # Pull my container...