Unity error CS0103

Hi folks,

I’m currently making a Minecraft clone with unity (I named it “Mikacraft”), but it contains three shitty errors (the error is three times the CS0103). This is the error message of the three shitty errors that’ll be displayed to me:

Assets/Scripts/Chunk.cs(20,25): error CS0103: The name ‘VoxelData’ does not exist in the current context

Assets/Scripts/Chunk.cs(21,19): error CS0103: The name ‘VoxelData’ does not exist in the current context

Assets/Scripts/Chunk.cs(24,14): error CS0103: The name ‘VoxelData’ does not exist in the current context

I think, that’s a bug because the name ‘VoxelData’ does exist in the current content. The source code is in the both C# files that I’ve attached below. And please post in here the source code without the three shitty errors. Sorry for the bad words, but these three shitty programming errors really get me very, very upset, so I have to mention the word, because I only know a little C# myself and therefore can’t fix the errors myself. And don’t tell me that I have to learn more C# because I’m already learning it with Udemy.com. Or you can tell it me, if you’ve the same shitty error. I’m using the YouTube tutorial “How to code a game like Minecraft in Unity” by b3agz.

Sincerely yours,
atten0007

7384700–901235–Chunk.cs (840 Bytes)
7384700–901238–VoxelData.cs (996 Bytes)

7384706--901241--upload_2021-8-3_12-28-18.png

The name of your class is Voxels, not VoxelData.

Oops, I haven’t seen it, but now I have fixed it, thanks for the information!