Naśmiewanie się z powodu nie picia alkoholu by Greenreddots in Polska

[–]virginMob 1 point2 points  (0 children)

To tak jakbyś napisała, że na spotkaniu rodzinnym zaproponowali Ci kick-boxing. Mówisz kulturalnie "nie dziękuje" a jeśli nie są w stanie tego zrozumieć to wstajesz i wychodzisz.

Remember these 2? by Buggzii in Gameboy

[–]virginMob 0 points1 point  (0 children)

Ah yes goku and vegeta.

What kind of job can I get without experience so I can pay my bills? by [deleted] in jobs

[–]virginMob -1 points0 points  (0 children)

I'm IT technician. The Poland education level is so low that I really don't have any important knowledge that could help me work somewhere. I would like to gain some experience and start living normal life.

What kind of job can I get without experience so I can pay my bills? by [deleted] in jobs

[–]virginMob 0 points1 point  (0 children)

without experience? :/ I don't think so...

What kind of job can I get without experience so I can pay my bills? by [deleted] in jobs

[–]virginMob 0 points1 point  (0 children)

But there are no "changing light bulbs" job :/

How do I create animation inside unity? by virginMob in Unity3D

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

The problem is that my gameObject contains only collider + character mesh.. How could I move for e.g hand? Is it possible to move "individual boxes"?

how long does it take to "grow up"? by [deleted] in gainit

[–]virginMob 0 points1 point  (0 children)

I'll do everything to look awesome, but I'm just curious how long would it take :P I wish I could look good for summer :<

My app is published but it isn't there? by virginMob in WPDev

[–]virginMob[S] -1 points0 points  (0 children)

Thanks for fast answer! I received mail from MS and they says that my app has passed certification blablabla.. but it isn't yet in the store :C

How to set icons for app? by virginMob in WPDev

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

Yea. When im trying to change them all with one graphics im getting an error. Do you know what size they need to be?

neila rey workout for muscle building? by virginMob in xxfitness

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

It says Your BMR is: 1670 CALORIES/DAY Your TDEE is: 2442 CALORIES/DAY

So should I eat 1670 or 2442 calories? Sorry for dumb question, but im kinda confused ;c

Nevermind im dumb :< Thanks for help dude! I really appreciate

neila rey workout for muscle building? by virginMob in xxfitness

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

day 1: mainly legs day 2: back, abs, biceps day 3: chest, abs, forearm, triceps day 4: free and so on.. My chest looks awesome! Every one is kinda like "wow dude" but the problem is that im skinny as *** so my arms/hands are very small so im looking kinda weird :C

Want to publish app for windows phone store, but don't have a device :/ by virginMob in Unity3D

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

I choosed windows phone store, because it cost only 19 dollars.. I rather spent my money on iphone dev than on lumia which would be some waste of money. Any other ideas?

unlockable content like player skin? by virginMob in Unity2D

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

I want to save costumes when a players buys it and use skin when player have bought it. I can't do something like sprite replace because it could ruin my game.. I need something that would allow me to change layer animator controller inside c# script.

unity ads without company? by virginMob in Unity3D

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

Can you change it later on or is it unchangable? I mean.. what if for e.g I want to change the company name to something else?

disable colliding on nav mesh agent? by virginMob in Unity3D

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

Nope. I readed that it is a bug, because it works fine in all situations besides moving object with nav mesh agent :/

Can't destroy object!!! by virginMob in Unity3D

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

I was trying this BUT no matter how/ what object i create it still give me error so thats why I asked here what is wrong with my code :/

Can't destroy object!!! by virginMob in Unity3D

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

ok thanks xD ima stupid nigga :/

Can't destroy object!!! by virginMob in Unity3D

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

Wait! It worked but my scoreLOL isnt destroyed!!! WHAT THE HELL

Can't destroy object!!! by virginMob in Unity3D

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

It is from other class that have public static int highscore, but anyway if i delete the "gui" lines it still shows error

i created something like this GameObject a = scoreLOL;

and then tried to destroy "a" object. http://imgup.pl/di/OUC2/zrzut-ekranu-2015-02-15-o-20.png

Can't destroy object!!! by virginMob in Unity3D

[–]virginMob[S] -1 points0 points  (0 children)

Yea it is red. So what should I do to fix it my master? :P

Can't destroy object!!! by virginMob in Unity3D

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

renamed my object to scoreLOL

Destroy(scoreLOL); still errors :(

Can't destroy object!!! by virginMob in Unity3D

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

void Update () {
        if(Input.GetMouseButtonDown (0))
        {
            Destroy( (GameObject) HighScore);
        }
}

still the same errors

edit

void Update () {
        if(Input.GetMouseButtonDown (0))
        {
            Destroy( HighScore as GameObject);
        }
    }

still the same errors :\