Unity Quick: Get a reference to a newly loaded scene
Getting a reference to newly loaded scenes is an issue I came across when doing dungeon generation for MASKED. And I figured I could make a small blog post…
5 min read
3 posts
Getting a reference to newly loaded scenes is an issue I came across when doing dungeon generation for MASKED. And I figured I could make a small blog post…
This is a bit of a rare issue. But I figured it may certainly be useful for individuals that come across this problem. You want OnValidate to be called on a…
“Component Save System” is a save system for Unity. The plugin was originally made for the RPG Farming Kit, but has been expanded upon to work in multiple…