Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: midgear on May 09, 2018, 04:17:18 AM

Title: Global variables, Networking system, and Unet
Post by: midgear on May 09, 2018, 04:17:18 AM
I have been having problems sending Global variables across unet. I'm have it so players roll dice and it prints a string to show total number rolled, its working fine locally, but not across the network.
I'm following the instructions on the networking documentation  (https://hutonggames.fogbugz.com/default.asp?W852) but saw the note at the top of the page:
Quote
NOTE: Unity has a new Networking system that we will support soon! This document describes working with the legacy networking system.
Anyone out there know how to do this? I'm running unity 2018, and playmaker 1.8.

Title: Re: Global variables, Networking system, and Unet
Post by: Zeldag on May 09, 2018, 05:00:27 AM
Are you open to scripting in c# or are you looking for a playmaker based only solution?
Title: Re: Global variables, Networking system, and Unet
Post by: midgear on May 09, 2018, 03:00:13 PM
Playmaker if possible, but I can do simple scripting so both would work.
Title: Re: Global variables, Networking system, and Unet
Post by: jeanfabre on May 14, 2018, 03:52:38 AM
Hi,

 I have ported uNet partially to PlayMaker, you can get it on the ecosystem:

(https://i.imgur.com/IXpow0V.png)

It's not supported officially, because of the very unstable nature of uNet system. I woudl strongly recommend using Exitgames Photon which is a battel tested and stable solution for multi player applications.

 Bye,

 Jean