Skip to content

v1.2.0

Compare
Choose a tag to compare
@jilfranco-unity jilfranco-unity released this 17 Feb 03:57
7f4adf6

Bitesize Samples Changelog

[1.2.0] - 2023-02-16

Dynamic Addressables Network Prefabs

The Dynamic Addressables Network Prefabs sample has been added! This sample showcases the available use-cases for the dynamic prefab system, which allows us to add new spawnable prefabs at runtime. Each scene in the project showcases a different, isolated feature of the API, allowing for easy extraction into other projects. This sample also uses in-game UI (created using UI Toolkit) to interface with the dynamic prefabs system with configurable options like artificial latency and network spawn timeout for easy testing. (#63) (#94) (#96) (#97) (#98) (#99) (#100) (#101) (#103)

dynamicPrefabs

Editor Version

  • Editor is 2021.3.18f1

Dependencies

Packages

Client Driven

Changed

  • Upgraded sample to 2021.3.18f1 LTS (#91)
  • Readme was updated (#96)

Editor version

  • Editor is 2021.3.18f1

Dependencies

Packages

Invaders

Changed

  • Upgraded sample to 2021.3.18f1 LTS (#91)
  • Readme was updated (#96)

Editor version

  • Editor is 2021.3.18f1

Dependencies

Packages

2D Space Shooter

Changed

  • Upgraded sample to 2021.3.18f1 LTS (#91)
  • Readme was updated (#96)

Fixed

  • Resolved issue where the colour of powerups was not displayed correctly (#91)
  • Removing warning when spawning powerups (#90). Fixed the order in which powerups were spawned and when their NetworkVariable value was initialized. Now they are spawned beforehand.
  • Fixing bullet explosion desync (#89). Bullet explosion vfx were happening too early on clients because of NetworkTransform's interpolation. Bullets are now no longer synchronised by NetworkTransforms and instead only have their velocity set through client rpcs when they are spawned. Since they are no longer interpolated, they are not lagging behind the server and are at the correct position when they receive the despawn message from the server.

Editor version

  • Editor is 2021.3.18f1

Dependencies

Packages

Full Changelog: v1.1.0...v1.2.0