-
Notifications
You must be signed in to change notification settings - Fork 5
Missing Namespaces #1
Description
I understand you will not give any support for the rest of the code but there seems to be files missing from the project, unless a package needs to be imported before use
Assets\Scripts\EditorLib\GameBuilder.cs(20,26): error CS0246: The type or namespace name 'LightComponentInfo' could not be found (are you missing a using directive or an assembly reference?)
Assets\Scripts\EditorLib\GameBuilder.cs(33,29): error CS0246: The type or namespace name 'GameObjectInfo' could not be found (are you missing a using directive or an assembly reference?)
Assets\Scripts\GameLib\GameScanner.cs(16,31): error CS0246: The type or namespace name 'ExistTextureInfo' could not be found (are you missing a using directive or an assembly reference?)
Assets\Scripts\EditorLib\GameBuilder.cs(58,36): error CS0246: The type or namespace name 'BoxColliderInfo' could not be found (are you missing a using directive or an assembly reference?)
Assets\Scripts\EditorLib\GameBuilder.cs(70,46): error CS0246: The type or namespace name 'MeshFilterInfo' could not be found (are you missing a using directive or an assembly reference?)
Assets\Scripts\GameLib\GameScanner.cs(123,9): error CS0246: The type or namespace name 'GameObjectInfo' could not be found (are you missing a using directive or an assembly reference?)
Assets\Scripts\EditorLib\GameBuilder.cs(90,48): error CS0246: The type or namespace name 'MeshRendererInfo' could not be found (are you missing a using directive or an assembly reference?)