Vladimir Pirozhenko
b963bd76f8
Update README.md
2022-08-18 02:44:08 +03:00
Vladimir Pirozhenko
df632c02a4
Merge pull request #3 from VladimirPirozhenko/Shaders
...
Added surface shaders for additive blending,emission and cutoff, also…
2022-08-18 02:37:49 +03:00
VladimirPirozhenko
6889a11109
Added surface shaders for additive blending,emission and cutoff, also upgraded standard curved shader massively
...
Fixed shadows with shader, optimized few things for mobiles, added CulledCamera script to prevent meshes to dissapear in front of camera
WorldCurver now lives in GameSession, from which it will be controlled
2022-08-18 03:37:06 +03:00
VladimirPirozhenko
fff9c8c5cd
Shader branch, added surface shader for curved world , all of the assets were transferred to it
2022-08-17 03:35:34 +03:00
Vladimir Pirozhenko
0c66771404
Merge pull request #2 from VladimirPirozhenko/Shaders
...
Shader branch, added surface shader for curved world, all of the assets were transferred to it
2022-08-17 02:38:49 +03:00
VladimirPirozhenko
f2797a5355
Updated input system, added touch inputs
...
Now InputTranslator has its own interface to provide polymorphism in GameSession class
Touch input read only if target platform is android
2022-08-16 04:01:08 +03:00
VladimirPirozhenko
e1c8070226
Fixed bugs with input if a player is unplayable and pause is set
...
Input translator upgraded
2022-08-15 20:57:11 +03:00
VladimirPirozhenko
9067758171
Extracted code to Grid class, adjusted jump time to get better game feel
...
Also fixed scaling of score ui element
2022-08-14 06:14:54 +03:00
VladimirPirozhenko
0fb508126d
Updated InputTranslator and View manager, it fixed few bugs with allowing controls
...
InputTranslator now can check whether is translation is restricted, added new method to ViewManager - IsActive - to check if view is active or not
2022-08-13 02:45:01 +03:00
VladimirPirozhenko
9af89dd8b7
Merge branch 'main' of https://github.com/VladimirPirozhenko/AwesomeRunner
2022-08-13 01:57:19 +03:00
VladimirPirozhenko
80720c8eb7
Reworked pooling a little bit, added input restrictions to avoid gaining controls to player while paused/dead
...
Moreover cleaned-up old code
2022-08-13 01:57:16 +03:00
VladimirPirozhenko
2c5c522ebe
Merge branch 'main' of https://github.com/VladimirPirozhenko/AwesomeRunner
2022-08-12 20:20:51 +03:00
VladimirPirozhenko
7c98ec00e5
Added scoreaboard button in pause menu, added proper scoreboard view
...
Also added close button to scoreboard view
2022-08-12 20:20:48 +03:00
Vladimir Pirozhenko
159334e2ca
Merge pull request #1 from VladimirPirozhenko/add-license-1
...
Create LICENCE.md
2022-08-12 20:05:44 +03:00
Vladimir Pirozhenko
ea45e59a4c
Create LICENCE.md
2022-08-12 20:04:56 +03:00
VladimirPirozhenko
4247d9c2b8
Merge branch 'main' of https://github.com/VladimirPirozhenko/AwesomeRunner
2022-08-12 05:38:20 +03:00
VladimirPirozhenko
6999e84b65
Added pause and pause view, added restriction of input while in paused state
...
Upgraded Input system to fit demands of paused game (no movement inputs allowed!)
2022-08-12 05:38:17 +03:00
Vladimir Pirozhenko
7ab43c7445
Updated README.md
2022-08-12 04:45:23 +03:00
Vladimir Pirozhenko
7b08ab1d0b
Update README.md
2022-08-11 19:30:25 +03:00
VladimirPirozhenko
e15e453c8e
Added Hearts UI health representation, added scoreboard, added tweaks to input system, also code clean-up
...
Deleted unused assets, added HeartsView
2022-08-11 08:49:23 +03:00
VladimirPirozhenko
b3ae690642
Initial Readme
2022-08-11 08:29:31 +03:00
VladimirPirozhenko
bb4f8691e2
Updated Input system, got rid of old code, updated HUD
2022-08-11 03:37:40 +03:00
VladimirPirozhenko
6a87d4abda
Added classess for views, added new laser obstacle
...
New laser obstacle uses particle system, UI not yet implemented, but classess for ui was added
2022-08-10 06:10:40 +03:00
VladimirPirozhenko
4fa18a41a0
Changed animation strings to hashes, added IPoolable interface, upgrade pool system
...
Change generation of obstacles
Now all the important objects is cointained by pools
2022-08-09 22:23:49 +03:00
VladimirPirozhenko
c7a0ad0f90
Added obstacles, started working on chunk generator
...
Added obstacles, updated pools, added extention for list, updated LaneSystem
2022-08-09 04:43:03 +03:00
VladimirPirozhenko
e3ba21a250
Added skybox, cleaned-up code, adjusted anims
2022-08-08 11:38:05 +03:00
VladimirPirozhenko
69b5665074
Added proper animatons, built some prefabs
...
Converted generic to humanoid animations, set up animation controller, make the game work again
2022-08-07 10:06:06 +03:00
VladimirPirozhenko
45b277e7d1
Initial commit
2022-08-07 07:31:16 +03:00