Week 8 Snippet
By Apollo Zhu
Yueqian improved the scene setup and added brush functionalities; Kyle added instructions and reorganized the options menu; and Apollo worked on file importation, multiplayer and general bug fixes, and the weekly snippet you are reading right now.
New Features/Functionalities
You can read more about the Boardless Final Alpha 1 Pre-release and download the APK to try it out. See the Changelog section for the list of new features and functionalities.
Review Requests
For the exact changes, you can checkout the before-final
branch ane review Pull Request #44:
- New Design
- Boardless/Assets/Scenes/SampleScene.unity
- Boardless/Assets/Scripts/PanelControl.cs in Pull Request #40
- Multiplayer
- Boardless/Assets/Scripts/Networking/NetworkPlayer.cs and NetworkPlayerSpawner.cs
- Boardless/Assets/Scripts/PlayerNameInputField.cs and Lobby.cs
- Boardless/Assets/Scripts/Networking/FirebaseImageTexture.cs
- Additional Files Types through Pull Request #35
- Boardless/Assets/Scripts/FirebaseFilesDropdown.cs
- Boardless/Assets/Scripts/FirebaseServices.cs
- OCR
- Boardless/Assets/Scripts/RecognizeText.cs
- Whiteboard
- Boardless/Assets/Scripts/Whiteboard.cs
- Boardless/Assets/Scripts/WhiteboardMarker.cs
- Boardless/Assets/Scripts/Eraser.cs
- Object Manipulation and Instructions through Pull Request #38
- Boardless/Assets/Scripts/ChangeScale.cs
- Boardless/Assets/Scripts/MoveWithController.cs and Rotation through Pull Request #39
Blocking Issues
Everything is going great!
Up Next
We’ll continue to improve on the multiplayer and whiteboard writing experience, as well as working on general bug fixes and performance improvements. If time allows, we’ll also add the voice chat functionality.