198 questions
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...
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...
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 ...
I played it on Android with Unity Remote 4, but the screen was long.
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 ...
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...
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...
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...
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...
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...
« | - 13 - | » |
© 2024 OneMinuteCode. All rights reserved.