Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Stars missing on menu after returning from very first game session with zero progression (fresh install or deleted saves) #61

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

moinm3uw
Copy link
Owner

@moinm3uw moinm3uw commented Mar 9, 2025

https://trello.com/c/C261Cudr/925-mediumbugpsbuild-stars-missing-on-menu-after-returning-from-very-first-game-session-with-zero-progression-fresh-install-or-delet
https://github.com/user-attachments/assets/520a51d3-b4a5-47a2-a218-a2c7511f8053

For some reason Actor Hidden In Game parameters vs automatically applied and never reverted back. I believe this is related to the PoolManager Since it has logic to make Actors inactive once returned to the pool, this is only an assumption.
image

@moinm3uw moinm3uw requested a review from JanSeliv March 9, 2025 21:44
@@ -73,6 +73,7 @@ void APSStarActor::OnGameStateChanged_Implementation(ECurrentGameState GameState
{
if (GameState == ECurrentGameState::Menu)
{
SetActorHiddenInGame(false);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please try to find the root cause of this issue. If the issue is caused by the Pool Manager, then please leave comment and reassign the issue

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants