485 questions
public void load(string name){ StartCoroutine (LoadNextLevel(name)));}IEnumerator LoadNextLevel(string name){ AsyncOperation ao=Application.LoadLevelAsync(name); ao.allowSceneActivation=false; while(a...
In the case of the method in the C# code below, I would like to know how to return the value with return and return it from the method. In this case, is it okay to write a sequence diagram like an ima...
using Google.Apis.Admin.Directory.directory_v1;using Google.Apis.Admin.Directory.directory_v1.Data;using Google.Apis.Auth.OAuth2;using Google.Apis.Services;using Google.Apis.Util.Store;# codeGroupsRes...
I'm trying to create a wolf-like online game using Unity's Photon.It was good until I gave each player a position, but if I put it on each player's screen, the position will not be displayed correctly...
I would like to develop MVC using .Net Core 3.0, but the following error message appears and I cannot start the screen.Are there any possible solutions?What do you want to doLaunch MVC project using V...
Unity releases apps to AppleStore and GooglePlay.After building it on Android suddenly, it crashes when I start it on the actual machine, and it falls off right away.Below is the crash log filtered by...
Regarding the addition of the List class, what should I do if I use the program below?Please let me know.using Amazon.S3.Model;Filter filter = new Filter();filter.S3KeyFilter.FilterRules.Add(newFilter...
Attempting EPO open patent service on VS2019, .net framework 4.7.2.I was able to get the access token while looking at the specification.request.Headers.Authorization=newSystem.Net.Http.Headers.Authen...
« | - 29 - | » |
© 2024 OneMinuteCode. All rights reserved.