Memory Demo Game referenced in Turnbased Tutorial Docs

Maybe I am missing this - but I cannot find the demo scene referenced here.

I have Unity PUN+ imported and have tried running find for any scene with the name "Memory" in it, but I have not been successful. Do I need to get this scene from somewhere else?

Comments

  • JohnTube
    JohnTube ✭✭✭✭✭
    @jamiltron
    MemoryDemo is available in Turnbased SDK.
  • I downloaded the non-PUN sdk listed on that page, and upon importing the whole directory I am left with the following error:


    Unhandled Exception: System.Reflection.ReflectionTypeLoadException: The classes in the module cannot be loaded.
    at (wrapper managed-to-native) System.Reflection.Assembly:GetTypes (bool)
    at System.Reflection.Assembly.GetTypes () [0x00000] in :0
    at Mono.CSharp.RootNamespace.ComputeNamespaces (System.Reflection.Assembly assembly, System.Type extensionType) [0x00000] in :0

    I am running Unity 5.20f3 personal edition. Has anyone ran into this before?

    Thank you!
  • Did you get the Unity SDK from that page?
    I have a similar issue from time to time but it goes away. It might be a order of import issue or something.
    Do the demos work for you or not?