🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

Hi everyone! One does not simply write to binary without eventually reading it :wink: Here's how!

Published November 26, 2020
Advertisement

Previously, we added new methods to our visual studio class that we can use to run or debug the game. What we also did was that, before running the game, the active scene is saved in a binary format, so we can load this data in when we run the game outside of the level editor. Today, we're going to do just that: load the saved scene during the game initialization and use it to construct al objects in the scene.

(Red Episode)

Support Game Engine Series: https://patreon.com/gameengineseries

Discord: https://discord.gg/75ZmXwz

by Arash Khatami

-------------------------------------------------------------

#PrimalEngine #GameEngineSeries #GameEngineProgramming #TheGameEngineProgrammingSeries

0 likes 0 comments

Comments

Nobody has left a comment. You can be the first!
You must log in to join the conversation.
Don't have a GameDev.net account? Sign up!
Advertisement