Comments

Log in with itch.io to leave a comment.

Viewing most recent comments 1 to 12 of 250 · Next page · Last page
(+1)

The latest beta broke the plugin, my project won't preview unless I delete the 3d object plugin from my project. I looked at the patch notes, they changed the way that things are rendered in order to be more efficient.
The error code: 

canvasManager.js:1 Error creating WebGL renderer: Error: Error linking shader program: Types of varying 'vColor' differ between VERTEX and FRAGMENT shaders. FRAGMENT varying vColor does not match any VERTEX varying

(+1)

I will see if it can be fixed, it probably can.

3Dobject plugins after 2.71 are not installed on Xiaomi brand phones and remain at 0%. I don't understand exactly what the problem is but I lost this version for some reason. Can you re-install 2.71?

I found the version in my backups, let the comment stand maybe it will help to update somehow

Can you please run this on the phone and send back  a couple screencaps of the result (it is typically larger than one screen)

https://webglreport.com/?v=2

https://disk.yandex.com.tr/d/-YrftDogrOdybA   

Results when opened on the phone

Hi, are there any tips to make the game light when running on mobile, I tried it on Construct3 everything was fine, but when running it on mobile the game became slow

Try lower poly, try worker animation, try lower animation rate.

Try gpu skinning, try static geometry

Can I add outlines to the model? I tried adding outlines to the model in blender but it doesn't show up in Construct 3, does the plugin not support that?

it doesn't support blender shaders, you can try playing with C3 effect shaders though 

Okay, thanks, I will try it

(1 edit)

Is there a way to increase the limit of model loads during runtime?  I'm making a multiplayer game and want players to be able to change models.  I can't use "load from prefab instance" because 1) other instances of the player object are treated as extra players and 2) when the host syncs instances to peers, the UIDs are different for peers.  My current approach works great except for the one-load runtime limit.   

I'm also open to suggestions if you have any ideas!  Thanks!

Use a 2d sprite as the main player. So uid never changes. Connect the current model / 3DObject to that 2d sprite. When model changes delete old, create new model and attach it to the original 2d sprite.

In general, I'd also say this is a good game dev pattern, for exactly the reasons you describe. Your model or animated sprite is decoupled from the 'player controller' and you can be more flexible in control vs animation or mode.

Thanks so much for the replies!  This worked.  I was using a 2d sprite for the controller originally, but I had it in a container with the model for ease of referencing so I couldn't destroy the model without destroying the player controller.  Instead of using a container, I added an instance variable to the model representing which 2d player controller it should follow.  This way, I can easily destroy and re-create the model without impacting a player's container.  Your idea to destroy & create new works just as well as the "reload" I initially wanted.


Thanks again, and great plugin!

Great! When you are ready, would love to see some gameplay vids!

Is there anyway I can contact you or send you a demo for troubleshooting. I am having trouble rotating a 3d object along its x-axis. It seems to be rotating around it's bounding box (what I've got) instead of the object's centre of origin (what I've wanted). 

you can send on discord, I am on the Construct Community server.


Did you check the center point of the object in blender?

Hi! I have a question. Is it safe to release a game on Steam using this plugin? I need to clear this up before committing to developing a 3D game with it. Can I develop the game without any issues? My main concern is: once the game is released on Steam, do I need to worry about the SDK? Or once it's released, do I no longer need to worry about the SDK?

Once released SDK does not impact, if you want to change it later after it may impact, but if you just use the version of C3 that you originally developed the game with you will be ok.

Hi, will you release the update with the new SDK for Construct 3?

Not for this addon, SDK2 does not have the requested features to support it.

Uploaded the latest version addon (2-74-3). Upon launch, a pop up msg saying "Error loading GLTF:TypeError:Cannot read properties of undefined (reading 'length') [via Web Worker]" Any idea what this is?

missing file or bad gltf? drop me a demo project if you are still having problems and I'll debug

Thanks Mikal. I reuploaded the files and things are back to normal. However, is there a way to restart an animation. Currently there is only options to speed up, change rate, pause, resume animation. I also noticed upon start of layout, the 3D objects don't appear instantly (delay in spawning). Thanks!

I think you can set animation time, try that. Yes, takes some time to load 3d from files, so the usual solution is to have some kind of loading screen cover the models as they load.

Sorry as I'm a little new to this but where do you set the animation time? I saw set/delete node, blend time, animation speed, rate, pause and resume animation. Since the object keeps looping non-stop, I just want to restart the animation whenever I wanted it to. I'm sorry for being so bad at this. 😔

Looks great, but which is the single addon I need to add? There are like 40 + individual download files here?

look from bottom up, pick the 3DObject* with the largest version number

Okay Thanks 🙏

(2 edits)

everything is still pretty much place holder. but the plugin is working great for my tank game. A spiritual successor to BattleTanx .

can scroll the UV for tracks and morph shapes for damage. I plan to have a proper explosion animation for tanks and buildings down the line.

Looks fun! Nice work.

Hello i have 1 object that load different models depending on character selected. The first time works good but for next selections the character still the same. There is a way to unload that model? Stay even when destroy and create again.

Try using instance models, or templates, but it may take more resources. see devlog for examples 

(2 edits)

When moving to a new level at some point models stop loading. what could be the problem? with the problem encountered on ios. at first it starts to slow down animations, then after a level or two, stop loading models completely.

Hmm, difficult to know from the description. Perhaps old models are not being destroyed? Can you see the ios console?

I'm testing on iphone 8plus. i don't see any errors in xcode console. cpu consumption within 9-20%, memory usage 50-250 mb, very high energy impact. here is the data i have. plugin version 2.73.0

Can you send me a bug repro project? Does it happen on remote preview on iphone?

You can DM me on C3 Discord to send bug repro (Mikal)

This happens on iphone when running through remote preview in construct 3. It also happens when running on iphone through xcode. Where can I send the project?

Hello. The plugin stopped working on android. What to do?

try revert back to older version when it was working 

The project will not load on the old version

Can you share the issue you see with loading with the old version 2-73-0 (dev console screen when C3 editor reports that loading is not working.) 

Viewing most recent comments 1 to 12 of 250 · Next page · Last page