Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .beamable/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
temp/**/*
local/**/*
25 changes: 25 additions & 0 deletions .beamable/config.beam.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"host": "https://api.beamable.com",
"cid": "1689160644344843",
"pid": "DE_64230218341665792",
"additionalProjectPaths": [],
"ignoredProjectPaths": [
"Packages/com.beamable",
"Packages/com.beamable.server",
"Library/PackageCache/com.beamable",
"Library/PackageCache/com.beamable.server"
],
"linkedProjects": {
"unityProjectsPaths": [
{
"Path": "."
}
],
"unrealProjectsPaths": []
},
"otelConfig": {
"BeamCliAllowTelemetry": false,
"BeamCliTelemetryLogLevel": "Trace",
"BeamCliTelemetryMaxSize": 0
}
}
13 changes: 13 additions & 0 deletions .config/dotnet-tools.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"version": 1,
"isRoot": true,
"tools": {
"beamable.tools": {
"version": "7.0.0",
"commands": [
"beam"
],
"rollForward": false
}
}
}
15 changes: 15 additions & 0 deletions .idea/.idea.BeamBattlePass/.idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/.idea.BeamBattlePass/.idea/indexLayout.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/.idea.BeamBattlePass/.idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

38 changes: 19 additions & 19 deletions Assets/AddressableAssetsData/AddressableAssetSettings.asset
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 468a46d0ae32c3544b7d98094e6448a9, type: 3}
m_Name: AddressableAssetSettings
m_EditorClassIdentifier:
m_DefaultGroup: 470107488855b184b9e1d132ab7b4126
m_DefaultGroup:
m_currentHash:
serializedVersion: 2
Hash: 00000000000000000000000000000000
Expand Down Expand Up @@ -55,35 +55,35 @@ MonoBehaviour:
m_ProfileSettings:
m_Profiles:
- m_InheritedParent:
m_Id: 538c7602e06f4454da997f288122b590
m_Id: 063023169bcd6a343909d86f21c2b6c6
m_ProfileName: Default
m_Values:
- m_Id: 8a2f5108e6fa86947aa02332cc453aeb
- m_Id: 392a9bb1c1eec974284d6c7ff306268e
m_Value: '[UnityEditor.EditorUserBuildSettings.activeBuildTarget]'
- m_Id: ae52f6d1d5fb642448ebd372f6400c6a
m_Value: '[UnityEngine.AddressableAssets.Addressables.BuildPath]/[BuildTarget]'
- m_Id: 030f2ddda9052d24da2782ca85062632
- m_Id: 53c2414786e79904d8f846d6fc2d2d81
m_Value: '{UnityEngine.AddressableAssets.Addressables.RuntimePath}/[BuildTarget]'
- m_Id: 8213d3aa41e499b4d9cc5c1e9214aad7
m_Value: ServerData/[BuildTarget]
- m_Id: 7c4c1f1e40ca07b42ba7995bc1509c92
- m_Id: 813d2918fb0ad3947afbc25322cee836
m_Value: http://[PrivateIpAddress]:[HostingServicePort]
- m_Id: b4a2336f8e496974abff7b475d4f56a1
m_Value: '[UnityEngine.AddressableAssets.Addressables.BuildPath]/[BuildTarget]'
- m_Id: c95c5df00fbb3114298f4e98975df149
m_Value: ServerData/[BuildTarget]
m_ProfileEntryNames:
- m_Id: 8a2f5108e6fa86947aa02332cc453aeb
- m_Id: 392a9bb1c1eec974284d6c7ff306268e
m_Name: BuildTarget
m_InlineUsage: 0
- m_Id: ae52f6d1d5fb642448ebd372f6400c6a
m_Name: Local.BuildPath
m_InlineUsage: 0
- m_Id: 030f2ddda9052d24da2782ca85062632
- m_Id: 53c2414786e79904d8f846d6fc2d2d81
m_Name: Local.LoadPath
m_InlineUsage: 0
- m_Id: 8213d3aa41e499b4d9cc5c1e9214aad7
m_Name: Remote.BuildPath
m_InlineUsage: 0
- m_Id: 7c4c1f1e40ca07b42ba7995bc1509c92
- m_Id: 813d2918fb0ad3947afbc25322cee836
m_Name: Remote.LoadPath
m_InlineUsage: 0
- m_Id: b4a2336f8e496974abff7b475d4f56a1
m_Name: Local.BuildPath
m_InlineUsage: 0
- m_Id: c95c5df00fbb3114298f4e98975df149
m_Name: Remote.BuildPath
m_InlineUsage: 0
m_ProfileVersion: 1
m_LabelTable:
m_LabelNames:
Expand All @@ -101,7 +101,7 @@ MonoBehaviour:
- {fileID: 11400000, guid: 32ad3215a2b26184a8ef532c07f6b94d, type: 2}
- {fileID: 11400000, guid: 56c56753116ec2b4f99c1f7c3b03ce53, type: 2}
- {fileID: 11400000, guid: 802379f39e73c9746b10e51200b46fdb, type: 2}
m_ActiveProfileId: 538c7602e06f4454da997f288122b590
m_ActiveProfileId: 063023169bcd6a343909d86f21c2b6c6
m_HostingServicesManager:
m_HostingServiceInfos: []
m_Settings: {fileID: 11400000}
Expand Down
17 changes: 3 additions & 14 deletions Assets/AddressableAssetsData/AssetGroups/Built In Data.asset
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,9 @@ MonoBehaviour:
m_GroupName: Built In Data
m_Data:
m_SerializedData: []
m_GUID: 82a20a0b3ddf9d745936e782965c921b
m_SerializeEntries:
- m_GUID: Resources
m_Address: Resources
m_ReadOnly: 1
m_SerializedLabels: []
FlaggedDuringContentUpdateRestriction: 0
- m_GUID: EditorSceneList
m_Address: EditorSceneList
m_ReadOnly: 1
m_SerializedLabels: []
FlaggedDuringContentUpdateRestriction: 0
m_GUID: 14ef1581e76315743ac95ef010b7e208
m_SerializeEntries: []
m_ReadOnly: 1
m_Settings: {fileID: 11400000, guid: 38cadcc6e7353d248a35fbebde39e5f6, type: 2}
m_SchemaSet:
m_Schemas:
- {fileID: 11400000, guid: 895cb99a33e912146acc91edffcf54cb, type: 2}
m_Schemas: []

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------

namespace Beamable.Server.Clients
{
using System;
using Beamable.Platform.SDK;
using Beamable.Server;


/// <summary> A generated client for <see cref="BattlePassService"/> </summary
public sealed class BattlePassServiceClient : MicroserviceClient, Beamable.Common.IHaveServiceName
{

public BattlePassServiceClient(BeamContext context = null) :
base(context)
{
}

public BattlePassServiceClient(Beamable.Common.Dependencies.IDependencyProvider provider) :
base(provider)
{
}

public string ServiceName
{
get
{
return "BattlePassService";
}
}

/// <summary>
/// Call the BattlePassService_IsBattlepassValid method on the BattlePassService microservice
/// <see cref="BattlePassService.BattlePassService_IsBattlepassValid"/>
/// </summary>
public Beamable.Common.Promise<bool> BattlePassService_IsBattlepassValid(Beamable.Common.Content.ContentRef<Beamable.Common.Battlepass> battlePassContent)
{
object raw_battlePassContent = battlePassContent;
System.Collections.Generic.Dictionary<string, object> serializedFields = new System.Collections.Generic.Dictionary<string, object>();
serializedFields.Add("battlePassContent", raw_battlePassContent);
return this.Request<bool>("BattlePassService", "IsBattlepassValid", serializedFields);
}
}

internal sealed class MicroserviceParametersBattlePassServiceClient
{

[System.SerializableAttribute()]
internal sealed class ParameterBeamable_Common_Content_ContentRef_Beamable_Common_Battlepass : MicroserviceClientDataWrapper<Beamable.Common.Content.ContentRef<Beamable.Common.Battlepass>>
{
}
}

[BeamContextSystemAttribute()]
public static class ExtensionsForBattlePassServiceClient
{

[Beamable.Common.Dependencies.RegisterBeamableDependenciesAttribute(50, Beamable.Common.Dependencies.RegistrationOrigin.EDITOR | Beamable.Common.Dependencies.RegistrationOrigin.RUNTIME)]
public static void RegisterService(Beamable.Common.Dependencies.IDependencyBuilder builder)
{
System.Func<Beamable.Common.Dependencies.IDependencyProvider, BattlePassServiceClient> factory = p => new BattlePassServiceClient(p);
builder.AddScoped<BattlePassServiceClient>(factory);
}

public static BattlePassServiceClient BattlePassService(this Beamable.Server.MicroserviceClients clients)
{
return clients.GetClient<BattlePassServiceClient>();
}
}
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading