Describe the bug
Object type is not recognised in SquirrelVM::ReadObject, triggering the Error in the default switch case.
Tested in the current develop branch before 7.0.
Steps to reproduce
Save and load a class instance with static members:
class CTest
{
static var = null
}
instance <- CTest()
Describe the bug
Object type is not recognised in
SquirrelVM::ReadObject, triggering theErrorin the default switch case.Tested in the current
developbranch before 7.0.Steps to reproduce
Save and load a class instance with static members: