richardbiely / Voxelmetric

An efficient voxel framework for Unity3d

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Got these 2 errors for missing namespace

XeonG opened this issue · comments

commented

Hi,

Some of your changes seem to be missing ...

Assets/Voxelmetric/Code/Utilities/ChunkLoaders/LoadChunks.cs(2,31): error CS0234: The type or namespace nameUtilities' does not exist in the namespace `Assets.Voxelmetric.Code'. Are you missing an assembly reference?

Assets/Voxelmetric/Code/Utilities/ChunkLoaders/LoadChunksSimple.cs(2,31): error CS0234: The type or namespace name Utilities' does not exist in the namespaceAssets.Voxelmetric.Code'. Are you missing an assembly reference?
`

Try the newest commit. There were some files missing in my previous commits and I did some changes this morning.
I'll take a look at it anyway later this day.

Yes. Now that I'm looking at it, it was because TimeBudgetHandler.cs was not commited. But that is no longer true.