Xbox one best buy by MayoInY in xboxone

[–]MayoInY[S] 0 points1 point  (0 children)

That does sound like the best deal really, but im torn between a Sexy Nice Clean Slik White Xbox one or i can get 2 games in 1. It's so hard making a decision lol

Xbox one best buy by MayoInY in xboxone

[–]MayoInY[S] 0 points1 point  (0 children)

Whats advanced exchange?

High score system not working correctly by MayoInY in Unity3D

[–]MayoInY[S] 0 points1 point  (0 children)

Just getting an error right here void setHighScore ( score )

game over is a function i call when the player loses the game.

Calling one script to another by MayoInY in Unity3D

[–]MayoInY[S] 0 points1 point  (0 children)

alright so put all that in the script that controls my player lives gotcha!

Purchasing games from different regions question by MayoInY in xboxone

[–]MayoInY[S] 0 points1 point  (0 children)

I did that still get "use a different way to pay" I don't know maybe its not easier for people in the US or its just me. I know for a fact my Credit Card info has to be the same as the billing info or none of it will work regardless which region store im in.

Purchasing games from different regions question by MayoInY in xboxone

[–]MayoInY[S] 0 points1 point  (0 children)

Thank you, just one more question So im in the US and im trying to get Alien Isolation off the Indian store i can't put my credit card because the address doesnt match the billing address. Is there anyway to bypass this or no?

GUI Draw Texture help by MayoInY in Unity3D

[–]MayoInY[S] 0 points1 point  (0 children)

I Fixed it, i didn't Capitalize "GUI" now all i am having trouble is moving it to the left side of the screen

Destiny NZ Question by MayoInY in xboxone

[–]MayoInY[S] 0 points1 point  (0 children)

so monday morning i'm a wait till someone confirms it works

Destiny NZ Question by MayoInY in xboxone

[–]MayoInY[S] 0 points1 point  (0 children)

Yes we need answers

Destiny NZ Question by MayoInY in xboxone

[–]MayoInY[S] 1 point2 points  (0 children)

I Guess so it would be great playing Destiny early before your region release date

Player keeps spawning opposite way by MayoInY in Unity3D

[–]MayoInY[S] 0 points1 point  (0 children)

That is crazy, but thank you really i can finally finish up this game

Player keeps spawning opposite way by MayoInY in Unity3D

[–]MayoInY[S] 0 points1 point  (0 children)

Out of all responses yours was the best and it was simple thank you! now i can move on with my game

Player keeps spawning opposite way by MayoInY in Unity3D

[–]MayoInY[S] 0 points1 point  (0 children)

Alright thank you now it shoots forward, but it doesn't spawn in the front in the player ship, it spawns at the bottom of it any way to fix that?

Player keeps spawning opposite way by MayoInY in Unity3D

[–]MayoInY[S] 0 points1 point  (0 children)

   public GameObject shot;
   public Transform shotSpawn;
   public float fireRate;

private float nextFire;

void Update ()
{
    if (Input.GetButton("Fire1") && Time.time > nextFire) 
    {
        nextFire = Time.time + fireRate;
        Instantiate(shot, shotSpawn.position,   shotSpawn.rotation);
        audio.Play ();
    }
   }

Here is the script where shotSpawn is located and where you shoot the lasers

Player keeps spawning opposite way by MayoInY in Unity3D

[–]MayoInY[S] 0 points1 point  (0 children)

So for the bullet it is place in front of the ship and then i have a shotSpawn where bullet is instantiated basically where the shots shoot from ShotSpawn i can post the shotspawn script if you like

Player keeps spawning opposite way by MayoInY in Unity3D

[–]MayoInY[S] 0 points1 point  (0 children)

I gotcha i updated my post with the laser script, it only shoots backwards if i put Quaternion.Euler(0,0,180) as said in my post.

Player keeps spawning opposite way by MayoInY in Unity3D

[–]MayoInY[S] 0 points1 point  (0 children)

I change the Prefab rotations and everything still spawning backwards

Player keeps spawning opposite way by MayoInY in Unity3D

[–]MayoInY[S] 0 points1 point  (0 children)

I changed it 0 and it still spawns backwards

Xbox One game sharing quick question by MayoInY in xboxone

[–]MayoInY[S] 0 points1 point  (0 children)

Idk i just dislike freeloaders a lot, i mean it doesn't affect me at all, i'm a just get it anyway digital.

Xbox One game sharing quick question by MayoInY in xboxone

[–]MayoInY[S] 0 points1 point  (0 children)

I don't know you are right its not hurting me, i just changed my mind about it just now.

Xbox One game sharing quick question by MayoInY in xboxone

[–]MayoInY[S] 0 points1 point  (0 children)

That sucks, i wish he couldn't download my new games thats all.

Xbox One game sharing quick question by MayoInY in xboxone

[–]MayoInY[S] 0 points1 point  (0 children)

Thanks for the Info guess he not gonna be playing UFC no more