diff --git a/.gitignore b/.gitignore new file mode 100755 index 0000000..461f857 --- /dev/null +++ b/.gitignore @@ -0,0 +1,55 @@ +/[Ll]ibrary +/[Tt]emp +/[Oo]bj +/[Bb]uild +/[Bb]uilds +/[Uu]ser[Ss]ettings +/[Mm]emory[Cc]aptures +/[Ll]ogs +/ignore.conf +/Assets/TerrainSampleAssets +/Assets/Bundles/Windows/**/** +/.plastic +*.private +*.private.meta +*.meta +^*.private.[0-9]+$ +^*.private.[0-9]+.meta$ +**/Assets/AssetStoreTools +**/assets/assetstoretools +/Assets/Plugins/PlasticSCM* +/assets/plugins/PlasticSCM* +.vs +.gradle +ExportedObj +.consulo +*.csproj +*.unityproj +*.sln +*.suo +*.tmp +*.user +*.userprefs +*.pidb +*.booproj +*.svd +*.pdb +*.mdb +*.opendb +*.VC.db +*.pidb.meta +*.pdb.meta +*.mdb.meta +sysinfo.txt +*.apk +*.unitypackage +.collabignore +crashlytics-build.properties +**/Assets/AddressableAssetsData/*/*.bin* +**/assets/addressableassetsdata/*/*.bin* +**/Assets/StreamingAssets/**.meta +**/assets/streamingassets/*/**/* +.DS_Store* +Thumbs.db +Desktop.ini +*meta diff --git a/.vsconfig b/.vsconfig new file mode 100755 index 0000000..f019fd0 --- /dev/null +++ b/.vsconfig @@ -0,0 +1,6 @@ +{ + "version": "1.0", + "components": [ + "Microsoft.VisualStudio.Workload.ManagedGame" + ] +} diff --git a/README.md b/README.md new file mode 100644 index 0000000..00001b6 --- /dev/null +++ b/README.md @@ -0,0 +1,42 @@ +# [Journey to Nowhere - Unity](#) + +## A *revamped, new or improved* version of the other game created by our group, named "Finding Who Asked In Ohio". (Terrible name, isn't it?) + + + +### TODO + +- [ ] XLua support +- [ ] Make my own music + + +## Sources + +### Assets - Audio + +## !! Note !! +Most of these assets are temporary assets. These assets will be replaced eventually, and a working release of the game should not *( others)* and will not *(us)* be released to the public until this change. + + +#### HOYO-MiX - Default +> [As Before](Assets/Bundles/Audio/Default/AsBefore.ogg) + +> [Finality](Assets/Bundles/Audio/Default/Finality.ogg) + +> [Gion3](Assets/Bundles/Audio/Default/Gion3.ogg) + +> [Illusions](Assets/Bundles/Audio/Default/Illusions.ogg) + +> [Mechanical Symphony (unused...)](Assets/Bundles/Audio/Default/mechanical-symphony.wav) + +> [Origin Station](Assets/Bundles/Audio/Default/OriginStation.ogg) + +> [Train to the Future](Assets/Bundles/Audio/Default/TrainToTheFuture.ogg) + + +### Assets - Video + +#### HOYO-MiX +Path: [/Assets/Bundles/Video](Assets/Bundles/Video) + +These videos are unused. They were only used to test something. \ No newline at end of file