unity3d tag

198 questions


2 answers
37 views
0
Cannot copy to Monodevelop

Windows 7 Unity 5.3 When I try to copy the code on the web page, I cannot copy it to Monodevelop.Paste into Notepad for confirmation.You can copy the code from Monodevelop to another Monodevelop sourc...

1 years ago

1 answers
42 views
0
"MonoBehavior Could Not Be Found" Appears When Attempting to Write a Script in Unity

When I started a new project with Unity and tried to create a script, Monobehaviour not found, it will be .This has never happened before, but after changing the computer and changing the version, Onc...

1 years ago

2 answers
50 views
0
Is unity more efficient than eclipse for Android game development? [Closed]

Do you want to improve this question?Update your question, Edit this post to be answered with facts and quotes.Closed 7 years ago.7 years agoAlso, please tell me the advantages of each...

1 years ago

1 answers
40 views
0
Unity WebPlayer Mac version must be reloaded to play

The WebPlayer on the Mac (safari, chrome, Firefox) cannot be played in the Unity app you are creating.However, after reloading, you will be able to play it.If you look at the Mac log, the following me...

1 years ago

1 answers
41 views
0
How to take over a variable when you move through the unity scene

Is there a way to take over the variable even if I move the scene?Let's say there are two scenes (shop and main) Suppose you spend money at a shop and buy items.Take over the effects mainly.Is there a...

1 years ago

1 answers
39 views
0
How to Destroy Randomly Generated Objects

How to destroy randomly generated objectsObjects are randomly generated in an array as shown below.intenemyIndex=Random.Range(0,m_enemyList.Length);varenemyObject=Instantiate(m_enemyList[enemyIndex], ...

1 years ago

1 answers
37 views
0
Is it only available in the asset store for unity?

I'd like to make a room with unity.There is nothing I want in the asset store.Is it possible to import 3D data that I got outside of asset store?Please let me know what kind of choices you have.

1 years ago

1 answers
39 views
0
About AddFors for Unity

Currently, I am thinking of creating a process in which characters move freely in 3D space, but when I do the following process, when I press W+A and S+D at the same time, it moves in a strange direct...

1 years ago

2 answers
37 views
0
OpenVR Initialization Fails on Unity 5

I'm a Unity & Programming beginner.The version is 5.5.1.I want to use SteamVR and EditorVR in Unity 5, but I get an error and I can't press the play button.VR:OpenVR Error!OpenVR failed initializa...

1 years ago

1 answers
41 views
0
How do I control my attitude from Script when I'm using Unity's Meganim+Humanoid?

Animation using Unity HumanoidI would like to control the direction of the character's waist (Spine) and neck (Neck) from Script.In the case of Generic and Legacy, it was reflected when I turned the J...

1 years ago
« - 15 - »

© 2024 OneMinuteCode. All rights reserved.