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

Release/v4.1.0 #170

Merged
merged 8 commits into from
Dec 5, 2023
Merged

Release/v4.1.0 #170

merged 8 commits into from
Dec 5, 2023

Conversation

HarrisonHough
Copy link
Collaborator

TICKETID

Description

  • replaced API URLs with model URLs for shortcodes by @rk132 in #152
  • updated render api and samples @rYuuk in #147
  • Added app id to setup guide by @rYuuk in #145

How to Test

  • Please test on New project by installing via this URL

https://github.com/readyplayerme/rpm-unity-sdk-core.git#release/v4.1.0

Checklist

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

rYuuk and others added 5 commits November 29, 2023 14:01
## [SDK-588](https://ready-player-me.atlassian.net/browse/SDK-588)

## Description

- Updated render api 
- Updated samples and tests
<!-- Copy the TICKETID for this task from Jira and add it to the PR name
in brackets -->
<!-- PR name should look like: [TICKETID] My Pull Request -->

<!-- Add link for the ticket here editing the TICKETID-->

## [SDK-472](https://ready-player-me.atlassian.net/browse/SDK-472)

## Description

-   Replace API URLs with model URLs for shortcodes

<!-- Fill the section below with Added, Updated and Removed information.
-->
<!-- If there is no item under one of the lists remove it's title. -->

<!-- Testability -->

## How to Test

-   Add steps to locally test these changes

<!-- Update your progress with the task here -->

## Checklist

-   [ ] Tests written or updated for the changes.
-   [ ] Documentation is updated.
-   [ ] Changelog is updated.

<!--- Remember to copy the Changes Section into the commit message when
you close the PR -->





[SDK-472]:
https://ready-player-me.atlassian.net/browse/SDK-472?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
@HarrisonHough HarrisonHough requested a review from a team as a code owner November 29, 2023 12:22
Copy link
Contributor

@rYuuk rYuuk left a comment

Choose a reason for hiding this comment

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

🟢

MaxAndreassenRPM and others added 2 commits December 4, 2023 13:27
I tried to add a unit test, but the static nature of a lot of the Unity
SDK made this very difficult. I think we should spend some time on
making the SDK more testable soon, perhaps installing something like Moq
so we can at least mock out some of the more awkward dependencies as a
starting point to test stuff in isolation ->
https://docs.unity3d.com/Packages/[email protected]/manual/index.html

I've also include a little bit of tidying up in the classes I've touched
in this PR.

Ignore all the commits, I will squash upon merging 😅.

![image](https://github.com/readyplayerme/rpm-unity-sdk-core/assets/121796327/46c76c73-3204-464f-a910-84ad5ce5e41f)
## Description

- The model namespace caused PackageCoreInfo.cs to no come in same
asmdef, hence causing error when it was used outside of this asmdef.
- I made it simpler by removing redundant code and using simple string
type.
@HarrisonHough HarrisonHough merged commit a81e76f into main Dec 5, 2023
1 check failed
@HarrisonHough HarrisonHough deleted the release/v4.1.0 branch December 5, 2023 05:53
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.

4 participants