readyplayerme / rpm-unreal-avatar-creator

Ready Player Me Avatar Creator for Unreal Engine
MIT License
12 stars 5 forks source link

[4141296529] Login functionality #2

Closed gadamyan closed 1 year ago

gadamyan commented 1 year ago

4141296529

Description

Changes

Added

Updated

How to Test

Checklist

HarrisonHough commented 1 year ago

Might just be a setup issue or something but the quality of the eye textures is bad, very pixelated image

Sometimes when I run the demo scene I get all these errors? image

Minor thing but I think the demo map for creator should have a more descriptive name EG AvatarCreatorDemo At the moment if you want to find/add it to default maps it's difficult to tell which one it is. image

Not sure if bug or just missing feature but initial glasses (no glasses) option should be selected when avatar first loads image

srcnalt commented 1 year ago

We will need an ability to if a user with account or anonymously logged in before, and the ability to log out. Atm it keeps using the same settings.

gadamyan commented 1 year ago

We will need an ability to if a user with account or anonymously logged in before, and the ability to log out. Atm it keeps using the same settings.

Done, but it isn't perfect. The UE doesn't have a dropdown component. I created a custom one and toggled the visibility when clicking on the UserProfile.

gadamyan commented 1 year ago

Might just be a setup issue or something but the quality of the eye textures is bad, very pixelated image

Sometimes when I run the demo scene I get all these errors? image

Minor thing but I think the demo map for creator should have a more descriptive name EG AvatarCreatorDemo At the moment if you want to find/add it to default maps it's difficult to tell which one it is. image

Not sure if bug or just missing feature but initial glasses (no glasses) option should be selected when avatar first loads image

Except for the Eye Color everything is done. Blure issue is a known issue in UE, several UE devs were complaining about it, but I didn't find any solution for it.

gadamyan commented 1 year ago

Looks good and seems to work. One minor unrelated thing but for the Avatar Creator demo map the X (close) button is kinda pointless as you can't get the window to display again after you close it.

image

Will do in the next pr