TheDudeFromCI / Bones3

Bones³ is a Voxel Editor for Unity. Supports both in-game and in-editor building.
MIT License
58 stars 12 forks source link

Switch to new namespace #6

Closed TheDudeFromCI closed 4 years ago

TheDudeFromCI commented 4 years ago

It can be a little confusing and a bad programming practice in general for both the core and the implementation to use the same namespace. This makes it difficult to distinguish between the core library and the Unity implementation when writing extensions for Bones3. This should be addressed. Switching the namespace to something like WraithavenGames.Bones3 would be good for keeping things seperate and helping users to locate the plugin and API better.

TheDudeFromCI commented 4 years ago

Fixed in 1541284749dd75ff1897f7127ca5533bcbc4c118