Search Issue Tracker
Duplicate
Votes
0
Found in
2017.3.0b3
Issue ID
956644
Regression
No
Error and unresponsive Editor when older facebook SDK is inside Assets folder
Reproduction steps:
1. Open "facebook_test.zip" project
2. Set Build Platform to Facebook Gameroom
3. Import the "facebook-unity-sdk-7.10.0" Unity package file
4. See Assembly error
5. "Edit" -> "Project Settings" -> "Player"
6. Editor hangs for a few seconds and after that, the error disappears
Expected Result: No errors should appear after importing the Unity package
Actual Result: An Assembly error appears after importing the Unity package
Reproduced with: 2017.3.0b4, 2017.2.0f3, 2017.1.2f1, 5.6.4f1
Note:
Make sure you have the Facebook Gameroom support
Initial error:
"error CS1704: An assembly with the same name `Facebook.Unity' has already been imported. Consider removing one of the references or sign the assembly
Library/FacebookSDK/Facebook.Unity.dll (Location of the symbol related to previous error)
Assets/FacebookSDK/Plugins/Facebook.Unity.dll (Location of the symbol related to previous error)
error CS1704: An assembly with the same name `Facebook.Unity.Settings' has already been imported. Consider removing one of the references or sign the assembly
Library/FacebookSDK/Facebook.Unity.Settings.dll (Location of the symbol related to previous error)
Assets/FacebookSDK/Plugins/Settings/Facebook.Unity.Settings.dll (Location of the symbol related to previous error)"
After opening the Player window
2017.2.0f3, 2017.1.2f1, 5.6.4f1:
"NullReferenceException: Object reference not set to an instance of an object"
5.6.4f1:
"FBException: Property <uploadAccessToken> is missing in the current FB SDK"
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Texture Import Warnings are obscured by other Terrain Layer options in the Inspector
- Active Targets section text in Graph Inspector is truncated despite available space
- Burst Inspector middle divider is jittering when resized with the Burst Inspector window docked
- Shader Graph Node information is briefly displayed in Graph Inspector when clicking on Category in the Blackboard
- JsonConvert conversion fails trying to call GetCallbackMethodsForType when [OnDeserialized] is used in a class
This is a duplicate of issue #929846