codeswapping / UnityEditorTools

Unity Editor tools I commonly use
MIT License
1 stars 0 forks source link

UnityEditorTools

I am working on this project to make simple editor tools that anyone can use in their projects. I hope this tools will be helpful for anyone out there to make project structure faster in unity.

Serialized Dictionary

To make dictionary serializable in inspector window you can do it like this

Steps

1) Import unity package in your unity project. 2) Implement "SerializableMonoBehaviour" class instead of "MonoBehaviour" 3) Create dictionary variable from "SerializableDictionary" instead of normal "Dictionary". 4) There you go, now you can see dictionary serialized in your inspector.

I hope this will help you.

Note: I am still working on this project and I can't garrenty any loss through using this tool. Please use only on your own concern. It is still not perfect. I would suggest first try it on empty project and then use it for any other project.

License

MIT License

Copyright (c) 2023 Swapnil Patil

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.