Giter Site home page Giter Site logo

Comments (4)

Allough avatar Allough commented on April 24, 2024

This is becoming an almost must have now. I'm about to drop Facebook entirely due to how much extra work it is to mess with all this crap. (Just wasted about an hour trying to get a clients game to build again, after importing Facebook).

+1!

from facebook-sdk-for-unity.

Khaled-Almoukhtar avatar Khaled-Almoukhtar commented on April 24, 2024

+1

from facebook-sdk-for-unity.

rchallenger avatar rchallenger commented on April 24, 2024

For now I could find necessary libraries adding next lines to my default dependencies. It solved versions conflict, but didn't help to run app normally. It always crashes.

	//general dependency
	Google.VersionHandler.InvokeInstanceMethod (
		svcSupport, "DependOn",
		new object [] {
			"com.android.support",
			"support-v4",
			"LATEST"
		},
		namedArgs: new Dictionary<string, object> ( ) {
				{
					"packageIds",
					new string[] { "extra-android-m2repository" }
				}
			}
		);

	//facebook dependency
	Google.VersionHandler.InvokeInstanceMethod (
		svcSupport, "DependOn",
		new object [] {
			"com.android.support",
			"cardview-v7",
			"LATEST"
		},
		namedArgs: new Dictionary<string, object> ( ) {
				{
					"packageIds",
					new string[] { "extra-android-m2repository" }
				}
			}
		);

from facebook-sdk-for-unity.

bdominguez avatar bdominguez commented on April 24, 2024

Recently Unity has added Gradle build system and Gradle templates:

{UNITY_PATH}\Editor\Data\PlaybackEngines\AndroidPlayer\Tools\GradleTemplates

Combined with this that Unity is considering it we will have a much better workflow:

https://forum.unity3d.com/threads/dealing-with-new-style-aars-that-have-applicationid-in-their-androidmanifest-xml.380596/#post-2976463

Please write on that thread to push Unity working on this faster.

from facebook-sdk-for-unity.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.