Access Violation - code c0000005 (first/second chance not available)

The following error appeared in the editor’s crash log

Access Violation - code c0000005 (first/second chance not available)

The problem turned out to be that the Paper Grouped Sprite Component method Add Instance was being passed an invalid value for the Sprite argument.

An array of Sprites ahd elements assigned as None, which were removed (will also add a test for invalid values).