Even with v1.3.4, developers run into issues:
Problem: "Clients see other players stuttering."
Solution: Increase snapshotInterval in Network Manager to 0.033 (30Hz). Also ensure Interpolation is enabled in the NetworkTransform child component.
Problem: "I can't place building foundations on uneven terrain."
Solution: The template includes a GroundSnapper script. Edit MaxAngle = 30 degrees in BuildingSystem.cs. For steeper hills, set AllowClipping = true (risks exploits). Multiplayer STP Survival Template PRO v1.3.4.un...
Problem: "Items duplicate when reconnecting after death."
Solution: This is a known edge case in v1.3.4. Hotfix: in PlayerLoot.SaveInventory(), call ClearSaveOnDeath() before saving the new state. Patch available on the developer’s Discord.
While the template worked with Steam previously, v1.3.4 bakes in EOS lobby support, cross-platform invites, and voice chat routing through the transport layer. Even with v1
This iterative update focuses on stability and quality-of-life features requested by the PRO community.
To get started with the template:
Buy this if:
Avoid this if:
The Multiplayer STP Survival Template PRO v1.3.4 sits at a sweet spot: robust enough to save you 6-9 months of netcode work, yet flexible enough that you aren't fighting a black box. For $95 (typical Asset Store price), it is one of the best ROIs in the survival genre.
Cause: Unity’s script compilation order.
Fix: Move STP_Internal folder to Plugins/STP. Restart Unity. While the template worked with Steam previously, v1