Posts by Daniel Correa Santos • 1 point
3 posts
-
-10
votes3
answers7520
viewsA: What is void in javascript?
This operator allows the insertion of expressions that produce side effects in places where an expression that evaluates the action {{jsxref("Global_objects/Undefined", "undefined")}} is desired.…
javascriptanswered Daniel Correa Santos 1 -
0
votes0
answers190
viewsQ: I went to make a game in Unity and gave the error Nullreferenceexception
The code is this: using UnityEngine; using System.Collections; public class EnemyAttack : MonoBehaviour { public float timeBetweenAttacks = 0.5f; public int attackDamage = 10; Animator anim;…
-
0
votes0
answers23
viewsQ: how to resolve nullReferenceExetion error in Unity 3d
I was making a shooting game Nightmare from Unity traningday appeared that mistake the code is this using UnityEngine; using System.Collections; public class CameraFollow : MonoBehaviour { public…
c#asked Daniel Correa Santos 1