Ciro Continisio
009fdbd5
Even more art
4 年前
GitHub
10c79edf
Update README.md ( #82 )
Added a permanent and non-capped invite link to the #open-projects Discord channel on the Official Unity Discord server.
4 年前
Ciro Continisio
4e9d1665
More art imported
4 年前
Ciro Continisio
ccbf1297
Small feedback tweaks
4 年前
Ciro Continisio
05c2da74
Project settings
Small tweaks, project naming, etc.
4 年前
Ciro Continisio
e27f318b
Merge branch 'master' into custom-lighting-shader
# Conflicts:
# UOP1_Project/Packages/manifest.json
# UOP1_Project/ProjectSettings/ProjectVersion.txt
4 年前
Unknown
55b5f63c
Updated to Unity version 2019.4.11
4 年前
GitHub
9965c051
Removed unused imports ( #75 )
4 年前
Unknown
54aa2bb2
Updated beach scene
4 年前
GitHub
358b68b5
Removal of unnecessary test files ( #80 )
Removal of unnecessary Tests folder, Input Scene and the content in the Scene. I have tested the game and it doesn't breaks or effects the game in any possible way.
4 年前
Unknown
ec685786
Updated raise method name
4 年前
GitHub
840a21d7
Moved .editorConfig to avoid duplicated version in actual project root ( #77 )
4 年前
Unknown
87b7db67
Better comments
4 年前
GitHub
83951a71
Merge pull request #73 from MileyHollenberg/Linter
Setup automatic linting as a Github Action
4 年前
Unknown
bb4599fe
Removed what we don't need
4 年前
Miley Hollenberg
4211568e
[Bot] Automated dotnet-format update
4 年前
Unknown
0bb99173
Renamed Levels folder to Locations
4 年前
Miley Hollenberg
74d7eb52
Removed bot account from auto commit
4 年前
Unknown
6dee2704
Location loader script
4 年前
Miley Hollenberg
cd634c11
Implemented automatic linter
4 年前
GitHub
04e6c82e
Create pull_request_template.md
4 年前
Unknown
cbc6933e
Changes on Main Menu and Scenes Loader after updates
4 年前
GitHub
f5ad616a
Merge pull request #26 from mwert09/master
Fixed steep surfaces bug and implemented sliding
4 年前
Unknown
d3e13985
Methods to trigger events
4 年前
mwert09
83f426f0
Merge remote-tracking branch 'upstream/master'
4 年前
Unknown
da0bbab5
Added Void, Int and Load Events SO and Listeners
4 年前
Unknown
09bb47ff
Remove old files
4 年前
GitHub
02d8e6c7
Merge pull request #55 from andrewreal/remove-magic-numbers
Remove magic numbers
4 年前
Unknown
9bcfa8f8
Changed Level to Location
4 年前
Ciro Continisio
69c48251
Changed the new variable into a constant
4 年前
GitHub
afc7b64e
Merge pull request #25 from Wodopo/master
Simple Player Spawn System
4 年前
Unknown
aa06f015
Added beach and forest scenes for scenes loading tests
4 年前
Ciro Continisio
2cfc9750
SpawnSystem active in the scene
Removed the player prefab from the scene
4 年前
Ciro Continisio
b194fe99
Merge branch 'master' into Wodopo/spawn-system
# Conflicts:
# UOP1_Project/Assets/Scenes/CharController.unity
# UOP1_Project/Assets/Scripts/CameraManager.cs
4 年前
GitHub
9c27ba24
Merge pull request #27 from andrew-raphael-lukasik/InputReader_as_ScriptableObject
InputReader made into ScriptableObject asset
4 年前
Ciro Continisio
4aaa3b36
Spawn system in place
4 年前
Ciro Continisio
26b18669
Work and tests on toon shader, plants and rocks
4 年前
Ciro Continisio
b0af5562
Toon shader done
Needs to be broken down into pieces for modularity
4 年前
Ciro Continisio
369c0864
Toon Shader v2 in progress
4 年前
Andre McGrail
a9e2d4b6
Tweaks to URP Asset
- Enabled Depth Texture to make sure it is created for use with the outline shader
- Set MSAA 2x so that a Depth Pre-pass is created, this makes sure the depth textrure for opaques is not a frame old
- Switched Color Grading mode to LDR as this is more performant and the visual trade off is generally worth the performance improvements
4 年前
Ciro Continisio
5e4de146
Isolated outline test
Created its own scene and shader for testing purposes
4 年前
Ciro Continisio
0788d614
Custom lighting shader tests
4 年前
Ayhan Sakarya
dbe17bef
- Set the "GameInput" Input Action Class as reference in the eventsystem of the Settings System.unity scene
- Changed the name of settings panel to "Settings System Panel"
4 年前
Ayhan Sakarya
65b9d08b
Implementation of current Settings System includes the following:
- Implemented General tab - Language setting
- Implemented Graphics tab - Graphics Presets, Resolution (all supported resolutions on users device), fullscreen mode settings
- Implemented Advanced Graphics - Anisotropic filtering, Anti-Aliasing, Shadow Distance, Shadow Quality settings
- Implemented Audio tab - Music Volume, Sfx Volume settings
- Moved SettingsSystem scripts to Scripts/Systems/Settings (if we use asmdef files in the future this hiararchy might be better than throwin every script under the scripts folder)
- Added scriptable object which holds graphics presets
- Updated SettingsSystem script to utilize the presets object
4 年前
mwert09
a291c583
Merge remote-tracking branch 'upstream/master'
4 年前
mwert09
f063f571
Merge branch 'bug-steep-surfaces'
4 年前
mwert09
3fe5c164
Merge branch 'master' of https://github.com/mwert09/open-project-1
4 年前
Andrew Real
106bfcd0
Remove accidentaly added blank lines
4 年前
mwert09
14215282
Update Character.cs
4 年前
GitHub
2c21f5a9
Merge pull request #31 from CharlExMachina/Scene-Loading
Added custom inspector for GameScene ScriptableObjects
4 年前