unity3d tag

198 questions


2 answers
96 views
0
I want to realize a turn-based attack in the battle scene of the RPG game.

Nice to meet you.I started studying Unity last month, and now that I'm done, I'm trying to create an RPG battle scene.Below are the questions.·Three friendly characters (A, B, C) and one enemy charact...

1 years ago

1 answers
49 views
0
When creating applications for environmental units such as development, application, and testing, I would like to create ipa files for each environment only by changing the contents of the xCode build without starting with Unity build every time.

If anyone has the following knowledge, could you please let me know?After building Unity in Jenkins, I want to change Jenkins' xCode settings (such as using shell or xCode Plugin) so that I can create...

1 years ago

2 answers
60 views
0
Unity Errors

I started studying First Unity on the official Unity website.using System.Collections;using System.Collections.General;using UnityEngine;public class DangerWall:MonoBehavior { // Callback called when ...

1 years ago

2 answers
43 views
0
Android device-specific resolution

I played it on Android with Unity Remote 4, but the screen was long.

1 years ago

1 answers
41 views
0
I want to move the object slowly to the specified position.

I want to move the object slowly to the specified position, but not slowly, but in an instant, I get to the last specified point.Does Vector3.Lerp not work well with while?Please let me know if there ...

1 years ago

1 answers
49 views
0
Pull and skip Unity object

I'd like to write a process in which pulling any game object on the screen in Unity 2D flies in the opposite direction of pulling, but I'm having a hard time because I can't see anything at all.If you...

1 years ago

1 answers
55 views
0
I want to draw a smooth 3D parabola.

We are developing at Unity.I draw 3D parabola with columns arranged side by side like LineRenderer. [SerializeField] Vector3[]_positions;SerializeField int_sides=3;SerializeField float_radius=2;privat...

1 years ago

1 answers
51 views
0
I want to synchronize my facial expressions using Photon.

I am creating a multiplayer project using Photon.I changed my avatar after running Blendshapes in Skin Mesh Renderer.How can I synchronize my avatar Blendshapes parameters to other players in real tim...

1 years ago

1 answers
47 views
0
Is there a way to get an Android user email address through Unity?

Based on this reference, Java seems to be able to obtain it from the account manager.How do I do the same with Unity?http://y-anz-m.blogspot.jp/2010/09/android_23.htmlIf you try the Google official pl...

1 years ago

1 answers
62 views
0
Changing the Color of an Object

I would like to change the color of the button to a color that is not the default color (to make it visually clear that the button cannot be used), but is there any way Unity can do this with a script...

1 years ago
« - 13 - »

© 2024 OneMinuteCode. All rights reserved.