- SharpZipLib: Github
- TouchScript: AssetStore
- Zenject: Github | AssetStore
- LeanTween: Github | AssetStore
- Lunar Unity Mobile Console: Github | AssetStore
- Newtonsoft JSON: Github
- Unity Webview: Github
- axTLS: SourceForge
This file contains 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
netsh wlan show profiles | |
set /p wifiName=For which wifi do you want to know the password? | |
netsh wlan show profile name="%wifiName%" key=clear | |
pause |
This file contains 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
// -------------------------------------------------------------------------------------------------------------------- | |
// <copyright file="#SCRIPTNAME#.cs" company="Supyrb"> | |
// Copyright (c) #YEAR# Supyrb. All rights reserved. | |
// </copyright> | |
// <author> | |
// Johannes Deml | |
// send@johannesdeml.com | |
// </author> | |
// -------------------------------------------------------------------------------------------------------------------- |
This file contains 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
// ---------------------------------------------------------------------------- | |
// <copyright file="CreateArtboardsForSelectedImages.jsx" company="Supyrb"> | |
// Copyright (c) 2018 Supyrb. All rights reserved. | |
// </copyright> | |
// <author> | |
// Johannes Deml | |
// send@johannesdeml.com | |
// </author> | |
// <summary> | |
// Creates an artboard for each selected image with the name of the imageFile and its size on the canvas. |
I hereby claim:
- I am johannesdeml on github.
- I am johannesdeml (https://keybase.io/johannesdeml) on keybase.
- I have a public key ASDVKatOMHNSM90leOf-tulfdkAhpoDtVSAxGx_PtY7R5Ao
To claim this, I am signing this object:
This file contains 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
// -------------------------------------------------------------------------------------------------------------------- | |
// <copyright file="ApplySelectedPrefabs.cs" company="Supyrb"> | |
// Copyright (c) 2017 Supyrb. All rights reserved. | |
// </copyright> | |
// <author> | |
// baptisteLar | |
// http://baptistelargaiolli.com/ | |
// </author> | |
// <author> | |
// Johannes Deml |
This file contains 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
// -------------------------------------------------------------------------------------------------------------------- | |
// <copyright file="SceneViewFocusChangerWindow.cs" company="Supyrb"> | |
// Copyright (c) 2018 Supyrb. All rights reserved. | |
// </copyright> | |
// <author> | |
// Johannes Deml | |
// send@johannesdeml.com | |
// </author> | |
// -------------------------------------------------------------------------------------------------------------------- |
This file contains 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
# Unity .gitattributes - Deml v1.0.0 | |
# Source https://gist.github.com/JohannesDeml/0d25d654f8bbced6fcf651281e555397/ | |
# Unity | |
*.cs diff=csharp text | |
*.cginc text | |
*.shader text | |
*.mat merge=unityyamlmerge eol=lf |
This file contains 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
[user] | |
name = Johannes Deml | |
email = public@deml.io | |
signingkey = 707EF4CBFC0A989B | |
[core] | |
symlinks = true | |
[commit] | |
gpgSign = true | |
[tag] | |
gpgSign = true |
This file contains 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
// -------------------------------------------------------------------------------------------------------------------- | |
// <copyright file="TooltipDrawer.cs" company="Supyrb"> | |
// Copyright (c) 2018 Supyrb. All rights reserved. | |
// </copyright> | |
// <author> | |
// Johannes Deml | |
// send@johannesdeml.com | |
// </author> | |
// -------------------------------------------------------------------------------------------------------------------- |
OlderNewer