Skip to content

Instantly share code, notes, and snippets.

View XeniaPhe's full-sized avatar
🏠
Working from home

Mustafa Tunahan BAŞ XeniaPhe

🏠
Working from home
View GitHub Profile
@XeniaPhe
XeniaPhe / CleanupMissingScripts.cs
Last active April 12, 2023 20:54 — forked from mingrui/CleanupMissingScripts.cs
Unity Editor Script to help cleaning up missing script references on gameobjects
using UnityEngine;
using UnityEditor;
public class CleanupMissingScriptsHelper
{
[MenuItem("Edit/Cleanup Missing Scripts")]
static void CleanupMissingScripts()
{
foreach (var go in Selection.gameObjects)
{
@lukas-h
lukas-h / license-badges.md
Last active May 14, 2024 18:38
Markdown License Badges for your Project

Markdown License badges

Collection of License badges for your Project's README file.
This list includes the most common open source and open data licenses.
Easily copy and paste the code under the badges into your Markdown files.

Notes

  • The badges do not fully replace the license informations for your projects, they are only emblems for the README, that the user can see the License at first glance.

Translations: (No guarantee that the translations are up-to-date)