Quantcast
Channel: Latest Questions by Smithy311
Browsing latest articles
Browse All 18 View Live

Creating a teleportation gun

Hi, I've been trying to create a teleportation gun using raycasts and rigidbody's. I have made a basic raycast gun var bullet : Rigidbody; var bulletPoint : Transform; function Update () { var hit :...

View Article



Optimizing My Teleportation Gun?

Hi, I need to optimize my teleportation gun in a few ways. Is there a way I can make it so that the instantiated object is affected differently to the original object? The gun is also pretty buggy,...

View Article

Creating A Crosshair in Unity 4.6.2?

Hi, I am making a game and I need to create a crosshair for the player. I looked at tutorials online, and they are all saying to use GUITexture. Is GUITexture now outdated due to the GUI updates that...

View Article

Unity's mouse look causing movement issues

Hi, the default mouse look script for unity is causing movement issues in my game. I used some movement code and tweaked it to suit my game better, and the mouse look is causing it to bug when walking...

View Article

Using quaternion for mouse movement?

Hi, I was wondering if it is possible to use quaternions for mouse movements, specifically the Y axis, rather than eulerangles? I was wondering if this is possible because eulerangles causes issues...

View Article


Fix Gimbal Lock Mouse Look?

Hi, due to a mechanic in my game, the mouse look suffers from Gimbal lock. I'm using the regular mouse look script that comes with Unity, and that uses Euler angles. Is there a way this can be fixed...

View Article

Don't allow the player to shoot while projectile is travelling

Hi, I would like the player to be unable to shoot while the projectile is travelling. I've got collisions set up for when the bullet hits something. I know I can do this using booleans, but I'm not...

View Article

Material tiling unique to object

Hi, is there a way I am able to use the same material on two different objects, but have them tile differently due to their difference in size? Thanks :)

View Article


Torus imported from maya not showing

Hi, I tried to import a model I made using Maya into Unity. For some reason it won't show any of the torus' when I import it into Unity. Just a test, I made a new scene in Maya, created just a torus,...

View Article

Browsing latest articles
Browse All 18 View Live


Latest Images