36 questions
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...
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?
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...
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 ...
public void CreateObject() { int randomType = UnityEngine.Random.Range(0, 2); GameObject temp = (GameObject)Instantiate(Resources.Load(Prefabs/Object)); int randomItem; temp.AddComponent<ItemSc...
using System.Collections;using System.Collections.Generic;using UnityEngine;[System.Serializable]public class BGScrollData{ public Renderer RenderForScroll; public float Speed; public float OffsetX;}p...
« | - 4 - |
© 2024 OneMinuteCode. All rights reserved.