c# tag

485 questions


1 answers
39 views
0
Scene May Not Load with LoadLevelAsync

public void load(string name){ StartCoroutine (LoadNextLevel(name)));}IEnumerator LoadNextLevel(string name){ AsyncOperation ao=Application.LoadLevelAsync(name); ao.allowSceneActivation=false; while(a...

2 years ago

1 answers
45 views
0
What should I do with this script error?

It's C#.Please answer me.

2 years ago

1 answers
99 views
0
This is a description of the UML sequence diagram.

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...

2 years ago

1 answers
109 views
0
Acquisition of mailing group list 200 or more cannot be acquired.

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...

2 years ago

1 answers
45 views
0

1 answers
47 views
0
I want to avoid mixing Canvas from other players in Unity Photon.

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...

2 years ago

1 answers
128 views
0
Failed to connect to .net core 3.0 MVC "Web server 'IIS Express'."

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...

2 years ago

1 answers
76 views
0
Unity crashes when I build it on Android and boot it on a real machine.

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...

2 years ago

1 answers
88 views
0
How to set the Amazon.S3.Model.Filter.FilterRules List

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...

2 years ago

1 answers
129 views
0
The access token passed on the WebClinet on C# is disabled.

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...

2 years ago
« - 29 - »

© 2024 OneMinuteCode. All rights reserved.