A Unity ID allows you to buy and/or subscribe to Unity products and services, shop in the Asset Store and participate in the Unity community.
Is there a way to make this work with any kind of reflections? I've tried and failed using reflection probes, screen-space reflections and planar...
Same on Windows 10 and Unity 2017.2.0f3
These are stellar! So far I've only got two problems with it: 1 - Small Error in the Third Person Model skinning when crouching - A vertex in the...
Hi all. I'm trying to create an effect where a line is generated behind a flying object. Something that would look like this:...
Thanks Jaimi! It works now :)
Double click the .app file but nothing happens afterwards...
I make a mac build on my pc and send it in a rar file but I fails to run on macs... How can I fix this? Help...
So I need to use a different shader for each?
Hi, I'm trying to use the water4 for my game and want to have one kind for each level. So near the shore in a sunrise its flatter and has specific...
forgot to add - to make it fly I had to delete/comment lines 237- if (IsGrounded()) { and 245- }
Hi, I really could use some help with this. I'm using unity's third person controller for my flying character, and I already changed it so when...
Hi, I'm trying to adapt Unity's character controller to make my character fly. I've been slamming my head against the code to no avail. All I...