Skip to content

Instantly share code, notes, and snippets.

View MugOfPaul's full-sized avatar

Paul Reynolds MugOfPaul

View GitHub Profile
using UnityEngine;
public class FloatySpinny : MonoBehaviour
{
public bool m_Spin = true;
public Vector3 m_SpinAxis = Vector3.up;
public float m_SpinSpeed = 1.0f;
public bool m_Float = false;
public Vector3 m_FloatAxis = Vector3.up;
@MugOfPaul
MugOfPaul / .gitattributes
Created February 18, 2020 17:02
Unity Project LFS
# Image formats:
*.tga filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.tif filter=lfs diff=lfs merge=lfs -text
*.jpg filter=lfs diff=lfs merge=lfs -text
*.gif filter=lfs diff=lfs merge=lfs -text
*.psd filter=lfs diff=lfs merge=lfs -text
*.ai filter=lfs diff=lfs merge=lfs -text
*.svg filter=lfs diff=lfs merge=lfs -text
@MugOfPaul
MugOfPaul / .gitignore
Last active February 18, 2020 18:09
Unity Project Ignore. Assumes all build artifacts go into subdirectories of <Project Root>/Builds
.DS_Store
[Ll]ibrary/
[Ll]ogs/
[Tt]emp/
[Oo]bj/
[Bb]uild/
[Bb]uilds/
[Ll]ogs/
Assets/AssetStoreTools*