====== PPtr ====== //This page needs more research, and is partially based on speculation.// This is a type that is used to reference Unity [[objectlayout|Objects]] in the Unity serialized data format((ie. Scene Files, Prefabs, etc)). It is likely that this is a type only on the native side. This type can appear in [[https://answers.unity.com/questions/1432447/what-is-this-error-message-broken-text-pptr-in-fil.html|error messages]] as well as when querying a ''[[serializedobject|SerializedProperty]].type''. ((which may return strings such as ''PPtr'')) ===== Recommended Reading ===== * [[https://answers.unity.com/questions/1432447/what-is-this-error-message-broken-text-pptr-in-fil.html]]