Well I try to do some game in Unity2D, and in this game I put the Facebook SDK, and when I try to share de punctuation of my game, I have two this error:
Anybody can help me ?
My codi is this:
Error in Unity2d Facebook SDK ArgumentException: Getting control 1's position in a group with only 1
- NullReferenceException: Object reference not set to an instance of an object
- Getting control 1's position in a group with only 1 controls when doing Repaint
Anybody can help me ?
My codi is this:
Code (CSharp):
- using UnityEngine;
- using System;
- using System.Collections;
- using...