error the name 'lightDirty' does not exist in current context.
help a noob.
FAQ :
What are the guidelines for writing good questions?
We want Unity Answers to become a comprehensive database of questions and answers related to Unity. When you ask your questions, it can be helpful to keep a few things in $$anonymous$$d:
Use specific tags. unity, scripting, editor, etc. are very non-specific tags. Consider using tags that are more specific to your exact question. Tags are case sensitive, so if you can't find the tag you want to use in the drop-down list, try using lower/upper case letters as an alternative. Here is the full list of tags.
Some reasons for getting a post rejected:
Your question isn't specific enough: asking for a script, asking multiple questions in one post or asking a question that could be either subjective or require extensive discussion (and thus belongs in the Forum)
Badly formated question: code needs to be formatted using the 101/010 button, break your post up into several parts so it's understandable what you are asking, and make sure there is a question in your post
Asking us to fix your code: more than likely, you simply need to get a better understanding of basic program$$anonymous$$g. Having a look at the Scripting tutorials on the Learn page will help you become more familiar with scripting in Unity
Posting about a specific compiling error or NullReferenceException: there is a myriad of these questions with answers already, have a look at those posts to get hints on what could possibly be your issue
Answer by Landern · Sep 06, 2016 at 01:18 PM
Your variable based off line:57 is/should be "lightdirty" not "lightDirty", it's all lower case. I mean its right there four lines below.
thanks man. i thought it was a capital but i kept changing a different line. i guess a noob mistake. any tips for future referrence? it my first game ive been working with very little knowledge of code. i know people say to work on easier games to start, but voxel is the only genre im interested in. so i figured just get the terrain and go from there.
Your answer
Follow this Question
Related Questions
whats the best way to start a voxel game. 1 Answer
Why does this script make unity crash? 1 Answer
JavaScript taken from the web isn't working. Help 0 Answers
Parsing error and unexpected symbol 1 Answer
When do i use new ? 1 Answer