Граф коммитов

247 Коммитов

Автор SHA1 Сообщение Дата
Cosmin 0a81ca4d30 [InvadersGame] Fix a crash in shipping builds 2021-07-15 15:33:01 +01:00
Christopher Pope 9ec4d5f5c7 Added Graphics (replaces old Alien and Saucer style art)
Updated all enemy, player and saucer graphics
2021-07-14 16:07:24 +01:00
Cosmin 5b95753416 [Invaders] Upgrade Invaders to Unity 2020.3.13 LTS + a bunch of fixes and refactoring passes, read below
- Game - rename all our alien prefabs to have a more generic name, the same principle was applied to our codebase, renamed variables/fields/classes to something more generic
- Enemies: Rename our main enemy class to EnemyAgent + minor clean-ups + implement a grace shoot timer period
-  Rename AllienBullet to Enemy Bullet
- InvadersGame: Some big refactories here, the UpdateEnemies function not outputs a set of flags (bitmask) rather than having separated booleans to keep track off
- InvadersGame: Fix an edge case of the game loop where if the enemies would reach the bottom they would never respawn, now when they do reach that bottom boundary it will be game over
- InvadersGame: Introduce additional game over reasons
- LobbyControl: Introduce a minimum player count variable that could be tweaked in inspector so that the users can start playing in editor with just the host in the lobby
- PlayerControl:  Unified the NotifyGameOver function with the InvadersGame one + added different texts for all the possible game over reasons to be displayed
2021-07-13 14:20:33 +01:00
Cosmin 61fb994c24
Merge pull request #12 from Unity-Technologies/feat/update-2020_3_7f1
feat: update to 2020.3.7f1
2021-05-17 09:10:20 +01:00
Luke Stampfli 8f94bd043a feat: update invaders sample to Unity 2020.3.7f1 2021-05-14 11:14:52 +02:00
Luke Stampfli bd15fac070 feat: Update space shooter project to 2020.3.7f1 2021-05-14 11:04:11 +02:00
Luke Stampfli eec6a242eb
chore: Force assets to be serialized as text in spaceshooter project (#11) 2021-05-14 09:59:36 +01:00
Cosmin 69715f2cd9
Merge pull request #10 from Unity-Technologies/fix/il2cpp-to-mono
[Settings] Update Invaders Settings, the back-end compiler should be …
2021-05-10 18:44:31 +01:00
Cosmin 2468b8d3cb [Project] Convert all binary assets to text file 2021-05-10 18:39:04 +01:00
Cosmin 9058c57caa [Settings] Update Invaders Settings, the back-end compiler should be set to Mono as default 2021-05-10 18:17:15 +01:00
Cosmin cc8ac49532
Merge pull request #9 from Unity-Technologies/fix/spaceshooter-oncollisioncallback
fix: spaceshooter oncollision callback trigger on server
2021-05-10 18:08:55 +01:00
Luke Stampfli 624a45e77a
fix: spaceshooter oncollision callback trigger on server 2021-05-09 11:42:10 +01:00
Luke Stampfli d1fe705cad
fix: fix naming of OnCollisionEnterCallback (#6)
Shipcontrol had a wrongly named collision callback so it wasn't getting called.
2021-05-09 11:39:51 +01:00
Cosmin 405c56a793
Merge pull request #8 from Unity-Technologies/readme-update
update: README new doc link and remove open source
2021-05-07 23:39:46 +01:00
Lori Krell b117e8d4d1 update doc link and remove open source 2021-05-07 17:35:38 -05:00
Cosmin 5f16e327e8
Merge pull request #4 from Unity-Technologies/chrispope-include-changelog-link-in-readme
Updating readme to include to changelog link
2021-04-26 10:45:39 +01:00
Christopher Pope feff88e707
Updating readme to include to changelog link 2021-04-26 11:37:46 +02:00
Cosmin 98a6c70301
Merge pull request #3 from Unity-Technologies/mttsa-92-license
docs: update License and changelog
2021-04-23 15:24:16 +01:00
Cosmin b25b221437
Merge pull request #2 from Unity-Technologies/fix/contributing-toc
fix: contributing.md ToC remove unused entries
2021-04-23 15:23:58 +01:00
Lori Krell 001a5d510c update License and changelog 2021-04-22 12:09:01 -05:00
Lori Krell ea4c4212d4
Merge branch 'master' into fix/contributing-toc 2021-04-19 11:08:58 -05:00
Cosmin b8184f4f4a
Merge pull request #1 from Unity-Technologies/mttdocs-170-docreview
docs: README updates and CHANGELOG
2021-04-19 11:56:58 +01:00
Cosmin 091e80a875
Update .github/ISSUE_TEMPLATE/bug_report.md
Co-authored-by: Christopher Pope <chris@unity3d.com>
2021-04-19 11:44:36 +01:00
Luke Stampfli 6eeca26a9e
fix: contributing.md ToC remove unused entries 2021-04-19 07:56:01 +01:00
Lori Krell c3690f85b9 filename fix 2021-04-15 08:41:29 -05:00
Lori Krell 27e986a97c revising project name across all files 2021-04-14 08:32:38 -05:00
Lori Krell b73521187d
Apply suggestions from code review
Co-authored-by: Christopher Pope <chris@unity3d.com>
2021-04-14 08:10:42 -05:00
Lori Krell 2c9c166740 readme updates and changelog 2021-04-13 17:26:44 -05:00
Luke Stampfli 623494295d fix: unassigned serialize field 2021-03-31 19:13:47 +02:00
Luke Stampfli 44dcd1e376 Merge pull request #1 from cosmin-bararu/feature/2d-space-shooter
feat: Add 2d space shooter project
2021-03-31 18:57:05 +02:00
Luke Stampfli f2445af9c0 chore: update package references and fix guids 2021-03-31 18:54:05 +02:00
Luke Stampfli 8e090dfe7b Merge pull request #3 from cosmin-bararu/docs/update-license
Update license to hybrid license of UCL and UPDL
2021-03-31 12:08:53 +01:00
Luke Stampfli 162d21ba3c Update license to hybrid license of UCL and UPDL 2021-03-31 11:09:14 +02:00
Luke Stampfli 0a02881cff Merge pull request #2 from cosmin-bararu/docs/repository-docs
docs: repository docs
2021-03-30 16:03:11 +01:00
Luke Stampfli 07c0875fe7 docs: Update readme 2021-03-30 12:59:10 +01:00
Luke Stampfli 7234a0f642 docs: Add ucl 2021-03-30 12:37:26 +01:00
Luke Stampfli 0d8eb17c1c docs: CoC & contributing 2021-03-30 12:34:52 +01:00
Luke Stampfli 42e4c4655c docs: issue templates 2021-03-30 12:34:33 +01:00
Cosmin 10d23c6153 [Samples] Remove Advanced/Tanks Sample
- It is not ready yeat
2021-03-22 08:39:34 +00:00
Cosmin Bararu 242130ab6e Update README.md 2021-03-22 08:36:55 +00:00
Cosmin bbb0306a84 [Project] Import Tanks MLAPI sample 2021-03-07 18:04:05 +00:00
Luke Stampfli 4731adf9fe feat: Add 2d space shooter project 2021-03-07 16:41:42 +00:00
Cosmin 54fba22ca5 [Repository] Update main readme 2021-03-05 15:40:37 +00:00
Cosmin a6213ad95b [Invaders] Update gitignore files & remove .idea files 2021-03-05 15:09:33 +00:00
Cosmin fc239bcff7 [Invaders] Minor fixes after update to release/0.1.0 & add gitignore file 2021-03-05 15:06:52 +00:00
Cosmin 687cb65dc0 [Samples] Import Invaders-MLAPI project 2021-03-05 15:00:45 +00:00
Cosmin abdec0e499 Initial commit 2021-03-05 14:51:20 +00:00