make all probuilder shapes serializable to avoid warning#642
make all probuilder shapes serializable to avoid warning#642varinotmUnity merged 4 commits intomasterfrom
Conversation
PR Reviewer Guide 🔍(Review updated until commit 416e9ed)Here are some key observations to aid the review process:
🤖 Helpful? Please react with 👍/👎 | Questions❓Please reach out in Slack #ask-u-pr-agent |
PR Code Suggestions ✨No code suggestions found for the PR. |
|
Persistent review updated to latest commit dc6b640 |
|
Persistent review updated to latest commit 416e9ed |
1 similar comment
|
Persistent review updated to latest commit 416e9ed |
Codecov ReportAll modified and coverable lines are covered by tests ✅ @@ Coverage Diff @@
## master #642 +/- ##
=======================================
Coverage 35.57% 35.57%
=======================================
Files 277 277
Lines 34900 34900
=======================================
Hits 12417 12417
Misses 22483 22483
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
| The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) | ||
| and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). | ||
|
|
||
| ## [Unreleased] |
There was a problem hiding this comment.
I'm guessing once a release is decided this line will be updated?
There was a problem hiding this comment.
yeah this is done afterwards, by the person that will upgrade probuilder to the next version
|
/review |
|
/test_plan |
Test Plan
Summary of Changes & Risk AssessmentSummary of ChangesThis PR addresses a serialization warning that appears when Risk Assessment
Test ScenariosFunctional Testing
Regression Testing
Edge Cases
💡 This test plan updates automatically when 🤖 Helpful? Please react with 👍/👎 | Questions❓Please reach out in Slack #ask-u-pr-agent |
|
Persistent review updated to latest commit 416e9ed |
* make all probuilder shapes serializable to avoid warning * add changelog * fix typo in changelog
DO NOT FORGET TO INCLUDE A CHANGELOG ENTRY
Purpose of this PR
A change to the editor created warning : "The type Unity.ProBuilder UnityEngine.ProBuilder.Shapes.Cube is being serialized by [SerializeReference], but is missing the [Serializable] attribute. To suppress this warning add [Serializable] or use [MakeSerializable].” warning is thrown"
This was fixed by adding serilizable to all the probuilder shape classes.
Links
https://jira.unity3d.com/browse/PBLD-279
Comments to Reviewers
N/A