RW-NodeTree / RW_ModularizationWeapon

Apache License 2.0
2 stars 0 forks source link

Use LookMode.LocalTargetInfo rather than LookMode.Reference #2

Closed masakitenchi closed 1 year ago

masakitenchi commented 1 year ago

https://github.com/RW-NodeTree/RW_ModularizationWeapon/blob/master/RW_ModularizationWeapon/CompModularizationWeapon.cs @ line 95: 游戏本身就有针对 LocalTargetInfo 的 LookMode.LocalTargetInfo。使用 LookMode.Reference 会导致如下红字疯狂刷屏:

You need to provide working lists for the keys and values in order to be able to load such dictionary. label=targetPartsWithId 
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

You need to provide working lists for the keys and values in order to be able to load such dictionary. label=targetPartsWithId 
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

You need to provide working lists for the keys and values in order to be able to load such dictionary. label=targetPartsWithId 
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

You need to provide working lists for the keys and values in order to be able to load such dictionary. label=targetPartsWithId 
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

You need to provide working lists for the keys and values in order to be able to load such dictionary. label=targetPartsWithId 
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

You need to provide working lists for the keys and values in order to be able to load such dictionary. label=targetPartsWithId 
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

You need to provide working lists for the keys and values in order to be able to load such dictionary. label=targetPartsWithId 
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

You need to provide working lists for the keys and values in order to be able to load such dictionary. label=targetPartsWithId 
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

You need to provide working lists for the keys and values in order to be able to load such dictionary. label=targetPartsWithId 
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

You need to provide working lists for the keys and values in order to be able to load such dictionary. label=targetPartsWithId 
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)
Cn-mjt44 commented 1 year ago

好吧,一下记不起来是什么时候改成了引用模式还忘改回去了。感谢提醒。