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
exiftool -n -G -FileName -GPSLatitude -GPSLongitude -GPSPosition -csv . > ./exif-data.csv |
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
var script = document.createElement('script'); | |
script.type = 'text/javascript'; | |
script.src = 'https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js'; | |
document.head.appendChild(script); | |
var scrollX = 0; | |
var scrollY = 0; | |
var curYPos = 0; | |
var curXPos = 0; | |
var curDown = false; |
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 UnityEngine; | |
using UnityEngine.Playables; | |
using UnityEngine.UI; | |
[Serializable] | |
public class ImageSpriteSwitcherBehaviour : PlayableBehaviour { | |
public Sprite sprite; | |
public override void ProcessFrame(Playable playable, FrameData info, object playerData) { |
Making pixelated effect with Amplify Impostors
Videos:
In my example I used this assets: