https://github.com/omiyagames/string-theory
String Theory is a first-person puzzle game about collecting objects with a fishing pole. In the beginning, your magical lure can only collect small objects, but as more objects are collected, larger objects become obtainable. Collect everything, break the targets, and find the gate to the next level!
https://github.com/omiyagames/string-theory
1gam game game-jam gamejam unity unity3d
Last synced: 7 months ago
JSON representation
String Theory is a first-person puzzle game about collecting objects with a fishing pole. In the beginning, your magical lure can only collect small objects, but as more objects are collected, larger objects become obtainable. Collect everything, break the targets, and find the gate to the next level!
- Host: GitHub
- URL: https://github.com/omiyagames/string-theory
- Owner: OmiyaGames
- Created: 2019-09-09T23:50:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-09T23:56:27.000Z (over 6 years ago)
- Last Synced: 2025-02-25T18:38:29.398Z (11 months ago)
- Topics: 1gam, game, game-jam, gamejam, unity, unity3d
- Language: C#
- Homepage: https://www.omiyagames.com/portfolio/string-theory/
- Size: 81 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
In this Unity project, the following folders has the following roles:
.fossil_settings:
A folder used by Fossil. Contains settings for Fossil.
See also: http://www.fossil-scm.org/fossil/doc/trunk/www/settings.wiki
Assets:
A folder required by Unity. Contains assets used for the game.
ProjectSettings:
A folder required by Unity. Contains settings for Unity.
Builds:
A folder where its contents are ignored by Fossil. Typically where game builds are created in.
UnimportedAssets:
A folder that Fossil versions, but Unity doesn't detect. Typically where unfinished art assets are placed in.
Library:
A folder required by Unity. It's contents are very cryptic and mysterious. I wouldn't recommend touching it.
Ignored by Fossil.
Temp:
A folder used by Unity. Unity creates it when an editor opens. I wouldn't recommend touching it.
Ignored by Fossil.
As a reminder, I put a README.txt in each folder to describe it's purpose (except for Library and Temp, because that would be dangerous).
Also, it makes it easier to check those folders into Fossil.