Xele02 / UMO

Rewrite project of UtaMacross mobile game
MIT License
54 stars 6 forks source link

Song Selection Does Not Remember Last Played #144

Closed Tiger1970prod closed 2 weeks ago

Tiger1970prod commented 10 months ago

The Game Will Default To 小白竜 (Shao Pai Long) so it doesn't matter what song you last played. It will go back to this one song and you'll have to scroll back to the last played.

Platform: PC (Possibly Android)

https://github.com/Xele02/UMO/assets/80795510/240d53c9-b1a9-4b78-b90c-714912bb73b6

Xele02 commented 10 months ago

I tried but couldn't reproduce this bug either in editor or phone. Do you have some filter enabled in the music song selection ? If possible I would be interested if youcan upload this file which contain the filters setup : Android/data/com.UtaMacrossOffline.UtaMacrossOffline/files/SaveData/save.bin

Tiger1970prod commented 10 months ago

I tried but couldn't reproduce this bug either in editor or phone.

Do you have some filter enabled in the music song selection ?

If possible I would be interested if youcan upload this file which contain the filters setup : Android/data/com.UtaMacrossOffline.UtaMacrossOffline/files/SaveData/save.bin

Where would one find that for Unity Editor on Desktop?

Xele02 commented 10 months ago

For windows, I think it should be in %appdata%/../Local/UtaMacrossOffline/ Or one of the other 2 directory in %appdata%/../ (%appdata% is a shortcut to C:/Users/yourname/AppData/

Xele02 commented 8 months ago

Since 0.9.1, I added some log. So if you want to help, activate the logs, go in the song selection, select a song, then reproduce the bug by going somewhere and going back in the selection menu where the song will not be selected anymore. Then send me the log.

For enabling the log : Enable in the UMO Option popup debug and error logging. It will write the log in Android/data/com.UtaMacrossOffline.UtaMacrossOffline/files/Log.txt or équivalent in pc in %appdata%/../Local/UtaMacrossOffline/

Tiger1970prod commented 3 months ago

Since 0.9.1, I added some log. So if you want to help, activate the logs, go in the song selection, select a song, then reproduce the bug by going somewhere and going back in the selection menu where the song will not be selected anymore. Then send me the log.

For enabling the log : Enable in the UMO Option popup debug and error logging. It will write the log in Android/data/com.UtaMacrossOffline.UtaMacrossOffline/files/Log.txt or équivalent in pc in %appdata%/../Local/UtaMacrossOffline/

Log: https://drive.google.com/file/d/1Mcp9_0jSfYFqniM52HZErXBiO4olecOo/view?usp=sharing

Xele02 commented 1 month ago

I fixed something else, could also fix this. To check in next release.

Xele02 commented 2 weeks ago

Closing as there is nothing new