Skip to main content

Questions tagged [unity-game-engine]

Unity is a cross-platform game engine by Unity Technologies. Questions should be about programming with the game engine and not usage of the graphical interface. Questions about the usage of the graphics interface are off topic.

unity-game-engine
0 votes
2 answers
36 views

Can I stop Unity remembering data that has been erased from PNGs?

I have been working on a texture for an avatar to put in VRChat using Blender and Krita.The texture looks completely fine when in Blender but when I import the PNGs to Unity, issues occur. The main ...
Cepheron Kalle's user avatar
0 votes
1 answer
40 views

OOP usage in Unity Game Engine

i've started to learn Unity and we were always using MonoBehaviour Parent and Child Classes. After that i realized that we need to use OOP with our projects. I know how can i create classes and ...
Melih Altuğ Çelik's user avatar
-1 votes
0 answers
15 views

Models are not rendering the skins correctly [closed]

Im trying to bring MC Skins into Unity, but when I import them from blender the skins are all messed up, and I don't know how to fix them. So far I tried to reimport the models and edit the textures, ...
Salmonella Baby's user avatar
1 vote
0 answers
18 views

SignalR Client implementation in unity works in editor but not in Android

I am using signalR client in unity for a real-time Android game. So, when i run game in Unity editor, everything is fine, But when i built it for android, i realize that it didn't connect to Hub ...
mohammadreza khorasani's user avatar
0 votes
0 answers
9 views

I cannot build my flutter/unity app: Undefined Symbol CardboardUnity, linker command failed

As I said I cannot build my flutter app with Unity Framework. These are some logs when build fails: Error (Xcode): Undefined symbol: _CardboardUnity_setDeviceParametersChanged Error (Xcode): Undefined ...
batGirl's user avatar
1 vote
0 answers
27 views

How can I align my player to a ledge (Unity 3D)?

I am working on a game with a grapple system similar to the Batman Arkham games. Right now, you can target a point on a ledge and teleport to it (Teleporting is just for testing) and then hang on it. ...
Cormac Franz's user avatar
0 votes
1 answer
29 views

Uploading a video(file) through file explorer in Unity WebGl

I'm developing a game on Unity WebGl. I have a part that user has to upload a video through file explorer, then I have to send it to server. I don't have to play it in unity. I just need to get the ...
Fatemeh Zare's user avatar
-1 votes
1 answer
32 views

Get the dimensions of a unit of 3D Models

I'm working on an AR Project using Unity3D. In Unity 1 unit equates to 1m in real life. So a cube that'ss 1,1,1 is exactly 1m², in my AR application. Now if I import 3D models from various sources, ...
KarlSupertramp's user avatar
0 votes
1 answer
41 views

Unity 3D: Instantiating an object after setting it into a list isn't consistent

I am making a game where people walk around catching cats then releasing them into a safe spot. Here's all the relevant code: using System.Collections.Generic; using Unity.VisualScripting; using ...
Geeky15's user avatar
0 votes
0 answers
21 views

Unity Cloud Save blocks game

Hey I am trying to use Unity Cloud Save feature. I've added SDK for Cloud Save and Authentication and Linked Unity Project. I am also using Firebase so there is also configuration for it. All fun ...
sennin's user avatar
  • 8,822
1 vote
0 answers
27 views

Calculate node value based on its surrounding cells [closed]

I have a 2D float array of width * height elements and I want to generate a mesh using it as a heightmap. The texture I've generated from the array was also width * height, so the mesh should have (...
Vinh Nguyễn's user avatar
0 votes
0 answers
19 views

How to detect the proper World space UI element's position using GraphicRayCaster?

Good afternoon. I am trying to interact with UI elements within a worldspace canvas due to Unity 2022 LTS not supporting interaction via the New Input System when using a locked cursor. The issue I am ...
user171859's user avatar
0 votes
0 answers
13 views

Forward and Backward movement Visual Scripting not working together

I have an issue while working with visual scripts, I'm learning it and new to it so when I created the forward and backward movement in the visual scripts it is working separately but not together as ...
nateTheGreat's user avatar
1 vote
0 answers
28 views

Generating a different zipcode after each spawn in unity

Sorry for terrible grammar but I've been working on a Conveyor Belt project for the past month and been having problems with the parcels(Boxes) not having specific zip code after each spawn. I'm still ...
Itha's user avatar
  • 11
1 vote
1 answer
37 views

Having trouble centering a Gizmo in Unity's editor with an Isometric Grid where Z axis serves as Y axis

I'm trying to make the boxes in OnDrawGizmos() center isometrically within each tile. As you can see, I want to know the coordinates of each tile and always have them displayed in the editor. As you ...
Sergio García Vico's user avatar

15 30 50 per page