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.
Hey Paul, DoSomething(float) shows how to pass a function reference with a value, and the delegate part shows an alternative way to just run some...
Hey, is this still coming? If it's not going to be in the asset store, can you share the build shown in the image? Thanks!
Although an old thread this comes up in the top couple results on a google search for platform defines in shaders. Unity now has Platform Defines...
Thank-you, that would explain it! So is the only way to achieve the effect is to Lerp in C#, and set a shader Property every frame? When I...
In case it helps, this is is the full Custom shader I expected would lerp the value. Shader "Custom/TempTestShader" { Properties {...
Hi All, I want to lerp towards a value, using unity_DeltaTime. I put the following line in the surf function of my shader....
How to use lerp and unity_DeltaTime to animate something in a shader
Found a new possible cause for this: Disabling (ie tick the box in the inspector to turn it off) a Scene Networked Object.
Thanks, that makes total sense! You're right, of course it doesn't know which client will be the owner. I got stuck with the names for the two...
Thanks, I had tried HLAPI Pro which has that Fix included, but it still failed. But I forgot to actually tried the fix on it's own, so will try...
Thanks, that's been my workaround - assigning authority afterwards using AssignClientAuthority. But there's too many workarounds in my project...
Hi all. Has anyone else had the issue where building your code on different platforms/Operating Systems results in the NetworkIDs of scene...
Hi All, I want to send a Command from a (Non-Player) object. If I did that I would get "Trying to send command for object without authority"....
For future visitors, I eventually found a very good free unity asset which does this. It's part of a repo with several other great tools. It...
I tried that and it works OK. I used the 2017.3 branch That is the code I meant when i said "I tried the link you shared - following their build...
Hi, apoligies if my terminology is off. I have previously been using whatever the default Unity Networking is, and am trying to move to your...
Hi, I have the same problem as Peter-Dijkstra - Lots of ReferenceRewriter errors https://pastebin.com/qXUPcCUB I tried the link you shared -...
Note I had the same problem with Awake as the others. Even if your Awake if empty, it will cause these errors. Deleting the function fixes the...
In 2018, On a Mac, Unity 2017.3.1p1 connecting the DUALSHOCK 3 SIXAXIS PS3 controller gave me a different mapping. Unsure what has changed, but...
This bug is also on 2017.3.1f1 VS 2017. Windows 10 x64 @lukaszunity Did the bugfix regress out of the builds for 2017.3? Should I submit a bug...