unity tag

36 questions


1 answers
123 views
0
How to load images using C# from UNI.T engine

Unity Engine uses the C# code to create an image window on the screen

2 years ago

1 answers
83 views
0
The shadow of the asset blobshaow doesn't work normally in unity.Picture

I haven't touched anything about the setting like the picture, but it's not a shadow of a circle, but a gray gradation on half of the model. I've checked the basic settings. Is it a fee for downloadin...

2 years ago

1 answers
100 views
0
Lerp rotation

Can't you rotate it based on a point other than the center of the object when you rotate it using lerp?

2 years ago

1 answers
108 views
0
This is an Android media scan question from Unity (c#).

I don't see the files I downloaded from the gallery right after downloading the images or videos, so I think I need to scan the mediaNo matter how much you search, most of them are Java, and since you...

2 years ago

1 answers
77 views
0
Firebase does not update user profiles.

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

2 years ago

1 answers
94 views
0
How to use Google Maps in Unity url error

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

2 years ago

1 answers
107 views
0
Touch coordinates for UNI.T. Build? Collider problem.

Ray ray; RaycastHit2D hit; void Update() { if (latestPanel != null) { if (Input.GetMouseButtonDown(0)) { ray = Camera.main.ScreenPointToRay(Input.mousePosition); hit = Physics2D.Raycast(ray.or...

2 years ago

1 answers
103 views
0
This is a question related to mysql linkage in unity5

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

2 years ago

2 answers
77 views
0
WebClient.Download question.

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

2 years ago

1 answers
83 views
0
In C#, if the class list has more elements, it slows down crying

UNI.T is programming.There's a class called MyClass in C#Declare a list, create an object with new MyClass() and put it in AddInserting more than a thousand objects takes a lot of time.Is it supposed ...

2 years ago
« - 3 - »

© 2024 OneMinuteCode. All rights reserved.