unity tag

36 questions


4 answers
78 views
0
Unity loaded the .XML file into the WWW class for XML parsing. Is there any function to de-serialize the information?(We are developing it for Android phones.)

IEnumerator read() { Text txt = GameObject.Find(ERRORMESSAGE2).GetComponent<Text>(); string fileName = Quests.xml; string filePath = jar:file:// + Application.dataPath + !/assets/ + fileName;...

1 years ago

1 answers
111 views
0
XML Data Parsing on Android Platform

public class QuestContainer{private List<QUEST> confirmed = new List<QUEST>();private List<QUEST> complete = new List<QUEST>();private List<QUEST> possible = new List<...

1 years ago

1 answers
118 views
0
Unity 3D Android Platform XML WRITE LOAD Question.

string filename = Quests;Type[] questType = { typeof(QUEST) };FileStream fs = new FileStream(Path.Combine(Application.persistentDataPath,filename+.txt), FileMode.Create);StreamWriter sw = new StreamWr...

1 years ago

1 answers
116 views
0
Question about recording UNI.T screen.

using UnityEngine;public class ScreenshotMovie : MonoBehaviour{ // // The folder we place all screenshots inside. // // If the folder exists we will append numbers to create an empty folder. public st...

1 years ago

5 answers
85 views
0
Is there an active developer forum in Korea?

It's exactly what the title is.I'm asking you this question because I think there will be something to refer to in a community or forum with many working-level officials.

1 years ago

1 answers
120 views
0
I'm a beginner at Unity. I have a question about moving an object to its location.

I want to keep the Circle object going up in the y-axis direction.It worked well in the x-axis direction, but when I changed the character to the y-axis, the circle did not move. What's wrong?

1 years ago

1 answers
136 views
0
Unity httpapi communication security

Hello, I'm a web developer.I am developing a game API server this time, and I have a question about security when communicating with http.You want to prevent the Unity client from tampering with the v...

1 years ago

2 answers
100 views
0
How do I program the GUI in C++?

Recently, I learned C++, and I realized that I had to do GUI programming to make something that actually looked like a program.I looked into the data, and there were a lot of themI'm learning somethin...

1 years ago

1 answers
125 views
0
Unity score raising question

You are about to write a code to keep score. There are several controls, so we split the code.In the event of a collision scoreSum man = GameObject.Find(scoreManager).GetComponent <scoreSum>();m...

1 years ago

2 answers
120 views
0
What tools do you usually use to produce Unity components?

What tools do you usually use to produce objects like those used by Unity?I heard that there are tools such as Blender and Maya, so I would appreciate it if you could recommend a book that I can teach...

1 years ago
- 1 - »

© 2024 OneMinuteCode. All rights reserved.