sudo mkdir /etc/nginx/sites-available
sudo mkdir /etc/nginx/sites-enabled
include /etc/nginx/sites-enabled/*;
| using System; | |
| using System.Collections.Generic; | |
| using System.IO; | |
| using System.Reflection; | |
| using UnityEditor; | |
| using UnityEngine; | |
| namespace MultiScreenshotCaptureNamespace | |
| { | |
| internal static class ReflectionExtensions |
| /* | |
| 1- Install(using npm): Express, body-parser, php-serialize, crypto | |
| * npm install --save express body-parser php-serialize crypto | |
| 2- read Paddle docs: https://paddle.com/docs/reference-verifying-webhooks | |
| 3- GoTo line 32 to set your public key, available here: https://vendors.paddle.com/account | |
| 4- Run it | |
| 5- Send post request to http://localhost:8080/paddleWebhook | |
| * you can use https://requestb.in to get the payload from paddle request simulator | |
| * paddle simulator (Webhook Alert Testing) : https://vendors.paddle.com/webhook-alert-test | |
| 6- Testing result should be like this: |
| ScriptableObject Icon | |
| _Popup | |
| _Help | |
| Clipboard | |
| SocialNetworks.UDNOpen | |
| SocialNetworks.Tweet | |
| SocialNetworks.FacebookShare | |
| SocialNetworks.LinkedInShare | |
| SocialNetworks.UDNLogo | |
| animationvisibilitytoggleoff |
| Shader "Custom/WaveExplo" { | |
| Properties { | |
| _MainTex ("", 2D) = "white" {} | |
| _CenterX ("CenterX", Range(-1,2)) = 0.5 | |
| _CenterY ("CenterY", Range(-1,2)) = 0.5 | |
| _Radius ("Radius", Range(-1,1)) = 0.2 | |
| _Amplitude ("Amplitude", Range(-10,10)) = 0.05 | |
| } | |
| SubShader { |