robert.malzan
Forum Replies Created
-
AuthorPosts
-
March 21, 2025 at 3:30 pm #1373
Sorry to hear that. In such cases it would be great for us to get the Player.log file right after the crash which is located in
C:\Users\<YOUR_NAME>\AppData\LocalLow\Nuro\Portal Hopper\Player.log
This can help us locate what caused the crash.
March 20, 2025 at 12:41 pm #1370If I understood you correctly, you want to provide the Android App as well as executable code for a game server and HTML or PHP code(?) for a frontend. This seems to me like three separate items which in my view should be three different products in the shop. You could place explaining text (with links into the shop to the other 2 products) to the Android product to let the user know that there are more products to buy/fetch.
About the deployment scenarios, it seems to me that it is enough to just place all your products in the shop where they can either be downloaded by the player, by the moderator or by the local IT guy. The procedure appears to be the same in each case, but I’m not a UX or marketing expert.
March 20, 2025 at 11:34 am #1361As a matter of fact “.predictions[0][0]” really doesn’t work. However, you want to access the Vector3 anyway and that works. See below:
The output of the JSON file can be interpreted as anything, in this case as a Vector3. The cast is implicit because the input of the Cube is a Vector3. You can use an explicit CastVector3 node, but in most cases you won’t need that.
What also works is to have more than 1 vector:
.predictions[1]
.predictions[2]
…Hope this helps!
March 19, 2025 at 3:34 pm #1345Please delete “WorldBuilderSettings.json” which is located in “C:\Users\<YOURNAME>\AppData\LocalLow\Nuro\World Builder”. This should fix the issue. It looks like somehow the settings file seems to be corrupted and needs to be rebuilt.
March 19, 2025 at 3:23 pm #1343
Using UnityEngine;
using UnityEngine.UIElements;
using System;
using System.Collections.Generic;
using WorldBuilder.Misc;
using WorldBuilder.Plugins;
using WorldBuilder.Plugins.UI;
-
This reply was modified 1 month, 2 weeks ago by
robert.malzan.
March 19, 2025 at 3:15 pm #1341I found your template and it turns out, it was not published as a template. It looks like you uploaded a published project. Templates are formatted in a different way. To publish your project as a template, please
use the marked button “Export as Template”. This will create a template file and upload it to the shop.
-
This reply was modified 1 month, 2 weeks ago by
robert.malzan.
March 18, 2025 at 9:16 am #1332There seems to be a mix up with different versions because, according to the log, you are using World Builder version 0.2.0. Could you please repeat this using the newer version 0.2.1? There could be a conflict with the settings file format. If it still causes problems, please repost your player.log
March 17, 2025 at 3:53 pm #1330You may want to remove “C:\Nuro\World Builder\Plugins\External\myPlugin\myPlugin.dll”. It seems to create some problems which may have corrupted other parts of the initialization process.
Please let us know if that solved your problem.
March 17, 2025 at 3:26 pm #1328In that case I’ll need to Player.log file. Please post it here. It is located in “C:\Users\<YOURNAME>AppData\LocalLow\Nuro\World Builder\Player.log”
March 14, 2025 at 4:44 pm #1321We are currently evaluating when we can build this into the system. No fixed date but we definitely want to support hands.
March 14, 2025 at 4:16 pm #1320World Builder
Please locate the Player.log file of the World Builder (C:\Users\\AppData\LocalLow\Nuro\World Builder\Player.log) and post it here.Ctrl-Z doesn’t work. Unfortunately a known bug.
Portal Hopper
If there is a hole in the ground, the Avatar will fall and respawn at the last point it could ‘stand’. The defekt is in the floor, not the Hopper.
If something only appears at a certain angle, it usually means the object is too close to another object, so the renderer cannot distinguish which object is covered by which other object because in the depth buffer (Z-Buffer) they are at the same distance. So it may appear only at a certain angle.
March 14, 2025 at 3:42 pm #1319Probably you installed the World Builder (WB) into the Program Files (X86) folder. Currently the WB does not run in that protected environment. I suggest you uninstall the WB and reinstall it into an unprotected folder such as “c:/Nuro/World Builder”
Please give us feedback if this solved your problem.
February 26, 2025 at 6:13 pm #838There is an AR App Wizard for this scenario. Select “New Project” at the startup of the World Builder. Then select the AR Project Template and click “Create”. Be sure to have your project path set to the place where your build is located.
In the next window you can drag & drop the build from the left area to the right to add it to your upload. Fill out the Info for the shop at the top and click “Create/Update” to create or update your product in the XR4ED shop.
-
This reply was modified 1 month, 2 weeks ago by
-
AuthorPosts