This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Update Submodules | |
on: | |
schedule: | |
- cron: '0 * * * *' | |
workflow_dispatch: | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.ref }} | |
cancel-in-progress: true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using UnityEngine; | |
using UnityEditor; | |
using System; | |
using System.Collections; | |
[CustomPreview(typeof(YourCustomScriptableObject))] // THIS IS VERY IMPORTANT, this is so the editor knows what this is supposed to be previewing at all | |
public class SkinnedMeshObjectPreviewExample : ObjectPreview { | |
PreviewRenderUtility m_PreviewUtility; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module.exports = | |
/******/ (() => { // webpackBootstrap | |
/******/ var __webpack_modules__ = ({ | |
/***/ 351: | |
/***/ (function(__unused_webpack_module, exports, __webpack_require__) { | |
"use strict"; | |
var __importStar = (this && this.__importStar) || function (mod) { |
๐ :+1: |
๐ :-1: |
๐ฏ :100: |
---|---|---|
๐ข :1234: |
๐ฅ :1st_place_medal: |
๐ฅ :2nd_place_medal: |
๐ฅ :3rd_place_medal: |
๐ฑ :8ball: |
:a: |
๐ :ab: |
๐งฎ :abacus: |
๐ค :abc: |
๐ก :abcd: |
๐ :accept: |
๐ฉน :adhesive_bandage: |
๐ง :adult: |
๐ก :aerial_tramway: |
๐ฆ๐ซ :afghanistan: |
:airplane: |
๐ฆ๐ฝ :aland_islands: |
โฐ :alarm_clock: |
๐ฆ๐ฑ :albania: |
โ๏ธ :alembic: |
๐ฉ๐ฟ :algeria: |
๐ฝ :alien: |
๐ :ambulance: |
๐ฆ๐ธ :american_samoa: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(defun define-it--wrap-string (str len) | |
"Wrap the STR under the LEN." | |
(let ((res-str "") (min 0) (new-len len) (added-nl-count 0)) | |
(while (and (< min new-len) | |
(< new-len (length str))) | |
(let* ((line (substring str min new-len)) | |
(spc-lst (split-string line " ")) | |
(last-elm (nth (1- (length spc-lst)) spc-lst))) | |
(setq res-str |
People
![]() :bowtie: |
๐ :smile: |
๐ :laughing: |
---|---|---|
๐ :blush: |
๐ :smiley: |
:relaxed: |
๐ :smirk: |
๐ :heart_eyes: |
๐ :kissing_heart: |
๐ :kissing_closed_eyes: |
๐ณ :flushed: |
๐ :relieved: |
๐ :satisfied: |
๐ :grin: |
๐ :wink: |
๐ :stuck_out_tongue_winking_eye: |
๐ :stuck_out_tongue_closed_eyes: |
๐ :grinning: |
๐ :kissing: |
๐ :kissing_smiling_eyes: |
๐ :stuck_out_tongue: |
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.
- Badges are made with Shields.io.
- This 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. ย
- ๐ซ๐ท Cette liste en franรงais
- Github has a new autodetection of the LICENSE file, which shows up the license at the repo overview