Releases: javierfoe/Blueberry
Easy development and migration to Blueberry
Easier development with Blueberry
components that run on both Unity Editor
, Windows Standalone
and Android devices
without any configuration needed.
Unity Package includes Mirror and Ignorance.
Easy examples scenes from Mirror edited for Blueberry.
A few components need to be replaced on NetworkManager
gameObject and that's all.
- Import
unitypackage
- Open
Hub
scene - Import
TextMeshPro
- Add all
Blueberry/Scenes/
intoBuildSettings
- Press
Play
button :D
All Mirror Examples are supported
Discovery is the only one not supported. It is a functionality embedded in bluetooth.
Some scenes that require movement have a very basic movement via the touchscreen, pressing the top of the screen moves you forward, the bottom backwards, left moves you to the left, and the different corners combine these movements. This will be improved in next releases. I know it is bad, it was just to make sure the Mirror examples work. Spacebar functionality is done by clicking.
I recommend first unpacking the unitypackage I provide, then updating Unity.UI and TextMeshPro.
Then unpacking this release of Mirror https://github.com/vis2k/Mirror/releases/tag/v53.1.0
And last step getting the Asset folder from here https://github.com/SoftwareGuy/Ignorance
Mirror examples are now more easily supported
You can either unpack the unitypackage from the given Mirror version, then download the code of the given Ignorance commit, copy the asset folder to the Unity Project folder manually and then unpack this unitypackage.
Mirror: https://github.com/vis2k/Mirror/releases/tag/v53.0.0
Ignorance: SoftwareGuy/Ignorance@d5b127c
Or download the whole project, it includes everything.
Latest working versions of Unity and Mirror
Load the unity package without Mirror on Unity 2020.3.19f1
You'll see errors regarding abstract members not being overriden.
After loading the package the editor functions that define symbols don't get triggered, this is causing the errors.
Close the project and open it again ignoring safe mode.
Updated to latest Unity, Mirror and Ignorance versions
Unity package contains Mirror v44.0.3 and Ignorance v1.4.0b6.1