Question by
ekypri07 · Sep 03, 2015 at 06:18 PM ·
networkingmultiplayersceneunity5different
Unity 5.1 networking
Hello! I want help with networking. I want to click in button in one scene and share what is button's write in another scene. Please help me.
Comment
aren't you talking about two scenes in one project, which means local, not network? If you want to transfer data from one into another scene either write the info to a static class variable, or use PlayerPrefs for storing data on disk
Do you know how we can do it in networking mode?