Example #1
0
        static void Main(string[] args)
        {
            try
            {
                var unitySample = new UnitySample();
            }
            catch (Exception ex)
            {
                Console.WriteLine(ex.ToString());
            }

            Console.ReadKey();
        }
Example #2
0
        static void Main(string[] args)
        {
            try
            {
                var unitySample = new UnitySample();
            }
            catch (Exception ex)
            {

                Console.WriteLine(ex.ToString());
            }

            Console.ReadKey();
        }