<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									Can&#039;t post score in a leaderboard - Combu Server/Client				            </title>
            <link>https://www.skaredcreations.com/wp/community/combu/cant-post-score-in-a-leaderboard/</link>
            <description>Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Wed, 09 Sep 2026 09:21:16 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Can&#039;t post score in a leaderboard</title>
                        <link>https://www.skaredcreations.com/wp/community/combu/cant-post-score-in-a-leaderboard/#post-1546</link>
                        <pubDate>Fri, 11 Oct 2019 14:33:03 +0000</pubDate>
                        <description><![CDATA[Ok nice, anyway I will add an overload to ReportScore methods to add also a callback that returns both bool success and string error, so it&#039;ll be easier to catch up what&#039;s going wrong.]]></description>
                        <content:encoded><![CDATA[<p>Ok nice, anyway I will add an overload to <em>ReportScore</em> methods to add also a callback that returns both <em>bool success</em> and <em>string error</em>, so it'll be easier to catch up what's going wrong.</p>]]></content:encoded>
						                            <category domain="https://www.skaredcreations.com/wp/community/combu/">Combu Server/Client</category>                        <dc:creator>Skared Creations</dc:creator>
                        <guid isPermaLink="true">https://www.skaredcreations.com/wp/community/combu/cant-post-score-in-a-leaderboard/#post-1546</guid>
                    </item>
				                    <item>
                        <title>RE: Can&#039;t post score in a leaderboard</title>
                        <link>https://www.skaredcreations.com/wp/community/combu/cant-post-score-in-a-leaderboard/#post-1545</link>
                        <pubDate>Fri, 11 Oct 2019 11:04:30 +0000</pubDate>
                        <description><![CDATA[Hello,My code is working now for some reason. I don&#039;t really know how I solved it, but it&#039;s done.Thank you !]]></description>
                        <content:encoded><![CDATA[<p>Hello,</p><p>My code is working now for some reason. I don't really know how I solved it, but it's done.</p><p>Thank you !</p>]]></content:encoded>
						                            <category domain="https://www.skaredcreations.com/wp/community/combu/">Combu Server/Client</category>                        <dc:creator>SilverDDX</dc:creator>
                        <guid isPermaLink="true">https://www.skaredcreations.com/wp/community/combu/cant-post-score-in-a-leaderboard/#post-1545</guid>
                    </item>
				                    <item>
                        <title>RE: Can&#039;t post score in a leaderboard</title>
                        <link>https://www.skaredcreations.com/wp/community/combu/cant-post-score-in-a-leaderboard/#post-1544</link>
                        <pubDate>Thu, 10 Oct 2019 12:09:03 +0000</pubDate>
                        <description><![CDATA[Edit the script CombuPlatform and before calling the callback (should be at line 403) add a line to print the variable &quot;error&quot; in the console log so you can see why it&#039;s not succeeding: Debu...]]></description>
                        <content:encoded><![CDATA[<p>Edit the script CombuPlatform and before calling the callback (should be at line 403) add a line to print the variable "error" in the console log so you can see why it's not succeeding: <em>Debug.Log("error: " + error);</em></p>]]></content:encoded>
						                            <category domain="https://www.skaredcreations.com/wp/community/combu/">Combu Server/Client</category>                        <dc:creator>Skared Creations</dc:creator>
                        <guid isPermaLink="true">https://www.skaredcreations.com/wp/community/combu/cant-post-score-in-a-leaderboard/#post-1544</guid>
                    </item>
				                    <item>
                        <title>Can&#039;t post score in a leaderboard</title>
                        <link>https://www.skaredcreations.com/wp/community/combu/cant-post-score-in-a-leaderboard/#post-1543</link>
                        <pubDate>Wed, 09 Oct 2019 12:16:00 +0000</pubDate>
                        <description><![CDATA[Hi,I&#039;m having trouble trying to post a score using CombuManager.platform.ReportScoreWhen using my function I always get a &quot;fail&quot; callback.Here&#039;s my code :public void PostScore(){string score...]]></description>
                        <content:encoded><![CDATA[<p>Hi,</p><p>I'm having trouble trying to post a score using CombuManager.platform.ReportScore</p><p>When using my function I always get a "fail" callback.</p><p>Here's my code :</p><p>public void PostScore()<br />{<br />string score = userScore.ToString();</p><p>CombuManager.platform.ReportScore(score, "3", CombuManager.localUser.userName, (bool success) =&gt; {<br />if (success)<br />{<br />Debug.Log("Score registered");<br />}<br />else<br />{<br />Debug.Log("Score fail");<br />}<br />});<br />}</p><p>In the admin interface, the ID of the leaderboard is 3. When I launch my scene, the server connection is working fine. localUser seems to be authentificated.</p><p>Apart from that I get no error. My leaderboard remains empty.</p><p> </p><p>Thank you for your time</p><p> </p><p> </p><p> </p><p> </p><p> </p>]]></content:encoded>
						                            <category domain="https://www.skaredcreations.com/wp/community/combu/">Combu Server/Client</category>                        <dc:creator>SilverDDX</dc:creator>
                        <guid isPermaLink="true">https://www.skaredcreations.com/wp/community/combu/cant-post-score-in-a-leaderboard/#post-1543</guid>
                    </item>
							        </channel>
        </rss>
		