You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-8Lines changed: 7 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,16 +29,14 @@ but also use Godot's Signals and also provide in-editor tools to work with Godot
29
29
30
30
**The overarching mission is:***Providing a great Developer Experience!*
31
31
32
+
## Example Projects
33
+
You can find an example project in the [godot-playfab-example](https://github.com/Structed/godot-playfab-example) repository. However, the example projects are not included in the AssetLib or Itch.io packages, as to not confuse users. There are example projects for multiple use-cases in the [godot-playfab-example](https://github.com/Structed/godot-playfab-example) repository, such as general login and data retrieval, analytics as well as how to use GodotSteam with godot-playfab to log into PlayFab using Steam!
34
+
32
35
## Users
33
36
I am proud to say that there are already some games using `godot-playfab` in production! If you want to be listed here, please let me know!
34
37
35
38
-[**Dome Keeper**](https://store.steampowered.com/app/1637320/Dome_Keeper/) by [Bippinbits](https://bippinbits.com/)
36
39
37
-
# Need Help? Found a Bug? Have an idea for a feature?
38
-
Don't hesitate and [join our Discord](https://discord.gg/7K7q2YuNXe)! Everyone is welcome, and we're looking forward to hearing from you!
39
-
Or create an [issue](/issues) directly in the repo. All your input is **very much appreciated**!
40
-
41
-
42
40
## Demo
43
41

44
42
@@ -56,11 +54,12 @@ See [Connecting Signals](addons/godot-playfab/docs/connecting-signals.md)
56
54
## Usage Guide & Examples
57
55
See the [User Documentation](addons/godot-playfab/README.md)
58
56
59
-
## Example Projects
60
-
You can find an example project in [this GitHub repository](https://github.com/Structed/godot-playfab). However, the example projects are not included in the AssetLib or Itch.io packages, as to not confuse user. There are example projects for multiple use-cases in the [godot-playfab-example](https://github.com/Structed/godot-playfab-example) repository.
61
-
62
57
## Maintainer Documentation
63
58
See [Maintainer Documentation](docs/README.md).
64
59
60
+
# Need Help? Found a Bug? Have an idea for a feature?
61
+
Don't hesitate and [join our Discord](https://discord.gg/7K7q2YuNXe)! Everyone is welcome, and we're looking forward to hearing from you!
62
+
Or create an [issue](https://github.com/Structed/godot-playfab/issues/new/choose) directly in the repo. All your input is **very much appreciated**!
63
+
65
64
# Thanks
66
65
Thanks to [lentsius-bark](https://github.com/lentsius-bark) for the wonderful re-design of the logo and splash screen ❤
Copy file name to clipboardExpand all lines: addons/godot-playfab/docs/Logins/login-steam-godotsteam.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,9 @@ This page is an advanced example that will show you how to login with Steam on P
17
17
</br>
18
18
Please check their documentation on how to use GodotSteam.
19
19
20
+
## Example
21
+
You can check out a working example in the [godot-playfab-example](https://github.com/Structed/godot-playfab-example) repository. Just load up the `godot-steam` project in that repository!
22
+
20
23
## Setup
21
24
22
25
There are a couple of different ways to install GodotSteam but for this example, we gonna used the GDExtension available for Godot 4.x.
0 commit comments