[MacOS] How to Insert the Picture in iMovie
If 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 iMovieIf 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 CanvasWhen you are new to Mac OS, you must not be used to the scrolling direction of Mac OS. In Windows, the mouse wheel setting should be "scroll up to move the page up" and "scroll down to move the page down".
Read More »[MacOS] Use "Scroll Reverser" to Set the Direction of the Trackpad and the Mouse Wheel Separatelymap is the Associative Container of Standard Template Library (STL), it is a container that has key-value correspondence.
Read More »[C++] How to Use "map" of STL