Bouton Unity Create avec paramètre

int j = 5;
someGameObject.GetComponent<Button>().onClick.AddListener(delegate {myFunction(j); });
SvenVH