Use ArcTime Pro to Add Subtitles to the Video
Recently, I started to record the process of playing games by myself, and after I finished playing, I edited the videos to form my thoughts.
Read More »Use ArcTime Pro to Add Subtitles to the VideoRecently, I started to record the process of playing games by myself, and after I finished playing, I edited the videos to form my thoughts.
Read More »Use ArcTime Pro to Add Subtitles to the VideoThe Visual Studio is the first IDE I used in university, it was used to write Go game program when the professor wanted to make a project. But every time I compile my code, the laptop would crash…
Read More »[Solved][Visual Studio] Cannot Display Any CodeIf you want to use Mac to edit videos, but do not want to use editing software that is as complex as PowerDirector, iMovie will be your best choice.
Read More »[MacOS] How to Insert the Picture in iMovieWhen I used Polylang, the famous language switching plugin on WordPress, I was prone to appear on the mobile version of the English version that was not the default language, and I could not smoothly switch back to the default Chinese language.
Read More »[Solved][WordPress] Polylang Cannot Switch to the Other Languages on the HomepageToday, a picture was send by a friend and he asked me why the capacity of the /home
directory is larger than root directory /
which should be its upper directory?
There are very few games have a scene from beginning to end. Even the oldest games generally have “starting interface” > “the first game level” > “the second game level“… such scene switching.
Read More »[Unity] How to Switch Different Game Scenes, Restart a Game SceneMany games have the pause function that is convenient for players to interrupt the game if there are other important things while playing, and continue the game after returning.
Read More »[Unity] How to Make “PAUSE” FunctionIf you want to play the audio file in Unity, we can divide this task into two types: playing background music and game sound effects.
Read More »[Unity] How to Play Music and AudioIf we want to change the scale of the game objects in Unity, in addition to manual editing, we can change the scale with program.
Read More »[Unity] How to Obtain and Change the Scale of Game ObjectsI always use Text component to display text in Unity. But after a while, I discovered that the default Text component was created under the Canvas component, and the text moved with the camera position, which is more suitable for displaying UI text.
Read More »[Unity] Display the Text Without Canvas