Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View whaison's full-sized avatar

whaison whaison

View GitHub Profile
using UnityEngine;
using UnityEditor;
using UnityEditor.Animations;
using System.Collections;
using System.Collections.Generic;
using System.IO;
using System.Text.RegularExpressions;
using System.Linq;
/// <summary>
/// Model animation spliter.
#target photoshop
//
// pngToTga.jsx
//
//
// Generated Thu Jun 18 2015 18:07:14 GMT+0900
//
cTID = function(s) { return app.charIDToTypeID(s); };
using UnityEngine;
using UnityEditor;
using System.Collections;
using System.Collections.Generic;
using System;
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Reflection;
@whaison
whaison / ParticleSystem.cs
Created August 9, 2015 03:55
this Code is Non Error But Do Not Work On Unity this is Dust Code Sorry....
using System;
using System.Collections.Generic;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using UnityEngine.Internal;
using System.Runtime.CompilerServices;
using System.Security;
using UnityEngine.Internal;
using UnityEngineInternal;
using UnityEngine;
@whaison
whaison / ActiveParticleSystem.cs
Last active August 29, 2015 14:27
this Code is Non Error But Do Not Work On Unity this is Dust Code Sorry....
using System;
using System.Collections.Generic;
using System.Runtime.InteropServices;
using UnityEngine.Internal;
using System.Runtime.CompilerServices;
using System.Security;
using UnityEngine.Internal;
using UnityEngineInternal;
using UnityEngine;
//using UnityEngine.Component;
using UnityEngine;
using UnityEditor;
using UnityEditor.Animations;
using System.Collections;
using System.Collections.Generic;
using System.IO;
using System.Text.RegularExpressions;
using System.Linq;
public class YamlSerializedPropaty : EditorWindow {
GameObject GameObjectAsset;
SHELL = /bin/sh
# default config:
# release
# x86
# shared
# clang
#
# to build 64 bit: make -e M64=-m64
# to build static: make -e STATIC_LINK=1
IMPORTANT: BY USING THIS SOFTWARE, YOU ARE AGREEING TO BE BOUND BY THE FOLLOWING APPLE TERMS:
A. MAC SDK AND XCODE AGREEMENT
B. iOS SDK AGREEMENT
APPLE INC.
MAC SDK AND XCODE AGREEMENT
PLEASE READ THIS MAC SDK AND XCODE AGREEMENT (&quot;LICENSE&quot;) CAREFULLY BEFORE USING THE DEVELOPER SOFTWARE (DEFINED BELOW). BY USING THE DEVELOPER SOFTWARE, YOU ARE AGREEING TO BE BOUND BY THE TERMS OF THIS LICENSE. IF YOU ARE ACCESSING THE DEVELOPER SOFTWARE ELECTRONICALLY, SIGNIFY YOUR AGREEMENT TO BE BOUND BY THE TERMS OF THIS LICENSE BY CLICKING THE &quot;AGREE &quot; BUTTON. IF YOU DO NOT AGREE TO THE TERMS OF THIS LICENSE, DO NOT USE THE DEVELOPER SOFTWARE AND CLICK &ldquo;DISAGREE&rdquo;.
IMPORTANT NOTE: To the extent that this software may be used to reproduce materials, it is licensed to you only for reproduction of non-copyrighted materials, materials in which you own the copyright, or materials you are authorized or legally permitted to reproduce. If you are uncertain about your right to copy any material, y
You can view the license agreements in Xcode's About Box, or at /Applications/Xcode.app/Contents/Resources/English.lproj/License.rtf
cc -pipe -m32 -DFBXSDK_SHARED -I../../include -c ../Common/Common.cxx -o ../Common/Common.o
cc -pipe -m32 -DFBXSDK_SHARED -I../../include -c DrawScene.cxx -o DrawScene.o
cc -pipe -m32 -DFBXSDK_SHARED -I../../include -c DrawText.cxx -o DrawText.o
cc -pipe -m32 -DFBXSDK_SHARED -I../../include -c GetPosition.cxx -o GetPosition.o
cc -pipe -m32 -DFBXSDK_SHARED -I../../include -c SceneCache.cxx -o SceneCache.o
SceneCache.cxx:618:9: warning: 'GLUquadricObj' is deprecated: first deprecated in OS X 10.9
[-Wdeprecated-declarations]
GLUquadricObj * lQuadObj = gluNewQuadric();
^
cd /Applications/Autodesk/FBX\ SDK/2015.1/samples/Animation/ && sudo make &&
cd /Applications/Autodesk/FBX\ SDK/2015.1/samples/Layers/ && sudo make &&
cd /Applications/Autodesk/FBX\ SDK/2015.1/samples/Transformations/ && sudo make &&
cd /Applications/Autodesk/FBX\ SDK/2015.1/samples/UVSample/ && sudo make &&
cd /Applications/Autodesk/FBX\ SDK/2015.1/samples/Normals/ && sudo make &&
cd /Applications/Autodesk/FBX\ SDK/2015.1/samples/UserProperties/ && sudo make &&
cd /Applications/Autodesk/FBX\ SDK/2015.1/samples/ConvertScene/ && sudo make &&
cd /Applications/Autodesk/FBX\ SDK/2015.1/samples/Pivot/ && sudo make &&
cd /Applications/Autodesk/FBX\ SDK/2015.1/samples/ViewScene/ && sudo make &&
cd /Applications/Autodesk/FBX\ SDK/2015.1/samples/ExportDocument/ && sudo make &&