Skip to content

Instantly share code, notes, and snippets.

View miodevs's full-sized avatar
🏠
Available for freelance project

miodevs

🏠
Available for freelance project
View GitHub Profile
using GoogleMobileAds.Api;
using System;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
namespace Mio.Utils
{
public class AdmobAdsHelper : MonoBehaviour
{
@miodevs
miodevs / SongConverter.cs
Created March 16, 2018 10:19
New song converter for the Piano Tiles 2 Template
//Song converter utility for the piano tiles 2 templates on SellMyApp https://www.sellmyapp.com/downloads/piano-tiles-template/
using UnityEngine;
using System.Collections;
using MovementEffects;
using Mio.TileMaster;
using System.Collections.Generic;
using System;
//using System.Runtime.Serialization.Formatters.Binary;