Exemplo n.º 1
0
    void Start()
    {
        Il2cppWorkaround.Initialize();

        LogText.text = "";
        Log.OnLog    = OnLog;
        Log.WriteLine("Started!");

        BasicExample.Run();
        JsonExample.Run();
        ProtobufExample.Run();

        Log.WriteLine("**** OK ****");
    }