Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Instantly share code, notes, and snippets.

@unitycoder
Last active March 7, 2024 08:56
Show Gist options
  • Save unitycoder/cc472faec83f4941d032e2010ce889ea to your computer and use it in GitHub Desktop.
Save unitycoder/cc472faec83f4941d032e2010ce889ea to your computer and use it in GitHub Desktop.

Revisions

  1. unitycoder revised this gist Mar 7, 2024. 1 changed file with 13 additions and 0 deletions.
    13 changes: 13 additions & 0 deletions with-icon-package.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,13 @@
    {
    "name": "com.unitycoder.template.fun",
    "displayName": "Best Template 🍔™",
    "version": "1.0.0",
    "type": "template",
    "unity": "2022.3",
    "description": "Some description here..<video width='320' height='240' autoplay style=''><source src='https://cdn.mtdv.me/video/rick.mp4' type='video/mp4'></video><style>.template-preview__image{display:none !important;}.template-list__item__icon svg {display:none !important;}[data-heap-template='com.unitycoder.template.fun'] .template-list__item__icon {position: relative;margin: 14px !important;}.template-list__item__icon::after {content: '';position: absolute;top: 0;left: 0;width: 1.5rem;height: 1.5rem;background-image: url('https://github.com/unitycoder/RandomImageCopyPaste/assets/5438317/68604d2a-db23-4d6b-b7da-9c7681266200');background-size: cover;background-repeat: no-repeat;}</style>",
    "dependencies": {},
    "repository": {
    "type": "git",
    "url": "https://github.com/unitycoder/nothere.git"
    }
    }
  2. unitycoder created this gist Mar 6, 2024.
    13 changes: 13 additions & 0 deletions package.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,13 @@
    {
    "name": "com.unitycoder.template.fun",
    "displayName": "Best Template 🍔™",
    "version": "1.0.0",
    "type": "template",
    "unity": "2022.3",
    "description": "Some description here.. <video width='320' height='240' autoplay style=''><source src='https://cdn.mtdv.me/video/rick.mp4' type='video/mp4'></video><style>.template-preview__image{display:none !important;}</style>",
    "dependencies": {},
    "repository": {
    "type": "git",
    "url": "https://github.com/unitycoder/nothere.git"
    }
    }