Quantcast
Channel: Answers by "MasterBLB"
Browsing all 26 articles
Browse latest View live

Answer by MasterBLB

I have no idea,but there is no mentiong of gui textures there: http://unity3d.com/support/documentation/Manual/Game%20Interface%20Elements.html

View Article



Answer by MasterBLB

Thanks Kacper,that was it :)

View Article

Answer by MasterBLB

The problem is solved. That drop shoud be made not on the ScriptFile->Default References component,but I had to select the object containing my script and there is a GUISkin reference the drop shoud...

View Article

Answer by MasterBLB

Well,to have own font you'll need such steps: 1.Put yourDesiredFont.tff into yourProjectFolder/Assets.More details there http://unity3d.com/support/documentation/Components/class-Font.html 2.As guyt...

View Article

Answer by MasterBLB

Problem is solved-there was a border around inside graphics file.When I removed it all calculations give expected results.

View Article


Answer by MasterBLB

Solved by myself-there is an option for export/import in MainMenuBar->Assets.

View Article

Answer by MasterBLB

No one had right. The problem was there: mesh.vertices = new Vector3[] {new Vector3(0, 0, 0), new Vector3(0, 100, 0), new Vector3(100, 100, 100)}; I've changed verticles to new Vector3[] {new...

View Article

Answer by MasterBLB

I solved the issue on my own-there were too small scale set on FBX Importer.

View Article


Answer by MasterBLB

In the doc for GetKeyDown there is mentioned to use GetButton instead,as it allows binding,while GetKeyDown works on enum: http://unity3d.com/support/documentation/ScriptReference/Input.GetKeyDown.html

View Article


Answer by MasterBLB

I solved the issue on my own-the ray has to be cast like: Physics.Raycast(Camera.main.transform.position,Camera.main.transform.forward,out hit,float.PositiveInfinity); and then it gives expected...

View Article

Answer by MasterBLB

There is only one way to handle different resolutions-using relatives to Screen.width or Screen.height,or to use GUILayout(but for layout you have to calculate it's begin point anyway) For example,if...

View Article

Answer by MasterBLB

Ah,I found the reason. I had several lines of code like: drawOptionsMenu = GUI.Button(sth); that caused the variables to be always false.

View Article

Answer by MasterBLB

I found in docs classes like Keyframe,AnimationCurve and AnimationState.But it weren't mentioned how can I obtain objects of these clases inside a script from an animation created in Unity tool.That's...

View Article


Answer by MasterBLB

I have no idea,but there is no mentiong of gui textures there: http://unity3d.com/support/documentation/Manual/Game%20Interface%20Elements.html

View Article

Answer by MasterBLB

Thanks Kacper,that was it :)

View Article


Answer by MasterBLB

The problem is solved. That drop shoud be made not on the ScriptFile->Default References component,but I had to select the object containing my script and there is a GUISkin reference the drop shoud...

View Article

Answer by MasterBLB

Well,to have own font you'll need such steps: 1.Put yourDesiredFont.tff into yourProjectFolder/Assets.More details there http://unity3d.com/support/documentation/Components/class-Font.html 2.As guyt...

View Article


Answer by MasterBLB

Problem is solved-there was a border around inside graphics file.When I removed it all calculations give expected results.

View Article

Answer by MasterBLB

Solved by myself-there is an option for export/import in MainMenuBar->Assets.

View Article

Answer by MasterBLB

No one had right. The problem was there: mesh.vertices = new Vector3[] {new Vector3(0, 0, 0), new Vector3(0, 100, 0), new Vector3(100, 100, 100)}; I've changed verticles to new Vector3[] {new...

View Article
Browsing all 26 articles
Browse latest View live




Latest Images