A voir également:
- Transform.position d'un object dans un vecteur
- Shockwave flash object - Télécharger - Divers Web & Internet
- Object not found by the @paramconverter annotation ✓ - Forum PHP
- Object dock - Télécharger - Divers Utilitaires
- Mailto object - Forum HTML
- Typeerror: 'int' object is not subscriptable - Forum Python
1 réponse
je fais un petit up, j'ai mis
que j'ai bien sûr assigner correctement (dans le code et "manuellement")
quand je fais un Debug.Log sur un des axes ça marche parfaitement mais quand je fais
J'ai l'erreur suivante, "Error CS0103, the name 'vect' does not exist in the current context"
Vector3 vect= autre.transform.position;
que j'ai bien sûr assigner correctement (dans le code et "manuellement")
quand je fais un Debug.Log sur un des axes ça marche parfaitement mais quand je fais
Debug.DrawRay(transform.position, vect);
J'ai l'erreur suivante, "Error CS0103, the name 'vect' does not exist in the current context"