An Android multiplayer card game made with Unity and Mirror, similar to the Timeline (tabletop card game), where you should arrange the inventions related to ICT according to the year they are invented.
2019.4.20f1 - Download via Unity Hub
- unityhub://2019.4.20f1/6dd1c08eedfa (Paste this link in browser)
- For Linux, workarounds are needed:
- How to install a specific Unity version
- You cannot add existing project, unless there is one in the list. Create a new project first, then you can add an existing project.
- For Linux, workarounds are needed:
- Include Android Build Support
- Exclude Visual Studio Community if already installed
- Set to
Scale with Screen Size
Reference Resolution
should be2340x1080
(based on this latest poll)- Add and set the
Game Window resolution
to also2340x1080
. - Rect Transform: Set
Anchor Points
of objects to where it should hook. SetStretch
mode to how you want to stretch the object based on different screen sizes (horizontal stretch only, vertical stretch only, or both).
Background has a BG prefab that includes cloud animations.
- Add a
Scene Loader
prefab to each scene. Then hide it in the editor to be able to see the actual scene.Scene Loader
should be placed as the bottom-most layer to make the scene transitions visible. BtnBack
for back button. Then, set theClick
event on the button to theSceneLoader.GoBack()
method.
- Mirror Networking
- See .txt files in Licenses for other attributions.