Skip to content

Instantly share code, notes, and snippets.

View wiverson's full-sized avatar

Will Iverson wiverson

View GitHub Profile
@wiverson
wiverson / Unity3DTest.cs
Created August 7, 2018 17:58
Example of Unity3D test and the command line to run it
using System.Collections;
using System.Collections.Generic;
using NUnit.Framework;
using UnityEngine;
using UnityEngine.TestTools;
/**
/Applications/Unity/Hub/Editor/2018.1.7f1/Unity.app/Contents/MacOS/Unity
-batchmode -nographics -runEditorTests -projectPath /Users/wiverson/Desktop/test-test/TestTest
  • Pandoc - Universal file converter. E.g. Markdown to ePub, Word and HTML.
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.changenode</groupId>
<artifactId>testclient</artifactId>
<version>1.0-SNAPSHOT</version>