Hi, I was facing attachment problem like many others faced, I guess the solution is sent with the update but it still doesn’t work. My character teleports X0Y0Z0 location when I attach it to another actor (which is using SmoothSync either). I found out a solution posted on Discord and I saw the same line is still exist in the plugin itself.
What could be the problem?
Edit: Solved the problem, I was attaching character to the actor on character blueprint, it was happening on client side but the actor was on server side. I triggered the attachment function inside the server actor and it worked.