Skip to content

Instantly share code, notes, and snippets.

View derme302's full-sized avatar

Chris derme302

View GitHub Profile
@derme302
derme302 / .gitignore
Last active August 29, 2015 14:12 — forked from kleber-swf/.gitignore
[Unity] .gitignore
# =============== #
# Unity generated #
# =============== #
[Tt]emp/
[Oo]bj/
[Bb]uild
[Ll]ibrary/
sysinfo.txt
# ===================================== #
@derme302
derme302 / GoogleMap.cs
Last active May 4, 2025 02:21
Load a Google Map into Unity3D
/*
* Based on the Google Maps for Unity Asset
* https://www.assetstore.unity3d.com/en/#!/content/3573
* However the relience on UniWeb has been removed
*
*
Getting Started
---------------
1. Assign the GoogleMap component to your game object.