unity3d tag

198 questions


1 answers
38 views
0
Retrieving Multiple Objects

multiple objs already generated by instantiateGet it with Find and move the position to random.range I'd like to move each object to Random.Range.Based on the implementation below, it is not possible ...

1 years ago

2 answers
62 views
0
Understanding Git Management of Unity 5 Light Map Configuration Files (100 Mover).

From Unity 5, if you bake LightMap, it's called LightmapSnapshot.asset.A file for LightMap is now created.It seems that LightMap settings and primary data are stored.It will be a huge file that will e...

1 years ago

1 answers
37 views
0
Scene May Not Load with LoadLevelAsync

public void load(string name){ StartCoroutine (LoadNextLevel(name)));}IEnumerator LoadNextLevel(string name){ AsyncOperation ao=Application.LoadLevelAsync(name); ao.allowSceneActivation=false; while(a...

1 years ago

1 answers
34 views
0
VR-aware automatically disconnects when built with Unity

Thank you for your help.I was able to build it without any difficulty until recently, but when I built it today I noticed that the VR-enabled configuration was automatically removed.Running the built ...

1 years ago

1 answers
40 views
0
What should I do with this script error?

It's C#.Please answer me.

1 years ago

1 answers
97 views
0
Create Replication from Unity 2D prefab

Unity 5.3What you want to do is replicate and view prefabricated GameObject prefab=(GameObject)Resources.Load(Prefabs/hoge);You can see that the gets prefabricated.Next, Instantiate(prefab, tran.posit...

1 years ago

1 answers
41 views
0

1 answers
45 views
0
I want to avoid mixing Canvas from other players in Unity Photon.

I'm trying to create a wolf-like online game using Unity's Photon.It was good until I gave each player a position, but if I put it on each player's screen, the position will not be displayed correctly...

1 years ago

1 answers
74 views
0
Unity crashes when I build it on Android and boot it on a real machine.

Unity releases apps to AppleStore and GooglePlay.After building it on Android suddenly, it crashes when I start it on the actual machine, and it falls off right away.Below is the crash log filtered by...

1 years ago

1 answers
36 views
0
Regarding the case where the color change process (material.color) in Update() is not handled correctly.

I have asked the same question before, but it has not been resolved and I will ask you again.I'm a beginner at Unity.The content is to mass-produce cube objects in for minutes and place them like squa...

1 years ago
« - 14 - »

© 2024 OneMinuteCode. All rights reserved.