發表文章

Week 1 for realtime environment

Defining a Game Engine and  Explaining Its Usefulness Unreal engine A game engine is a complex system composed of multiple subsystems. It covers almost all important links in the game development process and is the core of the game development process. Unreal Engine is an integrated development environment with a variety of editors, materials, particles, levels, animations, and many compilers. Developing in Unreal Engine 5 is simple for beginners. Using the Blueprints Visual Scripting system can create entire games without writing one line of code. Combined with an easy-to-use interface, people can quickly get a prototype up and running. Learning notes from youtube  https://youtu.be/k-zMkzmduqI Ctrl + z = undo Ctrl + space = content drawer props 道具 F10 = full screen - dock all your windows Windows - World Settings Windows - Load Layout - Default Editor Layout ( reset all windows ) 右鍵 -rotate camera WASD - move around (前後左右 ) e q - up and down (上下 ) 右鍵 +scroll wheel = adjust ca...