Unity: Gaia – Tips to launch on the Unity Asset Store
Unity: Rain AI No Longer Officially Supported
Unity – Speech Plugins
I created a public repositories to hold the online documentation for Unity speech related packages.
[Demo 01 Unity Speech Dictation]
[Demo 02 Unity Speech Commands]
[Demo 01 Unity Speech Synthesis]
Documentation: [UnityWebGLSpeechDetection] [private]
Documentation: [UnityWebGLSpeechSynthesis] [private]
Documentation and Source: [UnityWebGLMicrophone]
Documentation: [WebGL: Interacting with browser scripting]
The [Chrome Speech Demo] supports multiple languages.
[UnityWebGLDropdown Test] [repo] [issue]
[LOW LEVEL PLUGINS IN UNITY WEBGL]
How To Create Dynamic Textures with CCRenderTexture in Cocos2D 2.X
Razer Hydra SteamVR UPDATE (How-To) – Throw Things & More! | The Lab, HH&H
Android Max FPS
Wingsuit + Donuts
Unreal: Create UI Widget
Adobe: Project Felix Is Using Fuse CC Resources
The Mixamo saga continues… Adobe acquired Mixamo and released Fuse CC on Creative Cloud. The same team is now working on Adobe: [Project Felix] according to [this forum thread]. Fuse CC won’t have updates in 2017 while the engineers work on Project Felix.
Tutorial: Morphing Images in Blender
ASUS P5N-D Motherboard Specifications
I didn’t realize my older desktop is 10 years old. That explains the power fault crashes…
[specs]
Old motherboard: [ASUS P5N-D Motherboard Specifications] [manual]
Old Graphics Card: [EVGA GeForce 9800 GT]
NVIDIA: [Min VR Specs]
The lowest end replacements have comments suggesting the card runs hot. 90F+
[EVGA GeForce GTX 1060 One Fan]
[EVGA GeForce GTX 1060 Two Fans]
[Blade Pro Equivalent With Component Prices]
Other desktop: [ASUS Rampage IV Extreme] [$]
Suggestions from Carl:
* [1GB SSD]
* [ASUS Sabertooth Z170-S] [$]
* [ASUS Sabertooth Z170-MARK-1] [$]
* [PC Part Picker]
The theme for Global Game Jam 2017 is WAVES
Magic of Devin Graupmann at The Hart Wedding
JavaScript 30 Challenge
Build 30 things in 30 days with [JavaScript 30].
MODO: Six Tips in 60 Seconds
Tutorials: Free Tutorials on Ableton Live
[Ableton Live] is bundled with the [Novation Launchpad].
The Ableton site hosts free [Ableton Live Tutorials].
Ableton: Electronic Music Production w/ Ableton Live 9! Dubspot Course Preview!
Udemy: Ableton Live Introduction
Udemy has a free music course on [Ableton Live Introduction].
Udemy: Create Electronic Music With Reason 9
Udemy has a free music course on [Create Electronic Music With Reason 9].
Razer: OSVR Demo
First, I have my hands on the [OSVR HACKER DEVELOPMENT KIT].
After assembling the hacker kit, the manual says download and run the OSVR Hacker Development Kit software from [osvr.github.io].
OSVR has [chat rooms] to talk with other developers.
There are specific channels for “support” requests – see [support.osvr.com].
Nice that no drivers are required for Windows 10.
I had an old `DK1 model` and the firmware drivers were found in `C:\Program Files\HDK-Runtime\OSVR-CPI\dfu-prog-usb-1.2.2`.
Install [Render Manager].
You may already have the `OSVR-Core` installed which can be found in `C:\Program Files\HDK-Runtime\OSVR-Core\bin`.
Or download and unpack the [Daily OSVR-Core Windows Binary Snapshot].
Start the server, run `OSVR-Core-Snapshot-v.X\bin\osvr_server.exe`.
Download and unpack the [OSVR-Unity Assets Snapshot].
Create a new unity project.
Import the unity package `OSVR-Unity-vX\OSVR-Unity.unitypackage`.
Open the demo scene `Assets\OSVRUnity\Sample\VRFirstPerson.unity`.
Hit `Play`.
Oculus: DK1 Demo
I hooked up the Oculus DK1 and an XBOX 360 wired controller to do more experiments. I’ll start with the demo. First, I downloaded a couple updates.
1) Oculus_Runtime_for_Windows: [0.8.0.0-beta] (Oculus DK1 appears to need the old 0.8.0.0-beta runtime and sdk)
2) Oculus SDK for Windows: [1.10.1] [0.8.0.0-beta] – Installed on Windows 10
3) Oculus Utilities for Unity 5 SDK Examples: [1.10.0] – Unzipped to a new folder.
Next I created a new empty Unity project, where I’m a version behind the release version. [Unity 5.3.3]. I’ll update to the release version later (currently 5.3.2).
Copy the project settings into the Unity project settings (OculusUtilities_SDKExamples_0_1_3_0_beta\ProjectSettings).
Import the Oculus Unity Package (OculusUtilities_SDKExamples_0_1_3_0_beta\SDKExamples.unityPackage).
Restart Unity and reopen the project.
The Oculus DK1 is plugged in and on. The XBOX 360 controller is plugged in.
Open the sample scene (Assets\Scenes\FirstPerson_Sample.unity). The nice part about this example scene is that it has the head tracking, controller left stick movement, and controller right stick horizontal looking.
Let the baking process complete before hitting `Play`. If baking has not complete, the scene will be black.
If nothing happens, hit `Stop` and then `Play` again.
Some things to note about the project setup.
Custom Layers:
* User Layer 8: Objects
* User Layer 9: LeftEyeOnly
* User Layer 10: RightEyeOnly
When copying project settings, at a minimum, the `ProjectSettings.asset` must be copied to avoid a crash on `Start`.
When copying project settings, the `InputManager.asset` needs to be copied to support using the `XBOX 360 controller` in the example scene.
For capturing video output on the Oculus DK1, the ElGato Game Capture software will not work.
[Open Broadcaster Software] (OBS) has to be setup to mirror a monitor in order to capture the Oculus video.
And rolled the Oculus demo setup into my [Setup For Fuse CC] unity package.
Unity: VFX Toolbox – Experimental Image Sequencer Update
PHP: Laravel
[Laravel] is a PHP framework that provides authentication and a design to help create reusable code.