unity3d tag

198 questions


1 answers
38 views
0
I would like to create a biohazard-like cut scene with unity, but I have a question about switching scenes.

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

1 years ago

1 answers
35 views
0
Configuring Fogs from Scripts in Unity 5.2

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

1 years ago

1 answers
104 views
0
The appearance of the 3D model changes when building to Android (SO-02J) with unity.

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

1 years ago

1 answers
32 views
0
Unity scripts fail

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

1 years ago

1 answers
41 views
0
ViewportRect

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.

1 years ago

1 answers
45 views
0
About Score Display

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

1 years ago

1 answers
38 views
0
unity —EdgeCollider 2D conflict determination is not possible.

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

1 years ago

2 answers
33 views
0
error CS1525:meaning Unexpected symbol ''

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

1 years ago
« - 20 -

© 2024 OneMinuteCode. All rights reserved.