Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/haysclark/strangeioc-examples
Just the StrangeIoC Examples
https://github.com/haysclark/strangeioc-examples
Last synced: 14 days ago
JSON representation
Just the StrangeIoC Examples
- Host: GitHub
- URL: https://github.com/haysclark/strangeioc-examples
- Owner: haysclark
- Created: 2014-02-17T07:28:23.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-18T07:50:11.000Z (almost 11 years ago)
- Last Synced: 2024-10-27T23:35:59.688Z (2 months ago)
- Language: C#
- Homepage: http://haysclark.github.io/strangeioc-examples
- Size: 9.34 MB
- Stars: 3
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-2.0.txt
Awesome Lists containing this project
README
# StrangeIoC Examples
> Examples version: v0.1.0 utilizing StrangeIoC v0.7.0
## Installation of Examples
### 1.0 Example scenes to help you start using StrangeIoC.
#### 1.1 Clone the 'strangeioc-examples' repo from GitHub- in Terminal navigate to where you wnat the example project to live
- run 'git clone [email protected]:haysclark/strangeioc-examples.git'#### 1.2 Initialize and Update the repo's git submodules, it's EASY!
In terminal navigate into the 'strangeioc-examples'
- run 'git submodule init' to Initialize all the git submodules (aka nested git repos)
- run 'git submodule update' to update all the git submodules (aka clone or pull nested git repos)
- DONE!- Note: If for some reason you re-pull the example project and a module has been updated when just run 'git submodule update'
### 2.0 Using the examples in Unity
#### 2.1 Open 'example' Project in UnityIn Unity
- File -> Open Project...
- Choose the 'Open Other...' button on bottom of Project Wizard dialog
- In 'Choose Project Directory' dialog navigate to 'strangeioc-example' folder and pick the 'exampes' folder. Click 'Open' button.
- Your should see 'Assets Progress' dialog as Unity imports assets.
- Once Unity is done you can now Open the Example scenes.#### 2.1 Open 'example' scene in Unity
- File -> Open Scene...
- In 'Load Scene' dialog navigate to the Scenes folder: Assets/scenes/[specific example]/[sceneFile].unity, one selected click 'Open'
- You ideall should not see any errors in the console and should just click the 'Play' button in Unity to get the example running.