485 questions
https://firebase.google.com/docs/auth/unity/manage-users?hl=koI've been following this guide. using System.Collections;using System.Collections.Generic;using UnityEngine;using Firebase.Auth;using Unit...
package jpastart.reserve.application;import java.util.Optional;import javax.persistence.EntityManager;import jpastart.jpa.EMF;import jpastart.reserve.model.User;public class UserService { public UserS...
My friend wrote a calculation program in C language (not a calculator program) I want to decorate the graphic UI with C and Python.First of all, I converted my friend's C file into a .dll file. I know...
Unity wants to use Google Maps.There are a few sets out, but I'm going to do it myself.using UnityEngine;using System.Collections;public class GoogleMapAPI : MonoBehaviour{ private bool loadingMap; st...
I coded to access the root server without going through the php server.If you run it within the Unity program, the db integration works well.But if you try to build and run it as an exe file,ArgumentE...
public static void TrigFunctions_Example(string pathNfilename) { FileStream fsWrite = new FileStream(pathNfilename, FileMode.Create, FileAccess.Write); StreamWriter sWriter = new StreamWriter(fsWrit...
I'm trying to download a file from Unity using WebClient.using System.Collections;using System.Collections.Generic;using UnityEngine;using UnityEngine.UI;using System.Net;public class FileDownload : M...
[ { A : 1, B : 2, C : 3, D : 4, E : 5, F : 6 }, { A : 1, B : 2, C : 3, D : 4, E : 5, F : 6 }]I'd like to parse JSON as above. private void ParseJson(String json) { // // JObject obj = J...
C# Can I change my default webview browser to Chrome in Explorer?It's not chrome. It's Firefox.ㅠ
public void Hello() { Console.WriteLine(Hello); } public void NiceOne() { Hello(); Console.WriteLine(LiceOne); }Is it possible to access the instance method within the same class?
« | - 46 - | » |
© 2024 OneMinuteCode. All rights reserved.