3d tag

201 questions


1 answers
61 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...

2 years ago

1 answers
61 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...

2 years ago

1 answers
138 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...

2 years ago

1 answers
55 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...

2 years ago

1 answers
65 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.

2 years ago

1 answers
69 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 ...

2 years ago

1 answers
63 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

2 years ago

2 answers
56 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...

2 years ago

2 answers
72 views
0
How can I import Building objects using Google Maps API?

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

2 years ago

2 answers
149 views
0
c# 3d processing in console (service) applications

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

2 years ago
« - 20 - »

© 2025 OneMinuteCode. All rights reserved.