{"id":21159,"date":"2024-04-07T12:06:41","date_gmt":"2024-04-07T19:06:41","guid":{"rendered":"https:\/\/www.lovattostudio.com\/en\/?p=21159"},"modified":"2024-04-07T12:06:43","modified_gmt":"2024-04-07T19:06:43","slug":"how-to-change-the-first-person-arms-of-pre-animated-models-in-unity","status":"publish","type":"post","link":"https:\/\/www.lovattostudio.com\/en\/how-to-change-the-first-person-arms-of-pre-animated-models-in-unity\/","title":{"rendered":"HOW TO CHANGE THE FIRST PERSON ARMS OF PRE-ANIMATED MODELS IN UNITY"},"content":{"rendered":"\n<p>Starting your journey into multiplayer first-person shooter development in Unity? You might have noticed something about the models used in first- and third-person views. Unlike the complete character models used for third-person perspectives, first-person views typically use models that include only the arms. This approach, while common, presents unique challenges, especially for indie developers using assets from places like Unity&#8217;s Asset Store.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">The Challenge with First-Person Models<\/h4>\n\n\n\n<p>When you&#8217;re working on a budget, hiring a 3D artist to ensure consistency between first-person arms and third-person character models might not be feasible. Most developers turn to pre-made models from asset stores, but here&#8217;s the catch: consistency in first-person view requires a separate arm model, which most character models don&#8217;t include. The solution seems simple at first\u2014using a tool like Blender to remove unnecessary parts of a character model, leaving just the arms. However, the real challenge lies in animation.<\/p>\n\n\n\n<p>Animations for first- and third-person views are distinct. First-person animations, like firing and reloading, are designed specifically for an arm model. while Unity allows for animation retargeting among humanoid characters which make easy to reuse animations for different character models, unfortunately, this feature doesn&#8217;t work for first-person arm models due it only work with fully humanoid rigs. This means you can&#8217;t simply apply first-person animations from one model to another without a workaround.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Solutions for Changing First-Person Arms<\/h4>\n\n\n\n<p>Here are some methods to navigate this challenge, each with its own level of complexity:<\/p>\n\n\n\n<h5 class=\"wp-block-heading\">The Ideal Method: Rig Transfer<\/h5>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>What it involves:<\/strong> Transferring the arm rig from the pre-animated model to your new model, allowing you to reuse animations.<\/li>\n\n\n\n<li><strong>Skills required:<\/strong> Advanced knowledge in 3D modeling software for rigging, weight painting, and skinning.<\/li>\n\n\n\n<li><strong>Potential pitfalls:<\/strong> A poorly executed rig transfer can lead to unnatural animations.<\/li>\n<\/ul>\n\n\n\n<h5 class=\"wp-block-heading\">The Mesh\/Texture Edit Method<\/h5>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>What it involves:<\/strong> Editing the existing weapon arm model to match your character&#8217;s look through texture and mesh adjustments without altering the rigging.<\/li>\n\n\n\n<li><strong>Skills required:<\/strong> Basic understanding of 3D modeling and UV texturing.<\/li>\n\n\n\n<li><strong>Benefits:<\/strong> Allows for the reuse of animations across multiple arm models with minimal adjustments.<\/li>\n<\/ul>\n\n\n\n<h5 class=\"wp-block-heading\">The Re-animate Method<\/h5>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>What it involves:<\/strong> Creating new animations for your arm model from scratch, matching the poses and actions of the original animations.<\/li>\n\n\n\n<li><strong>Skills required:<\/strong> Proficiency in animation within 3D modeling software.<\/li>\n\n\n\n<li><strong>Drawbacks:<\/strong> Time-consuming and requires a deep understanding of animation principles for quality results.<\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\">Tools and Resources<\/h4>\n\n\n\n<p>For those looking to tackle these methods, Blender is a powerful and free tool that can handle rigging, texturing, and animating tasks. There are numerous tutorials available online to guide you through each process. While it might seem daunting at first, learning these skills not only solves your immediate problem but also adds valuable tools to your game development arsenal.<\/p>\n\n\n\n<p>Changing first-person arms in Unity involves more than just swapping models. Each method outlined offers a pathway to maintaining visual consistency across views, with varying degrees of complexity. Whether you&#8217;re editing meshes, transferring rigs, or animating from scratch, the key is to choose the approach that best matches your skill level and project needs.<br><br><strong>Tutorials:<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe title=\"Blender FPS Rigging &amp; Animation Tutorial - Part 2 - Introduction\" width=\"1200\" height=\"675\" src=\"https:\/\/www.youtube.com\/embed\/5cU-YZV3rug?feature=oembed&amp;wmode=opaque&amp;showinfo=0\" style=\"border: none\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe>\n<\/div><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe title=\"Create FPS Character Arms in Blender\" width=\"1200\" height=\"675\" src=\"https:\/\/www.youtube.com\/embed\/iJTEhOoIFs8?feature=oembed&amp;wmode=opaque&amp;showinfo=0\" style=\"border: none\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe>\n<\/div><\/figure>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe title=\"How to make FPS Animations in Blender 2.8+\" width=\"1200\" height=\"675\" src=\"https:\/\/www.youtube.com\/embed\/IV6XP-EDzw8?feature=oembed&amp;wmode=opaque&amp;showinfo=0\" style=\"border: none\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe>\n<\/div><\/figure>\n","protected":false},"excerpt":{"rendered":"<p>Starting your journey into multiplayer first-person shooter development in Unity? You might have noticed something about the models used in first- and third-person views. Unlike the complete character models used for third-person perspectives, first-person views typically use models that include only the arms. This approach, while common, presents unique challenges, especially for indie developers using assets from places like Unity&#8217;s [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":21161,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[127],"tags":[17,125,86],"class_list":["post-21159","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-tutorials","tag-mfps","tag-tutorial","tag-unity"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>HOW TO CHANGE THE FIRST PERSON ARMS OF PRE-ANIMATED MODELS IN UNITY - Lovatto Studio<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.lovattostudio.com\/en\/how-to-change-the-first-person-arms-of-pre-animated-models-in-unity\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"HOW TO CHANGE THE FIRST PERSON ARMS OF PRE-ANIMATED MODELS IN UNITY - Lovatto Studio\" \/>\n<meta property=\"og:description\" content=\"Starting your journey into multiplayer first-person shooter development in Unity? You might have noticed something about the models used in first- and third-person views. Unlike the complete character models used for third-person perspectives, first-person views typically use models that include only the arms. This approach, while common, presents unique challenges, especially for indie developers using assets from places like Unity&#8217;s [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.lovattostudio.com\/en\/how-to-change-the-first-person-arms-of-pre-animated-models-in-unity\/\" \/>\n<meta property=\"og:site_name\" content=\"Lovatto Studio\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/lovattostudio\/\" \/>\n<meta property=\"article:published_time\" content=\"2024-04-07T19:06:41+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-04-07T19:06:43+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.lovattostudio.com\/en\/wp-content\/uploads\/2024\/04\/fp-vs-tp-tut.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1280\" \/>\n\t<meta property=\"og:image:height\" content=\"720\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Lovatto\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@lovatto_studio\" \/>\n<meta name=\"twitter:site\" content=\"@lovatto_studio\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Lovatto\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.lovattostudio.com\\\/en\\\/how-to-change-the-first-person-arms-of-pre-animated-models-in-unity\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.lovattostudio.com\\\/en\\\/how-to-change-the-first-person-arms-of-pre-animated-models-in-unity\\\/\"},\"author\":{\"name\":\"Lovatto\",\"@id\":\"https:\\\/\\\/www.lovattostudio.com\\\/en\\\/#\\\/schema\\\/person\\\/bf1ceb44b3c7ff74095ed051ce85947d\"},\"headline\":\"HOW TO CHANGE THE FIRST PERSON ARMS OF PRE-ANIMATED MODELS IN UNITY\",\"datePublished\":\"2024-04-07T19:06:41+00:00\",\"dateModified\":\"2024-04-07T19:06:43+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.lovattostudio.com\\\/en\\\/how-to-change-the-first-person-arms-of-pre-animated-models-in-unity\\\/\"},\"wordCount\":552,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/www.lovattostudio.com\\\/en\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.lovattostudio.com\\\/en\\\/how-to-change-the-first-person-arms-of-pre-animated-models-in-unity\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/i0.wp.com\\\/www.lovattostudio.com\\\/en\\\/wp-content\\\/uploads\\\/2024\\\/04\\\/fp-vs-tp-tut.jpg?fit=1280%2C720&ssl=1\",\"keywords\":[\"mfps\",\"tutorial\",\"unity\"],\"articleSection\":[\"Tutorials\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.lovattostudio.com\\\/en\\\/how-to-change-the-first-person-arms-of-pre-animated-models-in-unity\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.lovattostudio.com\\\/en\\\/how-to-change-the-first-person-arms-of-pre-animated-models-in-unity\\\/\",\"url\":\"https:\\\/\\\/www.lovattostudio.com\\\/en\\\/how-to-change-the-first-person-arms-of-pre-animated-models-in-unity\\\/\",\"name\":\"HOW TO CHANGE THE FIRST PERSON ARMS OF PRE-ANIMATED MODELS IN UNITY - Lovatto Studio\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.lovattostudio.com\\\/en\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.lovattostudio.com\\\/en\\\/how-to-change-the-first-person-arms-of-pre-animated-models-in-unity\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.lovattostudio.com\\\/en\\\/how-to-change-the-first-person-arms-of-pre-animated-models-in-unity\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/i0.wp.com\\\/www.lovattostudio.com\\\/en\\\/wp-content\\\/uploads\\\/2024\\\/04\\\/fp-vs-tp-tut.jpg?fit=1280%2C720&ssl=1\",\"datePublished\":\"2024-04-07T19:06:41+00:00\",\"dateModified\":\"2024-04-07T19:06:43+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.lovattostudio.com\\\/en\\\/how-to-change-the-first-person-arms-of-pre-animated-models-in-unity\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.lovattostudio.com\\\/en\\\/how-to-change-the-first-person-arms-of-pre-animated-models-in-unity\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.lovattostudio.com\\\/en\\\/how-to-change-the-first-person-arms-of-pre-animated-models-in-unity\\\/#primaryimage\",\"url\":\"https:\\\/\\\/i0.wp.com\\\/www.lovattostudio.com\\\/en\\\/wp-content\\\/uploads\\\/2024\\\/04\\\/fp-vs-tp-tut.jpg?fit=1280%2C720&ssl=1\",\"contentUrl\":\"https:\\\/\\\/i0.wp.com\\\/www.lovattostudio.com\\\/en\\\/wp-content\\\/uploads\\\/2024\\\/04\\\/fp-vs-tp-tut.jpg?fit=1280%2C720&ssl=1\",\"width\":1280,\"height\":720},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.lovattostudio.com\\\/en\\\/how-to-change-the-first-person-arms-of-pre-animated-models-in-unity\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.lovattostudio.com\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"HOW TO CHANGE THE FIRST PERSON ARMS OF PRE-ANIMATED MODELS IN UNITY\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.lovattostudio.com\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/www.lovattostudio.com\\\/en\\\/\",\"name\":\"Lovatto Studio\",\"description\":\"game development studio\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.lovattostudio.com\\\/en\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.lovattostudio.com\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.lovattostudio.com\\\/en\\\/#organization\",\"name\":\"Lovatto Studio\",\"url\":\"https:\\\/\\\/www.lovattostudio.com\\\/en\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.lovattostudio.com\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/i0.wp.com\\\/www.lovattostudio.com\\\/en\\\/wp-content\\\/uploads\\\/2015\\\/08\\\/Logo.png?fit=256%2C256&ssl=1\",\"contentUrl\":\"https:\\\/\\\/i0.wp.com\\\/www.lovattostudio.com\\\/en\\\/wp-content\\\/uploads\\\/2015\\\/08\\\/Logo.png?fit=256%2C256&ssl=1\",\"width\":256,\"height\":256,\"caption\":\"Lovatto Studio\"},\"image\":{\"@id\":\"https:\\\/\\\/www.lovattostudio.com\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/lovattostudio\\\/\",\"https:\\\/\\\/x.com\\\/lovatto_studio\",\"https:\\\/\\\/www.youtube.com\\\/channel\\\/UC63aoX5XyBku3Ukk2BCqDdA\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.lovattostudio.com\\\/en\\\/#\\\/schema\\\/person\\\/bf1ceb44b3c7ff74095ed051ce85947d\",\"name\":\"Lovatto\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.lovattostudio.com\\\/en\\\/wp-content\\\/uploads\\\/avatars\\\/1\\\/5a3c8c7002066-bpfull.jpg\",\"url\":\"https:\\\/\\\/www.lovattostudio.com\\\/en\\\/wp-content\\\/uploads\\\/avatars\\\/1\\\/5a3c8c7002066-bpfull.jpg\",\"contentUrl\":\"https:\\\/\\\/www.lovattostudio.com\\\/en\\\/wp-content\\\/uploads\\\/avatars\\\/1\\\/5a3c8c7002066-bpfull.jpg\",\"caption\":\"Lovatto\"},\"url\":\"https:\\\/\\\/www.lovattostudio.com\\\/en\\\/author\\\/lovatto\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"HOW TO CHANGE THE FIRST PERSON ARMS OF PRE-ANIMATED MODELS IN UNITY - Lovatto Studio","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.lovattostudio.com\/en\/how-to-change-the-first-person-arms-of-pre-animated-models-in-unity\/","og_locale":"en_US","og_type":"article","og_title":"HOW TO CHANGE THE FIRST PERSON ARMS OF PRE-ANIMATED MODELS IN UNITY - Lovatto Studio","og_description":"Starting your journey into multiplayer first-person shooter development in Unity? You might have noticed something about the models used in first- and third-person views. Unlike the complete character models used for third-person perspectives, first-person views typically use models that include only the arms. This approach, while common, presents unique challenges, especially for indie developers using assets from places like Unity&#8217;s [&hellip;]","og_url":"https:\/\/www.lovattostudio.com\/en\/how-to-change-the-first-person-arms-of-pre-animated-models-in-unity\/","og_site_name":"Lovatto Studio","article_publisher":"https:\/\/www.facebook.com\/lovattostudio\/","article_published_time":"2024-04-07T19:06:41+00:00","article_modified_time":"2024-04-07T19:06:43+00:00","og_image":[{"width":1280,"height":720,"url":"https:\/\/www.lovattostudio.com\/en\/wp-content\/uploads\/2024\/04\/fp-vs-tp-tut.jpg","type":"image\/jpeg"}],"author":"Lovatto","twitter_card":"summary_large_image","twitter_creator":"@lovatto_studio","twitter_site":"@lovatto_studio","twitter_misc":{"Written by":"Lovatto","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.lovattostudio.com\/en\/how-to-change-the-first-person-arms-of-pre-animated-models-in-unity\/#article","isPartOf":{"@id":"https:\/\/www.lovattostudio.com\/en\/how-to-change-the-first-person-arms-of-pre-animated-models-in-unity\/"},"author":{"name":"Lovatto","@id":"https:\/\/www.lovattostudio.com\/en\/#\/schema\/person\/bf1ceb44b3c7ff74095ed051ce85947d"},"headline":"HOW TO CHANGE THE FIRST PERSON ARMS OF PRE-ANIMATED MODELS IN UNITY","datePublished":"2024-04-07T19:06:41+00:00","dateModified":"2024-04-07T19:06:43+00:00","mainEntityOfPage":{"@id":"https:\/\/www.lovattostudio.com\/en\/how-to-change-the-first-person-arms-of-pre-animated-models-in-unity\/"},"wordCount":552,"commentCount":0,"publisher":{"@id":"https:\/\/www.lovattostudio.com\/en\/#organization"},"image":{"@id":"https:\/\/www.lovattostudio.com\/en\/how-to-change-the-first-person-arms-of-pre-animated-models-in-unity\/#primaryimage"},"thumbnailUrl":"https:\/\/i0.wp.com\/www.lovattostudio.com\/en\/wp-content\/uploads\/2024\/04\/fp-vs-tp-tut.jpg?fit=1280%2C720&ssl=1","keywords":["mfps","tutorial","unity"],"articleSection":["Tutorials"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.lovattostudio.com\/en\/how-to-change-the-first-person-arms-of-pre-animated-models-in-unity\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.lovattostudio.com\/en\/how-to-change-the-first-person-arms-of-pre-animated-models-in-unity\/","url":"https:\/\/www.lovattostudio.com\/en\/how-to-change-the-first-person-arms-of-pre-animated-models-in-unity\/","name":"HOW TO CHANGE THE FIRST PERSON ARMS OF PRE-ANIMATED MODELS IN UNITY - Lovatto Studio","isPartOf":{"@id":"https:\/\/www.lovattostudio.com\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.lovattostudio.com\/en\/how-to-change-the-first-person-arms-of-pre-animated-models-in-unity\/#primaryimage"},"image":{"@id":"https:\/\/www.lovattostudio.com\/en\/how-to-change-the-first-person-arms-of-pre-animated-models-in-unity\/#primaryimage"},"thumbnailUrl":"https:\/\/i0.wp.com\/www.lovattostudio.com\/en\/wp-content\/uploads\/2024\/04\/fp-vs-tp-tut.jpg?fit=1280%2C720&ssl=1","datePublished":"2024-04-07T19:06:41+00:00","dateModified":"2024-04-07T19:06:43+00:00","breadcrumb":{"@id":"https:\/\/www.lovattostudio.com\/en\/how-to-change-the-first-person-arms-of-pre-animated-models-in-unity\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.lovattostudio.com\/en\/how-to-change-the-first-person-arms-of-pre-animated-models-in-unity\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.lovattostudio.com\/en\/how-to-change-the-first-person-arms-of-pre-animated-models-in-unity\/#primaryimage","url":"https:\/\/i0.wp.com\/www.lovattostudio.com\/en\/wp-content\/uploads\/2024\/04\/fp-vs-tp-tut.jpg?fit=1280%2C720&ssl=1","contentUrl":"https:\/\/i0.wp.com\/www.lovattostudio.com\/en\/wp-content\/uploads\/2024\/04\/fp-vs-tp-tut.jpg?fit=1280%2C720&ssl=1","width":1280,"height":720},{"@type":"BreadcrumbList","@id":"https:\/\/www.lovattostudio.com\/en\/how-to-change-the-first-person-arms-of-pre-animated-models-in-unity\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.lovattostudio.com\/en\/"},{"@type":"ListItem","position":2,"name":"HOW TO CHANGE THE FIRST PERSON ARMS OF PRE-ANIMATED MODELS IN UNITY"}]},{"@type":"WebSite","@id":"https:\/\/www.lovattostudio.com\/en\/#website","url":"https:\/\/www.lovattostudio.com\/en\/","name":"Lovatto Studio","description":"game development studio","publisher":{"@id":"https:\/\/www.lovattostudio.com\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.lovattostudio.com\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.lovattostudio.com\/en\/#organization","name":"Lovatto Studio","url":"https:\/\/www.lovattostudio.com\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.lovattostudio.com\/en\/#\/schema\/logo\/image\/","url":"https:\/\/i0.wp.com\/www.lovattostudio.com\/en\/wp-content\/uploads\/2015\/08\/Logo.png?fit=256%2C256&ssl=1","contentUrl":"https:\/\/i0.wp.com\/www.lovattostudio.com\/en\/wp-content\/uploads\/2015\/08\/Logo.png?fit=256%2C256&ssl=1","width":256,"height":256,"caption":"Lovatto Studio"},"image":{"@id":"https:\/\/www.lovattostudio.com\/en\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/lovattostudio\/","https:\/\/x.com\/lovatto_studio","https:\/\/www.youtube.com\/channel\/UC63aoX5XyBku3Ukk2BCqDdA"]},{"@type":"Person","@id":"https:\/\/www.lovattostudio.com\/en\/#\/schema\/person\/bf1ceb44b3c7ff74095ed051ce85947d","name":"Lovatto","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.lovattostudio.com\/en\/wp-content\/uploads\/avatars\/1\/5a3c8c7002066-bpfull.jpg","url":"https:\/\/www.lovattostudio.com\/en\/wp-content\/uploads\/avatars\/1\/5a3c8c7002066-bpfull.jpg","contentUrl":"https:\/\/www.lovattostudio.com\/en\/wp-content\/uploads\/avatars\/1\/5a3c8c7002066-bpfull.jpg","caption":"Lovatto"},"url":"https:\/\/www.lovattostudio.com\/en\/author\/lovatto\/"}]}},"jetpack_featured_media_url":"https:\/\/i0.wp.com\/www.lovattostudio.com\/en\/wp-content\/uploads\/2024\/04\/fp-vs-tp-tut.jpg?fit=1280%2C720&ssl=1","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.lovattostudio.com\/en\/wp-json\/wp\/v2\/posts\/21159","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.lovattostudio.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.lovattostudio.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.lovattostudio.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.lovattostudio.com\/en\/wp-json\/wp\/v2\/comments?post=21159"}],"version-history":[{"count":0,"href":"https:\/\/www.lovattostudio.com\/en\/wp-json\/wp\/v2\/posts\/21159\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.lovattostudio.com\/en\/wp-json\/wp\/v2\/media\/21161"}],"wp:attachment":[{"href":"https:\/\/www.lovattostudio.com\/en\/wp-json\/wp\/v2\/media?parent=21159"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.lovattostudio.com\/en\/wp-json\/wp\/v2\/categories?post=21159"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.lovattostudio.com\/en\/wp-json\/wp\/v2\/tags?post=21159"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}