Skip to content
This repository has been archived by the owner on Jun 24, 2019. It is now read-only.

Extract Asset info and save in Unity #26

Open
abhi3675 opened this issue Dec 20, 2018 · 0 comments
Open

Extract Asset info and save in Unity #26

abhi3675 opened this issue Dec 20, 2018 · 0 comments

Comments

@abhi3675
Copy link

I am using Poly-toolkit for Unity in my project and I came across a scenario where I want to save the GameObject(got from PolyImportResult) to Unity.
So, I performed several methods:

  1. Directly saving the gameobject into Prefabs. It saves the gameobject, but I am unable to see it in my scene as it does not have any materials, shaders or other important properties which make it visible.
    2)Enabling the clientThrottledMainThread property during import returns the mainThreadThrottler which has materials, textures and other properties but I am unable to iterate through the collection due to its type.

Is there any way to save the GameObject in unity or can iterate through the mainThreadThrottler to get the required components. If so, please provide the way?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant