unity tag

36 questions


2 answers
66 views
0
Fade in/out from LoadScene to Unity

My project is to make VR mobile app Unity.The problem is I want to include the fade in/out effect in LoadScene, but it's different for each online course, and most of them are 2D screens, so I'm havin...

2 years ago

1 answers
136 views
0
I'd like to record RGB images that were uploaded by Unity Engine using Kinect.

I'd like to record RGB images that were uploaded by UNI.T. Engine using Kinect camera.Is there a way to save and recall after recording using openCV?

2 years ago

1 answers
66 views
0
I wonder about the value of the repeat for.

void Start(){ for (int a = 1; a < 2; a++) { Debug.Log(a); }}According to the above repetition, I thought the output value would be 2, but it came out as 1. Is it not applied to the output value be...

2 years ago

1 answers
89 views
0
I'm a student who is making a game with UNI.T engine.

I'm making a game with UNI.T, and the player on the game I wanted to bring in a window like File Explorer so I could import pictures. There was a free set of FILE BROWSER at the Asset Store, so I was ...

2 years ago

1 answers
125 views
0
Unity Event Trigger > Event Additional Questions.

public void CreateObject() { int randomType = UnityEngine.Random.Range(0, 2); GameObject temp = (GameObject)Instantiate(Resources.Load(Prefabs/Object)); int randomItem; temp.AddComponent<ItemSc...

2 years ago

1 answers
103 views
0
Setting the Unity Texture Name

using System.Collections;using System.Collections.Generic;using UnityEngine;[System.Serializable]public class BGScrollData{ public Renderer RenderForScroll; public float Speed; public float OffsetX;}p...

2 years ago
« - 4 -

© 2024 OneMinuteCode. All rights reserved.