Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ upm-ci.log
!/[Aa]ssets/**/*.meta

# User's project-specific settings implemented using Settings Manager
/ProjectSettings/Packages
**/ProjectSettings/Packages

# The rest are general best practices for Unity projects
**/.Editor/
Expand All @@ -27,7 +27,7 @@ upm-ci.log
**/[Vv]alidationSuiteResults/

# Project/user-specific settings using Settings Manager
/ProjectSettings/Packages/
**/ProjectSettings/Packages/
# UserSettings introduced in 2020.1
**/UserSettings/

Expand Down Expand Up @@ -89,3 +89,5 @@ crashlytics-build.properties

# Mac file setting
.DS_Store

**/*_clone_*/
91 changes: 0 additions & 91 deletions Basic/2DSpaceShooter/.gitignore

This file was deleted.

91 changes: 0 additions & 91 deletions Basic/ClientDriven/.gitignore

This file was deleted.

91 changes: 0 additions & 91 deletions Basic/Invaders/.gitignore

This file was deleted.

5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@
- IP address input field text value is now passed into UTP's ConnectionData, allowing for remote IP address hosting (#112)
- Enemy and Player bullet explosion FX are now replicated on clients via ClientRpcs (#113)

### Bitesize Samples Repository

#### Fixed
- Removed individual gitignore files for individual projects and added parrelsync clones to root gitignore file (#117)

## [1.2.1] - 2023-02-17

### Dynamic Addressables Network Prefabs
Expand Down