xzper

Results 25 comments of xzper

For me, simply move Myprojects-config to to the beginning of UnityConfig. This is my UnityConfig. I hope to be useful to you. ``` EMBEDDED_CONTENT_CONTAINS_SWIFT = YES FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Pushy"...

``` PODS_HEADER_PATHS = ${PODS_ROOT}/Firebase/CoreOnly/Sources "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseAnalytics" "${PODS_ROOT}/Headers/Public/FirebaseAuth" "${PODS_ROOT}/Headers/Public/FirebaseCore" "${PODS_ROOT}/Headers/Public/FirebaseInstanceID" "${PODS_ROOT}/Headers/Public/GTMSessionFetcher" "${PODS_ROOT}/Headers/Public/GoogleToolboxForMac" "${PODS_ROOT}/Headers/Public/nanopb" PODS_LIBRARY_PATHS = "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseAuth" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore" "${PODS_CONFIGURATION_BUILD_DIR}/GTMSessionFetcher" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleToolboxForMac" "${PODS_CONFIGURATION_BUILD_DIR}/nanopb" HEADER_SEARCH_PATHS = $(inherited) "$(SRCROOT)/UnityExport/Classes" "$(SRCROOT)/UnityExport/Classes/Unity" "$(SRCROOT)/UnityExport/Classes/Native" "$(SRCROOT)/UnityExport/Libraries" "$(SRCROOT)/UnityExport/Libraries/libil2cpp/include" ${PODS_HEADER_PATHS}; LIBRARY_SEARCH_PATHS...

Sorry, I'm doing something else, so I don't have time to maintain this project for the time being.

see https://github.com/f111fei/react-native-unity-demo/issues/5

![az s ote f_nctkatafnkmo](https://user-images.githubusercontent.com/7069719/43067332-ac700efe-8e99-11e8-8a98-0651a5549081.png)

Reload must destroy unity player first. You have some scenes that need to be reloaded? Maybe you can try to [pause](https://github.com/f111fei/react-native-unity-view#pause) and [resume](https://github.com/f111fei/react-native-unity-view#resume) view instead of reload.

Normally multiple UnityViews will not crash. Can I see your crash information?

Add `StatusBar` to root component. ``

> Then it should press Ctrl+Shift+C, looks like the tool still can't read your game config. @SnosMe Maybe it's because of this bug that the config file can't be read...

应该是导入当前BD和导入新BD那个下拉框的默认选择索引有关,期待修复下这个问题