menu
Log In
Register
menu
Login
Register
Questions
Hot!
Unanswered
Tags
Users
Ask a Question
About us
Cookie Policy
Home
Tag
unity
Recent questions tagged unity
1
vote
1
answer
How do I get normal quality when building a project in Unity?
How do I get normal quality when building a project in Unity?
Greetings. Recently started learning Unity and ran into the following problem. I added some sprites and text to the scene, in development mode everything looks fine, but ...
unity
by
UniProger
asked
Sep 24, 2021
1
vote
1
answer
How do I make a description of the functions inside the unity itself?
How do I make a description of the functions inside the unity itself?
I remember when I put one of the Assets about a year ago, there was a popup next to each variable and button in the script that would explain what the button or variable ...
c#
unity
by
phobious
asked
Sep 24, 2021
1
vote
1
answer
Why doesn't the click method work? InputValue?
Why doesn't the click method work? InputValue?
using System.Collections;using System.Collections.Generic;using UnityEngine;using UnityEngine.InputSystem;using UnityEngine.PlayerLoop;public class TapMoving : MonoBehav ...
unity
by
WasTabon
asked
Sep 24, 2021
1
vote
1
answer
Error CS1061 unity how to fix the error?
Error CS1061 unity how to fix the error?
Started to refine the surf controller for my game, and this is what happened (before that there were two errors) The errors came after I tried to lock the camera turns ...
unity
by
socialist_cheese
asked
Sep 24, 2021
1
vote
1
answer
How do I check if objects are in contact?
How do I check if objects are in contact?
I check if objects collided with each other with OnTriggerEnter2D, How do I check if an object has flown on after the collision, or is it still in contact? ...
unity
by
Shameless19
asked
Sep 24, 2021
1
vote
1
answer
Is it possible to make a color change animation from two identical 2D drawings?
Is it possible to make a color change animation from two identical 2D drawings?
My goal is to draw graphics in my game by hand and scan, etc., but there is a problem, I will need to create animation as a normal house, for example, will change color ...
unity
by
Byronic
asked
Sep 24, 2021
1
vote
1
answer
How can you implement the movement of cubes with a swipe?
How can you implement the movement of cubes with a swipe?
Hello all, I decided to remake the game with the tutorial and remake for Android. Already tried a bunch of methods, not one worked. I need the pink and blue cube to move ...
unity
by
affenate
asked
Sep 24, 2021
1
vote
1
answer
The initial movement of Unity 2d?
The initial movement of Unity 2d?
How to implement the code in the Start() method so that at the beginning the object has a random direction of movement in 2D? I'm just a beginner, help please ...
c#
unity
by
artur_agishev
asked
Sep 23, 2021
1
vote
1
answer
How to make a Line Renderer animation in UNITY 3D (c#)?
How to make a Line Renderer animation in UNITY 3D (c#)?
There is a frog like this.) Issue: When you click the left mouse button, its tongue should extend smoothly from point A (mouth) to point B (click place). The Line Rend ...
unity
by
DredWulf
asked
Sep 22, 2021
1
vote
1
answer
EventSystems не подключается - "does not implement interface member 'IPointerDownHandler.OnPointerDown(PointerEventData)"?
EventSystems не подключается - "does not implement interface member 'IPointerDownHandler.OnPointerDown(PointerEventData)"?
using System.Collections;using System.Collections.Generic;using UnityEngine;using UnityEngine.UI;using UnityEngine.EventSystems;public class PlayerMoving : MonoBehaviour ...
unity
by
WasTabon
asked
Sep 22, 2021
1
vote
1
answer
How to use one binary array in multiple unity scripts?
How to use one binary array in multiple unity scripts?
I wrote the code 64 objects are created and I save them in one binary array SerializeField public GameObject, plitkmac = new GameObject 8, 8;..plitkmacy,x=inst; ...
unity
by
Tterka
asked
Sep 22, 2021
1
vote
1
answer
I can't figure out how to reflect the character in unity?
I can't figure out how to reflect the character in unity?
There are controls implemented through Vector2, It is necessary to reflect the character when moving (but when moving upwards it is not necessary (looks terrible)) pri ...
development-games
unity
by
B1esieForever
asked
Sep 22, 2021
1
vote
1
answer
How do I bind the FieldOfView object to the prefab?
How do I bind the FieldOfView object to the prefab?
I'm trying to do FieldOfView and I'm fine, everything works, but I need to link the object FieldOfView to the player that he followed him, but the question is how to do ...
unity
by
maxemga
asked
Sep 21, 2021
1
vote
1
answer
Floor sprite rupture. What to do and where to dig?
Floor sprite rupture. What to do and where to dig?
При движении персонажа в разные стороны , на полу ( а точнее вертикальные линии ) рябь. При приближении камеры , рябь пропадает , но меня это не устраивает. Если отдалят ...
unity
by
evaevaeva
asked
Sep 21, 2021
2
votes
2
answers
How to solve the problem with objects passing through each other?
How to solve the problem with objects passing through each other?
At the start of the game all objects enter each other and continue moving together, and the must move one after the other. Codeusing System.Collections;using System.Co ...
c#
unity
by
TonyMatony
asked
Sep 21, 2021
1
vote
1
answer
How do I replace the maps in the FPSME Asset?
How do I replace the maps in the FPSME Asset?
Hi all, I have a problem: how to replace the maps from the FPSME Asset? Maps are already there, but to replace do not know how. You can not replace, and add new ones, wh ...
unity
by
Ivan-grozny
asked
Sep 21, 2021
1
vote
1
answer
Why does the character keep jumping to different heights?
Why does the character keep jumping to different heights?
void Update() { if (Input.GetKey(KeyCode.Space) & isGrounded) { rigidbody2D.AddForce(transform.up jumpForce, ForceMode2D.Impulse); ...
unity
by
WasTabon
asked
Sep 21, 2021
1
vote
1
answer
How can Unity developers work remotely on the same project?
How can Unity developers work remotely on the same project?
I want to create a 3D game with a friend, but I do not know how to add it in unity ...
unity
by
fraymel1
asked
Sep 21, 2021
1
vote
1
answer
How do I turn off/on a child?
How do I turn off/on a child?
The Cell object has a child element SelectCell (selection frame), originally it should be turned off, the question is how to determine and turn it off immediately in the ...
unity
by
Zimaell
asked
Sep 21, 2021
1
vote
1
answer
How do you turn a character when he goes up a hill?
How do you turn a character when he goes up a hill?
Hi all. Here's a picture. I have a problem that I need to turn the character when he goes up (photo below) and I do not know how to do it. Can you help me? ...
c#
unity
by
Globalwinner228
asked
Sep 21, 2021
Page:
1
2
3
4
...
134
next »