Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 13 Next capture
2021 2022 2023
1 capture
13 Jun 22 - 13 Jun 22
sparklines
Close Help
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
  • Asset Store
  • Get Unity

UNITY ACCOUNT

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account
  • Blog
  • Forums
  • Answers
  • Evangelists
  • User Groups
  • Beta Program
  • Advisory Panel

Navigation

  • Home
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
    • Blog
    • Forums
    • Answers
    • Evangelists
    • User Groups
    • Beta Program
    • Advisory Panel

Unity account

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account

Language

  • Chinese
  • Spanish
  • Japanese
  • Korean
  • Portuguese
  • Ask a question
  • Spaces
    • Default
    • Help Room
    • META
    • Moderators
    • Topics
    • Questions
    • Users
    • Badges
  • Home /
avatar image
1
Question by CupOfMayo · Sep 09, 2013 at 07:41 PM · prefabbuildbuild-error

Is it possible to create / replace prefab in builded game?

Hey, so I am making a game, where you can build your own things, by than i mean, you can join things with hingeJoints and i foud a way to save it with script like that:

     static function CreatePrefab() {
         var objs = GameObject.Find("Core");
         var go = objs;
         
             var localPath : String = "Assets/Resources/" + go.name + ".prefab";
             
                         CreateNew(go, localPath);
             }
             
     
     
     
     
     static function CreateNew(obj : GameObject, localPath : String) {
         var prefab : Object = PrefabUtility.CreateEmptyPrefab(localPath);
         PrefabUtility.ReplacePrefab(obj, prefab, ReplacePrefabOptions.ConnectToPrefab);
     }

And it works while i am In Unity... When I am trying to build I have errors: Unknown identifier: 'PrefabUtility'.

 Unknown identifier: 'PrefabUtility'.
 
 Unknown identifier: 'ReplacePrefabOptions'.

Is there any way of going arround this? if not, how do i save it then, like other games do?

Comment
Add comment · Show 1
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image rednax20 · Sep 09, 2013 at 08:19 PM 0
Share

I too wonder about this. hope you find your answer.

1 Reply

· Add your reply
  • Sort: 
avatar image
1

Answer by zipa · Sep 09, 2013 at 08:19 PM

Hello, you can't use PrefabUtility, ReplacePrefabOptions or any other Editor class in the builded game. Besides Unity compiles resources in a single data file, so you can't add new prefab in the builded game. If you use Unity Pro you can take a look at AssetBundles for using external resources in your game (http://docs.unity3d.com/Documentation/Manual/AssetBundlesIntro.html).

Comment
Add comment · Show 2 · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image CupOfMayo · Sep 10, 2013 at 05:38 AM 0
Share

So theres no way of doing such a thing with free version of Unity?

avatar image zipa · Sep 10, 2013 at 09:25 AM 0
Share

You can serialize parameters of new objects (such as position, rotation, scale, names of used components and their parameters) to some config file. When it is need, you create new objects and deserialize object's parameters from this config file. I like to use X$$anonymous$$L format for this goal.

Your answer

Hint: You can notify a user about this post by typing @username

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this Question

Answers Answers and Comments

17 People are following this question.

avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image

Related Questions

Distribute terrain in zones 3 Answers

The name 'Joystick' does not denote a valid type ('not found') 2 Answers

Execute script of parent first 1 Answer

Disable JIT compilation in the Editor (Enable Full-AOT mode) 0 Answers

UniWii dll building executable error!! 0 Answers


Enterprise
Social Q&A

Social
Subscribe on YouTube social-youtube Follow on LinkedIn social-linkedin Follow on Twitter social-twitter Follow on Facebook social-facebook Follow on Instagram social-instagram

Footer

  • Purchase
    • Products
    • Subscription
    • Asset Store
    • Unity Gear
    • Resellers
  • Education
    • Students
    • Educators
    • Certification
    • Learn
    • Center of Excellence
  • Download
    • Unity
    • Beta Program
  • Unity Labs
    • Labs
    • Publications
  • Resources
    • Learn platform
    • Community
    • Documentation
    • Unity QA
    • FAQ
    • Services Status
    • Connect
  • About Unity
    • About Us
    • Blog
    • Events
    • Careers
    • Contact
    • Press
    • Partners
    • Affiliates
    • Security
Copyright © 2020 Unity Technologies
  • Legal
  • Privacy Policy
  • Cookies
  • Do Not Sell My Personal Information
  • Cookies Settings
"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges