Quantcast
Channel: Latest Questions by MobiusDev
Browsing all 22 articles
Browse latest View live

My first Script in unity...

For my first script in unity i tired to make a very simple flying game. (Yes i know it is missing pitch and roll) The first major issue is that when i try to yaw left it only increments by one degree...

View Article



My first Script in unity...

For my first script in unity i tired to make a very simple flying game.(Yes i know it is missing pitch and roll) The first major issue is that when i try to yaw left it only increments by one degree...

View Article

A question on assets...

Currently I am making 3D assets in blender for unity however the are a few things I need to clarify. First do i bake and make normal, specular, ao and diffuse as different textures, and just apply them...

View Article

How do i go about rigging and animating?

Is the anything different about rigging and animating assets for unity (I use blender) I've watched some blender to unity tutorials for low poly assets but they never include animations walkthroughs.

View Article

Dynamic sound for vehicles

Currently i am trying to make the sounds for my space combat game, but i don't know how to go about making the engine sounds. Obviously the engine will sound different at different speeds. Do i make...

View Article


Another "insert semicolon at end"

I am soo sorry I have to ask this question, I am sure you get it alot BUT when i do go the the said line and add/replace with semicolon it creates about 5 more problems. In this case the log says the...

View Article

Problem with calling functions from other scripts.

I currently have damage script calling a function from another script which is called shields. I've fooowed this guys video (http://www.youtube.com/watch?v=nEMneTf2Wcs) but when i start the game i get...

View Article

How to make a speical 3D map mode?

For my game i would like a tactical holographic map (in 3D) and at the press of a button the battlefield switches to this mode. What would be the bast way to implement this feature? one idea i had...

View Article


Best method for scripting weapon attributes.

Currently i have a basic weapon damage script. However this only works for one weapon. So i was wondering how would i go about scripting attributes and abilities of different weapons or even normal...

View Article


Why does this timer not work?

private var currentTime = 0; function Update (){ if (Input.GetAxis("Fire3")){ currentTime = currentTime + Time.deltaTime; } Debug.Log(currentTime); }

View Article

A few C# problems.

Below are two scripts, one for summoning a projectile (goes on the gun), and the other for collisions which goes on the projectile. The first problem is "Cannot cast from source type to destination...

View Article

My first Script in unity...

For my first script in unity i tired to make a very simple flying game. (Yes i know it is missing pitch and roll) The first major issue is that when i try to yaw left it only increments by one degree...

View Article

My first Script in unity...

For my first script in unity i tired to make a very simple flying game.(Yes i know it is missing pitch and roll) The first major issue is that when i try to yaw left it only increments by one degree...

View Article


A question on assets...

Currently I am making 3D assets in blender for unity however the are a few things I need to clarify. First do i bake and make normal, specular, ao and diffuse as different textures, and just apply them...

View Article

How do i go about rigging and animating?

Is the anything different about rigging and animating assets for unity (I use blender) I've watched some blender to unity tutorials for low poly assets but they never include animations walkthroughs.

View Article


Dynamic sound for vehicles

Currently i am trying to make the sounds for my space combat game, but i don't know how to go about making the engine sounds. Obviously the engine will sound different at different speeds. Do i make...

View Article

Another "insert semicolon at end"

I am soo sorry I have to ask this question, I am sure you get it alot BUT when i do go the the said line and add/replace with semicolon it creates about 5 more problems. In this case the log says the...

View Article


Problem with calling functions from other scripts.

I currently have damage script calling a function from another script which is called shields. I've fooowed this guys video (http://www.youtube.com/watch?v=nEMneTf2Wcs) but when i start the game i get...

View Article

How to make a speical 3D map mode?

For my game i would like a tactical holographic map (in 3D) and at the press of a button the battlefield switches to this mode. What would be the bast way to implement this feature? one idea i had...

View Article

Best method for scripting weapon attributes.

Currently i have a basic weapon damage script. However this only works for one weapon. So i was wondering how would i go about scripting attributes and abilities of different weapons or even normal...

View Article
Browsing all 22 articles
Browse latest View live




Latest Images