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
#pihole | |
https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts | |
https://o0.pages.dev/Pro/domains.txt | |
https://raw.githubusercontent.com/hagezi/dns-blocklists/main/adblock/doh-vpn-proxy-bypass.txt | |
https://raw.githubusercontent.com/hagezi/dns-blocklists/main/adblock/dyndns.txt | |
https://raw.githubusercontent.com/hagezi/dns-blocklists/main/adblock/fake.txt | |
https://raw.githubusercontent.com/hagezi/dns-blocklists/main/adblock/gambling.txt | |
https://raw.githubusercontent.com/hagezi/dns-blocklists/main/adblock/hoster.txt | |
https://raw.githubusercontent.com/hagezi/dns-blocklists/main/adblock/native.amazon.txt | |
https://raw.githubusercontent.com/hagezi/dns-blocklists/main/adblock/native.apple.txt |
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 Fusee.Base.Core; | |
using Fusee.Serialization; | |
using System.IO; | |
namespace Fusee.Engine.Core | |
{ | |
/// <summary> | |
/// High level serialization helper thing | |
/// </summary> | |
public static class Serializer |
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 System; | |
using System.Runtime.InteropServices; | |
namespace SpanCast | |
{ | |
class Program | |
{ | |
static void Main(string[] args) | |
{ | |
//preparing test data |
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
Adventure Racer in the style of Monkey Island sword fights | |
Crypt of the Necrodancer MOBA | |
Deckbuilding Marble Game |
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
public class InputJSON | |
{ | |
public float Input; | |
} |
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; | |
public class SmoothCameraFollow2D : MonoBehaviour | |
{ | |
public GameObject Target; | |
public float LerpValue = 0.05f; | |
private float _t; | |
private Vector3 _pos; |
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
Samsung Galaxy S4 - Snapdragon 600 - ASTC | |
Project Tango - Tegra - DXT | |
-- | |
More to come |
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
Shader "Sprites/SpriteMask" | |
{ | |
Properties | |
{ | |
[PerRendererData] _MainTex("Sprite Texture", 2D) = "white" {} | |
_Cutoff("Base Alpha cutoff", Range(0,1)) = .5 | |
} | |
SubShader | |
{ |