unity3d tag

198 questions


1 answers
296 views
0
PackageManager settings are restored each time you create a project in Unity.

As I mentioned in the title, when I create a project with UnityHub, the VisualStudioEditor version in PackageManager is 2.0.9, and I update it to 2.0.11, but when I launch a new project with UnityHub,...

1 years ago

1 answers
348 views
0
Understanding How to Create an Inventory System in unity

I could put what I picked up on the list, but how can I create an inventory system like Micra?I don't even know what to do

1 years ago

1 answers
372 views
0
Differences in .meta files do not disappear in Git management for Unity projects

Prerequisites/What you want to achieveI manage the Unity project at GitHub.When one of the members reinstalled the source tree and pulled the latest branch, many .meta files, some plug-in files, conti...

1 years ago

1 answers
398 views
0
Understanding Errors on Certain Android Models (java.lang.Error: null pointer reference)

Prerequisites/What you want to achieveI'm making a game with Unity.It works fine on many models, but the following error message occurs on several models and the application does not start.This is my ...

1 years ago

1 answers
308 views
0
I want to move only the Z axis at the midpoint of the 3D parabola connecting the two points.

We draw a 3D parabola connecting the two points.Vector3_controlPoint=new Vector3(0,0,-50);var control=(_trans1.position+_trans2.position)/2+_controlPoint;verticalPoints=_middlePoints+2;List<Vector3...

1 years ago

1 answers
317 views
0
UnauthorizedAccessException: Understanding How Access to the path '...' is denied

I am currently trying to save the captured image in the game, but the following error occurred when I tried to write the file as shown in the last line of code:UnauthorizedAccessException: Access to t...

1 years ago

1 answers
457 views
0
Is it possible to make a Dictionary-type list?

Let me ask you a question about the dictionary and list of C#.(In the first place, I don't know if it's possible or impossible due to the specifications of C#.) I'm trying to create a list with Dictio...

1 years ago

1 answers
73 views
0
Unable to load solution from Visual Studio.

I was writing code in Visual Studio for Unity project.in Visual StudioUnable to load solutionadLoad operation failed

1 years ago

1 answers
60 views
0
Can I use unity offline?

It's just as the title says.The unity installation is complete and ready to use.

1 years ago

1 answers
57 views
0
When returning to the main scene after the transition, the first hit decision reacts.

I'm a beginner at Unity 3 months.I'm making a 2D RPG quiz.There are several characters standing scattered on the main field Each time the player hits the opponent (character), it changes to a quiz sce...

1 years ago
« - 2 - »

© 2024 OneMinuteCode. All rights reserved.