unity3d tag

198 questions


1 answers
67 views
0
To retrieve gzip compressed data from C#(Mono) in HttpWebRequest.GetResponse

I would like to receive data that is gzip compressed on the server side with Unity's C#(Mono) using the GetResponse() method in HttpWebRequest.of the following sources: using(HttpWebResponse wres=(Htt...

1 years ago

1 answers
93 views
0
Understanding Storage Distinctions Accessible from Application.persistentDataPath in Unity

The path you can get from Application.persistentDataPath should be /data/com.xxx.xxx/files, but AndroidManifest.xml has<uses-permission android:name=android.permission.WRITE_EXTERNAL_STORAGE/>As...

1 years ago

1 answers
81 views
0
Unable to create subfolder in mkdir under Documents folder in iOS

/var/mobile/Applications/XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXX/Documents I wanted to create a subfolder, so I wrote the following source code.I created a subfolder with mkdir, but the mkdir return value...

1 years ago

1 answers
89 views
0
Understanding Storage Distinctions Accessible from Application.persistentDataPath in Unity

The path you can get from Application.persistentDataPath should be /data/com.xxx.xxx/files, but AndroidManifest.xml has<uses-permission android:name=android.permission.WRITE_EXTERNAL_STORAGE/>As...

1 years ago

1 answers
83 views
0
Understanding MobileSingleStickControlRig in Unity 4.6.3

I'd like to use MobileSingleStickControlRig for stick placement.If you touch the stick, it will be moved to 0,0 coordinates.I'd like to keep the stick in place, but how can I maintain the initial plac...

1 years ago

1 answers
79 views
0
Understanding MobileSingleStickControlRig in Unity 4.6.3

I'd like to use MobileSingleStickControlRig for stick placement.If you touch the stick, it will be moved to 0,0 coordinates.I'd like to keep the stick in place, but how can I maintain the initial plac...

1 years ago

1 answers
82 views
0
Create a map that can be clicked + highlighted in Unity

I would like to create something like Hearts of Iron and Plague inc that highlights the region or country when you click on a map.Of course, I looked it up on UnityAnswers and others, but I don't unde...

1 years ago

1 answers
65 views
0
Create a map that can be clicked + highlighted in Unity

I would like to create something like Hearts of Iron and Plague inc that highlights the region or country when you click on a map.Of course, I looked it up on UnityAnswers and others, but I don't unde...

1 years ago

1 answers
65 views
0
Unity 3d has broken the order of files in the project

In Unity 3d, the png files in the project should have been sorted by name, but before I knew it, they were out of order.Is there a way to put it back in the order of names?(Additional) The filename is...

1 years ago

1 answers
68 views
0
Unity 3d has broken the order of files in the project

In Unity 3d, the png files in the project should have been sorted by name, but before I knew it, they were out of order.Is there a way to put it back in the order of names?(Additional) The filename is...

1 years ago
« - 6 - »

© 2024 OneMinuteCode. All rights reserved.