Profile Picture

Unity Auto Setup

Posted By Victor.Soupday 5 Years Ago
Rated 5 stars based on 12 votes.
1
...
26
27
28
29
30
...
58

Author
Message
Victor.Soupday
Victor.Soupday
Posted 4 Years Ago
View Quick Profile
Distinguished Member

Distinguished Member (5.8K reputation)Distinguished Member (5.8K reputation)Distinguished Member (5.8K reputation)Distinguished Member (5.8K reputation)Distinguished Member (5.8K reputation)Distinguished Member (5.8K reputation)Distinguished Member (5.8K reputation)Distinguished Member (5.8K reputation)Distinguished Member (5.8K reputation)

Group: Forum Members
Last Active: Last Month
Posts: 569, Visits: 9.0K
emelyjohnstone (8/1/2022)
Has this been sorted for the URP tool as I have had the same errors when trying to build? 


yes.
emelyjohnstone
emelyjohnstone
Posted 4 Years Ago
View Quick Profile
New Member

New Member (6 reputation)New Member (6 reputation)New Member (6 reputation)New Member (6 reputation)New Member (6 reputation)New Member (6 reputation)New Member (6 reputation)New Member (6 reputation)New Member (6 reputation)

Group: Forum Members
Last Active: 4 Years Ago
Posts: 1, Visits: 28
Has this been sorted for the URP tool as I have had the same errors when trying to build? 
Yules
Yules
Posted 4 Years Ago
View Quick Profile
New Member

New Member (11 reputation)New Member (11 reputation)New Member (11 reputation)New Member (11 reputation)New Member (11 reputation)New Member (11 reputation)New Member (11 reputation)New Member (11 reputation)New Member (11 reputation)

Group: Forum Members
Last Active: 4 Years Ago
Posts: 1, Visits: 16
[SOLVED in CC/iC Unity Tools HDRP Version 1.3.6]
===============================================
Having difficulty publishing an exe in Unity 2021.3.6f :[ - Everything works fine in the editor. Added an issue reference here

(HDRP Version 12.1.7 - June 30, 2022)
(CC/iC Unity Tools HDRP Version 1.3.5)

 Errors read as:
Character Studio Exports\Unity Stuff\cc_unity_tools_HDRP-1.3.5\Runtime\PhysicsSettingsStore.cs(7,56): error CS0426: The type name 'PhysicsSettings' does not exist in the type 'WeightMapper'
Character Studio Exports\Unity Stuff\cc_unity_tools_HDRP-1.3.5\Runtime\PhysicsSettingsStore.cs(8,60): error CS0426: The type name 'ColliderSettings' does not exist in the type 'ColliderManager'


error_log


Jfrog
Jfrog
Posted 4 Years Ago
View Quick Profile
Distinguished Member

Distinguished Member (5.6K reputation)Distinguished Member (5.6K reputation)Distinguished Member (5.6K reputation)Distinguished Member (5.6K reputation)Distinguished Member (5.6K reputation)Distinguished Member (5.6K reputation)Distinguished Member (5.6K reputation)Distinguished Member (5.6K reputation)Distinguished Member (5.6K reputation)

Group: Forum Members
Last Active: 2 Years Ago
Posts: 702, Visits: 4.7K
@Victor.Soupday

There's not really a "Unity Humanoid" that exists outside of Unity's internal workings. Unity retargets all humanoid animations to it's own internal Mechanim system. These animations come from a variety of external sources (fbx, blend, dae, etc...), so these source files are the files you should be trying to get into iClone.


Thanks for the info Victor and thanks for the great update! 

Ryzen R9 5950x, RTX 3090, 128Gb Ram ,2 x 2 TB Samsung 980 Pro M.2 SSD

Horror Stories in VR
Immersive Sound VR
Immersive Sound VR on Oculus TV

Victor.Soupday
Victor.Soupday
Posted 4 Years Ago
View Quick Profile
Distinguished Member

Distinguished Member (5.8K reputation)Distinguished Member (5.8K reputation)Distinguished Member (5.8K reputation)Distinguished Member (5.8K reputation)Distinguished Member (5.8K reputation)Distinguished Member (5.8K reputation)Distinguished Member (5.8K reputation)Distinguished Member (5.8K reputation)Distinguished Member (5.8K reputation)

Group: Forum Members
Last Active: Last Month
Posts: 569, Visits: 9.0K
A demonstration video showing adding physics and adjusting the colliders and cloth settings:



Victor.Soupday
Victor.Soupday
Posted 4 Years Ago
View Quick Profile
Distinguished Member

Distinguished Member (5.8K reputation)Distinguished Member (5.8K reputation)Distinguished Member (5.8K reputation)Distinguished Member (5.8K reputation)Distinguished Member (5.8K reputation)Distinguished Member (5.8K reputation)Distinguished Member (5.8K reputation)Distinguished Member (5.8K reputation)Distinguished Member (5.8K reputation)

Group: Forum Members
Last Active: Last Month
Posts: 569, Visits: 9.0K
Unity Auto-setup Release 1.3.5

Built-in (Unity 3D): https://github.com/soupday/cc_unity_tools_3D/releases
URP: https://github.com/soupday/cc_unity_tools_URP/releases
HDRP: https://github.com/soupday/cc_unity_tools_HDRP/releases

Documentation
: https://soupday.github.io/cc_unity_tools/
Full install instructions here: https://soupday.github.io/cc_unity_tools/installation.html#

Changelog:
1.3.5
  • Fixes
    • Collider manager now remembers the currently selected collider.
    • Collider manager editor now has rotation adjustment sliders.
    • Animation Player is closed on entering Play mode.
    • Save and Recall physics settings now works correctly in Editor mode and remembers settings per character.

Wasn't entirely happy with some of the collider manager adjustments so I added rotation adjustments and fixed a few things that were bothering me. You may need to rebuild physics for any characters with physics from the previous version.
maxkmh
maxkmh
Posted 4 Years Ago
View Quick Profile
New Member

New Member (77 reputation)New Member (77 reputation)New Member (77 reputation)New Member (77 reputation)New Member (77 reputation)New Member (77 reputation)New Member (77 reputation)New Member (77 reputation)New Member (77 reputation)

Group: Forum Members
Last Active: 3 Years Ago
Posts: 5, Visits: 18
thanks
Victor.Soupday
Victor.Soupday
Posted 4 Years Ago
View Quick Profile
Distinguished Member

Distinguished Member (5.8K reputation)Distinguished Member (5.8K reputation)Distinguished Member (5.8K reputation)Distinguished Member (5.8K reputation)Distinguished Member (5.8K reputation)Distinguished Member (5.8K reputation)Distinguished Member (5.8K reputation)Distinguished Member (5.8K reputation)Distinguished Member (5.8K reputation)

Group: Forum Members
Last Active: Last Month
Posts: 569, Visits: 9.0K
Unity Auto-setup Release 1.3.4

Built-in (Unity 3D): https://github.com/soupday/cc_unity_tools_3D/releases
URP: https://github.com/soupday/cc_unity_tools_URP/releases
HDRP: https://github.com/soupday/cc_unity_tools_HDRP/releases

Documentation
: https://soupday.github.io/cc_unity_tools/
Full install instructions here: https://soupday.github.io/cc_unity_tools/installation.html#

Changelog:
1.3.4
  • Cloth physics added
    • Colliders generated from character JSON data.
    • Weightmaps used to generate cloth coefficients.
    • Runtime helper scripts to adjust colliders, weight maps and cloth settings in play mode for real time feedback.
    • Save and recall feature, so play mode changes can be retained (currently only one character's settings can be saved)
    • Optimized collider detection.
    • Collider margin adjust and weightmap based detection threshold settings.

Initial release of cloth physics setup.

Documentation for the cloth physics

Note: The Unity Cloth physics interacts with the primitive colliders differently to iClone and Character Creator, so you will probably find that you need to adjust the colliders and cloth coefficients to compensate for the differences. The colliders as defined by the character data are too large, so by default the physics setup will shrink the colliders to make them play better, and it will aggressively cull colliders that are not close enough the cloth mesh to interact or where the mesh weight map is not strong enough to supply much movement. Even so further adjustment will be needed.

The cloth physics can also be applied to the hair, but it really doesn't work very well and the performance cost is huge.

Some helper components have been added to assist with adjusting the cloth physics and colliders and I will try to produce a video showing how to use these.

Also note: Even though there is a tessellation option for the 3D and URP pipelines, it's not implemented yet.
maxkmh
maxkmh
Posted 4 Years Ago
View Quick Profile
New Member

New Member (77 reputation)New Member (77 reputation)New Member (77 reputation)New Member (77 reputation)New Member (77 reputation)New Member (77 reputation)New Member (77 reputation)New Member (77 reputation)New Member (77 reputation)

Group: Forum Members
Last Active: 3 Years Ago
Posts: 5, Visits: 18
from where i can get 1.3.4 version also can you please share the latest video for unity export as reallusion made for the unreal engine.
sunriser1116
sunriser1116
Posted 4 Years Ago
View Quick Profile
Junior Member

Junior Member (121 reputation)Junior Member (121 reputation)Junior Member (121 reputation)Junior Member (121 reputation)Junior Member (121 reputation)Junior Member (121 reputation)Junior Member (121 reputation)Junior Member (121 reputation)Junior Member (121 reputation)

Group: Forum Members
Last Active: 2 Years Ago
Posts: 9, Visits: 424
That, my friend, was EXACTLY the problem.You are a genius! I never would have thought to look there!
Thank you so much!

1
...
26
27
28
29
30
...
58



Reading This Topic