unity3d tag

198 questions


1 answers
38 views
0
I want to change the unity save key like a variable.

I am currently making a calendar.I want to save events by date.I want to change the save key to the date so that I can change it every time.You cannot change the key in playerPref.Setint.Is there a go...

1 years ago

1 answers
43 views
0
How do I get Visual Studio Tools for Unity (formerly UnityVS)?

I recently learned that there is a tool called Visual Studio Tools for Unity.Where can I download it?

1 years ago

1 answers
33 views
0
I want to run the inside of the lambda expression linked when one method is called (notify another method)

■Current state Using a multi-online system called PhotonCloud,  I'm trying to make a multi-match.  OnConnectedToPhoton on PhotonEventManager.cs is  When connected to the PhotonServer, events fly. I'd ...

1 years ago

3 answers
43 views
0
GameObject[] is not instantiated when using the C# hash table in Unity

GameObject[]go1;GameObject[]go2;GameObject[]go3;string [ ] tag = {A, B, C };Dictionary <int, GameObject[]>Dict=new Dictionary<int, GameObject[]>();Pict.Add(0,go1);Pict.Add (1, go2);Pict.Ad...

1 years ago

1 answers
37 views
0
I loaded the model I made with Maya into Unity, but sorting layer doesn't work.

I loaded the model I made with Maya into Unity, but sorting layer doesn't work.Can I set the sorting layer except for sprites?I look forward to your kind cooperation.

1 years ago

1 answers
35 views
0
I would like to ask you a question about wall-slip implementation at Unity.

I would like to reproduce wall slippage without using RigidBody in Unity.There are two things I don't understand, so I'm in trouble.When I looked into the wall slippage Using the Direction of Progress...

1 years ago

1 answers
33 views
0
About uploading unity files

Is it possible to upload the text file to the server with unity?I rent vps.

1 years ago

1 answers
93 views
0
Is it possible to have the Unity plug-in perform OpenGLES operations?

I would like to process OpenGLES with the Unity plug-in (dll side) and reflect it to Unity side.Find out how https://docs.unity3d.com/ja/540/Manual/NativePluginInterface.htmlin such a way that Unity g...

1 years ago

1 answers
67 views
0
I want to move Unity's cube when I bring the magnet closer to Arduino.

http://deviceplus.jp/hobby/entry044/I created an Arduino Rotometer by referring to this site.I want to move the cube on Unity according to the number of revolutions when I try to use the magnet with t...

1 years ago

1 answers
34 views
0
I want to know how Unity can prevent obstacles from floating or sinking.

I'm making a game where I put the ball into the goal by rotating the stage.When you rotate the stage, smooth moving black obstacles sink and float (probably because of Vector 3).The solution to this i...

1 years ago
« - 17 - »

© 2024 OneMinuteCode. All rights reserved.