CareBoo / Serially

Adds a unity-supported, SerializableType class and an inspector for editing SerializeReference fields.
MIT License
40 stars 0 forks source link

jasonboukheir/issue61 #62

Closed jasonboukheir closed 4 years ago

jasonboukheir commented 4 years ago

TypeFilter returning null wasn't being handled, so an error was being thrown. This was preventing the type picker window from showing properly.

Fixes #61

codecov[bot] commented 4 years ago

Codecov Report

Merging #62 into master will increase coverage by 1.40%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master       #62      +/-   ##
===========================================
+ Coverage   98.59%   100.00%   +1.40%     
===========================================
  Files          21        21              
  Lines         428       430       +2     
===========================================
+ Hits          422       430       +8     
+ Misses          6         0       -6     
Flag Coverage Δ
#unittests 100.00% <100.00%> (+1.40%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
....careboo.serially/Editor/SerializableTypeDrawer.cs 100.00% <100.00%> (ø)
...oo.serially/Editor/ShowSerializeReferenceDrawer.cs 100.00% <100.00%> (+12.00%) :arrow_up:
github-actions[bot] commented 4 years ago

:tada: This PR is included in version 2.2.2 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: