Skip to content
This repository was archived by the owner on Oct 11, 2024. It is now read-only.

V1.1.1 - VPM Format

Compare
Choose a tag to compare
@CyanLaser CyanLaser released this 30 Apr 02:04
· 3 commits to main since this release
496e392

If you are using U# 0.x, download v1.0.0 release instead!
The .unitypackage version is no longer being distributed. Download v1.1.0 release instead!

Changes

  • Files and folders reorganized to match VPM format.
    • Add package in unity with link: https://github.com/CyanLaser/CyanPlayerObjectPool.git?path=/com.cyan.playerobjectpool
    • Download and unzip com.cyan.playerobjectpool.zip to add to VPM's user packages.
  • Assembly Definitions added.
  • Examples moved to use VPM samples. You must import them through the package manager.
  • Updated Examples to fix networking bug when pooled object receives synced data before the owner for that object has been assigned.
  • Readme now explains how to download samples through package manager.
  • Readme now includes a section on known potential issues when creating pooled object programs.