Seem to get an error when trying to build on an empty project with a single component, here were the steps:
- Create a new project
- Downloaded and unzipped repo into assets
- Create a new module
- Add component called
Buffable (could be anything, it had no content in it)
- Pressed the build button
Then got the error:
Assets/Plugins/Editor/uFrame.ECS.Editor/Components/Buffable.cs(24,48): error CS0234: The type or namespace name `EcsComponent' does not exist in the namespace `Invert.uFrame.ECS'. Are you missing an assembly reference?
I am using unity 5.3.4f and like I say it is a new project with nothing but this repo, when opening the generated code in VS it appears that the namespaces generated are wrong or have been refactored somewhere.
Seem to get an error when trying to build on an empty project with a single component, here were the steps:
Buffable(could be anything, it had no content in it)Then got the error:
I am using unity 5.3.4f and like I say it is a new project with nothing but this repo, when opening the generated code in VS it appears that the namespaces generated are wrong or have been refactored somewhere.