Made the script properly use a shared_ptr type for the script file.
Added save/load serialization to the ScriptComponent
Cleaned up some other misc. warnings while I was in here
Tests
[X] Have you reviewed your own code for quality?
[X] Did you the Sandbox game project and get the expected results?
[X] Did you run the FlingTest suite and ensure that there are no regressions?
Feature/Issue
133
Implementation/Solution
Made the script properly use a
shared_ptr
type for the script file. Added save/load serialization to theScriptComponent
Cleaned up some other misc. warnings while I was in hereTests
Sandbox
game project and get the expected results?FlingTest
suite and ensure that there are no regressions?