Skip to content

October 2021

[Solved] Visual Studio Cannot Auto Complete Unity Module and Function Name

Last Updated on 2021-10-25 by Clay

Problem

Over the years, I have installed Unity and Visual Studio on different devices and operating systems to make games, but this time, I actually encountered that Visual Studio cloud not automatically complete Unity-related modules and functions problem.

Read More »[Solved] Visual Studio Cannot Auto Complete Unity Module and Function Name

[Unity] How to Configure The Virtual Joystick and Move Object

Last Updated on 2021-10-25 by Clay

In the last year, I tried to use Unity to make a 2D bird’s-eye view sooting game. At that time, I tried to download virtual joystick package in the Unity store, but the move effect was not satisfactory. I recently studied the production of mobile games, and find making the virtual joystick by myself is unexpectedly easy.

Read More »[Unity] How to Configure The Virtual Joystick and Move Object

[Solved][Flutter] flutter doctor –android-licenses Error: Exception in thread “main” java.lang.NoClassDefFoundError: javax/xml/bind/annotation/XmlSchema …

Last Updated on 2021-10-25 by Clay

Recently, I configured the Android Studio on Linux system for Flutter development, but I encounter the following error when using flutter doctor --android licenses command (It’s necessary).

Read More »[Solved][Flutter] flutter doctor –android-licenses Error: Exception in thread “main” java.lang.NoClassDefFoundError: javax/xml/bind/annotation/XmlSchema …
Exit mobile version