-
Notifications
You must be signed in to change notification settings - Fork 1
Home
You don't have to have deep knowledge of each and every Asset Store plugin. You have to know only one brand Stans Assets, each plugin drastically decreasing time to release, reducing bugs and increasing the quality and player experience of your game. Let me give you a quick introduction of our new library - Extended Facebook SDK. This amazing plugin contains all the Facebook features you can think of, but in case you miss something, do not hesitate to get in touch.
We are committed to developing high quality and engaging entertainment software. Our mission has been to bring a reliable and high-quality Unity Development service to companies and individuals around the globe. At Stan's Assets, we make Plugins, SDKs, Games, VR & AR Applications. Do not hesitate do get in touch, whether you have a question, want to build something or just to say hi :) Let's Talk!
Website | LinkedIn | Youtube | Github | AssetStore
- Initialization Initializes all platform-specific data structures and behaviors.
- GetFriends Gets users friends list.
- Navigate to the
Packages
directory of your project. - Adjust the project manifest file
manifest.json
in a text editor. - Ensure
https://registry.npmjs.org/
is part ofscopedRegistries
.- Ensure
com.stansassets
is part ofscopes
. - Add
com.stansassets.facebook
to thedependencies
, stating the latest version.
- Ensure
A minimal example ends up looking like this. Please note that the version X.Y.Z
stated here is to be replaced with the latest released version which is currently .
{
"scopedRegistries": [
{
"name": "npmjs",
"url": "https://registry.npmjs.org/",
"scopes": [
"com.stansassets"
]
}
],
"dependencies": {
"com.stansassets.facebook": "X.Y.Z",
...
}
}
- Switch back to the Unity software and wait for it to finish importing the added package.
- Install openupm-cli
npm install -g openupm-cli
oryarn global add openupm-cli
- Enter your unity project folder
cd <YOUR_UNITY_PROJECT_FOLDER>
Reliable and high-quality Unity Development service. Let's Talk!
Website | AssetStore | LinkedIn | Youtube | Scripting Reference