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.
@talila My Hero!:p:p Your instructions worked perfectly! And I can connect fine now. At long last! @timjohansson perhaps we could get this as an...
Great detective work! Hopefully we get some official help soon. Keep me posted if you find a workaround. You’ve definitely exceeded my debugging...
Thanks so much. Going to try this out!
haven’t had any success yet at all.
You can't set it to disabled for IOS Edit: Not sure it's relevant but during build to IOS, Xcode opens before the build is complete and starts...
Here is a server system that detects when a player disconnects, and the broadcasts an RPC to all clients to notify. them. public class...
@timjohansson any ideas?
I'm getting immediate netcode disconnects from IOS with no errors being shown. It works fine in editor on separate machines. This is on Netcode...
Update: I managed to fix this error. It seems to be an issue with the default bootstrapper. The one listed in the NetCube tutorial didn't work....
@florianhanke You saved me yet again. Thanks!
Glad you got it working!
I would recommend using a standard serializer, or even the builtin unity json utility. Don't worry about performance until you run into actual...
Even with non DOTS projects, I've been having massive problems getting steamVR to work in unity these days. It seems it just doesn't. Unity pulled...
Update: I've reproduced this issue in an empty project . [ATTACH] I added a single system: using Unity.Entities; using Unity.NetCode; using...
I'm building to iOS, and on program start every system that updates in a Server group or a ClientAndServer group won't load. The systems in...
Update: I managed to solve this issue with much difficulty. Here are the steps I did to fix it. in case anyone else has problems 1) Make sure I...
reimporting all solved these issues for me
How do I figure out what code is being stripped though. I’m really having trouble with this.
It seems I can fix the above error by removing a line in link.xml that includes log4net.dll. I'm using Amazon GameLift, with the AWS SDK....
How do you downgrade a package now? I'm trying to refer to an older version of entities. If I click the older version in package manager and hit...