└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # Made With Unity Badges 2 | 3 | [![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-brightgreen.svg)](https://github.com/matthiaszarzecki/MadeWithUnityBadges/graphs/commit-activity) [![Ask Me Anything !](https://img.shields.io/badge/Ask%20me-anything-1abc9c.svg)](http://www.matthiaszarzecki.com) [![License](https://img.shields.io/badge/License-CC-blue.svg)](https://en.wikipedia.org/wiki/Creative_Commons_license) [![Twitter Follow](https://img.shields.io/twitter/follow/matthias_code.svg?style=social&label=Follow)](https://twitter.com/matthias_code) [![Youtube Subscribe](https://img.shields.io/youtube/channel/subscribers/UCvMdsKesM05bIG0eq7M5z1g?style=social)](https://www.youtube.com/channel/UCvMdsKesM05bIG0eq7M5z1g?sub_confirmation=1) 4 | 5 | Bagdes displaying *Made With Unity* which you can include in your `README.md` on GitHub or BitBucket. Copy the markdown-code for one into your readme.md to make them appear in the repository. 6 | 7 | ### Default (Flat) 8 | 9 | [![Made with Unity](https://img.shields.io/badge/Made%20with-Unity-57b9d3.svg?style=flat&logo=unity)](https://unity3d.com) 10 | ``` 11 | [![Made with Unity](https://img.shields.io/badge/Made%20with-Unity-57b9d3.svg?style=flat&logo=unity)](https://unity3d.com) 12 | ``` 13 | 14 | ### Plastic 15 | 16 | [![Made with Unity](https://img.shields.io/badge/Made%20with-Unity-57b9d3.svg?style=plastic&logo=unity)](https://unity3d.com) 17 | ``` 18 | [![Made with Unity](https://img.shields.io/badge/Made%20with-Unity-57b9d3.svg?style=plastic&logo=unity)](https://unity3d.com) 19 | ``` 20 | 21 | ### Flat Square 22 | 23 | [![Made with Unity](https://img.shields.io/badge/Made%20with-Unity-57b9d3.svg?style=flat-square&logo=unity)](https://unity3d.com) 24 | ``` 25 | [![Made with Unity](https://img.shields.io/badge/Made%20with-Unity-57b9d3.svg?style=flat-square&logo=unity)](https://unity3d.com) 26 | ``` 27 | 28 | ### For The Badge 29 | 30 | [![Made with Unity](https://img.shields.io/badge/Made%20with-Unity-57b9d3.svg?style=for-the-badge&logo=unity)](https://unity3d.com) 31 | ``` 32 | [![Made with Unity](https://img.shields.io/badge/Made%20with-Unity-57b9d3.svg?style=for-the-badge&logo=unity)](https://unity3d.com) 33 | ``` 34 | 35 | # More Badges 36 | Made with Game Maker Studio Badges: https://github.com/matthiaszarzecki/MadeWithGameMakerStudioBadges 37 | 38 | # Sources 39 | - [shields.io](https://shields.io) 40 | - [Unity 3D](https://unity3d.com) 41 | --------------------------------------------------------------------------------