1. 이동시 Rigdoby와 Nav 충돌나는거 수정 2. 데이터 매니저에서 데이터 받아오는것에 대한 방식을 대폭 수정 3. 스폰 컨트롤러 방식 조금 수정 4. 벽과 플레이어 캐릭터 충돌시 미끄러지는 기능 추가(다른 오브젝트와는 테스트 안해 봄) - 캐릭터 컨트롤러에 스테이터스 하는거 손 봐야 함
37 lines
901 B
C
37 lines
901 B
C
#include "pch-c.h"
|
|
|
|
|
|
#include "codegen/il2cpp-codegen-metadata.h"
|
|
|
|
|
|
|
|
|
|
|
|
extern Il2CppGenericClass* const g_Il2CppGenericTypes[];
|
|
extern const Il2CppGenericInst* const g_Il2CppGenericInstTable[];
|
|
extern const Il2CppGenericMethodFunctionsDefinitions g_Il2CppGenericMethodFunctions[];
|
|
extern const Il2CppType* const g_Il2CppTypeTable[];
|
|
extern const Il2CppMethodSpec g_Il2CppMethodSpecTable[];
|
|
extern const int32_t* g_FieldOffsetTable[];
|
|
extern const Il2CppTypeDefinitionSizes* g_Il2CppTypeDefinitionSizesTable[];
|
|
IL2CPP_EXTERN_C const Il2CppMetadataRegistration g_MetadataRegistration;
|
|
const Il2CppMetadataRegistration g_MetadataRegistration =
|
|
{
|
|
10440,
|
|
g_Il2CppGenericTypes,
|
|
7412,
|
|
g_Il2CppGenericInstTable,
|
|
99396,
|
|
g_Il2CppGenericMethodFunctions,
|
|
30827,
|
|
g_Il2CppTypeTable,
|
|
113901,
|
|
g_Il2CppMethodSpecTable,
|
|
8025,
|
|
g_FieldOffsetTable,
|
|
8025,
|
|
g_Il2CppTypeDefinitionSizesTable,
|
|
0,
|
|
NULL,
|
|
};
|