- Home /
is it always necessary to use an object?
Hello! I am new at Unity, and I have the following problem: I need to connect Neurosky with Unity, and I am trying to adapat the code given by neurosky. However, I realize that they use an object, wich I think It is not necessary for my code. Perhaps you can help me. Thank you
Answer by meat5000 · Dec 07, 2017 at 01:56 PM
You can very well code for Unity without the use of objects but the nature of Unity is that to exist within the 'World' requires an object. You can very well make things happen in the background unrelated to MonoBehaviours but if you wanted to interact with it, sooner or later you will require an object.
Your answer

Follow this Question
Related Questions
Project space shooter problem 3 Answers
How do Code this? AddScore is outdated. 2 Answers
Space Shooter Asteroids Not Being Destroyed 3 Answers
The click should not hit the background. 1 Answer
UnassignedReferenceException and Invalid Cast exception 0 Answers