201 questions
I'm a beginner at unity.I would like to include a cut scene as an event during the game, for example before the boss's game.Character animations and lip syncs have been created using external tools.Af...
If you set the fog in RenderSettings.fog=true from the script, There is a fog on the PC, but I installed it on the actual Android machine and No Fogs Appear When Running…From Script in Unity 4.4 Simil...
Regarding the 3D model of the person wearing simple clothes, there is a title issue.When I checked on UNITY's PLAY, the skin underneath the clothes does not protrude, but when I build on Android and c...
using UnityEngine;using System.Collections;public class ScrollObject:MonoBehavior { public float speed = 1.0f; public float startPosition; public float endPosition; void Update() { // Move each frame...
As stated in the title, I would like to change the value of Camera's ViewportRect within C#Script.What should I do?Professor, please.
I would like to substitute a number for each scorePrepare the ball and Cube objects When the ball hits the Cube, the number of the ball is taken and reflected in the score.The first score display was ...
EdgeCollider 2D and CircleCollider 2D can be determined, but EdgeCollider 2D did not respond to each other.Is it a specification?Thank you for your cooperation.unity 5.2.1
Assets/Scenes/Player_NonPhysics2D.cs (42,32): error CS1525: Unexpected symbol'<internal>'The error appears, but I don't understand what this error means.The 42nd line indicated is the return; li...
Hello, I am a college student who is a beginner in development.I want to make a program using Google Maps API, but I can't find a way on my own, so I'm asking you this question.First of all, Google Ma...
I want to create a service program (running on the server) that calls Wavefront format (*.obj) on the C# console, applies shader, uvmap, bumpmap, etc., and stores it as a 2d image.I tried using librar...
« | - 20 - | » |
© 2025 OneMinuteCode. All rights reserved.