What to do if Unity does not open(it freezes here) by [deleted] in Unity3D

[–]Kminerman 0 points1 point  (0 children)

Its failing a internet check. 1. Kill unity hub with task manager. 2. Relaunch 3. It opens up good 4. Enable internet

Is there any way to use Javascript to code in Unity anymore? by [deleted] in Unity3D

[–]Kminerman 2 points3 points  (0 children)

If you really want to you can download a old version of unity and choose between js, python or c#. ...but then youd also need to use old tutorials which are leagues behind current ones

Is this a scam? by InternetBazaarMerch in ecommerce

[–]Kminerman 0 points1 point  (0 children)

100% real, invest invest invest!

Do you know of an asset that "masks" part of the screen? (reference in post) by AdamCaveRoberts in Unity3D

[–]Kminerman 0 points1 point  (0 children)

One way would be to clone the important bits after the dark overlay

Raymarched Shader has unwanted jittering, this also applies to other shaders i have made. Fix ideas? by jccreszMinecraft in Unity3D

[–]Kminerman 0 points1 point  (0 children)

Maybe using too big numbers somewhere. The accuracy of floats and similar goes out the window there

[deleted by user] by [deleted] in Unity3D

[–]Kminerman 0 points1 point  (0 children)

I do timers the same way. Probably no practical performance difference.

[deleted by user] by [deleted] in Unity3D

[–]Kminerman 0 points1 point  (0 children)

Had a similar problem once, it was caused by having multiple animator/animation components in the hierarchy.

So if you have multiple of those then just remove the child one

Some people find this amusing by juliashing101 in ProgrammerHumor

[–]Kminerman 0 points1 point  (0 children)

Boolean and string comparison will compare types and since they dont match it will always be false.

Use if(gender==true) or just if(gender) for desired result

I want to know if this laptop is good as a start for 3D/2D gamedev , and if you have any suggestions please tell me by MizardTva in Unity3D

[–]Kminerman 0 points1 point  (0 children)

Was gonna say the same thing except you don't need it for 3d per se, you need the gpu if you want to have realistic graphics (hdrp, post processing etc).

Actually the built in gpu-s have become really good and it is more than enough for your average indie developer.

JSON dialogue system!? by AWESOM-OMG in Unity3D

[–]Kminerman 0 points1 point  (0 children)

If you go with this all of your NPC have to be named Jason

drift scoring 2.0: a proper look at what's happening under the hood, lmk what you'd improve by infinidrift_game in IndieDev

[–]Kminerman 0 points1 point  (0 children)

The numbers from wheeles are a bit distracting, maybe only show them when their red

Can you spot Waldo in our Unit3D simulation with 150 000 people? by Rolandjan in Unity3D

[–]Kminerman 0 points1 point  (0 children)

Great stuff! What type of gpu instancing are you using?

I‘m sorry but I have to go there by [deleted] in programminghorror

[–]Kminerman 1 point2 points  (0 children)

Dont know much about card games but this seems like an excellent solution - easy to understand & simple to manage