Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Hotfix/v4.1.0 #149

Closed
wants to merge 5 commits into from
Closed

Hotfix/v4.1.0 #149

wants to merge 5 commits into from

Conversation

HarrisonHough
Copy link
Collaborator

TICKETID

Description

  • fixing an issue that caused avatars to be stored locally even if caching was disabled.

How to Test

  • Add steps to locally test these changes

Checklist

  • Tests written or updated for the changes.
  • Documentation is updated.
  • Changelog is updated.

@HarrisonHough HarrisonHough requested a review from a team as a code owner November 13, 2023 09:02
Comment on lines +121 to +125
if (!AvatarLoaderSettings.LoadSettings().AvatarCachingEnabled)
{
Debug.LogWarning("Enable Avatar Caching to generate a prefab in the project folder.");
return;
}
Copy link
Contributor

Choose a reason for hiding this comment

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

This blocks it completely, so that it won't be created to the scene as well. Do we want it like that. Also should we use SDKLogger here

@HarrisonHough HarrisonHough deleted the hotfix/v4.1.0 branch November 13, 2023 09:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants