When i package my game it wont make savegames within the package

this bug or whatever tf it is is annoying ive tried multiple ways to fix it but it appears to be a but IN the engine it self
because ive packaged games with savegames before and they worked

Are you packaging to a mobile platform? If so, you might have to add some specific permissions either in the project build settings or request them during runtime to be able to access the device’s Storage in order to save the savegame files.