Unreal Engine Lecture

David introduced us to the Unreal Engine interface where we used an already-existing template of a first person shooter game and attempted to add some components with added functionality.

He showed us how to export object assets and into a 3D modelling software e.g. Autodesk Maya. so that we could re-shape these objects and create custom collisions. He explained that an .FBX format would work in almost any modelling software and therefore should use this when exporting assets.




Instead of using scripts Unreal uses blueprints which include nodes that are able instruct assets and user input. It was programmed so that when the player was close to the lamp it would be on and if not it would be off. I attempted to program it so that when the player was near to the lamp, a text message would appear on the wall explaining that if you press a button on the keyboard the light would turn on. I wanted this message to only appear when the player collided with the lamp's collision sphere as this would detect the player and allow them to press a keyboard command to ignite the lamp.




Unfortunately I couldn't get this to work properly and therefore when the played walked closer to the lamp it turned on, due to the collision and would turn off if we didn't collide with the sphere .

Comments

Popular posts from this blog

Unity Project 4: Ball platformer game

[Research] Traditional Poster Design (4CTA1214)