AlphaLul

Results 13 comments of AlphaLul

Yeah, but it still has the problem. It's also way more noticeable after I implemented client-side prediction. You can take a look at it in the project file that I...

Small update, I've made a new sample project that showcases the problem with CSP. It might help find out what's wrong. I think you were right that version 2.5.2 fixed...

Sure, here's the script: [https://hastebin.com/uxokijugoc.csharp](https://hastebin.com/uxokijugoc.csharp) I've tried keeping it as simple as possible. I'm not sure if just the script will accurately reflect my problem though, since it might be...

Unfortunately, that didn't work and also introduce a problem where the aiming is also slightly out of sync on the local client. Did that work in your testing? Have you...

I think the link to the simplified script that I sent earlier expired. Here is a link that hopefully won't expire: [https://pastebin.com/urai803F](https://pastebin.com/urai803F)

Yeah, my bad. I left the library folder in. I uploaded a new version without the library folder that's about 28 MB. Here's the link to the new one: [https://drive.google.com/file/d/1w4wNboSANgMAQbwGYouyhnvXLW010VOt/view?usp=sharing](https://drive.google.com/file/d/1w4wNboSANgMAQbwGYouyhnvXLW010VOt/view?usp=sharing)...

Alright, thanks! I'm excited for the new release

Did you try the server-auth example? The problem is fixed with the client-auth example after 2.5.2, but the server-auth example still has the problem. The problem is lessened with a...

Have you had time to look at them yet? The only problem I can think of with my implementation is that I am using 2 network transforms, 1 server-authoritative for...

Like I said, the rotation has to be done in update to look smooth. The time manager tick doesn't run every frame. Edit: Oh, I just read the code and...