Fangh

Results 5 comments of Fangh

The documentation tells us to use this repo for networkdiscovery : https://docs-multiplayer.unity3d.com/docs/migration/migratingtonetcode/#network-discovery But the code doesnt buid : ![image](https://user-images.githubusercontent.com/6020679/160469554-2291ae88-e2d8-4549-9644-544bc66fc217.png) I had to change to UNetTransport : Port = (ushort) ((UNetTransport)...

and it doesn't work ``` 2022/03/28 22:25:00.635 5498 5520 Error Unity host id out of bound id {255} max id should be greater than 0 and less than {1} 2022/03/28...

I manage to make it almost working : Instead of : ``` /Music /Album /Disc 1 01 - Song.mp3 02 - Song.mp3 /Disc 2 01 - Song.mp3 02 - Song.mp3...

Moreover Unity3D team has written in the [last blog post](https://blogs.unity3d.com/2020/01/28/unity-2019-3-is-now-available/) about 2019.3 that ARFoundation is now supported on the HoloLens. So maybe you should contact them and tell them that...

Can you write down to your readme this : 1. Add a UI/Text in your canvas 1. Put the script BlockNumber.cs on it 1. Replace BirdDied by UniDied() in Bird.cs...