File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -34,8 +34,6 @@ internal sealed class ResourceComponentInspector : GameFrameworkInspector
34
34
private SerializedProperty m_ResourcePriority = null ;
35
35
private SerializedProperty m_UpdatePrefixUri = null ;
36
36
private SerializedProperty m_GenerateReadWriteVersionListLength = null ;
37
- private SerializedProperty m_ApplyingResourcePackPath = null ;
38
- private SerializedProperty m_ApplyWaitingCount = null ;
39
37
private SerializedProperty m_UpdateRetryCount = null ;
40
38
private SerializedProperty m_InstanceRoot = null ;
41
39
private SerializedProperty m_LoadResourceAgentHelperCount = null ;
@@ -349,8 +347,6 @@ private void OnEnable()
349
347
m_ResourcePriority = serializedObject . FindProperty ( "m_ResourcePriority" ) ;
350
348
m_UpdatePrefixUri = serializedObject . FindProperty ( "m_UpdatePrefixUri" ) ;
351
349
m_GenerateReadWriteVersionListLength = serializedObject . FindProperty ( "m_GenerateReadWriteVersionListLength" ) ;
352
- m_ApplyingResourcePackPath = serializedObject . FindProperty ( "m_ApplyingResourcePackPath" ) ;
353
- m_ApplyWaitingCount = serializedObject . FindProperty ( "m_ApplyWaitingCount" ) ;
354
350
m_UpdateRetryCount = serializedObject . FindProperty ( "m_UpdateRetryCount" ) ;
355
351
m_InstanceRoot = serializedObject . FindProperty ( "m_InstanceRoot" ) ;
356
352
m_LoadResourceAgentHelperCount = serializedObject . FindProperty ( "m_LoadResourceAgentHelperCount" ) ;
You can’t perform that action at this time.
0 commit comments